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

1 2

  /external/chromium_org/third_party/lzma_sdk/
Bcj2.h 18 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,
Bcj2.c 34 const Byte *buf0, SizeT size0,
70 Byte b = buf0[inPos];
82 b = buf0[inPos++];
  /external/lzma/C/
Bcj2.h 18 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,
Bcj2.c 34 const Byte *buf0, SizeT size0,
70 Byte b = buf0[inPos];
82 b = buf0[inPos++];
  /external/ipsec-tools/src/racoon/
misc.c 56 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;
isakmp_inf.c 1052 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);
    [all...]
isakmp.c     [all...]
  /external/compiler-rt/lib/tsan/go/
test.c 32 char buf0[100<<10]; variable
39 char *buf = (char*)((unsigned long)buf0 + (64<<10) - 1 & ~((64<<10) - 1));
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
transform.c 279 static void PreMDCT(int *buf0, int num, const int *csptr)
286 buf1 = buf0 + num - 1;
295 tr1 = *(buf0 + 0);
296 ti2 = *(buf0 + 1);
300 *buf0++ = MULHIGH(cosa, tr1) + MULHIGH(sina, ti1);
301 *buf0++ = MULHIGH(cosa, ti1) - MULHIGH(sina, tr1);
314 static void PostMDCT(int *buf0, int num, const int *csptr)
321 buf1 = buf0 + num - 1;
330 tr1 = *(buf0 + 0);
331 ti1 = *(buf0 + 1)
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV7/
PrePostMDCT_v7.s 43 VLD2.I32 {d8, d9, d10, d11}, [r0] @ tr1 = *(buf0 + 0)@ ti2 = *(buf0 + 1)@
56 VADD.S32 Q0, Q10, Q11 @ *buf0++ = MULHIGH(cosa, tr1) + MULHIGH(sina, ti1)@
57 VSUB.S32 Q1, Q12, Q13 @ *buf0++ = MULHIGH(cosa, ti1) - MULHIGH(sina, tr1)@
117 VADD.S32 Q0, Q10, Q11 @ *buf0++ = MULHIGH(cosa, tr1) + MULHIGH(sina, ti1)@
126 VSUB.S32 Q1, Q13, Q12 @ *buf0++ = MULHIGH(sina, tr2) - MULHIGH(cosa, ti2)@
  /frameworks/native/services/surfaceflinger/
Layer.cpp     [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
profiledata_unittest.cc 76 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/
profiledata_unittest.cc 76 char *buf0 = reinterpret_cast<char *>(buf); local
80 NO_INTR(len = read(fd, buf0 + num_bytes, count - num_bytes));
  /external/opencv/cv/src/
cvpyramids.cpp     [all...]
cvimgwarp.cpp 213 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])); \
807 float *buf0, *buf1; local
    [all...]
  /external/chromium_org/base/third_party/symbolize/
symbolize.cc 143 char *buf0 = reinterpret_cast<char *>(buf); local
147 NO_INTR(len = read(fd, buf0 + num_bytes, count - num_bytes));
  /external/qemu/android/
sockets.c 378 static char buf0[MAX_PATH]; local
379 char *buf = buf0, *end = buf + sizeof(buf0);
402 return buf0;
    [all...]
  /sdk/emulator/opengl/tests/event_injector/
sockets.c 378 static char buf0[PATH_MAX]; local
379 char *buf = buf0, *end = buf + sizeof(buf0);
402 return buf0;
    [all...]
  /external/opencv/cxcore/src/
cxdxt.cpp     [all...]
  /external/ppp/pppd/
utils.c 172 char *str, *f, *buf0; local
180 buf0 = buf;
429 return buf - buf0;
  /external/qemu-pc-bios/bochs/bios/
rombios32.c 244 char *str, *buf0; local
248 buf0 = buf;
383 return buf - buf0;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
vp9_dct32x32_avx2.c 26 __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);
    [all...]
vp9_dct32x32_sse2.c 20 __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);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct32x32_avx2.c 26 __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);
    [all...]
vp9_dct32x32_sse2.c 17 __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);
    [all...]

Completed in 757 milliseconds

1 2