Home
last modified time | relevance | path

Searched refs:u32 (Results 1 – 25 of 1464) sorted by relevance

12345678910>>...59

/external/syslinux/gpxe/src/drivers/net/
Dbnx2_fw.h20 static const u32 bnx2_COM_b06FwStartAddr = 0x080008b4;
21 static const u32 bnx2_COM_b06FwTextAddr = 0x08000000;
23 static const u32 bnx2_COM_b06FwDataAddr = 0x08005840;
25 static const u32 bnx2_COM_b06FwRodataAddr = 0x080057c0;
27 static const u32 bnx2_COM_b06FwBssAddr = 0x08005860;
29 static const u32 bnx2_COM_b06FwSbssAddr = 0x08005840;
31 static u32 bnx2_COM_b06FwText[(0x57bc/4) + 1] = {
969 static u32 bnx2_COM_b06FwData[(0x0/4) + 1] = { 0x0 };
970 static u32 bnx2_COM_b06FwRodata[(0x58/4) + 1] = {
975 static u32 bnx2_COM_b06FwBss[(0x88/4) + 1] = { 0x0 };
[all …]
Dmtnic.h219 u32 op_own;
222 u32 size_vlan;
223 u32 flags;
226 u32 reserved;
230 u32 count;
232 u32 mem_type;
234 u32 addr_h;
235 u32 addr_l;
246 u32 reserved2[3];
255 u32 count;
[all …]
Detherfabric.h103 uint32_t u32[1]; member
113 uint32_t u32[2]; member
125 uint32_t u32[4]; member
140 ( ( unsigned int ) le32_to_cpu ( (dword).u32[0] ) )
144 ( ( unsigned int ) le32_to_cpu ( (qword).u32[1] ) ), \
145 ( ( unsigned int ) le32_to_cpu ( (qword).u32[0] ) )
149 ( ( unsigned int ) le32_to_cpu ( (oword).u32[3] ) ), \
150 ( ( unsigned int ) le32_to_cpu ( (oword).u32[2] ) ), \
151 ( ( unsigned int ) le32_to_cpu ( (oword).u32[1] ) ), \
152 ( ( unsigned int ) le32_to_cpu ( (oword).u32[0] ) )
[all …]
/external/mesa3d/src/gallium/drivers/nouveau/codegen/lib/
Dgk110.asm15 bfind u32 $r2 $r1
19 cvt u32 $r1 neg u32 $r1
20 mul $r3 u32 $r1 u32 $r2
21 add $r2 (mul high u32 $r2 u32 $r3) $r2
23 mul $r3 u32 $r1 u32 $r2
24 add $r2 (mul high u32 $r2 u32 $r3) $r2
25 mul $r3 u32 $r1 u32 $r2
26 add $r2 (mul high u32 $r2 u32 $r3) $r2
27 mul $r3 u32 $r1 u32 $r2
28 add $r2 (mul high u32 $r2 u32 $r3) $r2
[all …]
Dgf100.asm14 bfind u32 $r2 $r1
18 cvt u32 $r1 neg u32 $r1
19 mul $r3 u32 $r1 u32 $r2
20 add $r2 (mul high u32 $r2 u32 $r3) $r2
21 mul $r3 u32 $r1 u32 $r2
22 add $r2 (mul high u32 $r2 u32 $r3) $r2
23 mul $r3 u32 $r1 u32 $r2
24 add $r2 (mul high u32 $r2 u32 $r3) $r2
25 mul $r3 u32 $r1 u32 $r2
26 add $r2 (mul high u32 $r2 u32 $r3) $r2
[all …]
Dgm107.asm15 flo u32 $r2 $r1
20 i2i u32 u32 $r1 neg $r1
21 imul u32 u32 $r3 $r1 $r2
23 imad u32 u32 hi $r2 $r2 $r3 $r2
24 imul u32 u32 $r3 $r1 $r2
25 imad u32 u32 hi $r2 $r2 $r3 $r2
27 imul u32 u32 $r3 $r1 $r2
28 imad u32 u32 hi $r2 $r2 $r3 $r2
29 imul u32 u32 $r3 $r1 $r2
31 imad u32 u32 hi $r2 $r2 $r3 $r2
[all …]
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnve4_compute.h9 u32 unk0[8];
10 u32 entry;
11 u32 unk9[2];
12 u32 unk11_0 : 30;
13 u32 linked_tsc : 1;
14 u32 unk11_31 : 1;
15 u32 griddim_x : 31;
16 u32 unk12 : 1;
19 u32 unk14[3];
26 u32 cb_mask : 8;
[all …]
/external/syslinux/gpxe/src/core/
Dbtext.c29 static void draw_byte(const unsigned char c, u32 locX, u32 locY);
31 static void draw_byte_32(const unsigned char *bits, u32 *base, u32 rb);
32 static void draw_byte_16(const unsigned char *bits, u32 *base, u32 rb);
34 static void draw_byte_8(const unsigned char *bits, u32 *base, u32 rb);
36 static u32 g_loc_X;
37 static u32 g_loc_Y;
38 static u32 g_max_loc_X;
39 static u32 g_max_loc_Y;
51 u32 boot_text_mapped;
63 btext_setup_display(u32 width, u32 height, u32 depth, u32 pitch,
[all …]
/external/f2fs-tools/fsck/
Dfsck.h36 u32 nr_inodes;
37 u32 *ino_list;
41 u32 fofs; /* start offset in a file */
42 u32 blk; /* start block address of the extent */
43 u32 len; /* length of the extent */
47 u32 state;
48 u32 links;
49 u32 files;
50 u32 pgofs;
53 u32 p_ino; /*parent ino*/
[all …]
/external/blktrace/
Djhash.h58 static inline u32 jhash(const void *key, u32 length, u32 initval) in jhash()
60 u32 a,b,c; in jhash()
68 a += (k[0] + ((u32)k[1]<<8) + ((u32)k[2]<<16) + ((u32)k[3]<<24)); in jhash()
69 b += (k[4] + ((u32)k[5]<<8) + ((u32)k[6]<<16) + ((u32)k[7]<<24)); in jhash()
70 c += (k[8] + ((u32)k[9]<<8) + ((u32)k[10]<<16) + ((u32)k[11]<<24)); in jhash()
79 case 12: c += (u32)k[11]<<24; in jhash()
80 case 11: c += (u32)k[10]<<16; in jhash()
81 case 10: c += (u32)k[9]<<8; in jhash()
83 case 8 : b += (u32)k[7]<<24; in jhash()
84 case 7 : b += (u32)k[6]<<16; in jhash()
[all …]
/external/compiler-rt/lib/esan/
Dworking_set.cpp43 static const u32 CacheLineSize = 64;
46 static const u32 TotalWorkingSetBitIdx = 7;
50 static const u32 MaxAccumBitIdx = 6;
51 static const u32 CurWorkingSetBitIdx = 0;
59 static u32 SnapshotNum;
62 static const u32 NumFreq = 8; // One for each bit of our shadow bytes.
66 CircularBuffer<u32> SizePerFreq[NumFreq];
69 u32 CircularBufferSizes[NumFreq] = {
103 u32 WordValue = ShadowAccessedVal | ShadowAccessedVal << 8 | in processRangeAccessWorkingSet()
106 if ((*(u32*)Shadow & WordValue) != WordValue) in processRangeAccessWorkingSet()
[all …]
/external/syslinux/gpxe/src/crypto/
Dmd5.c32 u32 ( * f ) ( u32 b, u32 c, u32 d );
37 static u32 f1(u32 b, u32 c, u32 d) in f1()
42 static u32 f2(u32 b, u32 c, u32 d) in f2()
47 static u32 f3(u32 b, u32 c, u32 d) in f3()
52 static u32 f4(u32 b, u32 c, u32 d) in f4()
87 static const u32 k[64] = {
106 static void md5_transform(u32 *hash, const u32 *in) in md5_transform()
108 u32 a, b, c, d, f, g, temp; in md5_transform()
137 static inline void le32_to_cpu_array(u32 *buf, unsigned int words) in le32_to_cpu_array()
145 static inline void cpu_to_le32_array(u32 *buf, unsigned int words) in cpu_to_le32_array()
[all …]
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.h36 explicit ThreadContextBase(u32 tid);
39 const u32 tid; // Thread ID. Main thread should have tid = 0.
41 u32 reuse_count; // Number of times this tid was reused.
49 u32 parent_tid;
59 u32 _parent_tid, void *arg);
74 typedef ThreadContextBase* (*ThreadContextFactory)(u32 tid);
78 static const u32 kUnknownTid;
80 ThreadRegistry(ThreadContextFactory factory, u32 max_threads,
81 u32 thread_quarantine_size, u32 max_reuse = 0);
91 ThreadContextBase *GetThreadLocked(u32 tid) { in GetThreadLocked()
[all …]
Dsanitizer_stackdepot.cc23 u32 id;
25 u32 size;
26 u32 tag;
29 static const u32 kTabSizeLog = 20;
32 static const u32 kUseCountBits = kTabSizeLog;
33 static const u32 kMaxUseCount = 1 << kUseCountBits;
34 static const u32 kUseCountMask = (1 << kUseCountBits) - 1;
35 static const u32 kHashMask = ~kUseCountMask;
38 bool eq(u32 hash, const args_type &args) const { in eq()
39 u32 hash_bits = in eq()
[all …]
/external/llvm/test/CodeGen/NVPTX/
Dlocal-stack-frame.ll6 ; PTX32: mov.u32 %SPL, __local_depot{{[0-9]+}};
7 ; PTX32: cvta.local.u32 %SP, %SPL;
8 ; PTX32: ld.param.u32 %r{{[0-9]+}}, [foo_param_0];
9 ; PTX32: st.volatile.u32 [%SP+0], %r{{[0-9]+}};
12 ; PTX64: ld.param.u32 %r{{[0-9]+}}, [foo_param_0];
13 ; PTX64: st.volatile.u32 [%SP+0], %r{{[0-9]+}};
20 ; PTX32: mov.u32 %SPL, __local_depot{{[0-9]+}};
21 ; PTX32: cvta.local.u32 %SP, %SPL;
22 ; PTX32: ld.param.u32 %r{{[0-9]+}}, [foo2_param_0];
23 ; PTX32: add.u32 %r[[SP_REG:[0-9]+]], %SPL, 0;
[all …]
Daddrspacecast.ll7 ; PTX32: cvta.global.u32
8 ; PTX32: ld.u32
11 ; PTX64: ld.u32
19 ; PTX32: cvta.shared.u32
20 ; PTX32: ld.u32
23 ; PTX64: ld.u32
31 ; PTX32: cvta.const.u32
32 ; PTX32: ld.u32
35 ; PTX64: ld.u32
43 ; PTX32: cvta.local.u32
[all …]
/external/syslinux/gpxe/src/drivers/net/rtl818x/
Drtl818x.h28 u32 MAR[2];
34 u32 TSFT[2];
35 u32 TLPDA;
36 u32 TNPDA;
37 u32 THPDA;
66 u32 TX_CONF;
83 u32 RX_CONF;
99 u32 INT_TIMEOUT;
100 u32 TBDA;
114 u32 ANAPARAM;
[all …]
/external/boringssl/linux-arm/crypto/fipsmodule/
Darmv4-mont.S628 vmlal.u32 q10,d28,d2[0]
629 vmlal.u32 q11,d28,d2[1]
630 vmlal.u32 q12,d28,d3[0]
631 vmlal.u32 q13,d28,d3[1]
633 vmlal.u32 q6,d29,d4[0]
634 vmlal.u32 q7,d29,d4[1]
635 vmlal.u32 q8,d29,d5[0]
636 vmlal.u32 q9,d29,d5[1]
637 vmlal.u32 q10,d29,d6[0]
638 vmlal.u32 q11,d29,d6[1]
[all …]
/external/boringssl/ios-arm/crypto/fipsmodule/
Darmv4-mont.S631 vmlal.u32 q10,d28,d2[0]
632 vmlal.u32 q11,d28,d2[1]
633 vmlal.u32 q12,d28,d3[0]
634 vmlal.u32 q13,d28,d3[1]
636 vmlal.u32 q6,d29,d4[0]
637 vmlal.u32 q7,d29,d4[1]
638 vmlal.u32 q8,d29,d5[0]
639 vmlal.u32 q9,d29,d5[1]
640 vmlal.u32 q10,d29,d6[0]
641 vmlal.u32 q11,d29,d6[1]
[all …]
/external/compiler-rt/lib/msan/
Dmsan_chained_origin_depot.cc20 u32 here_id;
21 u32 prev_id;
26 u32 id;
27 u32 here_id;
28 u32 prev_id;
32 bool eq(u32 hash, const args_type &args) const { in eq()
53 static u32 hash(const args_type &args) { in hash()
54 const u32 m = 0x5bd1e995; in hash()
55 const u32 seed = 0x9747b28c; in hash()
56 const u32 r = 24; in hash()
[all …]
Dmsan_origin.h57 static bool isValidId(u32 id) { return id != 0 && id != (u32)-1; } in isValidId()
59 u32 raw_id() const { return raw_id_; } in raw_id()
72 u32 getChainedId() const { in getChainedId()
76 u32 getStackId() const { in getStackId()
80 u32 getHeapId() const { in getHeapId()
88 u32 prev_id; in getNextChainedOrigin()
89 u32 stack_id = ChainedOriginDepotGet(getChainedId(), &prev_id); in getNextChainedOrigin()
98 static Origin CreateStackOrigin(u32 id) { in CreateStackOrigin()
104 u32 stack_id = StackDepotPut(*stack); in CreateHeapOrigin()
131 u32 chained_id; in CreateChainedOrigin()
[all …]
/external/perf_data_converter/src/quipper/
Dtest_perf_data.h21 u32 v32[2];
114 SelfT& WithAttrSize(u32 size) { in WithAttrSize()
134 u32 attr_size_;
174 SelfT& WithAttrSize(u32 size) { in WithAttrSize()
189 u32 attr_size_;
216 SampleInfo& Tid(u32 pid, u32 tid) { in Tid()
219 SampleInfo& Tid(u32 pid) { in Tid()
251 ExampleMmapEvent(u32 pid, u64 start, u64 len, u64 pgoff, string filename, in ExampleMmapEvent()
263 const u32 pid_;
276 ExampleMmap2Event(u32 pid, u64 start, u64 len, u64 pgoff, string filename, in ExampleMmap2Event()
[all …]
/external/llvm/test/MC/ARM/
Dneon-convert-encoding.s5 @ CHECK: vcvt.u32.f32 d16, d16 @ encoding: [0xa0,0x07,0xfb,0xf3]
6 vcvt.u32.f32 d16, d16
9 @ CHECK: vcvt.f32.u32 d16, d16 @ encoding: [0xa0,0x06,0xfb,0xf3]
10 vcvt.f32.u32 d16, d16
13 @ CHECK: vcvt.u32.f32 q8, q8 @ encoding: [0xe0,0x07,0xfb,0xf3]
14 vcvt.u32.f32 q8, q8
17 @ CHECK: vcvt.f32.u32 q8, q8 @ encoding: [0xe0,0x06,0xfb,0xf3]
18 vcvt.f32.u32 q8, q8
23 @ CHECK: vcvt.u32.f32 d16, d16, #1 @ encoding: [0x30,0x0f,0xff,0xf3]
24 vcvt.u32.f32 d16, d16, #1
[all …]
/external/syslinux/gpxe/src/drivers/net/ath5k/
Dath5k.h250 #define AR5K_TXQ_USEDEFAULT ((u32) -1)
512 u32 tqi_aifs; /* Arbitrated Interframe Space */
515 u32 tqi_cbr_period; /* Constant bit rate period */
516 u32 tqi_cbr_overflow_limit;
517 u32 tqi_burst_time;
518 u32 tqi_ready_time; /* Not used */
587 #define AR5K_TXKEYIX_INVALID ((u32) - 1)
597 #define TSF_TO_TU(_tsf) (u32)((_tsf) >> 10)
668 u32 a2_flags;
969 u32 ah_mac_srev;
[all …]
/external/wpa_supplicant_8/src/crypto/
Ddes-internal.c49 static const u32 bytebit[8] =
54 static const u32 bigbyte[24] =
88 static const u32 SP1[64] =
108 static const u32 SP2[64] =
128 static const u32 SP3[64] =
148 static const u32 SP4[64] =
168 static const u32 SP5[64] =
188 static const u32 SP6[64] =
208 static const u32 SP7[64] =
228 static const u32 SP8[64] =
[all …]

12345678910>>...59