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

  /external/ipsec-tools/src/racoon/
misc.c 57 bindump(buf0, len)
58 void *buf0;
61 unsigned char *buf = (unsigned char *)buf0;
77 racoon_hexdump(buf0, len)
78 void *buf0;
81 caddr_t buf = (caddr_t)buf0;
isakmp_inf.c 1031 isakmp_add_pl_n(buf0, np_p, type, pr, data)
1032 vchar_t *buf0;
1050 if (buf0) {
1051 oldlen = buf0->l;
1052 buf = vrealloc(buf0, buf0->l + tlen);
    [all...]
isakmp.c     [all...]
  /frameworks/base/media/libstagefright/codecs/aacenc/src/asm/ARMV7/
PrePostMDCT_v7.s 39 VLD2.I32 {d8, d9, d10, d11}, [r0] @ tr1 = *(buf0 + 0)@ ti2 = *(buf0 + 1)@
52 VADD.S32 Q0, Q10, Q11 @ *buf0++ = MULHIGH(cosa, tr1) + MULHIGH(sina, ti1)@
53 VSUB.S32 Q1, Q12, Q13 @ *buf0++ = MULHIGH(cosa, ti1) - MULHIGH(sina, tr1)@
107 VADD.S32 Q0, Q10, Q11 @ *buf0++ = MULHIGH(cosa, tr1) + MULHIGH(sina, ti1)@
116 VSUB.S32 Q1, Q13, Q12 @ *buf0++ = MULHIGH(sina, tr2) - MULHIGH(cosa, ti2)@
  /frameworks/base/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/base/services/surfaceflinger/
Layer.cpp 524 sp<const GraphicBuffer> buf0(mActiveBuffer);
526 if (buf0 != 0) {
527 w0 = buf0->getWidth();
528 h0 = buf0->getHeight();
529 s0 = buf0->getStride();
530 f0 = buf0->format;
  /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...]
  /development/tools/emulator/opengl/tests/event_injector/
sockets.c 382 static char buf0[PATH_MAX]; local
383 char *buf = buf0, *end = buf + sizeof(buf0);
406 return buf0;
    [all...]
  /external/qemu/
sockets.c 377 static char buf0[MAX_PATH]; local
378 char *buf = buf0, *end = buf + sizeof(buf0);
401 return buf0;
    [all...]
  /external/opencv/cxcore/src/
cxdxt.cpp     [all...]
  /external/ppp/pppd/
utils.c 169 char *str, *f, *buf0; local
177 buf0 = buf;
426 return buf - buf0;
  /external/qemu-pc-bios/bochs/bios/
rombios32.c 244 char *str, *buf0; local
248 buf0 = buf;
383 return buf - buf0;
    [all...]

Completed in 244 milliseconds