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

  /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...]
  /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/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/qemu/
sockets.c 377 static char buf0[MAX_PATH]; local
378 char *buf = buf0, *end = buf + sizeof(buf0);
401 return buf0;
    [all...]
  /sdk/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/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 

Completed in 1377 milliseconds