Searched defs:VAL8 (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/elfutils/tests/ |
H A D | cleanup-13.c | 21 #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 D | skia_image_filter.proto | 1286 VAL8 = 8; enumerator
|