/external/emma/core/java12/com/vladium/jcd/lib/ |
UDataOutputStream.java | 30 public UDataOutputStream (final OutputStream _out) 32 super (_out);
|
/external/speex/libspeex/ |
fftwrap.c | 326 spx_word16_t _out[N]; local 329 spx_word16_t _out[MAX_FFT_SIZE]; local 333 spx_fft(table, _in, _out); 335 out[i] = _out[i]; 362 spx_word16_t _out[N]; local 365 spx_word16_t _out[MAX_FFT_SIZE]; local 369 spx_ifft(table, _in, _out); 371 out[i] = _out[i];
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_pk.h | 48 #define rsa_encrypt_key(_in, _inlen, _out, _outlen, _lparam, _lparamlen, _prng, _prng_idx, _hash_idx, _key) \ 49 rsa_encrypt_key_ex(_in, _inlen, _out, _outlen, _lparam, _lparamlen, _prng, _prng_idx, _hash_idx, LTC_PKCS_1_OAEP, _key) 51 #define rsa_decrypt_key(_in, _inlen, _out, _outlen, _lparam, _lparamlen, _hash_idx, _stat, _key) \ 52 rsa_decrypt_key_ex(_in, _inlen, _out, _outlen, _lparam, _lparamlen, _hash_idx, LTC_PKCS_1_OAEP, _stat, _key) 54 #define rsa_sign_hash(_in, _inlen, _out, _outlen, _prng, _prng_idx, _hash_idx, _saltlen, _key) \ 55 rsa_sign_hash_ex(_in, _inlen, _out, _outlen, LTC_PKCS_1_PSS, _prng, _prng_idx, _hash_idx, _saltlen, _key)
|
/external/emma/core/java12/com/vladium/logging/ |
Logger.java | 102 final PrintWriter _out = (out != null) && ! out.checkError () local 117 return new Logger (_level, _out, _prefix, _classMask);
|
/external/openssl/crypto/aes/asm/ |
aes-586.pl | 787 my $_out=&DWP(24,"esp"); #copy of wparam(1) 850 &mov ($_out,$s1); # save copy of out [all...] |
/external/emma/lib/ |
emma.jar | |
/prebuilt/common/ecj/ |
ecj.jar | |