Home
last modified time | relevance | path

Searched defs:VAL8 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/elfutils/tests/
H A Dcleanup-13.c21 #define VAL8(x) ((x)>>56)&0xff,((x)>>48)&0xff,((x)>>40)&0xff,((x)>>32)&0xff,((x)>>24)&0xff,((x)>>16… macro
25 #define VAL8(x) (x)&0xff,((x)>>8)&0xff,((x)>>16)&0xff,((x)>>24)&0xff,((x)>>32)&0xff,((x)>>40)&0xff,… macro
/aosp_15_r20/external/cronet/testing/libfuzzer/proto/
H A Dskia_image_filter.proto1286 VAL8 = 8; enumerator