/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/ |
WmaDecTest.c | 110 int bytes[500]; variable [all...] |
/bionic/libc/kernel/common/linux/ |
soundcard.h | 396 int bytes; member in struct:audio_buf_info 422 int bytes; member in struct:count_info
|
/bionic/libc/netbsd/resolv/ |
res_cache.c | 211 /* add a sequence of bytes to a bounded buffer */ 348 * HEADER (12 bytes) 390 * RDLENGTH: 16 : size of RDDATA in bytes 425 * The expanded length of a given domain name should not exceed 255 bytes. 487 /* check bytes in a dns packet. returns 1 on success, 0 on failure. 491 _dnsPacket_checkBytes( DnsPacket* packet, int numBytes, const void* bytes ) 498 if (memcmp(p, bytes, numBytes) != 0) [all...] |
/development/ndk/platforms/android-3/include/linux/ |
soundcard.h | 396 int bytes; member in struct:audio_buf_info 422 int bytes; member in struct:count_info
|
/external/chromium/third_party/icu/source/tools/toolutil/ |
ucmstate.c | 552 fprintf(stderr, "ucm error: SI/SO codepages must have max 2 bytes/char (not %x)\n", (int)states->maxCharLength); 609 * by finding lead bytes with all-unassigned trail bytes and adding another state 647 /* count possible savings from lead bytes with all-unassigned results in all trail bytes */ 681 /* all trail bytes for this lead byte are unassigned */ 689 savings=savings*2-1024; /* count bytes, not 16-bit words */ 694 printf("compacting toUnicode data saves %ld bytes\n", (long)savings); 711 * this function does not catch the degenerate case where all lead bytes 712 * have all-unassigned trail bytes and the lead state could be remove [all...] |
/external/freetype/src/psaux/ |
psobjs.c | 162 /* length :: The length in bytes of the source object. */ [all...] |
/external/icu4c/i18n/ |
decNumberLocal.h | 132 /* Return a uInt, etc., from bytes starting at a char* or uByte* */ 136 /* Store a uInt, etc., into bytes starting at a char* or uByte*. */ 312 #define DFBYTE(df, off) ((df)->bytes[DECBYTES-1-(off)]) 316 #define DFBYTE(df, off) ((df)->bytes[off]) 466 /* four bytes are moved at a time for speed; the alternative */ 467 /* macro moves exactly three bytes (usually slower). */ 473 /* decode). Each DPD decode is 3 bytes BCD8 plus a one-byte */ 476 /* for the final three bytes (to avoid overrun). The code below */ [all...] |
/external/icu4c/tools/toolutil/ |
ucmstate.c | 552 fprintf(stderr, "ucm error: SI/SO codepages must have max 2 bytes/char (not %x)\n", (int)states->maxCharLength); 610 * by finding lead bytes with all-unassigned trail bytes and adding another state 648 /* count possible savings from lead bytes with all-unassigned results in all trail bytes */ 682 /* all trail bytes for this lead byte are unassigned */ 690 savings=savings*2-1024; /* count bytes, not 16-bit words */ 695 printf("compacting toUnicode data saves %ld bytes\n", (long)savings); 712 * this function does not catch the degenerate case where all lead bytes 713 * have all-unassigned trail bytes and the lead state could be remove [all...] |
/external/kernel-headers/original/linux/ |
soundcard.h | 108 * we restrict parameters to at most 8191 bytes. 111 #define SIOCPARM_MASK 0x1fff /* parameters must be < 8192 bytes */ 254 int len; /* Size of the wave data in bytes */ 315 int len; /* Size of the sysex data in bytes */ 323 * are records of 4 or 8 bytes. The first byte defines the size. 329 * (All input events are currently 4 bytes long. Be prepared to support 335 * Normal events (4 bytes) 363 * are for the LSB. Note that just 7 bits are used in MIDI bytes. 390 /* least significant bytes of the controllers 0x00 to 0x1f. */ 470 #define SEQ_PRIVATE 0xfe /* Low level HW dependent events (8 bytes) */ 585 int bytes; \/* Available space in bytes (includes partially used fragments) *\/ member in struct:audio_buf_info 615 int bytes; \/* Total # of bytes processed *\/ member in struct:count_info [all...] |
/external/libvpx/vp8/common/arm/armv6/ |
sixtappredict8x4_v6.asm | 24 ;Line width is 20 that is 9 short data plus 2 to make it 4bytes aligned. In second pass, load data from stack,
|
/external/libvpx/vpx_ports/ |
x86_abi_support.asm | 85 ; This macro aligns the stack to the given alignment (in bytes). The stack
|
/external/openssl/crypto/bio/ |
bio.h | 124 #define BIO_CTRL_WPENDING 13 /* opt - number of bytes still to write */ 314 int ibuf_len; /* how many bytes are in it */ 318 int obuf_len; /* how many bytes are in it */ 636 int BIO_dump(BIO *b,const char *bytes,int len); 637 int BIO_dump_indent(BIO *b,const char *bytes,int len,int indent);
|
/external/openssl/crypto/sha/asm/ |
sha1-armv4-large.s | 257 bcs .L_done @ [+((12+3)*5+2)*4], spare 300 bytes 353 b .L_20_39_or_60_79 @ [+4], spare 300 bytes
|
/external/openssl/include/openssl/ |
bio.h | 124 #define BIO_CTRL_WPENDING 13 /* opt - number of bytes still to write */ 314 int ibuf_len; /* how many bytes are in it */ 318 int obuf_len; /* how many bytes are in it */ 636 int BIO_dump(BIO *b,const char *bytes,int len); 637 int BIO_dump_indent(BIO *b,const char *bytes,int len,int indent);
|
/external/skia/src/images/ |
SkImageDecoder_libpng.cpp | 102 size_t bytes = sk_stream->read(data, length); local 103 if (bytes != length) { 244 * byte into separate bytes (useful for paletted and grayscale images). */ 559 // now check that if we are 4-bytes per pixel, we also don't overflow 584 We hit some images (e.g. fruit_.png) who contain bytes that are == colortable_count [all...] |
/external/webkit/WebKit/chromium/src/js/ |
HeapProfilerPanel.js | 224 var bytesUnits = helper.bytes.test(query); 457 bytes: /B$/i [all...] |
/external/webkit/WebKit/mac/Plugins/Hosted/ |
ProxyInstance.mm | 146 type, identifier, (char*)[arguments.get() bytes], [arguments.get() length]) != KERN_SUCCESS)
|
WebHostedNetscapePluginView.mm | 423 manualStream->didReceiveData(0, static_cast<const char*>([data bytes]), [data length]);
|
/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/ |
HttpURLConnectionImpl.java | [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
soundcard.h | 396 int bytes; member in struct:audio_buf_info 422 int bytes; member in struct:count_info
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/ |
soundcard.h | 396 int bytes; member in struct:audio_buf_info 422 int bytes; member in struct:count_info
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/ |
soundcard.h | 396 int bytes; member in struct:audio_buf_info 422 int bytes; member in struct:count_info
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
soundcard.h | 396 int bytes; member in struct:audio_buf_info 422 int bytes; member in struct:count_info
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/ |
soundcard.h | 396 int bytes; member in struct:audio_buf_info 422 int bytes; member in struct:count_info
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
soundcard.h | 396 int bytes; member in struct:audio_buf_info 422 int bytes; member in struct:count_info
|