/external/chromium_org/third_party/icu/source/common/ |
triedict.cpp | 395 uint32_t size; // Size of the data in bytes 404 uint32_t size; // Size of the data in bytes 413 uint32_t size; // Size of the data in bytes 418 uint8_t *address; // pointer to header bytes in memory 622 uint16_t overflowSize = 0; //size of node ID overflow storage in bytes 630 // calculate size of total node ID overflow storage in bytes 942 virtual void write(uint8_t *bytes, uint32_t &offset, const UVector32 &/*translate*/) { 949 *((uint16_t *)(bytes+offset)) = (fEqualOverflows? kEqualOverflows : 0) | 961 virtual void writeValue(uint8_t *bytes, uint32_t &offset) { 963 *((uint16_t *)(bytes+offset)) = fValue 1551 uint8_t *bytes = (uint8_t *)uprv_malloc(totalSize); local [all...] |
ucnvmbcs.c | 19 * - legacy variable-length codepages with up to 4 bytes per character 28 * - byte sequences must not have leading zero bytes 30 * - limitation to up to 4 bytes per character 159 * One format for transitional entries (bit 31 not set) for non-final bytes, and 277 * at least two states for the trail bytes: 290 * Converting from Unicode to codepage bytes --------------------------------*** 294 * a sequence of 1..4 bytes, in addition to a flag that indicates if there is 300 * with the resulting bytes is at offsetFromUBytes. 331 * Bits 15..0 contain the index to stage 3, which must be multiplied by 16*(bytes per char) 333 * Stage 3 contains 2, 3, or 4 bytes per result 776 const uint8_t *stage3, *bytes; local 991 char bytes[4]; local 1115 const uint8_t *bytes; local 1264 uint8_t *bytes, *p; local 1343 uint8_t *bytes; local 2329 uint8_t *bytes; local 2999 uint8_t *bytes=cnv->toUBytes; local 3014 uint8_t *bytes=cnv->toUBytes; local 3266 const uint8_t *bytes; local 3931 const uint8_t *p, *bytes; local [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
apicoll.cpp | 2148 const char* bytes = (const char *)key.getByteArray(length); local [all...] |
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/ |
peerconnection_jni.cc | 1073 jbyte* bytes = jni->GetByteArrayElements(data, NULL); local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600_shader.c | 228 unsigned char * bytes, unsigned num_bytes); 235 unsigned char * bytes; local 244 r600_llvm_compile(mod, &bytes, &byte_count, r600_ctx->family , dump); 248 r600_bytecode_from_byte_stream(&shader_ctx, bytes, byte_count); 261 static uint32_t i32_from_byte_stream(unsigned char * bytes, 267 out |= bytes[(*bytes_read)++] << (8 * i); 272 static unsigned r600_src_from_byte_stream(unsigned char * bytes, 277 sel0 = bytes[bytes_read++]; 278 sel1 = bytes[bytes_read++]; 280 alu->src[src_idx].chan = bytes[bytes_read++] [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
format_pack.c | 2621 GLuint bytes = _mesa_get_format_bytes(format); local [all...] |
/external/chromium_org/third_party/openssl/openssl/ssl/ |
ssltest.c | 310 int doit_biopair(SSL *s_ssl,SSL *c_ssl,long bytes,clock_t *s_time,clock_t *c_time); 311 int doit(SSL *s_ssl,SSL *c_ssl,long bytes); 329 fprintf(stderr," -bytes <val> - number of bytes to swap between client/server\n"); 525 long bytes=256L; local 674 else if (strcmp(*argv,"-bytes") == 0) 677 bytes= atol(*(++argv)); 678 if (bytes == 0L) bytes=1L; 680 if (argv[0][i-1] == 'k') bytes*=1024L [all...] |
/external/clang/lib/Driver/ |
Tools.cpp | 2820 StringRef bytes = A->getValue(); local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-apache-bcel.jar | |
ant-launcher.jar | |
/external/icu4c/common/ |
ucnvmbcs.c | 19 * - legacy variable-length codepages with up to 4 bytes per character 28 * - byte sequences must not have leading zero bytes 30 * - limitation to up to 4 bytes per character 161 * One format for transitional entries (bit 31 not set) for non-final bytes, and 279 * at least two states for the trail bytes: 292 * Converting from Unicode to codepage bytes --------------------------------*** 296 * a sequence of 1..4 bytes, in addition to a flag that indicates if there is 302 * with the resulting bytes is at offsetFromUBytes. 333 * Bits 15..0 contain the index to stage 3, which must be multiplied by 16*(bytes per char) 335 * Stage 3 contains 2, 3, or 4 bytes per result 779 const uint8_t *stage3, *bytes; local 994 char bytes[4]; local 1118 const uint8_t *bytes; local 1267 uint8_t *bytes, *p; local 2331 uint8_t *bytes; local 3001 uint8_t *bytes=cnv->toUBytes; local 3016 uint8_t *bytes=cnv->toUBytes; local 3268 const uint8_t *bytes; local 3933 const uint8_t *p, *bytes; local [all...] |
/external/icu4c/test/intltest/ |
apicoll.cpp | 2177 const char* bytes = (const char *)key.getByteArray(length); local [all...] |
/external/kernel-headers/original/linux/mtd/ |
nand.h | 221 * @size: data bytes per ecc step 222 * @bytes: ecc bytes per step 223 * @total: total number of ecc bytes per page 240 int bytes; member in struct:nand_ecc_ctrl 412 * @pagesize: Pagesize in bytes. Either 256 or 512 or 0 415 * extended id bytes in the chip 417 * @chipsize: Total chipsize in Mega Bytes
|
/external/kernel-headers/original/linux/ |
pkt_sched.h | 34 __u64 bytes; /* NUmber of enqueues bytes */ member in struct:tc_stats 114 __u32 limit; /* Queue length: bytes for bfifo, packets for pfifo */ 166 unsigned quantum; /* Bytes per round allocated to flow */ 201 __u32 limit; /* HARD maximal queue length (bytes) */ 202 __u32 qth_min; /* Min average length threshold (bytes) */ 203 __u32 qth_max; /* Max average length threshold (bytes) */ 237 __u32 limit; /* HARD maximal queue length (bytes) */ 238 __u32 qth_min; /* Min average length threshold (bytes) */ 239 __u32 qth_max; /* Max average length threshold (bytes) */ [all...] |
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/llvm/lib/Target/ARM/Disassembler/ |
ARMDisassembler.cpp | 424 uint8_t bytes[4]; local 429 // We want to read exactly 4 bytes of data. 430 if (Region.readBytes(Address, 4, bytes) == -1) { 436 uint32_t insn = (bytes[3] << 24) | 437 (bytes[2] << 16) | 438 (bytes[1] << 8) | 439 (bytes[0] << 0); 684 uint8_t bytes[4]; local 689 // We want to read exactly 2 bytes of data. 690 if (Region.readBytes(Address, 2, bytes) == -1) [all...] |
/external/mesa3d/src/gallium/drivers/r600/ |
r600_shader.c | 228 unsigned char * bytes, unsigned num_bytes); 235 unsigned char * bytes; local 244 r600_llvm_compile(mod, &bytes, &byte_count, r600_ctx->family , dump); 248 r600_bytecode_from_byte_stream(&shader_ctx, bytes, byte_count); 261 static uint32_t i32_from_byte_stream(unsigned char * bytes, 267 out |= bytes[(*bytes_read)++] << (8 * i); 272 static unsigned r600_src_from_byte_stream(unsigned char * bytes, 277 sel0 = bytes[bytes_read++]; 278 sel1 = bytes[bytes_read++]; 280 alu->src[src_idx].chan = bytes[bytes_read++] [all...] |
/external/mesa3d/src/mesa/main/ |
format_pack.c | 2621 GLuint bytes = _mesa_get_format_bytes(format); local [all...] |
/external/openssh/ |
monitor.c | 691 * Supported KEX types use SHA1 (20 bytes), SHA256 (32 bytes), 692 * SHA384 (48 bytes) and SHA512 (64 bytes). 1843 u_int64_t blocks, bytes; local [all...] |
packet.c | 94 u_int64_t bytes; member in struct:packet_state 175 /* roundup current message to extra_pad bytes */ 395 u_int32_t *packets, u_int64_t *bytes) 407 if (bytes) 408 *bytes = state->bytes; 413 u_int64_t bytes) 422 state->bytes = bytes; 696 /* Add check bytes. * 1530 u_int bytes = buffer_len(&active_state->incoming_packet); local [all...] |
ssh-keygen.c | 373 u_int bytes = (bignum_bits + 7) / 8; local 375 if (buffer_len(b) < bytes) 377 "need %d have %d", bytes, buffer_len(b)); 378 if (BN_bin2bn(buffer_ptr(b), bytes, value) == NULL) 380 buffer_consume(b, bytes); 466 "remaining bytes in key blob %d", rlen); [all...] |
/external/openssl/ssl/ |
ssltest.c | 310 int doit_biopair(SSL *s_ssl,SSL *c_ssl,long bytes,clock_t *s_time,clock_t *c_time); 311 int doit(SSL *s_ssl,SSL *c_ssl,long bytes); 329 fprintf(stderr," -bytes <val> - number of bytes to swap between client/server\n"); 525 long bytes=256L; local 674 else if (strcmp(*argv,"-bytes") == 0) 677 bytes= atol(*(++argv)); 678 if (bytes == 0L) bytes=1L; 680 if (argv[0][i-1] == 'k') bytes*=1024L [all...] |
/external/qemu/audio/ |
audio.c | 904 dolog ("Could not allocate soft capture voice (%zu bytes)\n", 1265 int bytes; local 1277 bytes = sw->hw->pcm_ops->write (sw, buf, size); 1278 return bytes; 1283 int bytes; local 1295 bytes = sw->hw->pcm_ops->read (sw, buf, size); 1296 return bytes; 1456 int bytes = to_write << hw->info.shift; local [all...] |
/external/skia/gm/ |
gmmain.cpp | 469 * directly from the the bytes of a PNG file, or capturing the 470 * bytes we would have written to disk if we were writing the 1528 size_t bytes; local [all...] |
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/ |
venc_test.cpp | 1441 int bytes; local [all...] |