Searched defs:u16 (Results 1 - 25 of 61) sorted by last modified time

123

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.h92 typedef UINT16 u16; typedef
104 typedef UINT16 u16; typedef
124 typedef unsigned short u16; typedef
137 typedef uint16_t u16; typedef
190 #define le_to_host16(n) ((__force u16) (le16) (n))
191 #define host_to_le16(n) ((__force le16) (u16) (n))
192 #define be_to_host16(n) bswap_16((__force u16) (be16) (n))
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_LE1
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dcommon.h92 typedef UINT16 u16; typedef
104 typedef UINT16 u16; typedef
124 typedef unsigned short u16; typedef
137 typedef uint16_t u16; typedef
190 #define le_to_host16(n) ((__force u16) (le16) (n))
191 #define host_to_le16(n) ((__force le16) (u16) (n))
192 #define be_to_host16(n) bswap_16((__force u16) (be16) (n))
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_LE1
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.h92 typedef UINT16 u16; typedef
104 typedef UINT16 u16; typedef
124 typedef unsigned short u16; typedef
137 typedef uint16_t u16; typedef
190 #define le_to_host16(n) ((__force u16) (le16) (n))
191 #define host_to_le16(n) ((__force le16) (u16) (n))
192 #define be_to_host16(n) bswap_16((__force u16) (be16) (n))
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_LE1
[all...]
/external/valgrind/main/VEX/priv/
H A Dguest_amd64_toIR.c11487 static IRTemp math_PINSRW_128 ( IRTemp v128, IRTemp u16, UInt imm8 ) argument
11496 unop(Iop_16Uto64, mkexpr(u16)),
14497 /* 66 0F F6 = PSADBW -- 2 x (8x8 -> 48 zeroes ++ u16) Sum Abs Diffs
[all...]
/external/valgrind/main/VEX/switchback/
H A Dtest_emfloat.c455 #define u16 unsigned short macro
514 u16 mantissa[INTERNAL_FPF_PRECISION];
530 static int IsMantissaZero(u16 *mant);
531 static void Add16Bits(u16 *carry,u16 *a,u16 b,u16 c);
532 static void Sub16Bits(u16 *borrow,u16 *a,u16
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf3.c1221 UShort u16 = get_UShort(c); local
1222 UWord res = cc->cu_start_offset + (UWord)u16;
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp3544 uint16_t u16[4]; member in union:test73::uint64_union
3550 uint16_t u16[2]; member in union:test73::uint32_union
3576 case 2: CHECK(ARR1[i].u16[off] == 0); break;
3581 case 2: CHECK(ARR2[i].u16[off] == 0); break;
5799 uint16_t u16[4]; member in union:test123::uint_union
5826 void Wr16_0() { MEM[0].u16[0] = 1; }
5827 void Wr16_1() { MEM[1].u16[1] = 1; }
5828 void Wr16_2() { MEM[2].u16[2] = 1; }
5829 void Wr16_3() { MEM[3].u16[3] = 1; }
5830 void Wr16_4() { MEM[4].u16[
[all...]
/external/valgrind/main/helgrind/
H A Dlibhb_core.c3365 UShort u16 = line->u16s[loff]; local
3366 line->u16s[loff] = u16 & ~mask; /* clear them */
3423 UShort u16 = line->u16s[loff]; local
3424 Bool ok = (u16 & mask) == mask; /* all R bits set? */
3425 line->u16s[loff] = u16 | mask; /* set them */
3451 UShort u16 = line->u16s[loff]; local
3452 Bool ok = (u16 & mask) == mask; /* 4 x R bits set? */
3453 line->u16s[loff] = u16 | mask; /* set them */
3480 UShort u16 = line->u16s[loff]; local
3481 Bool ok = (u16
3507 UShort u16 = line->u16s[loff]; local
3538 UShort u16 = line->u16s[loff]; local
3566 UShort u16 = line->u16s[loff]; local
3595 UShort u16 = line->u16s[loff]; local
3622 UShort u16 = line->u16s[loff]; local
[all...]
/external/valgrind/main/memcheck/tests/vbit-test/
H A Dvbits.h17 uint16_t u16; member in union:__anon33078::__anon33079
31 uint16_t u16; member in union:__anon33080
/external/valgrind/main/none/tests/arm64/
H A Dfp_and_simd.c28 UShort u16[8]; member in union:_V128
/external/tcpdump/
H A Dprint-802_11.c1889 u_int16_t u16; member in union:__anon31500
1920 rc = cpack_uint16(s, &u.u16);
1923 rc = cpack_uint16(s, &u2.u16);
1929 rc = cpack_uint16(s, &u.u16);
1944 rc = cpack_uint16(s, &u2.u16);
2016 print_chaninfo(u.u16, u2.u16);
2019 printf("fhset %d fhpat %d ", u.u16 & 0xff, (u.u16 >> 8) & 0xff);
2077 printf("%u sq ", u.u16);
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8498 typedef UINT16_TYPE u16; /* 2-byte unsigned integer */ typedef
9829 u16 flags; /* PGHDR flags defined below */
10353 u16 schemaFlags; /* Flags associated with this schema */
10407 u16 sz; /* Size of each buffer in bytes */
10447 u16 dbOptFlags; /* Flags to enable/disable optimizations */
10641 u16 funcFlags; /* Some combination of SQLITE_FUNC_* */
10952 u16 nRef; /* Number of pointers to this Table */
11096 u16 nField; /* Number of key columns in the index */
11097 u16 nXField; /* Number of columns beyond the key columns */
11122 u16 nFiel
144717 typedef unsigned short u16; typedef
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8498 typedef UINT16_TYPE u16; /* 2-byte unsigned integer */ typedef
9829 u16 flags; /* PGHDR flags defined below */
10353 u16 schemaFlags; /* Flags associated with this schema */
10407 u16 sz; /* Size of each buffer in bytes */
10447 u16 dbOptFlags; /* Flags to enable/disable optimizations */
10641 u16 funcFlags; /* Some combination of SQLITE_FUNC_* */
10952 u16 nRef; /* Number of pointers to this Table */
11096 u16 nField; /* Number of key columns in the index */
11097 u16 nXField; /* Number of columns beyond the key columns */
11122 u16 nFiel
144749 typedef unsigned short u16; typedef
[all...]
/external/skia/tests/
H A DPaintTest.cpp31 uint16_t* u16 = (uint16_t*)dst; local
33 int n = SkUTF16_FromUnichar(src[i], u16);
34 u16 += n;
36 return (char*)u16 - (char*)dst;
/external/qemu/distrib/ext4_utils/src/
H A Dext4_utils.h81 typedef unsigned short int u16; typedef
91 u16 bg_free_blocks_count;
92 u16 bg_free_inodes_count;
93 u16 bg_used_dirs_count;
94 u16 bg_flags;
96 u16 bg_reserved16;
97 u16 bg_checksum;
147 u16 ext4_crc16(u16 crc_in, const void *buf, int size);
/external/qemu/distrib/libsparse/src/
H A Dsparse_defs.h25 #define __le16 u16
29 #define __be16 u16
33 #define __u16 u16
39 typedef unsigned short int u16; typedef
/external/qemu/hw/pci/
H A Dpci.c726 } u16; typedef in typeref:union:__anon29676
740 u16 vendor_id = { .ptr = d->config + PCI_VENDOR_ID };
741 u16 device_id = { .ptr = d->config + PCI_DEVICE_ID };
/external/openssl/crypto/aes/
H A Daes_locl.h79 typedef unsigned short u16; typedef
/external/oprofile/libutil/
H A Dop_types.h21 typedef unsigned short u16; typedef
/external/neven/FaceRecEm/common/src/b_FDSDK/
H A DTypes.h34 typedef unsigned short u16; typedef
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.h321 uint16_t u16; member in union:nv50_ir::Storage::__anon27239
/external/llvm/unittests/Support/
H A DYAMLIOTest.cpp153 uint16_t u16; member in struct:BuiltInTypes
177 io.mapRequired("u16", bt.u16);
206 "u16: 65000\n"
227 EXPECT_EQ(map.u16, 65000);
254 map.u16 = 50000;
283 EXPECT_EQ(map.u16, 50000);
/external/ltrace/
H A Dlens_default.c686 uint16_t u16; member in union:bitvect_integral_64
706 bv.u64 = bv.u16;
H A Dprintf.c218 uint16_t u16; member in union:__anon26633
226 case 2: u.u64 = u.u16; break;
H A Dvalue.c331 uint16_t u16; member in union:word_data
357 u.u16 = word;
408 *retp = (long)u.u16;

Completed in 1887 milliseconds

123