Home
last modified time | relevance | path

Searched defs:ibuf (Results 1 – 18 of 18) sorted by relevance

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DFilterOutputStreamTest.java36 byte[] ibuf = new byte[4096]; field in FilterOutputStreamTest
DFilterInputStreamTest.java40 byte[] ibuf = new byte[4096]; field in FilterInputStreamTest
DFileInputStreamTest.java39 byte[] ibuf = new byte[4096]; field in FileInputStreamTest
DFileOutputStreamTest.java39 byte[] ibuf = new byte[4096]; field in FileOutputStreamTest
DBufferedInputStreamTest.java40 byte[] ibuf = new byte[4096]; field in BufferedInputStreamTest
DPrintStreamTest.java36 byte[] ibuf = new byte[4096]; field in PrintStreamTest
/external/qemu/audio/
Drate_template.h30 void NAME (void *opaque, struct st_sample *ibuf, struct st_sample *obuf, in NAME()
/external/wpa_supplicant/
Deap_gpsk_common.c53 u8 ibuf[2], hash[16]; in eap_gpsk_gkdf_cmac() local
87 u8 ibuf[2], hash[SHA256_MAC_LEN]; in eap_gpsk_gkdf_sha256() local
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
Deap_gpsk_common.c53 u8 ibuf[2], hash[16]; in eap_gpsk_gkdf_cmac() local
88 u8 ibuf[2], hash[SHA256_MAC_LEN]; in eap_gpsk_gkdf_sha256() local
/external/wpa_supplicant_8/src/eap_common/
Deap_gpsk_common.c50 u8 ibuf[2], hash[16]; in eap_gpsk_gkdf_cmac() local
85 u8 ibuf[2], hash[SHA256_MAC_LEN]; in eap_gpsk_gkdf_sha256() local
/external/opencv/cv/src/
Dcvmatchcontours.cpp230 int lpt1, lpt2, lpt, flag, flag_n, i, j, ibuf, ibuf1; in cvMatchContourTrees() local
/external/openssl/crypto/comp/
Dc_zlib.c430 unsigned char *ibuf; /* Input buffer */ member
/external/skia/gpu/src/
DGrGpuGL.cpp2046 GrGLIndexBuffer* ibuf; in setBuffers() local
/external/bzip2/
Dbzip2.c332 UChar ibuf[5000]; in compressStream() local
/external/openssl/crypto/bio/
Dbio.h313 char *ibuf; /* the char array */ member
/external/valgrind/main/coregrind/m_debuginfo/
Ddebuginfo.c1846 UChar ibuf[50]; in VG_() local
/external/openssl/include/openssl/
Dbio.h313 char *ibuf; /* the char array */ member
/external/mksh/src/
Dedit.c3324 static char ibuf[LINE]; /* input buffer */ variable