HomeSort by relevance Sort by last modified time
    Searched full:_out (Results 1 - 7 of 7) sorted by null

  /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/emma/core/java12/com/vladium/jcd/lib/
UDataOutputStream.java 30 public UDataOutputStream (final OutputStream _out)
32 super (_out);
  /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/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...]
  /build/core/
cleanbuild.mk 164 # parts of the filesystem if any of the *_OUT vars resolve to blank.
  /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);
  /hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
OMX_TI_Debug.h 185 is compared to the tag string followed by _OUT, _ERR or _LEVEL to specify
210 } else if (file && !strncmp(ptr, "_OUT", 4) && isspace(ptr[4])) { \

Completed in 442 milliseconds