HomeSort by relevance Sort by last modified time
    Searched refs:buf3 (Results 1 - 25 of 26) sorted by null

1 2

  /frameworks/volley/src/test/java/com/android/volley/toolbox/
ByteArrayPoolTest.java 36 byte[] buf3 = pool.getBuf(16);
38 assertTrue(buf3 == buf1 || buf3 == buf2);
40 assertTrue(buf3 != buf4);
48 byte[] buf3 = pool.getBuf(16);
52 pool.returnBuf(buf3);
58 assertTrue(buf4 == buf2 || buf4 == buf3);
59 assertTrue(buf5 == buf2 || buf5 == buf3);
61 assertTrue(buf6 != buf1 && buf6 != buf2 && buf6 != buf3);
73 byte[] buf3 = pool.getBuf(15)
    [all...]
  /external/libmicrohttpd/src/microhttpd/
internal.c 138 char buf3[3]; local
151 buf3[0] = rpos[1];
152 buf3[1] = rpos[2];
153 buf3[2] = '\0';
154 num = strtoul (buf3, &end, 16);
  /external/lzma/C/
Bcj2.h 29 const Byte *buf3, SizeT size3,
Bcj2.c 39 const Byte *buf3, SizeT size3,
53 buffer = buf3;
  /external/valgrind/memcheck/tests/amd64/
fxsave-amd64.c 161 unsigned char* buf3 = memalign16(512); local
170 memset(buf3, 0x55, 512);
184 /* Reload x87/xmm state from buf1 and dump it in buf3. */
186 do_fxsave(buf3, 0);
188 show(buf3, xx);
194 memset(buf3, 0x55, 512);
208 /* Reload x87/xmm state from buf1 and dump it in buf3. */
210 do_fxsave(buf3, 1);
212 show(buf3, xx);
215 free(buf1); free(buf2); free(buf3);
    [all...]
  /external/valgrind/none/tests/s390x/
xc.c 46 char buf3[20] = "0123456789abcdefghij"; local
89 asm volatile ("xc 0(10,%0),0(%0)\n"::"a" (buf3):"memory");
92 dump_field(buf3, 20);
  /external/valgrind/VEX/test/
fxsave.c 107 unsigned char* buf3 = memalign(16,512); local
113 memset(buf3, 0x55, 512);
127 /* Reload x87/xmm state from buf1 and dump it in buf3. */
129 do_fxsave(buf3);
131 show(buf3, xx);
133 free(buf1); free(buf2); free(buf3);
  /external/valgrind/memcheck/tests/x86/
fxsave.c 108 unsigned char* buf3 = memalign16(512); local
114 memset(buf3, 0x55, 512);
128 /* Reload x87/xmm state from buf1 and dump it in buf3. */
130 do_fxsave(buf3);
132 show(buf3, xx);
134 free(buf1); free(buf2); free(buf3);
  /external/libavc/decoder/
ih264d_mem_request.h 61 void * buf3; /** memory location for buf3 */ member in struct:PicMemBlock
69 UWORD32 u4_size3; /** Size of the buf3 in PicMemBlock */
  /external/v8/test/mjsunit/regress/
regress-4665.js 27 var buf3 = new SecondBuffer(10)
29 var buf4 = buf3.subarray(2)
  /external/iproute2/tc/
m_nat.c 174 SPRINT_BUF(buf3);
196 action_n2a(sel->action, buf3, sizeof (buf3)));
  /system/extras/simpleperf/
record_test.cpp 72 std::vector<char> buf3 = r3.BinaryFormat(); local
85 cache.Push(buf3.data(), buf3.size());
  /hardware/intel/img/psb_video/fw/msvdx/
msvdx_bin.c 217 unsigned int buf3[MTX_SIZE4]; local
220 fread(buf3, 1, LINKED_LIST_SIZE + FIP_SIZE, fp_ll_dma);
221 fwrite(buf3, 1, LINKED_LIST_SIZE + FIP_SIZE, ptr);
223 memset(buf3, UNINITILISE_MEM, fw_size);
  /external/eigen/unsupported/test/
FFTW.cpp 150 ComplexVector buf3; local
156 fft.inv( buf3 , outbuf);
158 VERIFY( dif_rmse(inbuf,buf3) < test_precision<T>() );// gross check
170 fft.inv( buf3 , outbuf);
171 VERIFY( dif_rmse(inbuf,buf3) < test_precision<T>() );// gross check
  /external/icu/icu4c/source/test/cintltst/
utransts.c 301 char buf1[BUF_CAP], buf2[BUF_CAP], buf3[BUF_CAP]; local
320 utrans_getID(t3, buf3, BUF_CAP);
322 if(strcmp(buf1, buf3) != 0 ||
327 utrans_getID(t4, buf3, BUF_CAP);
329 if(strcmp(buf2, buf3) != 0 ||
330 strcmp(buf1, buf3) == 0) {
  /external/e2fsprogs/e2fsck/
crc32.c 542 unsigned char buf3[SIZE + 4]; local
553 buf3[j] = buf1[j] ^ buf2[j];
558 crc3 = test_step(INIT1 ^ INIT2, buf3, i);
  /toolchain/binutils/binutils-2.25/ld/emultempl/
spu_ovl.S 95 #define buf3 save3 define
374 rotqbyi buf3, vma, 12 # 1,4 41
379 shli off4, buf3, 2 # 1,4 45
  /external/opencv/cv/src/
cvshapedescr.cpp 517 icvMemCopy( double **buf1, double **buf2, double **buf3, int *b_max )
521 if( (*buf1 == NULL && *buf2 == NULL) || *buf3 == NULL )
533 memcpy( *buf2, *buf3, bb * sizeof( double ));
535 *buf3 = *buf2;
547 memcpy( *buf1, *buf3, bb * sizeof( double ));
549 *buf3 = *buf1;
    [all...]
  /external/opencv3/modules/imgproc/src/
shapedescr.cpp 723 icvMemCopy( double **buf1, double **buf2, double **buf3, int *b_max )
725 CV_Assert( (*buf1 != NULL || *buf2 != NULL) && *buf3 != NULL );
733 memcpy( *buf2, *buf3, bb * sizeof( double ));
735 *buf3 = *buf2;
744 memcpy( *buf1, *buf3, bb * sizeof( double ));
746 *buf3 = *buf1;
  /external/mesa3d/src/mesa/swrast/
s_context.h 314 GLubyte *buf1, *buf2, *buf3, *buf4; member in struct:__anon19822::__anon19823
s_context.c 808 swrast->stencil_temp.buf3 = (GLubyte *) malloc(SWRAST_MAX_WIDTH * sizeof(GLubyte));
813 !swrast->stencil_temp.buf3 ||
838 free(swrast->stencil_temp.buf3);
  /external/freetype/src/autofit/
afhints.c 328 char buf1[16], buf2[16], buf3[16], buf4[16]; local
344 af_print_idx( buf3,
416 char buf1[16], buf2[16], buf3[16]; local
442 af_print_idx( buf3, AF_INDEX_NUM( seg->edge, edges ) ),
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afhints.c 324 char buf1[16], buf2[16], buf3[16], buf4[16]; local
333 af_print_idx( buf3,
402 char buf1[16], buf2[16], buf3[16]; local
429 af_print_idx( buf3, AF_INDEX_NUM( seg->edge, edges ) ),
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
DropBoxTest.java 171 byte[] buf3 = new byte[80];
172 assertEquals("DATA3", new String(buf3, 0, e3.getInputStream().read(buf3)));
    [all...]
  /external/webrtc/webrtc/p2p/base/
stun_unittest.cc 1239 rtc::ByteBuffer buf3; local
    [all...]

Completed in 611 milliseconds

1 2