/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/ |
GeneralDigest.java | 14 private byte[] xBuf; 24 xBuf = new byte[4]; 35 xBuf = new byte[t.xBuf.length]; 42 System.arraycopy(t.xBuf, 0, xBuf, 0, t.xBuf.length); 51 xBuf[xBufOff++] = in; 53 if (xBufOff == xBuf.length) 55 processWord(xBuf, 0) [all...] |
LongDigest.java | 15 private byte[] xBuf; 31 xBuf = new byte[8]; 44 xBuf = new byte[t.xBuf.length]; 51 System.arraycopy(t.xBuf, 0, xBuf, 0, t.xBuf.length); 73 xBuf[xBufOff++] = in; 75 if (xBufOff == xBuf.length) 77 processWord(xBuf, 0) [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/ |
aecm_core_neon_offsets.c | 20 int offset_aecm_xBuf = offsetof(AecmCore_t, xBuf);
|
aecm_core_neon.c | 130 assert((uintptr_t)(aecm->xBuf) % 32 == 0); 211 "r"(&aecm->xBuf[i + PART_LEN]) : "q10"); 212 __asm __volatile("vst1.16 {d20, d21, d22, d23}, [%0, :256]" : : "r"(&aecm->xBuf[i]): "q10");
|
aecm_core_c.c | 140 memcpy(aecm->xBuf, aecm->xBuf + PART_LEN, sizeof(int16_t) * PART_LEN); 350 memcpy(aecm->xBuf + PART_LEN, farend, sizeof(int16_t) * PART_LEN); 361 aecm->xBuf,
|
aecm_core.h | 92 int16_t *xBuf;
|
aecm_core_mips.c | 424 memcpy(aecm->xBuf, aecm->xBuf + PART_LEN, sizeof(int16_t) * PART_LEN); [all...] |
aecm_core.c | 282 aecm->xBuf = (int16_t*) (((uintptr_t)aecm->xBuf_buf + 31) & ~ 31); [all...] |
/external/mksh/src/ |
edit.c | 910 static char *xbuf; /* beg input buffer */ variable 1190 xbp = xbuf = buf; 1247 i = xep - xbuf; 1379 if (xcp == xbuf) [all...] |
/external/chromium_org/third_party/libjpeg_turbo/ |
jdmainct.c | 169 JSAMPARRAY xbuf; local 186 xbuf = (JSAMPARRAY) 189 xbuf += rgroup; /* want one row group at negative offsets */ 190 main_ptr->xbuffer[0][ci] = xbuf; 191 xbuf += rgroup * (M + 4); 192 main_ptr->xbuffer[1][ci] = xbuf; 278 JSAMPARRAY xbuf; local 297 xbuf = main_ptr->xbuffer[main_ptr->whichptr][ci]; 299 xbuf[rows_left + i] = xbuf[rows_left-1] [all...] |
/external/jpeg/ |
jdmainct.c | 166 JSAMPARRAY xbuf; local 183 xbuf = (JSAMPARRAY) 186 xbuf += rgroup; /* want one row group at negative offsets */ 187 main->xbuffer[0][ci] = xbuf; 188 xbuf += rgroup * (M + 4); 189 main->xbuffer[1][ci] = xbuf; 275 JSAMPARRAY xbuf; local 294 xbuf = main->xbuffer[main->whichptr][ci]; 296 xbuf[rows_left + i] = xbuf[rows_left-1] [all...] |
/external/pdfium/core/src/fxcodec/libjpeg/ |
fpdfapi_jdmainct.c | 167 JSAMPARRAY xbuf;
local 184 xbuf = (JSAMPARRAY)
187 xbuf += rgroup; /* want one row group at negative offsets */
188 main->xbuffer[0][ci] = xbuf;
189 xbuf += rgroup * (M + 4);
190 main->xbuffer[1][ci] = xbuf;
276 JSAMPARRAY xbuf;
local 295 xbuf = main->xbuffer[main->whichptr][ci];
297 xbuf[rows_left + i] = xbuf[rows_left-1]; [all...] |
/external/qemu/distrib/jpeg-6b/ |
jdmainct.c | 166 JSAMPARRAY xbuf; local 183 xbuf = (JSAMPARRAY) 186 xbuf += rgroup; /* want one row group at negative offsets */ 187 main->xbuffer[0][ci] = xbuf; 188 xbuf += rgroup * (M + 4); 189 main->xbuffer[1][ci] = xbuf; 275 JSAMPARRAY xbuf; local 294 xbuf = main->xbuffer[main->whichptr][ci]; 296 xbuf[rows_left + i] = xbuf[rows_left-1] [all...] |
/ndk/sources/host-tools/nawk-20071023/ |
lex.c | 403 { char xbuf[100], *px; local 404 for (px = xbuf; (c = input()) != 0 && px-xbuf < 100-2; ) { 414 sscanf(xbuf, "%x", &n);
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
yuvscaler_unittest.cc | 110 uint8 *xbuf = ALIGNP(xbuffer.get(), kAlignment) + memoffset; local 114 !LoadPlanarYuvTestImage("faces", ow, oh, xbuf)) { 122 memset(xbuf, 213, osize); // Expected result. 128 FlushCache(xbuf, osize); 165 double sse = cricket::ComputeSumSquareError(obuf, xbuf, osize);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/ |
native_dri2.c | 147 struct x11_drawable_buffer *xbuf = &xbufs[i]; local 151 switch (xbuf->attachment) { 173 _eglLog(_EGL_WARNING, "unknown buffer %d", xbuf->attachment); 180 whandle.stride = xbuf->pitch; 181 whandle.handle = xbuf->name;
|
/external/mesa3d/src/gallium/state_trackers/egl/x11/ |
native_dri2.c | 147 struct x11_drawable_buffer *xbuf = &xbufs[i]; local 151 switch (xbuf->attachment) { 173 _eglLog(_EGL_WARNING, "unknown buffer %d", xbuf->attachment); 180 whandle.stride = xbuf->pitch; 181 whandle.handle = xbuf->name;
|
/external/webrtc/src/modules/audio_processing/aecm/ |
aecm_core_neon.c | 171 "r"(&aecm->xBuf[i + PART_LEN]) : "q10"); 172 __asm__("vst1.16 {d20, d21, d22, d23}, [%0, :256]" : : "r"(&aecm->xBuf[i]): "q10");
|
aecm_core.h | 164 WebRtc_Word16 *xBuf;
|
aecm_core.c | 326 aecm->xBuf = (WebRtc_Word16*) (((uintptr_t)aecm->xBuf_buf + 31) & ~ 31); 472 memcpy(aecm->xBuf, aecm->xBuf + PART_LEN, sizeof(WebRtc_Word16) * PART_LEN); [all...] |
/external/ipsec-tools/src/racoon/ |
crypto_openssl.c | 1168 vchar_t *xbuf = NULL; local 1174 xbuf = vmalloc(len); 1175 if (xbuf == NULL) { 1181 (unsigned char *) xbuf->v, rsa, pad); 1184 vfree(xbuf); 1188 error = memcmp(src->v, xbuf->v, src->l); 1189 vfree(xbuf); [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cdattst.c | 180 char xbuf[2048]; local 182 u_austrcpy(xbuf, temp); 184 log_err("FAIL: Date Format for US locale failed using udat_format() - expected %s got %s\n", xbuf, gbuf); [all...] |
/external/icu/icu4c/source/test/cintltst/ |
cdattst.c | 180 char xbuf[2048]; local 182 u_austrcpy(xbuf, temp); 184 log_err("FAIL: Date Format for US locale failed using udat_format() - expected %s got %s\n", xbuf, gbuf); [all...] |
/external/libpcap/ |
gencode.c | 431 const char * volatile xbuf = buf; local 469 lex_init(xbuf ? xbuf : ""); [all...] |
/prebuilts/qemu-kernel/arm/2.6/ |
vmlinux-qemu | |