/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 | 40 uint8_t u8; member 54 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 <<()
|
/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/autotest/client/deps/glbench/src/ |
D | md5.h | 11 typedef uint8_t u8; typedef
|
/external/autotest/client/profilers/powertop/src/ |
D | ethernet.c | 41 #define u8 __u8 macro
|
D | wireless.c | 41 #define u8 __u8 macro
|
/external/libyuv/files/unit_test/ |
D | basictypes_test.cc | 28 uint8 u8 = 1u; in TEST_F() local
|
/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/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/smali/util/src/main/java/org/jf/util/ |
D | Hex.java | 48 public static String u8(long v) { in u8() method in Hex
|
/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/opencv3/modules/hal/include/opencv2/hal/ |
D | intrin_neon.hpp | 245 OPENCV_HAL_IMPL_NEON_INIT(uint8x16, uchar, u8) in OPENCV_HAL_IMPL_NEON_INIT() argument 529 OPENCV_HAL_IMPL_NEON_SHIFT_OP(v_uint8x16, u8, schar, s8) in OPENCV_HAL_IMPL_NEON_SHIFT_OP() argument 656 OPENCV_HAL_IMPL_NEON_SELECT(v_uint8x16, u8, u8) in OPENCV_HAL_IMPL_NEON_SELECT() argument 715 OPENCV_HAL_IMPL_NEON_UNPACKS(uint8x16, u8) in OPENCV_HAL_IMPL_NEON_UNPACKS() argument
|
/external/dhcpcd-6.8.2/dbus/ |
D | dbus-dict.c | 175 uint8_t u8, u8_2; in append_config_byte_array() 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 | 20 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/libcpu/ |
D | memory-access.h | 89 uint64_t u8; member
|