HomeSort by relevance Sort by last modified time
    Searched refs:u32 (Results 201 - 225 of 1154) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/linux-x86/test/fixedbugs/
bug012.go 14 var u32 uint64 = 18446744073709551615;
16 if u32 != (1<<64)-1 { panic("u32\n"); }
  /system/bt/stack/avrc/
avrc_int.h 74 #define AVRC_CO_ID_TO_BE_STREAM(p, u32) \
76 *(p)++ = (uint8_t)((u32) >> 16); \
77 *(p)++ = (uint8_t)((u32) >> 8); \
78 *(p)++ = (uint8_t)(u32); \
80 #define AVRC_BE_STREAM_TO_CO_ID(u32, p) \
82 (u32) = (((uint32_t)(*((p) + 2))) + (((uint32_t)(*((p) + 1))) << 8) + \
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
neon-omit.s 12 vqshl.u32 q5,q6
38 vcge.u32 q7,q8
39 vcgt.u32 q7,q8
40 vcle.u32 q7,q8
41 vclt.u32 q7,q8
42 vaddw.u32 q1,d2
61 vqshl.u32 q5,q6,q1
83 vcge.u32 q7,q8,q3
84 vcgt.u32 q7,q8,q3
85 vcle.u32 q7,q8,q
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
b44.c 59 static inline u32 br32(const struct b44_private *bp, u32 reg)
65 static inline void bw32(const struct b44_private *bp, u32 reg, u32 val)
71 static inline void bflush(const struct b44_private *bp, u32 reg, u32 timeout)
102 static u32 pending_tx_index(struct b44_private *bp)
104 u32 pending = br32(bp, B44_DMATX_STAT);
116 static u32 pending_rx_index(struct b44_private *bp)
118 u32 pending = br32(bp, B44_DMARX_STAT)
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
wifi_logger.h 268 u32 flags;
270 u32 ring_buffer_byte_size; // total memory size allocated for the buffer
271 u32 verbose_level; // verbose level for ring buffer
272 u32 written_bytes; // number of bytes that was written to the buffer by driver,
274 u32 read_bytes; // number of bytes that was read from the buffer by user land,
276 u32 written_records; // number of records that was written to the buffer by driver,
357 wifi_error wifi_start_logging(wifi_interface_handle iface, u32 verbose_level, u32 flags,
358 u32 max_interval_sec, u32 min_data_size, char *ring_name)
    [all...]
wifi_config.h 39 u32 guard_time);
  /external/llvm/test/MC/ARM/
neon-v8.s 14 vcvta.u32.f32 d12, d10
15 @ CHECK: vcvta.u32.f32 d12, d10 @ encoding: [0x8a,0xc0,0xbb,0xf3]
18 vcvta.u32.f32 q4, q10
19 @ CHECK: vcvta.u32.f32 q4, q10 @ encoding: [0xe4,0x80,0xbb,0xf3]
23 vcvtm.u32.f32 d12, d10
24 @ CHECK: vcvtm.u32.f32 d12, d10 @ encoding: [0x8a,0xc3,0xbb,0xf3]
27 vcvtm.u32.f32 q13, q1
28 @ CHECK: vcvtm.u32.f32 q13, q1 @ encoding: [0xc2,0xa3,0xfb,0xf3]
32 vcvtn.u32.f32 d5, d3
33 @ CHECK: vcvtn.u32.f32 d5, d3 @ encoding: [0x83,0x51,0xbb,0xf3
    [all...]
thumb-neon-v8.s 14 vcvta.u32.f32 d12, d10
15 @ CHECK: vcvta.u32.f32 d12, d10 @ encoding: [0xbb,0xff,0x8a,0xc0]
18 vcvta.u32.f32 q4, q10
19 @ CHECK: vcvta.u32.f32 q4, q10 @ encoding: [0xbb,0xff,0xe4,0x80]
23 vcvtm.u32.f32 d12, d10
24 @ CHECK: vcvtm.u32.f32 d12, d10 @ encoding: [0xbb,0xff,0x8a,0xc3]
27 vcvtm.u32.f32 q13, q1
28 @ CHECK: vcvtm.u32.f32 q13, q1 @ encoding: [0xfb,0xff,0xc2,0xa3]
32 vcvtn.u32.f32 d5, d3
33 @ CHECK: vcvtn.u32.f32 d5, d3 @ encoding: [0xbb,0xff,0x83,0x51
    [all...]
  /external/wpa_supplicant_8/src/crypto/
des-internal.c 49 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...]
  /external/wpa_supplicant_8/wpa_supplicant/
interworking.h 15 u16 info_ids[], size_t num_ids, u32 subtypes,
16 u32 mbo_subtypes);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
xt_set.h 61 u32 flags;
62 u32 timeout;
  /external/capstone/suite/MC/ARM/
neon-v8.s.cs 7 0x8a,0xc0,0xbb,0xf3 = vcvta.u32.f32 d12, d10
9 0xe4,0x80,0xbb,0xf3 = vcvta.u32.f32 q4, q10
11 0x8a,0xc3,0xbb,0xf3 = vcvtm.u32.f32 d12, d10
13 0xc2,0xa3,0xfb,0xf3 = vcvtm.u32.f32 q13, q1
15 0x83,0x51,0xbb,0xf3 = vcvtn.u32.f32 d5, d3
17 0xc6,0xa1,0xbb,0xf3 = vcvtn.u32.f32 q5, q3
19 0xa7,0xe2,0xbb,0xf3 = vcvtp.u32.f32 d14, d23
21 0xe0,0x22,0xfb,0xf3 = vcvtp.u32.f32 q9, q8
thumb-neon-v8.s.cs 7 0xbb,0xff,0x8a,0xc0 = vcvta.u32.f32 d12, d10
9 0xbb,0xff,0xe4,0x80 = vcvta.u32.f32 q4, q10
11 0xbb,0xff,0x8a,0xc3 = vcvtm.u32.f32 d12, d10
13 0xfb,0xff,0xc2,0xa3 = vcvtm.u32.f32 q13, q1
15 0xbb,0xff,0x83,0x51 = vcvtn.u32.f32 d5, d3
17 0xbb,0xff,0xc6,0xa1 = vcvtn.u32.f32 q5, q3
19 0xbb,0xff,0xa7,0xe2 = vcvtp.u32.f32 d14, d23
21 0xfb,0xff,0xe0,0x22 = vcvtp.u32.f32 q9, q8
  /external/compiler-rt/lib/asan/
asan_posix.cc 65 u32 inst = *(unsigned *)sig.pc;
66 u32 ra = (inst >> 16) & 0x1F;
67 u32 opcd = inst >> 26;
68 u32 xo = (inst >> 1) & 0x3FF;
  /external/compiler-rt/lib/tsan/rtl/
tsan_clock.h 28 static const uptr kTableSize = kSize / sizeof(u32);
32 u32 table[kTableSize];
71 // Otherwise, tab_ points to an array with 128 u32 elements,
74 u32 tab_idx_;
75 u32 size_;
tsan_sync.cc 64 u32 idx = block_alloc_.Alloc(&thr->proc()->block_cache);
69 u32 *meta = MemToMeta(p);
85 u32 *meta = MemToMeta(p);
86 u32 *end = MemToMeta(p + sz);
90 u32 idx = *meta;
104 u32 next = s->next;
183 u32 *meta = MemToMeta(p);
184 u32 idx = *meta;
207 u32 *meta = MemToMeta(addr);
208 u32 idx0 = *meta
    [all...]
  /external/iproute2/examples/diffserv/
Edge31-ca-u32 3 # sample script on using the ingress capabilities using u32 classifier
32 # Create u32 filters
33 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 handle 1: u32 \
53 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 u32 \
62 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 u32 \
70 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32 \
82 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 u32 \
90 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32 \
101 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32 \
113 $TC filter add dev $INDEV parent ffff: protocol ip prio 7 u32 \
    [all...]
  /external/libhevc/common/arm/
ihevc_inter_pred_luma_horz_w16out.s 207 vld1.u32 {d0},[r12],r11 @vector load pu1_src
208 vld1.u32 {d1},[r12],r11
209 vld1.u32 {d2},[r12],r11
210 vld1.u32 {d3},[r12],r11
211 vld1.u32 {d4},[r12],r11
212 vld1.u32 {d5},[r12],r11
213 vld1.u32 {d6},[r12],r11
214 vld1.u32 {d7},[r12],r11
225 vld1.u32 {d12},[r4],r11 @vector load pu1_src + src_strd
226 vld1.u32 {d13},[r4],r1
    [all...]
  /external/libmpeg2/common/arm/
ideint_cac_a9.s 96 vshl.u32 q8, q1, #16
97 vorr.u32 q8, q0, q8
123 vshl.u32 q9, q3, #16
124 vorr.u32 q9, q2, q9
146 vabd.u32 q0, q0, q1
147 vabd.u32 q2, q2, q3
149 vadd.u32 q0, q0, q2
150 vadd.u32 d21, d0, d1
194 vadd.u32 d21, d0, d21
200 vshr.u32 d0, d21, #
    [all...]
  /external/syslinux/gpxe/src/include/
stdint.h 23 typedef uint32_t u32; typedef
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/test/
ipa_nat_test022.c 50 int ipa_nat_test022(int total_entries, u32 tbl_hdl, u8 sep)
53 u32 rule_hdl1, rule_hdl2, rule_hdl3;
55 u32 rule_hdl21, rule_hdl22;
57 u32 pub_ip_add = 0x011617c0; /* "192.23.22.1" */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
virtio_console.h 42 #define VIRTIO_CONSOLE_BAD_ID (~(u32)0)
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
text.h 40 uint32_t u32; member in union:spv_literal_t::value_t
  /external/compiler-rt/lib/msan/
msan.cc 49 THREADLOCAL u32 __msan_param_origin_tls[kMsanParamTlsSize / sizeof(u32)];
55 THREADLOCAL u32 __msan_retval_origin_tls;
64 THREADLOCAL u32 __msan_origin_tls;
236 void PrintWarningWithOrigin(uptr pc, uptr bp, u32 origin) {
248 u32 report_origin =
291 const char *GetStackOriginDescr(u32 id, uptr *pc) {
297 u32 ChainOrigin(u32 id, StackTrace *stack) {
315 void __msan_maybe_warning_##size(type s, u32 o) {
    [all...]
  /prebuilts/go/darwin-x86/test/ken/
convert.go 17 var u32 uint32; var
177 /* value good in u32 and up (3758096384) */
212 i32 = 0; u32 = 0; i64 = 0; u64 = 0
231 i8 = int8(v); u32 = uint32(i8); w = big(u32)
252 u8 = uint8(v); u32 = uint32(u8); w = big(u32)
273 i16 = int16(v); u32 = uint32(i16); w = big(u32)
294 u16 = uint16(v); u32 = uint32(u16); w = big(u32
    [all...]

Completed in 481 milliseconds

1 2 3 4 5 6 7 891011>>