HomeSort by relevance Sort by last modified time
    Searched refs:u32 (Results 426 - 450 of 1703) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/asm/mach-au1x00/
au1000.h     [all...]
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/asm/mach-au1x00/
au1000.h     [all...]
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/asm/mach-au1x00/
au1000.h     [all...]
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm/mach-au1x00/
au1000.h     [all...]
  /external/iproute2/examples/diffserv/
Edge32-ca-u32 3 # sample script on using the ingress capabilities using u32 classifier
57 $TC filter add dev $INDEV parent ffff: protocol ip prio 1 u32 \
61 $TC filter add dev $INDEV parent ffff: protocol ip prio 2 u32 \
70 $TC filter add dev $INDEV parent ffff: protocol ip prio 3 u32 \
74 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 u32 \
82 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 u32 \
86 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32 \
97 $TC filter add dev $INDEV parent ffff: protocol ip prio 8 u32 \
101 $TC filter add dev $INDEV parent ffff: protocol ip prio 9 u32 \
109 $TC filter add dev $INDEV parent ffff: protocol ip prio 10 u32 \
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.cc 19 ThreadContextBase::ThreadContextBase(u32 tid)
69 bool _detached, u32 _parent_tid, void *arg) {
88 const u32 ThreadRegistry::kUnknownTid = ~0U;
90 ThreadRegistry::ThreadRegistry(ThreadContextFactory factory, u32 max_threads,
91 u32 thread_quarantine_size, u32 max_reuse)
121 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid,
124 u32 tid = kUnknownTid;
160 for (u32 tid = 0; tid < n_contexts_; tid++)
    [all...]
sanitizer_atomic_msvc.h 111 INLINE u32 atomic_fetch_add(volatile atomic_uint32_t *a,
112 u32 v, memory_order mo) {
115 return (u32)_InterlockedExchangeAdd(
132 INLINE u32 atomic_fetch_sub(volatile atomic_uint32_t *a,
133 u32 v, memory_order mo) {
136 return (u32)_InterlockedExchangeAdd(
167 INLINE u32 atomic_exchange(volatile atomic_uint32_t *a,
168 u32 v, memory_order mo) {
171 return (u32)_InterlockedExchange((volatile long*)&a->val_dont_use, v);
226 u32 *cmp
    [all...]
sanitizer_mutex.h 104 u32 cmp = kUnlocked;
112 u32 prev = atomic_fetch_sub(&state_, kWriteLock, memory_order_release);
118 u32 prev = atomic_fetch_add(&state_, kReadLock, memory_order_acquire);
125 u32 prev = atomic_fetch_sub(&state_, kReadLock, memory_order_release);
150 u32 cmp = atomic_load(&state_, memory_order_relaxed);
164 u32 prev = atomic_load(&state_, memory_order_acquire);
  /external/libhevc/common/arm/
ihevc_inter_pred_filters_luma_horz.s 191 vld1.u32 {d0},[r12],r11 @vector load pu1_src
192 vld1.u32 {d1},[r12],r11
193 vld1.u32 {d2},[r12],r11
194 vld1.u32 {d3},[r12],r11
215 vld1.u32 {d4},[r12],r11
217 vld1.u32 {d5},[r12],r11
219 vld1.u32 {d6},[r12],r11
221 vld1.u32 {d7},[r12],r11
223 vld1.u32 {d12},[r4],r11 @vector load pu1_src + src_strd
225 vld1.u32 {d13},[r4],r1
    [all...]
  /external/v8/test/unittests/base/
division-by-constant-unittest.cc 42 static M32 u32(uint32_t d) { return UnsignedDivisionByConstant<uint32_t>(d); } function in namespace:v8::base
72 EXPECT_EQ(M32(0x00000000U, 0, true), u32(1));
74 EXPECT_EQ(M32(1U << (32 - k), 0, false), u32(1U << k));
76 EXPECT_EQ(M32(0xAAAAAAABU, 1, false), u32(3));
77 EXPECT_EQ(M32(0xCCCCCCCDU, 2, false), u32(5));
78 EXPECT_EQ(M32(0xAAAAAAABU, 2, false), u32(6));
79 EXPECT_EQ(M32(0x24924925U, 3, true), u32(7));
80 EXPECT_EQ(M32(0x38E38E39U, 1, false), u32(9));
81 EXPECT_EQ(M32(0xCCCCCCCDU, 3, false), u32(10));
82 EXPECT_EQ(M32(0xBA2E8BA3U, 3, false), u32(11))
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_deblocking.c 123 static const u32 mb4x4Index[16] =
128 u32 alpha;
129 u32 beta;
133 u32 top;
134 u32 left;
152 static u32 InnerBoundaryStrength(mbStorage_t *mb1, u32 i1, u32 i2);
155 static u32 EdgeBoundaryStrength(mbStorage_t *mb1, mbStorage_t *mb2,
156 u32 i1, u32 i2)
    [all...]
H264SwDecApi.c 84 void* H264SwDecMalloc(u32 size, u32 num) {
97 void H264SwDecMemcpy(void *dest, void *src, u32 count) {
101 void H264SwDecMemset(void *ptr, i32 value, u32 count) {
131 H264SwDecRet H264SwDecInit(H264SwDecInst *decInst, u32 noOutputReordering)
133 u32 rv = 0;
350 u32 strmLen;
351 u32 numReadBytes;
353 u32 decResult = 0;
532 H264SwDecPicture *pOutput, u32 flushBuffer
    [all...]
h264bsd_slice_header.c 64 static u32 RefPicListReordering(strmData_t *, refPicListReordering_t *,
65 u32, u32);
67 static u32 NumSliceGroupChangeCycleBits(u32 picSizeInMbs,
68 u32 sliceGroupChangeRate);
70 static u32 DecRefPicMarking(strmData_t *pStrmData,
72 u32 numRefFrames);
97 u32 h264bsdDecodeSliceHeader(strmData_t *pStrmData, sliceHeader_t *pSliceHeader,
104 u32 tmp, i, value
    [all...]
h264bsd_nal_unit.c 68 u32 h264bsdDecodeNalUnit(strmData_t *pStrmData, nalUnit_t *pNalUnit)
73 u32 tmp;
h264bsd_neighbour.c 127 void h264bsdInitMbNeighbours(mbStorage_t *pMbStorage, u32 picWidth,
128 u32 picSizeInMbs)
133 u32 i, row, col;
241 const neighbour_t* h264bsdNeighbour4x4BlockA(u32 blockIndex)
272 const neighbour_t* h264bsdNeighbour4x4BlockB(u32 blockIndex)
303 const neighbour_t* h264bsdNeighbour4x4BlockC(u32 blockIndex)
334 const neighbour_t* h264bsdNeighbour4x4BlockD(u32 blockIndex)
369 u32 h264bsdIsNeighbourAvailable(mbStorage_t *pMb, mbStorage_t *pNeighbour)
  /external/compiler-rt/lib/lsan/
lsan_common.h 62 u32 id;
65 u32 stack_trace_id;
71 u32 leak_id;
80 void AddLeakedChunk(uptr chunk, u32 stack_trace_id, uptr leaked_size,
92 u32 next_id_;
171 u32 stack_trace_id() const;
  /external/libmpeg2/common/arm/
icv_variance_a9.s 99 vadd.u32 q10, q10, q11
100 vadd.u32 q11, q12, q13
101 vadd.u32 q10, q10, q11
102 vadd.u32 d20, d20, d21
103 vpadd.u32 d20, d20, d20
109 vmov.u32 r1, d20[0]
  /toolchain/binutils/binutils-2.25/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/libvpx/libvpx/vpx_dsp/arm/
vpx_convolve8_avg_neon_asm.asm 123 vld1.u32 {d6[0]}, [r2], r3
124 vld1.u32 {d7[0]}, [r2], r3
125 vld1.u32 {d6[1]}, [r2], r3
126 vld1.u32 {d7[1]}, [r2], r3
156 vst1.u32 {d2[0]}, [r2@32], r3
157 vst1.u32 {d3[0]}, [r2@32], r3
158 vst1.u32 {d2[1]}, [r2@32], r3
159 vst1.u32 {d3[1]}, [r2@32], r4
203 vld1.u32 {d16[0]}, [r4], r1
204 vld1.u32 {d16[1]}, [r7], r
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_convolve8_avg_neon.asm 129 vld1.u32 {d6[0]}, [r2], r3
130 vld1.u32 {d7[0]}, [r2], r3
131 vld1.u32 {d6[1]}, [r2], r3
132 vld1.u32 {d7[1]}, [r2], r3
162 vst1.u32 {d2[0]}, [r2@32], r3
163 vst1.u32 {d3[0]}, [r2@32], r3
164 vst1.u32 {d2[1]}, [r2@32], r3
165 vst1.u32 {d3[1]}, [r2@32], r4
213 vld1.u32 {d16[0]}, [r4], r1
214 vld1.u32 {d16[1]}, [r7], r
    [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...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/mips-boards/
generic.h 51 #define MIPS_REVISION_CORID (((*(volatile u32 *)ioremap(MIPS_REVISION_REG, 4)) >> 10) & 0x3f)
64 #define MIPS_REVISION_SCONID (((*(volatile u32 *)ioremap(MIPS_REVISION_REG, 4)) >> 24) & 0xff)
  /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...]

Completed in 602 milliseconds

<<11121314151617181920>>