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

<<31323334353637383940>>

  /external/chromium/third_party/icu/source/common/
ucnv2022.c 69 * ISO-2022 bytes 00..7f should be interpreted as ISO-8859-7 bytes 80..ff.
94 * as bytes 21..7E. (Subtract 0x80.)
96 * as bytes 20..7F. (Subtract 0x80.)
97 * Do not encode C1 control codes with native bytes 80..9F
98 * as bytes 00..1F (C0 control codes).
406 const char *bytes, int32_t length,
413 ucnv_fromUWriteBytes(cnv, bytes, length, &targetChars, targetLimit,
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
ncnvtst.c 1833 uint8_t bytes[8]; \/* partial input bytes resulting in no output *\/ member in struct:__anon3137
    [all...]
  /external/icu4c/common/
ucnv2022.c 69 * ISO-2022 bytes 00..7f should be interpreted as ISO-8859-7 bytes 80..ff.
94 * as bytes 21..7E. (Subtract 0x80.)
96 * as bytes 20..7F. (Subtract 0x80.)
97 * Do not encode C1 control codes with native bytes 80..9F
98 * as bytes 00..1F (C0 control codes).
406 const char *bytes, int32_t length,
413 ucnv_fromUWriteBytes(cnv, bytes, length, &targetChars, targetLimit,
    [all...]
  /external/bison/src/
scan-gram.c 233 /* Size of input buffer in bytes, not including room for EOB
357 YY_BUFFER_STATE gram__scan_bytes (yyconst char *bytes,int len );
    [all...]
  /external/webkit/WebKitTools/Scripts/
run-webkit-tests     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Decoder.c 80 extern int bytes[500] = {0}; variable
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
StringBuilderTest.java     [all...]
  /dalvik/vm/
Thread.c 3588 int bytes; local
    [all...]
  /device/samsung/crespo/alsa-lib/include/sound/
asound.h 144 size_t length; /* W: size of image in bytes */
204 SNDRV_PCM_FORMAT_S24_LE, /* low three bytes */
205 SNDRV_PCM_FORMAT_S24_BE, /* low three bytes */
206 SNDRV_PCM_FORMAT_U24_LE, /* low three bytes */
207 SNDRV_PCM_FORMAT_U24_BE, /* low three bytes */
224 SNDRV_PCM_FORMAT_S24_3LE = 32, /* in three bytes */
225 SNDRV_PCM_FORMAT_S24_3BE, /* in three bytes */
226 SNDRV_PCM_FORMAT_U24_3LE, /* in three bytes */
227 SNDRV_PCM_FORMAT_U24_3BE, /* in three bytes */
228 SNDRV_PCM_FORMAT_S20_3LE, /* in three bytes */
856 } bytes; member in union:sndrv_ctl_elem_value::__anon1400
    [all...]
  /device/samsung/crespo/libaudio2/
asound.h 738 } bytes; member in union:snd_ctl_elem_value::__anon1537
  /external/chromium/net/proxy/
proxy_service_unittest.cc 57 std::string* bytes,
64 pending_request_bytes_ = bytes;
68 void NotifyFetchCompletion(int result, const std::string& bytes) {
70 *pending_request_bytes_ = bytes;
    [all...]
  /external/kernel-headers/original/linux/
usb.h 53 * @extralen: how many bytes of "extra" are valid
717 * it tells how many bytes (out of transfer_buffer_length) were
722 * @setup_packet: Only used for control transfers, this points to eight bytes
1069 size_t bytes; member in struct:usb_sg_request
    [all...]
  /external/libffi/src/sh64/
sysv.S 48 # r4: bytes
326 64 bytes (register parameters)
327 48 bytes (floating register parameters)
328 8 bytes (result)
329 4 bytes (r18)
330 4 bytes (r14)
331 4 bytes (r12)
332 4 bytes (for align)
  /external/libpng/
CHANGES 152 packed-pixel bytes (Kevin Bracey)
156 of the color bytes instead of after
343 filler bytes should have been 0xff instead of 0xf.
384 Fixed a bug in png_do_filler() that made it fail to write filler bytes in
    [all...]
  /external/webkit/WebKit/mac/Plugins/Hosted/
NetscapePluginHostProxy.mm 858 memcpy(*infoData, [data.get() bytes], *infoLength);
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/include/
bcmutils.h 580 extern int bcm_format_hex(char *str, const void *bytes, int len);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyApiSupport.java     [all...]
  /dalvik/vm/mterp/armv5te/
footer.S 159 add rINST, #-4 @ .. which is 9 bytes back
203 add rINST,#-4 @ .. which is 9 bytes back
405 * r9 is PC adjustment *in bytes*
440 * r9 is trampoline PC adjustment *in bytes*
    [all...]
  /device/samsung/crespo/alsa-lib/include/
pcm.h 123 /** Signed 24 bit Little Endian using low three bytes in 32-bit word */
125 /** Signed 24 bit Big Endian using low three bytes in 32-bit word */
127 /** Unsigned 24 bit Little Endian using low three bytes in 32-bit word */
129 /** Unsigned 24 bit Big Endian using low three bytes in 32-bit word */
163 /** Signed 24bit Little Endian in 3bytes format */
165 /** Signed 24bit Big Endian in 3bytes format */
167 /** Unsigned 24bit Little Endian in 3bytes format */
169 /** Unsigned 24bit Big Endian in 3bytes format */
171 /** Signed 20bit Little Endian in 3bytes format */
173 /** Signed 20bit Big Endian in 3bytes format *
    [all...]
  /device/samsung/crespo/alsa-utils/alsactl/
state.c 160 if (len % 8) /* aligned to 4 bytes (= 8 letters) */
411 const unsigned char *bytes = local
414 int v = bytes[idx];
    [all...]
  /external/bluetooth/bluez/src/
storage.c 518 static int decode_bytes(const char *str, unsigned char *bytes, size_t len)
523 if (sscanf(str + (i * 2), "%02hhX", &bytes[i]) != 1)
  /external/iproute2/doc/
ip-cref.tex 465 sequence of hexadecimal bytes separated by colons, but some link
489 RX: bytes packets errors dropped overrun mcast
491 TX: bytes packets errors dropped carrier collsns
498 \item \verb|bytes| --- the total number of bytes received or transmitted
531 RX: bytes packets errors dropped overrun mcast
535 TX: bytes packets errors dropped carrier collsns
    [all...]
  /external/libvpx/vp8/decoder/arm/
detokenize.asm 174 sub r3, r3, #24 ; don't count first 3 bytes
  /frameworks/base/core/java/com/google/android/mms/pdu/
PduPersister.java     [all...]
  /frameworks/base/libs/binder/
Parcel.cpp 560 //printf("Writing %ld bytes, padded to %ld\n", len, padded);
621 status_t err = writeInt32(str.bytes());
623 err = write(str.string(), str.bytes()+1);
    [all...]

Completed in 803 milliseconds

<<31323334353637383940>>