/external/libnfc-nci/src/nfc/include/ |
D | llcp_defs.h | 40 #define LLCP_GET_NS(u8) ((UINT8)(u8) >> 4) argument 41 #define LLCP_GET_NR(u8) ((UINT8)(u8) & 0x0F) argument 84 #define LLCP_GET_FRMR_W_ERROR_FLAG(u8) (((UINT8) (u8) >> 7) & 0x01) argument 85 #define LLCP_GET_FRMR_I_ERROR_FLAG(u8) (((UINT8) (u8) >> 6) & 0x01) argument 86 #define LLCP_GET_FRMR_R_ERROR_FLAG(u8) (((UINT8) (u8) >> 5) & 0x01) argument 87 #define LLCP_GET_FRMR_S_ERROR_FLAG(u8) (((UINT8) (u8) >> 4) & 0x01) argument 88 #define LLCP_GET_FRMR_PTYPE(u8) ((UINT8) (u8) & 0x0F) argument 101 #define LLCP_GET_MAJOR_VERSION(u8) (((UINT8) (u8) >> 4) & 0x0F) argument 102 #define LLCP_GET_MINOR_VERSION(u8) ((UINT8) (u8) & 0x0F) argument 155 #define LLCP_GET_OPT_LSC(u8) ((UINT8) (u8) & 0x03) argument
|
/external/valgrind/memcheck/tests/vbit-test/ |
D | vbits.h | 16 uint8_t u8; member 30 uint8_t u8; member
|
/external/libnfc-nci/src/hal/include/ |
D | nfc_types.h | 57 #define UINT8_TO_STREAM(p, u8) {*(p)++ = (UINT8)(u8);} argument 58 #define INT8_TO_STREAM(p, u8) {*(p)++ = (INT8)(u8);} argument 68 #define STREAM_TO_UINT8(u8, p) {u8 = (UINT8)(*(p)); (p) += 1;} argument 89 #define UINT8_TO_FIELD(p, u8) {*(UINT8 *)(p) = (UINT8)(u8);} argument 99 #define UINT8_TO_BE_STREAM(p, u8) {*(p)++ = (UINT8)(u8);} argument 102 #define BE_STREAM_TO_UINT8(u8, p) {u8 = (UINT8)(*(p)); (p) += 1;} argument 117 #define UINT8_TO_BE_FIELD(p, u8) {*(UINT8 *)(p) = (UINT8)(u8);} argument
|
/external/google-breakpad/src/processor/ |
D | binarystream.cc | 58 binarystream &binarystream::operator>>(uint8_t &u8) { in operator >>() 99 binarystream &binarystream::operator<<(uint8_t u8) { in operator <<()
|
D | binarystream_unittest.cc | 50 uint8_t u8 = 0; in TEST_F() local 266 uint8_t u8 = 0; in TEST_F() local
|
/external/v8/test/mjsunit/regress/ |
D | regress-2931.js | 33 var u8 = new Uint8Array(100); variable
|
/external/e2fsprogs/lib/uuid/ |
D | uuid.h.in | 58 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ argument 61 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ argument
|
D | uuid.h | 58 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ argument 61 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ argument
|
/external/google-breakpad/src/common/ |
D | md5.h | 11 typedef uint8_t u8; typedef
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | types.h | 16 typedef unsigned char u8; typedef
|
/external/openssh/ |
D | rijndael.h | 36 typedef unsigned char u8; typedef
|
/external/libunwind/src/dwarf/ |
D | Gexpr.c | 127 uint8_t u8; in read_operand() local 194 uint8_t opcode, operands_signature, u8; in dwarf_eval_expr() local
|
/external/liblzf/ |
D | lzfP.h | 156 typedef unsigned char u8; typedef
|
/external/icu/icu4c/source/i18n/ |
D | utf8collationiterator.h | 69 const uint8_t *u8; variable
|
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-arabic-win1256.hh | 46 #define OT_BYTE(u8) +1/*byte*/ argument 54 #define OT_BYTE(u8) (u8), argument
|
/external/wpa_supplicant_8/src/utils/ |
D | common.h | 93 typedef UINT8 u8; typedef 105 typedef UINT8 u8; typedef 125 typedef unsigned char u8; typedef 138 typedef uint8_t u8; typedef
|
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/ |
D | nfc_hal_prm.c | 248 UINT8 u8; in nfc_hal_prm_spd_download_i2c_fix() local 663 UINT8 status, u8; in nfc_hal_prm_nci_command_complete_cback() local
|
/external/dexmaker/src/dx/java/com/android/dx/util/ |
D | Hex.java | 36 public static String u8(long v) { in u8() method in Hex
|
/external/smali/util/src/main/java/org/jf/util/ |
D | Hex.java | 48 public static String u8(long v) { in u8() method in Hex
|
/external/boringssl/src/crypto/bytestring/ |
D | bytestring_test.cc | 44 uint8_t u8; in TestGetUint() local 63 uint8_t u8; in TestGetPrefixed() local
|
/external/valgrind/none/tests/amd64/ |
D | avx-1.c | 14 typedef union { UChar u8[32]; UInt u32[8]; } YMM; member
|
D | avx2-1.c | 16 typedef union { UChar u8[32]; UInt u32[8]; } YMM; member
|
/external/libnfc-nci/src/include/ |
D | bt_types.h | 225 #define UINT8_TO_STREAM(p, u8) {*(p)++ = (UINT8)(u8);} argument 226 #define INT8_TO_STREAM(p, u8) {*(p)++ = (INT8)(u8);} argument 236 #define STREAM_TO_UINT8(u8, p) {u8 = (UINT8)(*(p)); (p) += 1;} argument 256 #define UINT8_TO_FIELD(p, u8) {*(UINT8 *)(p) = (UINT8)(u8);} argument 265 #define UINT8_TO_BE_STREAM(p, u8) {*(p)++ = (UINT8)(u8);} argument 268 #define BE_STREAM_TO_UINT8(u8, p) {u8 = (UINT8)(*(p)); (p) += 1;} argument 282 #define UINT8_TO_BE_FIELD(p, u8) {*(UINT8 *)(p) = (UINT8)(u8);} argument
|
/external/elfutils/src/libcpu/ |
D | memory-access.h | 89 uint64_t u8; member
|
/external/skia/src/core/ |
D | SkBuffer.h | 79 uint8_t u8; in readBool() local
|