OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x33333333
(Results
1 - 25
of
64
) sorted by null
1
2
3
/external/compiler-rt/lib/builtins/
popcountsi2.c
25
x = ((x >> 2) & 0
x33333333
) + (x & 0
x33333333
);
/external/neven/Embedded/common/src/b_BitFeatureEm/
L01Tld2x4Ftr.c
204
s1L = ( s1L & 0
x33333333
) + ( ( s1L >> 2 ) & 0
x33333333
);
206
s2L = ( s2L & 0
x33333333
) + ( ( s2L >> 2 ) & 0
x33333333
);
217
s1L = ( s1L & 0
x33333333
) + ( ( s1L >> 2 ) & 0
x33333333
);
219
s2L = ( s2L & 0
x33333333
) + ( ( s2L >> 2 ) & 0
x33333333
);
230
s1L = ( s1L & 0
x33333333
) + ( ( s1L >> 2 ) & 0
x33333333
);
[
all
...]
I04Tld2x4Ftr.c
211
s1L = ( s1L & 0
x33333333
) + ( ( s1L >> 2 ) & 0
x33333333
);
213
s2L = ( s2L & 0
x33333333
) + ( ( s2L >> 2 ) & 0
x33333333
);
224
s1L = ( s1L & 0
x33333333
) + ( ( s1L >> 2 ) & 0
x33333333
);
226
s2L = ( s2L & 0
x33333333
) + ( ( s2L >> 2 ) & 0
x33333333
);
237
s1L = ( s1L & 0
x33333333
) + ( ( s1L >> 2 ) & 0
x33333333
);
[
all
...]
L04Tld2x4Ftr.c
203
s1L = ( s1L & 0
x33333333
) + ( ( s1L >> 2 ) & 0
x33333333
);
205
s2L = ( s2L & 0
x33333333
) + ( ( s2L >> 2 ) & 0
x33333333
);
216
s1L = ( s1L & 0
x33333333
) + ( ( s1L >> 2 ) & 0
x33333333
);
218
s2L = ( s2L & 0
x33333333
) + ( ( s2L >> 2 ) & 0
x33333333
);
229
s1L = ( s1L & 0
x33333333
) + ( ( s1L >> 2 ) & 0
x33333333
);
[
all
...]
L01Dns2x4Ftr.c
248
vL = ( vL & 0
x33333333
) + ( ( vL >> 2 ) & 0
x33333333
);
/external/valgrind/main/none/tests/x86/
cmpxchg8b.c
48
ecx = 0
x33333333
; ebx = 0x44444444;
56
ecx = 0
x33333333
; ebx = 0x44444444;
65
ecx = 0
x33333333
; ebx = 0x44444444;
74
ecx = 0
x33333333
; ebx = 0x44444444;
/external/fio/lib/
hweight.c
15
res = (res & 0
x33333333
) + ((res >> 2) & 0
x33333333
);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
hweight.c
13
res = (res & 0
x33333333
) + ((res >> 2) & 0
x33333333
);
/external/chromium_org/v8/src/
compiler-intrinsics.h
58
value = ((value >> 2) & 0
x33333333
) + (value & 0
x33333333
);
/external/chromium_org/ui/events/gesture_detection/
bitset_32.h
108
v = (v & 0
x33333333
) + ((v >> 2) & 0
x33333333
);
/external/e2fsprogs/lib/ext2fs/
bitops.c
128
res = (res & 0
x33333333
) + ((res >> 2) & 0
x33333333
);
/libcore/benchmarks/src/benchmarks/regression/
IntegerBenchmark.java
70
x = (x & 0
x33333333
) + ((x >>> 2) & 0
x33333333
);
/external/valgrind/main/memcheck/tests/
sigprocmask.c
24
x[3] = 0
x33333333
;
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g711/
g711.h
150
if (bits & 0
x33333333
) {
151
bits &= 0
x33333333
;
/external/qemu/include/qemu/
host-utils.h
275
val = (val & 0
x33333333
) + ((val >> 2) & 0
x33333333
);
/external/deqp/framework/delibs/debase/
deInt32Test.c
95
DE_TEST_ASSERT(dePop32(0
x33333333
) == 16);
deInt32.c
79
0
x33333333
, 0x330a5e1b, 0x32e1c9f0, 0x32b97617,
/libcore/luni/src/main/java/java/lang/
Integer.java
643
i = (i & 0
x33333333
) + ((i >> 2) & 0
x33333333
);
709
i = ((i >>> 2) & 0
x33333333
) | ((i & 0
x33333333
) << 2);
/external/valgrind/main/none/tests/amd64/
cmpxchg.c
25
rcx = 0
x33333333
; rbx = 0x44444444;
113
rcx = 0
x33333333
; rbx = 0x44444444;
202
rcx = 0
x33333333
; rbx = 0x44444444;
/external/valgrind/main/none/tests/ppc32/
test_isa_2_06_part1.c
[
all
...]
/hardware/qcom/audio/legacy/alsa_sound/
ALSAStreamOps.cpp
87
u = ((u&0
x33333333
) + ((u>>2)&0
x33333333
));
/external/chromium_org/third_party/smhasher/src/
Bitvec.cpp
106
v = (v & 0
x33333333
) + ((v >> 2) & 0
x33333333
); // temp
186
v = (v & 0
x33333333
) + ((v >> 2) & 0
x33333333
); // temp
/external/libcxx/include/support/win32/
support.h
81
static const unsigned int m2 = 0
x33333333
;
/external/pixman/test/
scaling-crash-test.c
89
if (dstbuf[i] != 0xCCCCCCCC && dstbuf[i] != 0
x33333333
)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
support.h
81
static const unsigned int m2 = 0
x33333333
;
Completed in 2144 milliseconds
1
2
3