HomeSort by relevance Sort by last modified time
    Searched defs:ibuf (Results 1 - 24 of 24) sorted by null

  /sdk/emulator/opengl/tests/ut_renderer/
RendererSurface.cpp 41 int ibuf; local
42 if (eglGetConfigAttrib(eglDisplay, eglConfig, EGL_BUFFER_SIZE, &ibuf)) {
43 fprintf(stderr, "EGL COLOR Buffer size: %d\n", ibuf);
47 if (eglGetConfigAttrib(eglDisplay, eglConfig, EGL_DEPTH_SIZE, &ibuf)) {
48 fprintf(stderr, "EGL DEPTH Buffer size: %d\n", ibuf);
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorBuffer.c 169 M4OSA_UInt32 i, ibuf; local
174 ibuf = 0;
181 ibuf = i;
195 *pNXPBuffer = &(ppool->pNXPBuffer[ibuf]);
197 ALOGV("VIDEOEDITOR_BUFFER_getBuffer: idx = %d", ibuf);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
FilterInputStreamTest.java 40 byte[] ibuf = new byte[4096]; field in class:FilterInputStreamTest
FilterOutputStreamTest.java 36 byte[] ibuf = new byte[4096]; field in class:FilterOutputStreamTest
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/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_gpsk_common.c 53 u8 ibuf[2], hash[16]; local
59 addr[0] = ibuf;
60 vlen[0] = sizeof(ibuf);
68 WPA_PUT_BE16(ibuf, i);
88 u8 ibuf[2], hash[SHA256_MAC_LEN]; local
94 addr[0] = ibuf;
95 vlen[0] = sizeof(ibuf);
103 WPA_PUT_BE16(ibuf, i);
  /external/wpa_supplicant_8/src/eap_common/
eap_gpsk_common.c 44 u8 ibuf[2], hash[16]; local
50 addr[0] = ibuf;
51 vlen[0] = sizeof(ibuf);
59 WPA_PUT_BE16(ibuf, i);
79 u8 ibuf[2], hash[SHA256_MAC_LEN]; local
85 addr[0] = ibuf;
86 vlen[0] = sizeof(ibuf);
94 WPA_PUT_BE16(ibuf, i);
  /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/opencv/cv/src/
cvmatchcontours.cpp 230 int lpt1, lpt2, lpt, flag, flag_n, i, j, ibuf, ibuf1; local
305 ibuf = 0;
356 ibuf1 = ibuf + 1;
360 ptr12[ibuf] = ptr11[j]->next_v1;
365 ptr12[ibuf] = NULL;
370 ptr22[ibuf] = ptr21[j]->next_v1;
375 ptr22[ibuf] = NULL;
378 ibuf += 2;
381 i = ibuf;
  /external/openssl/crypto/comp/
c_zlib.c 430 unsigned char *ibuf; /* Input buffer */ member in struct:__anon9941
488 ctx->ibuf = NULL;
517 if(ctx->ibuf)
521 OPENSSL_free(ctx->ibuf);
545 if(!ctx->ibuf)
547 ctx->ibuf = OPENSSL_malloc(ctx->ibufsize);
548 if(!ctx->ibuf)
554 zin->next_in = ctx->ibuf;
583 ret = BIO_read(b->next_bio, ctx->ibuf, ctx->ibufsize);
593 zin->next_in = ctx->ibuf;
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
MonitorThread.java 407 ByteBuffer ibuf = buf.slice(); local
408 ByteBuffer roBuf = ibuf.asReadOnlyBuffer(); // enforce R/O
  /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...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/
dhdu.c 2479 char ibuf[DHD_IOCTL_SMLEN]; local
2498 char ibuf[DHD_IOCTL_SMLEN]; local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c 2479 char ibuf[DHD_IOCTL_SMLEN]; local
2498 char ibuf[DHD_IOCTL_SMLEN]; local
    [all...]
  /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/skia/src/gpu/gl/
GrGpuGL.cpp 2344 GrGLIndexBuffer* ibuf; local
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 1832 UChar ibuf[50]; local
    [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 3379 static char ibuf[LINE]; \/* input buffer *\/ variable
    [all...]

Completed in 1049 milliseconds