/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);
|
/build/tools/droiddoc/templates-ds/ |
sdkpage.cs | 105 <td>Linux 32/64-bit (x86)</td> 210 <td>Windows 32-bit</td> 219 <td>Windows 64-bit</td> 228 <td><nobr>Mac OS X 64-bit</nobr></td> 237 <td>Linux 32-bit</td> 246 <td>Linux 64-bit</td> 366 /* if it's a bundle, show the 32/64-bit picker */ 372 /* mac is always 64 bit, so set it checked */ 375 /* save link name until the bit version is chosen */ 395 /* verify that the TOS is agreed and a bit version is chosen * [all...] |
/build/tools/droiddoc/templates-sac/ |
sdkpage.cs | 104 <td>Linux 32/64-bit (x86)</td> 209 <td>Windows 32-bit</td> 218 <td>Windows 64-bit</td> 227 <td><nobr>Mac OS X 64-bit</nobr></td> 236 <td>Linux 32-bit</td> 245 <td>Linux 64-bit</td> 365 /* if it's a bundle, show the 32/64-bit picker */ 371 /* mac is always 64 bit, so set it checked */ 374 /* save link name until the bit version is chosen */ 394 /* verify that the TOS is agreed and a bit version is chosen * [all...] |
/external/chromium_org/v8/src/arm/ |
builtins-arm.cc | 848 // crawls in MakeCodeYoung. This seems a bit fragile. 855 __ stm(db_w, sp, r0.bit() | r1.bit() | fp.bit() | lr.bit()); 860 __ ldm(ia_w, sp, r0.bit() | r1.bit() | fp.bit() | lr.bit()); 888 __ stm(db_w, sp, r0.bit() | r1.bit() | fp.bit() | lr.bit()) [all...] |
code-stubs-arm.h | 205 masm->stm(db_w, sp, (kCallerSaved | lr.bit()) & ~scratch1_.bit()); 216 masm->ldm(ia_w, sp, (kCallerSaved | lr.bit()) & ~scratch1_.bit());
|
/bionic/libc/bionic/ |
legacy_32_bit_support.cpp | 38 #error This code is only needed on 32-bit systems! 71 // returns the off64_t result via a pointer because 32-bit kernels can't return 64-bit results. 82 // There is no pread for 32-bit off_t, so we need to widen and call pread64. 87 // There is no pwrite for 32-bit off_t, so we need to widen and call pwrite64. 92 // There is no fallocate for 32-bit off_t, so we need to widen and call fallocate64.
|
/external/chromium_org/chrome/browser/ui/webui/ |
devtools_ui.cc | 306 for (DevToolsAndroidBridge::RemoteBrowsers::iterator bit = 307 browsers.begin(); bit != browsers.end(); ++bit) { 308 if (OpenInBrowser(bit->get())) {
|
/external/deqp/modules/gles31/functional/ |
es31fTextureBufferTests.cpp | 51 RenderBits bit; member in struct:deqp::gles31::Functional::__anon4049::__anon4050 68 if (renderBits & bitInfos[infoNdx].bit) 82 ModifyBits bit; member in struct:deqp::gles31::Functional::__anon4049::__anon4051 99 if (modifyBits & bitInfos[infoNdx].bit)
|
/external/llvm/test/MC/ARM/ |
arm-memory-instructions.s | 32 @ to the use of non-contiguous bit ranges for fixups in ARM. Once that's
|
/external/llvm/test/MC/Mips/ |
hilo-addressing.s | 11 # Check that 1 is added to the high 16 bits if bit 15 of the low part is 1.
|