/external/iputils/ |
rarpd.c | 94 struct ifreq ibuf[256]; local 101 ifc.ifc_len = sizeof ibuf; 102 ifc.ifc_buf = (caddr_t)ibuf; 119 ifend = (struct ifreq *)((char *)ibuf + ifc.ifc_len); 120 for (ifrp = ibuf; ifrp < ifend; ifrp++) {
|
/libcore/luni/src/test/java/libcore/java/io/ |
OldFilterOutputStreamTest.java | 34 byte[] ibuf = new byte[4096]; field in class:OldFilterOutputStreamTest
|
OldFilterInputStreamTest.java | 39 byte[] ibuf = new byte[4096]; field in class:OldFilterInputStreamTest
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/ |
VertexBuffer.java | 646 IntBuffer ibuf = (IntBuffer) data; local 647 ibuf.limit(total); 649 inewBuf.put(ibuf); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_state.c | 689 struct i915_buffer *ibuf = i915_buffer(buf); local 694 new_num = ibuf->b.b.width0 / 4 * sizeof(float); 703 diff = memcmp(old->data, ibuf->data, ibuf->b.b.width0); [all...] |
/external/mesa3d/src/gallium/drivers/i915/ |
i915_state.c | 689 struct i915_buffer *ibuf = i915_buffer(buf); local 694 new_num = ibuf->b.b.width0 / 4 * sizeof(float); 703 diff = memcmp(old->data, ibuf->data, ibuf->b.b.width0); [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
dhdu.c | 2985 char ibuf[DHD_IOCTL_SMLEN]; local 3004 char ibuf[DHD_IOCTL_SMLEN]; local [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
FileInputStreamTest.java | 39 byte[] ibuf = new byte[4096]; field in class:FileInputStreamTest
|
FileOutputStreamTest.java | 39 byte[] ibuf = new byte[4096]; field in class:FileOutputStreamTest
|
BufferedInputStreamTest.java | 40 byte[] ibuf = new byte[4096]; field in class:BufferedInputStreamTest
|
PrintStreamTest.java | 36 byte[] ibuf = new byte[4096]; field in class:PrintStreamTest
|
/external/bzip2/ |
bzip2.c | 332 UChar ibuf[5000]; local 353 nIbuf = fread ( ibuf, sizeof(UChar), 5000, stream ); 355 if (nIbuf > 0) BZ2_bzWrite ( &bzerr, bzf, (void*)ibuf, nIbuf ); [all...] |
/external/valgrind/main/coregrind/m_debuginfo/ |
debuginfo.c | 1875 UChar ibuf[50]; local [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/bio/ |
bio.h | 352 char *ibuf; /* the char array */ member in struct:bio_f_buffer_ctx_struct [all...] |
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
bio.h | 352 char *ibuf; /* the char array */ member in struct:bio_f_buffer_ctx_struct [all...] |
/external/openssl/crypto/bio/ |
bio.h | 349 char *ibuf; /* the char array */ member in struct:bio_f_buffer_ctx_struct [all...] |
/external/openssl/include/openssl/ |
bio.h | 349 char *ibuf; /* the char array */ member in struct:bio_f_buffer_ctx_struct [all...] |
/external/mksh/src/ |
edit.c | 3459 static char ibuf[LINE]; \/* input buffer *\/ variable [all...] |
/prebuilts/devtools/tools/lib/ |
ddmlib.jar | |
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.2.0/ |
ddmlib-22.2.0.jar | |
/prebuilts/misc/common/ddmlib/ |
ddmlib-prebuilt.jar | |