Searched defs:u8 (Results 51 - 75 of 90) sorted by relevance

1234

/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_dm.c578 UINT8 u8; local
702 STREAM_TO_UINT8 (u8, p);
703 if (u8 > NFC_HAL_PRM_MAX_CHIP_VER_LEN)
704 u8 = NFC_HAL_PRM_MAX_CHIP_VER_LEN;
705 memcpy (nfc_hal_cb.nvm_cb.chip_ver, p, u8);
727 STREAM_TO_UINT8 (u8, p);
728 if (u8)
736 STREAM_TO_UINT8 (u8, p);
737 if (u8)
H A Dnfc_hal_prm.c248 UINT8 u8; local
275 STREAM_TO_UINT8 (u8, p);
278 if (u8 > 1)
280 HAL_TRACE_ERROR1 ("Invalid i2c fix: invalid number of patches (%i)", u8);
287 STREAM_TO_UINT8 (u8, p); /* power mode (not needed for i2c patch) */
663 UINT8 status, u8; local
680 STREAM_TO_UINT8 (u8, p);
722 STREAM_TO_UINT8 (u8, p);
/external/libnfc-nci/src/nfc/nfc/
H A Dnfc_ncif.c617 UINT8 len, *p_start, u8; local
644 u8 = *p++;
645 if (u8)
647 if (len == (7 + p_pa->nfcid1_len + u8)) /* 2(sens_res) + 1(len) + p_pa->nfcid1_len + 1(len) + u8 + hr (1:len + 2) */
692 u8 = *p++;
693 if (u8)
1107 UINT8 u8; local
1112 u8 = *p;
1118 while ((u8 >
[all...]
/external/ltrace/
H A Dlens_default.c685 uint8_t u8; member in union:bitvect_integral_64
704 bv.u64 = bv.u8;
/external/skia/src/ports/
H A DSkFontConfigInterface_direct.cpp52 uint8_t u8; local
53 (void)buffer.readU8(&u8);
54 SkFontStyle::Slant slant = (SkFontStyle::Slant)u8;
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.h93 typedef UINT8 u8; typedef
105 typedef UINT8 u8; typedef
125 typedef unsigned char u8; typedef
138 typedef uint8_t u8; typedef
228 static inline u16 WPA_GET_BE16(const u8 *a)
233 static inline void WPA_PUT_BE16(u8 *a, u16 val)
239 static inline u16 WPA_GET_LE16(const u8 *a)
244 static inline void WPA_PUT_LE16(u8 *a, u16 val)
250 static inline u32 WPA_GET_BE24(const u8 *a)
255 static inline void WPA_PUT_BE24(u8 *
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dcommon.h93 typedef UINT8 u8; typedef
105 typedef UINT8 u8; typedef
125 typedef unsigned char u8; typedef
138 typedef uint8_t u8; typedef
228 static inline u16 WPA_GET_BE16(const u8 *a)
233 static inline void WPA_PUT_BE16(u8 *a, u16 val)
239 static inline u16 WPA_GET_LE16(const u8 *a)
244 static inline void WPA_PUT_LE16(u8 *a, u16 val)
250 static inline u32 WPA_GET_BE24(const u8 *a)
255 static inline void WPA_PUT_BE24(u8 *
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.h93 typedef UINT8 u8; typedef
105 typedef UINT8 u8; typedef
125 typedef unsigned char u8; typedef
138 typedef uint8_t u8; typedef
228 static inline u16 WPA_GET_BE16(const u8 *a)
233 static inline void WPA_PUT_BE16(u8 *a, u16 val)
239 static inline u16 WPA_GET_LE16(const u8 *a)
244 static inline void WPA_PUT_LE16(u8 *a, u16 val)
250 static inline u32 WPA_GET_BE24(const u8 *a)
255 static inline void WPA_PUT_BE24(u8 *
[all...]
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_act.c768 UINT8 u8, pdu, *p; local
800 u8 = *(p_vendor->p_vendor_data + 4);
802 p_rc_rsp->get_caps.capability_id = u8;
811 if (u8 == AVRC_CAP_COMPANY_ID)
818 else if (u8 == AVRC_CAP_EVENTS_SUPPORTED)
827 APPL_TRACE_DEBUG("Invalid capability ID: 0x%x", u8);
/external/clang/test/CodeGen/
H A Dx86_64-arguments.c46 // CHECK-LABEL: define void @f8_1(%union.u8* noalias sret %agg.result)
47 // CHECK-LABEL: define void @f8_2(%union.u8* byval align 16 %a0)
48 union u8 { union
52 union u8 f8_1() { while (1) {} }
53 void f8_2(union u8 a0) {}
/external/iptables/include/
H A Dxtables.h155 uint8_t u8, u8_range[2], syslog_level, protocol; member in union:xt_option_call::__anon22626
/external/libnfc-nci/src/nfc/tags/
H A Drw_i93.c1496 UINT8 flags, u8 = 0, cc[4]; local
1532 STREAM_TO_UINT8 (u8, p); /* DSFID */
1536 if (u8 != I93_DFS_UNSUPPORTED)
1539 RW_TRACE_DEBUG1 ("Got unknown DSFID (0x%02x)", u8);
/external/tcpdump/
H A Dprint-802_11.c1887 u_int8_t u8; member in union:__anon31500
1897 rc = cpack_uint8(s, &u.u8);
1900 *flags = u.u8;
1903 rc = cpack_uint8(s, &u.u8);
1908 state->rate = u.u8;
1913 rc = cpack_uint8(s, &u.u8);
1932 rc = cpack_uint8(s, &u.u8);
1947 rc = cpack_uint8(s, &u3.u8);
1950 rc = cpack_uint8(s, &u4.u8);
1953 rc = cpack_uint8(s, &u.u8);
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-common.h84 uint8_t u8[4]; member in union:_hb_var_int_t
/external/harfbuzz_ng/src/
H A Dhb-common.h84 uint8_t u8[4]; member in union:_hb_var_int_t
/external/llvm/unittests/Support/
H A DYAMLIOTest.cpp154 uint8_t u8; member in struct:BuiltInTypes
178 io.mapRequired("u8", bt.u8);
207 "u8: 255\n"
228 EXPECT_EQ(map.u8, 255);
255 map.u8 = 254;
284 EXPECT_EQ(map.u8, 254);
/external/valgrind/main/VEX/priv/
H A Dhost_arm_isel.c274 static Bool fitsIn8x4 ( /*OUT*/UInt* u8, /*OUT*/UInt* u4, UInt u ) argument
279 *u8 = u;
976 UInt u, u8 = 0x100, u4 = 0x10; /* both invalid */ local
983 if (fitsIn8x4(&u8, &u4, u)) {
984 return ARMRI84_I84( (UShort)u8, (UShort)u4 );
986 if (mayInv && fitsIn8x4(&u8, &u4, ~u)) {
989 return ARMRI84_I84( (UShort)u8, (UShort)u4 );
/external/valgrind/main/VEX/switchback/
H A Dtest_emfloat.c454 #define u8 unsigned char macro
511 u8 type; /* Indicates, NORMAL, SUBNORMAL, etc. */
512 u8 sign; /* Mantissa sign */
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
H A Dvp9_idct_intrin_sse2.c648 __m128i u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11, u12, u13, u14, u15; local
687 u8 = _mm_madd_epi16(s4, k__cospi_p18_p14);
697 w0 = _mm_add_epi32(u0, u8);
705 w8 = _mm_sub_epi32(u0, u8);
740 u8 = _mm_srai_epi32(v8, DCT_CONST_BITS);
754 in[4] = _mm_packs_epi32(u8, u9);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_dct_sse2.c943 __m128i u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11, u12, u13, u14, u15; local
979 u8 = _mm_madd_epi16(s4, k__cospi_p18_p14);
989 w0 = _mm_add_epi32(u0, u8);
997 w8 = _mm_sub_epi32(u0, u8);
1032 u8 = _mm_srai_epi32(v8, DCT_CONST_BITS);
1046 in[4] = _mm_packs_epi32(u8, u9);
/external/f2fs-tools/include/
H A Df2fs_fs.h26 typedef u_int8_t u8; typedef
29 typedef u8 bool;
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_dct_avx2.c823 __m128i u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11, u12, u13, u14, u15; local
859 u8 = _mm_madd_epi16(s4, k__cospi_p18_p14);
869 w0 = _mm_add_epi32(u0, u8);
877 w8 = _mm_sub_epi32(u0, u8);
912 u8 = _mm_srai_epi32(v8, DCT_CONST_BITS);
926 in[4] = _mm_packs_epi32(u8, u9);
H A Dvp9_dct_sse2.c924 __m128i u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11, u12, u13, u14, u15; local
960 u8 = _mm_madd_epi16(s4, k__cospi_p18_p14);
970 w0 = _mm_add_epi32(u0, u8);
978 w8 = _mm_sub_epi32(u0, u8);
1013 u8 = _mm_srai_epi32(v8, DCT_CONST_BITS);
1027 in[4] = _mm_packs_epi32(u8, u9);
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf3.c1213 UChar u8 = get_UChar(c); local
1214 UWord res = cc->cu_start_offset + (UWord)u8;
1253 UChar u8 = get_UChar(c); local
1254 TRACE_D3("%u", (UInt)u8);
1255 cts->u.val = (ULong)u8;
1270 UChar u8 = get_UChar(c); local
1271 TRACE_D3("%x ", (UInt)u8);
1283 UChar u8 = get_UChar(c); local
1284 TRACE_D3("%x ", (UInt)u8);
1296 UChar u8 local
1310 UChar u8 = get_UChar(c); local
1323 UChar u8 = work & 0xff; local
[all...]
/external/chromium_org/third_party/libevent/
H A Devdns.c142 #define u8 ev_uint8_t macro
162 u8 *request; /* the dns packet data */
189 u8 s6_addr[16];
391 (int)(u8)((a>>24)&0xff),
392 (int)(u8)((a>>16)&0xff),
393 (int)(u8)((a>>8 )&0xff),
394 (int)(u8)((a )&0xff));
756 name_parse(u8 *packet, int length, int *idx, char *name_out, int name_out_len) {
768 /* with a length of 0 (the lengths are u8's < 63). */
774 u8 label_le
[all...]

Completed in 782 milliseconds

1234