Home
last modified time | relevance | path

Searched defs:u8 (Results 1 – 25 of 87) sorted by relevance

1234

/external/libnfc-nci/src/nfc/include/
Dllcp_defs.h40 #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/
Dvbits.h40 uint8_t u8; member
54 uint8_t u8; member
/external/libnfc-nci/src/hal/include/
Dnfc_types.h57 #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/
Dbinarystream.cc58 binarystream &binarystream::operator>>(uint8_t &u8) { in operator >>()
99 binarystream &binarystream::operator<<(uint8_t u8) { in operator <<()
/external/v8/test/mjsunit/regress/
Dregress-2931.js33 var u8 = new Uint8Array(100); variable
/external/e2fsprogs/lib/uuid/
Duuid.h.in58 #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
Duuid.h58 #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/
Dmd5.h11 typedef uint8_t u8; typedef
/external/autotest/client/deps/glbench/src/
Dmd5.h11 typedef uint8_t u8; typedef
/external/autotest/client/profilers/powertop/src/
Dethernet.c41 #define u8 __u8 macro
Dwireless.c41 #define u8 __u8 macro
/external/libyuv/files/unit_test/
Dbasictypes_test.cc28 uint8 u8 = 1u; in TEST_F() local
/external/libunwind/src/dwarf/
DGexpr.c127 uint8_t u8; in read_operand() local
194 uint8_t opcode, operands_signature, u8; in dwarf_eval_expr() local
/external/liblzf/
DlzfP.h156 typedef unsigned char u8; typedef
/external/icu/icu4c/source/i18n/
Dutf8collationiterator.h69 const uint8_t *u8; variable
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-arabic-win1256.hh46 #define OT_BYTE(u8) +1/*byte*/ argument
54 #define OT_BYTE(u8) (u8), argument
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
Dnfc_hal_prm.c248 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/
DHex.java48 public static String u8(long v) { in u8() method in Hex
/external/dexmaker/src/dx/java/com/android/dx/util/
DHex.java36 public static String u8(long v) { in u8() method in Hex
/external/opencv3/modules/hal/include/opencv2/hal/
Dintrin_neon.hpp245 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/
Ddbus-dict.c175 uint8_t u8, u8_2; in append_config_byte_array() local
/external/valgrind/none/tests/amd64/
Davx-1.c14 typedef union { UChar u8[32]; UInt u32[8]; } YMM; member
Davx2-1.c20 typedef union { UChar u8[32]; UInt u32[8]; } YMM; member
/external/libnfc-nci/src/include/
Dbt_types.h225 #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/
Dmemory-access.h89 uint64_t u8; member

1234