HomeSort by relevance Sort by last modified time
    Searched refs:bytes (Results 1001 - 1025 of 1073) sorted by null

<<414243

  /external/chromium/net/http/
http_network_transaction_unittest.cc 142 // Fill |str| with a long header list that consumes >= |size| bytes.
160 static const uint8 bytes[] = { local
165 output[i] = bytes[current_byte++];
166 current_byte %= arraysize(bytes);
171 static const uint8 bytes[] = { local
177 output[i] = bytes[current_byte++];
178 current_byte %= arraysize(bytes);
257 // Allow up to 4 bytes of junk to precede status line.
269 // Allow up to 4 bytes of junk to precede status line.
281 // Beyond 4 bytes of slop and it should fail to find a status line
    [all...]
  /external/libvpx/vp8/common/x86/
subpixel_sse2.asm 730 packuswb xmm4, xmm0 ; lower 8 bytes
780 packuswb xmm4, xmm0 ; higher 8 bytes
    [all...]
loopfilter_mmx.asm 35 sub rsp, 32 ; reserve 32 bytes
249 sub rsp, 64 ; reserve 64 bytes
622 sub rsp, 32 ; reserve 32 bytes
    [all...]
idctllm_sse2.asm 400 ; Predict buffer needs to be expanded from bytes to words
  /dalvik/vm/mterp/out/
InterpAsm-armv4t.S 41 r0 holds returns of <= 4 bytes
42 r0-r1 hold returns of 8 bytes, low word in r0
139 * in bytes, *not* 16-bit code units, and may be a signed value.
315 ldr r1, [r0, #offGlue_entryPoint] @ enum is 4 bytes in aapcs-EABI
    [all...]
InterpAsm-armv5te-vfp.S 41 r0 holds returns of <= 4 bytes
42 r0-r1 hold returns of 8 bytes, low word in r0
139 * in bytes, *not* 16-bit code units, and may be a signed value.
315 ldr r1, [r0, #offGlue_entryPoint] @ enum is 4 bytes in aapcs-EABI
    [all...]
InterpAsm-armv5te.S 41 r0 holds returns of <= 4 bytes
42 r0-r1 hold returns of 8 bytes, low word in r0
139 * in bytes, *not* 16-bit code units, and may be a signed value.
315 ldr r1, [r0, #offGlue_entryPoint] @ enum is 4 bytes in aapcs-EABI
    [all...]
InterpAsm-armv7-a-neon.S 41 r0 holds returns of <= 4 bytes
42 r0-r1 hold returns of 8 bytes, low word in r0
139 * in bytes, *not* 16-bit code units, and may be a signed value.
325 ldr r1, [r0, #offGlue_entryPoint] @ enum is 4 bytes in aapcs-EABI
    [all...]
InterpAsm-armv7-a.S 41 r0 holds returns of <= 4 bytes
42 r0-r1 hold returns of 8 bytes, low word in r0
139 * in bytes, *not* 16-bit code units, and may be a signed value.
325 ldr r1, [r0, #offGlue_entryPoint] @ enum is 4 bytes in aapcs-EABI
    [all...]
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm.c 12 * 44100 you'll hear 44100 frames per second. The size in bytes of a
2670 size_t bytes = samples * width \/ 8; local
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Enc_Utils.c 90 extern int bytes[500] = {0}; variable
114 bytes[e]=size;
116 printf("__ Allocating %d bytes on address %p, line %d file %s\n", size, p, line, s);
129 printf("__ Deleting %d bytes on address %p, line %d file %s\n", bytes[q],dp, line, s);
    [all...]
  /external/blktrace/doc/
blktrace.tex 214 The program requested a read of 56 bytes of data, the CDB is included
604 \emph{N} & Number of bytes \\ \hline
698 \item[B -- bounced] If a payload is present, the number of payload bytes
    [all...]
  /build/tools/droiddoc/templates/
macros.cs 83 elif:tag.kind == "@adtZipBytes" ?><?cs var:adt.zip.bytes ?><?cs
  /dalvik/libnativehelper/include/nativehelper/
jni.h     [all...]
  /development/ndk/platforms/android-3/include/
jni.h     [all...]
  /external/freetype/src/pshinter/
pshalgo.c 150 FT_Byte* cursor = hint_mask->bytes;
251 FT_Byte* cursor = hint_mask->bytes;
    [all...]
  /external/v8/src/
bootstrapper.cc 141 char* Bootstrapper::AllocateAutoDeletedArray(int bytes) {
142 char* memory = new char[bytes];
    [all...]
  /external/webkit/WebKit/mac/Plugins/
WebNetscapePluginPackage.mm 240 BOOL hasCFMHeader = memcmp([data bytes], "Joy!peff", 8) == 0;
  /hardware/broadcom/wlan/bcm4329/src/shared/
bcmutils.c 63 /* skip 'offset' bytes */
92 /* skip 'offset' bytes */
826 * of bytes copied. Minimum bytes copied is null char(1)/wchar(2)
837 /* wbuflen is in bytes */
1127 uint nbytes, /* number of input data bytes to process */
1200 uint nbytes, /* number of input data bytes to process */
1279 uint nbytes, /* number of input data bytes to process */
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDecoder.c     [all...]
  /libcore/luni/src/test/java/libcore/java/net/
URLConnectionTest.java 665 // Make sure that calling skip() doesn't omit bytes from the cache.
    [all...]
  /prebuilt/common/osgi/
osgi.jar 
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
jni.h     [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
jni.h     [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
jni.h     [all...]

Completed in 391 milliseconds

<<414243