Searched defs:u32 (Results 1 - 25 of 109) sorted by last modified time

12345

/external/webrtc/src/modules/audio_processing/utility/
H A Ddelay_estimator.c27 static int BitCount(uint32_t u32) { argument
28 uint32_t tmp = u32 - ((u32 >> 1) & 033333333333) -
29 ((u32 >> 2) & 011111111111);
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.h91 typedef UINT32 u32; typedef
103 typedef UINT32 u32; typedef
123 typedef unsigned int u32; typedef
136 typedef uint32_t u32; typedef
194 #define le_to_host32(n) ((__force u32) (le32) (n))
195 #define host_to_le32(n) ((__force le32) (u32) (n))
196 #define be_to_host32(n) bswap_32((__force u32) (be32) (n))
250 static inline u32 WPA_GET_BE24(const u8 *a)
255 static inline void WPA_PUT_BE24(u8 *a, u32 val)
262 static inline u32 WPA_GET_BE3
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dcommon.h91 typedef UINT32 u32; typedef
103 typedef UINT32 u32; typedef
123 typedef unsigned int u32; typedef
136 typedef uint32_t u32; typedef
194 #define le_to_host32(n) ((__force u32) (le32) (n))
195 #define host_to_le32(n) ((__force le32) (u32) (n))
196 #define be_to_host32(n) bswap_32((__force u32) (be32) (n))
250 static inline u32 WPA_GET_BE24(const u8 *a)
255 static inline void WPA_PUT_BE24(u8 *a, u32 val)
262 static inline u32 WPA_GET_BE3
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.h91 typedef UINT32 u32; typedef
103 typedef UINT32 u32; typedef
123 typedef unsigned int u32; typedef
136 typedef uint32_t u32; typedef
194 #define le_to_host32(n) ((__force u32) (le32) (n))
195 #define host_to_le32(n) ((__force le32) (u32) (n))
196 #define be_to_host32(n) bswap_32((__force u32) (be32) (n))
250 static inline u32 WPA_GET_BE24(const u8 *a)
255 static inline void WPA_PUT_BE24(u8 *a, u32 val)
262 static inline u32 WPA_GET_BE3
[all...]
/external/vixl/test/
H A Dtest-assembler-a64.cc6857 uint32_t u32 = u64 & 0xffffffff; local
6862 bool cvtf_u32 = (u64 == u32);
7011 uint32_t u32 = u64 & 0xffffffff; local
7016 bool cvtf_u32 = (u64 == u32);
/external/valgrind/main/VEX/priv/
H A Dguest_amd64_toIR.c18310 static IRTemp math_PINSRD_128 ( IRTemp v128, IRTemp u32, UInt imm8 ) argument
18315 /* Surround u32 with zeroes as per imm, giving us something we can
18321 assign(withZs, mkV128from32s(u32, z32, z32, z32));
18324 assign(withZs, mkV128from32s(z32, u32, z32, z32));
18327 assign(withZs, mkV128from32s(z32, z32, u32, z32));
18330 assign(withZs, mkV128from32s(z32, z32, z32, u32));
[all...]
H A Dhost_arm64_isel.c1377 UInt u32 = e->Iex.Const.con->Ico.U32; local
1378 ULong u64 = (ULong)u32;
H A Dhost_mips_defs.c2600 UInt u32 = (UInt) imm; local
2601 Int s32 = (Int) u32;
2649 UInt u32 = (UInt)imm; local
2650 Int s32 = (Int)u32;
2691 UInt u32 = (UInt)imm; local
2692 Int s32 = (Int)u32;
H A Dhost_ppc_defs.c459 /* --------- Operand, which can be a reg or a u32/64. --------- */
3404 UInt u32 = (UInt)imm; local
3405 Int s32 = (Int)u32;
3465 UInt u32 = (UInt)imm; local
3466 Int s32 = (Int)u32;
3510 UInt u32 = (UInt)imm; local
3511 Int s32 = (Int)u32;
4647 // fctiwu (conv f64 to u32)
H A Dir_opt.c1575 UInt u32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U32; local
1576 Int s32 = (Int)(u32 & 0xFFFFFFFF);
1591 UInt u32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U32; local
1592 if (u32 != 0)
1593 e2 = IRExpr_Const(IRConst_U32(fold_Clz32(u32)));
1608 UInt u32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U32; local
1609 if (0 == u32) {
1866 /*unsigned*/ UInt u32; local
1868 u32 = (UInt)(e->Iex.Binop.arg1->Iex.Const.con->Ico.U32);
1871 u32 >>
[all...]
/external/valgrind/main/VEX/switchback/
H A Dtest_emfloat.c457 #define u32 unsigned int macro
459 #define u32 unsigned long macro
775 u32 accum; /* Accumulator */
781 accum=(u32)b;
782 accum+=(u32)c;
783 accum+=(u32)*carry;
799 u32 accum; /* Accumulator */
801 accum=(u32)b;
802 accum-=(u32)c;
803 accum-=(u32)*borro
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dlzoconf.h392 typedef union { lzo_bytep p; lzo_uint32 u32; } __lzo_pu32_u; member in union:__anon32401
393 typedef union { void *vp; lzo_bytep bp; lzo_uint u; lzo_uint32 u32; unsigned long l; } lzo_align_t; member in union:__anon32402
H A Dreaddwarf3.c1229 UInt u32 = get_UInt(c); local
1230 UWord res = cc->cu_start_offset + (UWord)u32;
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp3543 uint32_t u32[2]; member in union:test73::uint64_union
3549 uint32_t u32[1]; member in union:test73::uint32_union
3575 case 1: CHECK(ARR1[i].u32[off] == 0); break;
3580 case 1: CHECK(ARR2[i].u32[off] == 0); break;
5798 uint32_t u32[2]; member in union:test123::uint_union
5817 void Wr32_0() { MEM[0].u32[0] = 1; }
5818 void Wr32_1() { MEM[1].u32[1] = 1; }
5819 void Wr32_2() { MEM[2].u32[0] = 1; }
5820 void Wr32_3() { MEM[3].u32[1] = 1; }
5821 void Wr32_4() { MEM[4].u32[
[all...]
/external/valgrind/main/memcheck/tests/vbit-test/
H A Dvbits.h18 uint32_t u32; member in union:__anon33078::__anon33079
32 uint32_t u32; member in union:__anon33080
/external/valgrind/main/none/tests/amd64/
H A Davx-1.c14 typedef union { UChar u8[32]; UInt u32[8]; } YMM; member in union:__anon33097
H A Davx2-1.c16 typedef union { UChar u8[32]; UInt u32[8]; } YMM; member in union:__anon33099
/external/valgrind/main/none/tests/arm64/
H A Dfp_and_simd.c29 UInt u32[4]; member in union:_V128
/external/tcpdump/
H A Dprint-802_11.c1890 u_int32_t u32; member in union:__anon31500
1941 rc = cpack_uint32(s, &u.u32);
2110 print_chaninfo(u2.u16, u.u32);
/external/sqlite/dist/orig/
H A Dsqlite3.c8497 typedef UINT32_TYPE u32; /* 4-byte unsigned integer */ typedef
8505 ** that can be stored in a u32 without loss of data. The value
8520 typedef u32 tRowcnt; /* 32-bit is the default */
8905 SQLITE_PRIVATE u32 sqlite3BtreeLastPage(Btree*);
8952 SQLITE_PRIVATE void sqlite3BtreeGetMeta(Btree *pBtree, int idx, u32 *pValue);
8953 SQLITE_PRIVATE int sqlite3BtreeUpdateMeta(Btree*, int idx, u32 value);
9014 SQLITE_PRIVATE int sqlite3BtreeKey(BtCursor*, u32 offset, u32 amt, void*);
9015 SQLITE_PRIVATE const void *sqlite3BtreeKeyFetch(BtCursor*, u32 *pAmt);
9016 SQLITE_PRIVATE const void *sqlite3BtreeDataFetch(BtCursor*, u32 *pAm
126675 typedef unsigned int u32; /* 4-byte unsigned integer */ typedef
144718 typedef unsigned int u32; typedef
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8497 typedef UINT32_TYPE u32; /* 4-byte unsigned integer */ typedef
8505 ** that can be stored in a u32 without loss of data. The value
8520 typedef u32 tRowcnt; /* 32-bit is the default */
8905 SQLITE_PRIVATE u32 sqlite3BtreeLastPage(Btree*);
8952 SQLITE_PRIVATE void sqlite3BtreeGetMeta(Btree *pBtree, int idx, u32 *pValue);
8953 SQLITE_PRIVATE int sqlite3BtreeUpdateMeta(Btree*, int idx, u32 value);
9014 SQLITE_PRIVATE int sqlite3BtreeKey(BtCursor*, u32 offset, u32 amt, void*);
9015 SQLITE_PRIVATE const void *sqlite3BtreeKeyFetch(BtCursor*, u32 *pAmt);
9016 SQLITE_PRIVATE const void *sqlite3BtreeDataFetch(BtCursor*, u32 *pAm
126695 typedef unsigned int u32; /* 4-byte unsigned integer */ typedef
144750 typedef unsigned int u32; typedef
[all...]
/external/skia/src/core/
H A DSkPaint.cpp2703 uint32_t* u32 = buffer.reserve(flatBytes); local
2704 *u32++ = dirty;
2705 *u32++ = paint.getBitfields();
2711 F(u32, Color);
2712 SkScalar* f32 = reinterpret_cast<SkScalar*>(u32);
/external/skia/tests/
H A DPaintTest.cpp40 SkUnichar* u32 = (SkUnichar*)dst; local
41 if (src != u32) {
42 memcpy(u32, src, count * sizeof(SkUnichar));
/external/qemu/distrib/ext4_utils/src/
H A Dext4_utils.h80 typedef unsigned int u32; typedef
88 u32 bg_block_bitmap;
89 u32 bg_inode_bitmap;
90 u32 bg_inode_table;
95 u32 bg_reserved[2];
106 u32 first_data_block;
108 u32 inode_table_blocks;
109 u32 groups;
110 u32 bg_desc_blocks;
111 u32 default_i_flag
[all...]
/external/qemu/distrib/libsparse/src/
H A Dsparse_defs.h24 #define __le32 u32
28 #define __be32 u32
32 #define __u32 u32
38 typedef unsigned int u32; typedef

Completed in 2305 milliseconds

12345