/external/chromium_org/v8/test/cctest/ |
trace-extension.cc | 63 CHECK_EQ(2, args.Length()); // Ignore second argument on 32-bit platform. 71 #error Host architecture is neither 32-bit nor 64-bit.
|
/external/iproute2/tc/ |
emp_ematch.l | 68 %option 8bit stack warn noyywrap prefix="ematch_"
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
toy.ml | 32 (* Do simple "peephole" optimizations and bit-twiddling optzn. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
toy.ml | 32 (* Do simple "peephole" optimizations and bit-twiddling optzn. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
toy.ml | 32 (* Do simple "peephole" optimizations and bit-twiddling optzn. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
toy.ml | 36 (* Do simple "peephole" optimizations and bit-twiddling optzn. *)
|
/external/llvm/test/CodeGen/PowerPC/ |
hello-reloc.s | 60 ; DARWIN-G4-DUMP:Format: Mach-O 32-bit ppc 62 ; DARWIN-G4-DUMP:AddressSize: 32bit
|
/external/mesa3d/src/glx/ |
glxextensions.h | 240 unsigned bit); 255 unsigned bit);
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/read/ |
CAVLCReader.java | 136 int bit = read1Bit(); local 137 bt = bt.down(bit);
|
/external/openssl/android.testssl/ |
testssl | 110 echo test sslv2/sslv3 with 1024bit DHE via BIO pair 147 echo test tls1 with 1024bit anonymous DH, multiple handshakes 154 echo 'test tls1 with 1024bit RSA, no (EC)DHE, multiple handshakes' 160 echo test tls1 with 1024bit RSA, 1024bit DHE, multiple handshakes
|
/external/openssl/crypto/bn/asm/ |
mips-mont.S | 231 li $11,0 # clear borrow bit 248 subu $11,$25,$11 # handle upmost overflow bit
|
/external/openssl/crypto/ec/ |
ec_mult.c | 199 int bit, next_bit, mask; local 220 bit = 1 << w; /* at most 128 */ 221 next_bit = bit << 1; /* at most 256 */ 256 if (window_val & bit) 277 if (digit <= -bit || digit >= bit || !(digit & 1)) 288 if (window_val != 0 && window_val != next_bit && window_val != bit) 298 window_val += bit * BN_is_bit_set(scalar, j + w); 417 * (NB: maximum wNAF length is bit length plus one) */ 809 * one point per bit [all...] |
/external/skia/tests/ |
PathUtilsTest.cpp | 27 int bit = x & 7; local 29 return buffer[byte] & (128 >> bit); 38 bool bit = get_bit(&bits[y], x)!=0; 39 std::cout << bit;
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
ARM-E_mastergain_gnu.s | 4 @ Description: Copies 32-bit synth output to 16-bit buffer
|
/external/sonivox/arm-wt-22k/lib_src/ |
ARM-E_mastergain_gnu.s | 4 @ Description: Copies 32-bit synth output to 16-bit buffer
|
/external/valgrind/main/coregrind/m_demangle/ |
safe-ctype.h | 87 #define _sch_test(c, bit) (_sch_istable[(c) & 0xff] & (unsigned short)(bit))
|
/external/valgrind/main/memcheck/tests/ppc32/ |
power_ISA2_05.c | 17 int bit = val & 1; local 18 sum = sum + bit * scale; 136 /* The contents of FRB with bit set 0 set to bit 0 of FRA copied into FRT */
|
/external/valgrind/main/memcheck/tests/ppc64/ |
power_ISA2_05.c | 17 int bit = val & 1; local 18 sum = sum + bit * scale; 135 /* The contents of FRB with bit set 0 set to bit 0 of FRA copied into FRT */
|
/external/webrtc/src/common_audio/signal_processing/ |
spl_sqrt_floor.s | 5 @ Output is bit-exact with the reference C code in spl_sqrt_floor.c. 7 @ Input : r0 32 bit unsigned integer
|
/hardware/qcom/msm8x74/original-kernel-headers/linux/ |
msm_ion.h | 42 ION_HEAP_ID_RESERVED = 31 /** Bit reserved for ION_FLAG_SECURE flag */ 90 #define ION_HEAP(bit) (1 << (bit))
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
safe-ctype.h | 87 #define _sch_test(c, bit) (_sch_istable[(c) & 0xff] & (unsigned short)(bit))
|
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
Android.mk | 49 ### EGL host implementation, 64-bit ########################
|
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
Android.mk | 49 ### EGL host implementation, 64-bit ################
|
/sdk/emulator/opengl/shared/OpenglCodecCommon/ |
Android.mk | 33 ### OpenglCodecCommon host, 64-bit #########################################
|
/system/extras/ext4_utils/ |
ext4_utils.h | 133 int bitmap_get_bit(u8 *bitmap, u32 bit); 134 void bitmap_clear_bit(u8 *bitmap, u32 bit);
|