/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
ddInvert.decTest | 104 -- non-0/1 should not be accepted, nor should signs
|
dqAnd.decTest | 222 -- non-0/1 should not be accepted, nor should signs 286 -- signs
|
dqOr.decTest | 203 -- non-0/1 should not be accepted, nor should signs 267 -- signs
|
dqXor.decTest | 212 -- non-0/1 should not be accepted, nor should signs 276 -- signs
|
/external/chromium_org/chromeos/dbus/ |
cryptohome_client.h | 384 // Asynchronously signs an enterprise challenge with the key specified by 403 // Asynchronously signs a simple challenge with the key specified by
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
CheckedArithmetic.h | 253 } // if the signs do not match this operation can't overflow 268 } // if the signs match this operation can't overflow
|
/external/chromium_org/third_party/boringssl/src/include/openssl/ |
rsa.h | 180 /* RSA_sign signs |in_len| bytes of digest from |in| with |rsa| and writes, at 193 /* RSA_sign_raw signs |in_len| bytes from |in| with the public key from |rsa|
|
/external/chromium_org/third_party/boringssl/src/ssl/test/runner/ |
key_agreement.go | 327 // generates a ephemeral EC public/private key pair and signs it. The 468 // an ephemeral Diffie-Hellman public/private key pair and signs it. The
|
/external/smack/src/org/xbill/DNS/ |
TSIG.java | 356 * necessary since TSIG signs the message in wire format, and we can't 451 * signs the message in wire format, and we can't recreate the exact wire
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
d1035pf.cpp | 141 // decode the positions and signs of pulses and build the codeword 220 /* decode the positions and signs of pulses and build the codeword */
|
dec_amr.cpp | 835 i = *parm++; // signs 844 i = *parm++; // signs 853 i = *parm++; // signs 862 i = *parm++; // signs [all...] |
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
cbsearch.cpp | 71 anap -- Double pointer to Word16 -- Signs of the pulses 195 Word16 **anap, /* o : Signs of the pulses */
|
/hardware/samsung_slsi/exynos5/libkeymaster/ |
tlcTeeKeymaster_if.c | 237 * Signs given plain data and returns signature data 578 * Signs given plain data and returns HMAC signature data
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/ |
BigIntegerAndTest.java | 274 * And for two numbers of different signs and the same length 294 * And for two numbers of different signs and the same length
|
BigIntegerCompareTest.java | 155 * Compare two numbers of different signs. 170 * Compare two numbers of different signs.
|
BigIntegerOrTest.java | 292 * Or for two numbers of different signs and the same length 312 * Or for two numbers of different signs and the same length
|
/libcore/luni/src/main/java/java/lang/ |
Integer.java | 326 * plus signs. 340 * as the minus and plus signs.
|
Long.java | 312 * plus signs. 327 * as the minus and plus signs.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/ |
libgcc_s.so | |
libgcc_s.so.1 | |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
dqAnd.decTest | 222 -- non-0/1 should not be accepted, nor should signs 286 -- signs
|
dqOr.decTest | 203 -- non-0/1 should not be accepted, nor should signs 267 -- signs
|
dqXor.decTest | 212 -- non-0/1 should not be accepted, nor should signs 276 -- signs
|
/external/chromium_org/third_party/libwebp/dsp/ |
dec_sse2.c | 304 const __m128i signs = _mm_cmpgt_epi8(zero, *x); local 305 const __m128i lo_0 = _mm_unpacklo_epi8(*x, signs); // s8 -> s16 sign extend 306 const __m128i hi_0 = _mm_unpackhi_epi8(*x, signs); [all...] |
/external/webp/src/dsp/ |
dec_sse2.c | 304 const __m128i signs = _mm_cmpgt_epi8(zero, *x); local 305 const __m128i lo_0 = _mm_unpacklo_epi8(*x, signs); // s8 -> s16 sign extend 306 const __m128i hi_0 = _mm_unpackhi_epi8(*x, signs); [all...] |