Searched refs:buf0 (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/lzma_sdk/
H A DBcj2.h18 If buf0 overlaps outBuf, there are two required conditions:
19 1) (buf0 >= outBuf)
20 2) (buf0 + size0 >= outBuf + FullOutputSize).
28 const Byte *buf0, SizeT size0,
H A DBcj2.c34 const Byte *buf0, SizeT size0,
70 Byte b = buf0[inPos];
82 b = buf0[inPos++];
33 Bcj2_Decode( const Byte *buf0, SizeT size0, const Byte *buf1, SizeT size1, const Byte *buf2, SizeT size2, const Byte *buf3, SizeT size3, Byte *outBuf, SizeT outSize) argument
/external/lzma/C/
H A DBcj2.h18 If buf0 overlaps outBuf, there are two required conditions:
19 1) (buf0 >= outBuf)
20 2) (buf0 + size0 >= outBuf + FullOutputSize).
28 const Byte *buf0, SizeT size0,
H A DBcj2.c34 const Byte *buf0, SizeT size0,
70 Byte b = buf0[inPos];
82 b = buf0[inPos++];
33 Bcj2_Decode( const Byte *buf0, SizeT size0, const Byte *buf1, SizeT size1, const Byte *buf2, SizeT size2, const Byte *buf3, SizeT size3, Byte *outBuf, SizeT outSize) argument
/external/ipsec-tools/src/racoon/
H A Dmisc.c56 bindump(buf0, len)
57 void *buf0;
60 unsigned char *buf = (unsigned char *)buf0;
76 racoon_hexdump(buf0, len)
77 void *buf0;
80 caddr_t buf = (caddr_t)buf0;
H A Disakmp_inf.c1052 isakmp_add_pl_n(buf0, np_p, type, pr, data)
1053 vchar_t *buf0;
1071 if (buf0) {
1072 oldlen = buf0->l;
1073 buf = vrealloc(buf0, buf0->l + tlen);
H A Disakmp.c2396 isakmp_add_attr_v(buf0, type, val, len)
2397 vchar_t *buf0;
2409 if (buf0) {
2410 oldlen = buf0->l;
2411 buf = vrealloc(buf0, oldlen + tlen);
2430 isakmp_add_attr_l(buf0, type, val)
2431 vchar_t *buf0;
2442 if (buf0) {
2443 oldlen = buf0->l;
2444 buf = vrealloc(buf0, oldle
[all...]
/external/compiler-rt/lib/tsan/go/
H A Dtest.c32 char buf0[100<<10]; variable
39 char *buf = (char*)((unsigned long)buf0 + (64<<10) - 1 & ~((64<<10) - 1));
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dprofiledata_unittest.cc76 char *buf0 = reinterpret_cast<char *>(buf); local
80 NO_INTR(len = read(fd, buf0 + num_bytes, count - num_bytes));
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dprofiledata_unittest.cc76 char *buf0 = reinterpret_cast<char *>(buf); local
80 NO_INTR(len = read(fd, buf0 + num_bytes, count - num_bytes));
/external/opencv/cv/src/
H A Dcvpyramids.cpp500 worktype *buf = 0, *buf0 = 0; \
527 buf0 = buf; \
634 buf = buf0; \
723 buf = buf0; \
872 cvFree( &buf0 ); \
H A Dcvimgwarp.cpp213 worktype* buf0, worktype* buf1 ) \
232 CV_SWAP( buf0, buf1, swap_t ); \
240 worktype* _buf = k == 0 ? buf0 : buf1; \
245 memcpy( buf1, buf0, dsize.width*sizeof(buf0[0]) ); \
267 dst[dx] = (arrtype)descale_macro( mul_one_macro(buf0[dx])); \
270 dst[dx] = (arrtype)descale_macro( mul_one_macro(buf0[dx]) + \
271 fy*(buf1[dx] - buf0[dx])); \
584 const CvResizeAlpha* yofs, float* buf0, float* buf1 );
807 float *buf0, *buf local
[all...]
/external/chromium_org/base/third_party/symbolize/
H A Dsymbolize.cc143 char *buf0 = reinterpret_cast<char *>(buf); local
147 NO_INTR(len = read(fd, buf0 + num_bytes, count - num_bytes));
/external/qemu/android/
H A Dsockets.c378 static char buf0[MAX_PATH]; local
379 char *buf = buf0, *end = buf + sizeof(buf0);
402 return buf0;
/external/opencv/cxcore/src/
H A Dcxdxt.cpp2040 uchar *buf0, *buf1, *dbuf0, *dbuf1;
2043 buf0 = ptr;
2047 dbuf0 = buf0, dbuf1 = buf1;
2071 memset( buf0, 0, len*complex_elem_size );
2072 icvCopyColumn( sptr0, src->step, buf0, complex_elem_size, len, elem_size );
2083 icvCopyColumn( sptr0, src->step, buf0 + elem_size, elem_size, len, elem_size );
2084 icvExpandCCS( buf0 + elem_size, len, elem_size );
2095 icvCopyColumn( sptr0, src->step, buf0, complex_elem_size, len, complex_elem_size );
2096 //memcpy( buf0 + elem_size, buf0, elem_siz
[all...]
/external/ppp/pppd/
H A Dutils.c172 char *str, *f, *buf0; local
180 buf0 = buf;
429 return buf - buf0;
/external/qemu-pc-bios/bochs/bios/
H A Drombios32.c244 char *str, *buf0; local
248 buf0 = buf;
383 return buf - buf0;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_dct32x32_avx2.c26 __m256i buf0, buf1; local
27 buf0 = _mm256_mul_epu32(a, b);
31 return _mm256_add_epi64(buf0, buf1);
35 __m256i buf0 = _mm256_shuffle_epi32(a, _MM_SHUFFLE(0, 0, 2, 0)); local
37 return _mm256_unpacklo_epi64(buf0, buf1);
H A Dvp9_dct32x32_sse2.c20 __m128i buf0, buf1; local
21 buf0 = _mm_mul_epu32(a, b);
25 return _mm_add_epi64(buf0, buf1);
29 __m128i buf0 = _mm_shuffle_epi32(a, _MM_SHUFFLE(0, 0, 2, 0)); local
31 return _mm_unpacklo_epi64(buf0, buf1);
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_dct32x32_avx2.c26 __m256i buf0, buf1; local
27 buf0 = _mm256_mul_epu32(a, b);
31 return _mm256_add_epi64(buf0, buf1);
35 __m256i buf0 = _mm256_shuffle_epi32(a, _MM_SHUFFLE(0, 0, 2, 0)); local
37 return _mm256_unpacklo_epi64(buf0, buf1);
H A Dvp9_dct32x32_sse2.c17 __m128i buf0, buf1; local
18 buf0 = _mm_mul_epu32(a, b);
22 return _mm_add_epi64(buf0, buf1);
26 __m128i buf0 = _mm_shuffle_epi32(a, _MM_SHUFFLE(0, 0, 2, 0)); local
28 return _mm_unpacklo_epi64(buf0, buf1);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 502 milliseconds