/external/squashfs-tools/squashfs-tools/ |
read_fs.c | 116 (bytes - (cur_ptr - *inode_table) < (SIZE)) 131 unsigned int directory_start_block, bytes = 0, size = 0; local 142 *root_inode_block = bytes; 144 if(size - bytes < SQUASHFS_METADATA_SIZE) { 151 byte = read_block(fd, start, &start, 0, *inode_table + bytes); 155 bytes += byte; 176 * The number of bytes available after the root inode medata block 185 * *root_inode_block root_inode_offset bytes 187 if((bytes - *root_inode_block) < (root_inode_offset + 194 * the total uncompressed directory size. The directory bytes in th 498 int res, bytes = 0; local 634 int byte, bytes = 0, dir_count; local 703 int bytes = SQUASHFS_ID_BYTES(sBlk->no_ids); local 754 int bytes = SQUASHFS_FRAGMENT_BYTES(sBlk->fragments); local [all...] |
read_xattrs.c | 153 int res, bytes, i, indexes, index_bytes, ids; local 196 bytes = SQUASHFS_XATTR_BYTES(ids); 197 xattr_ids = malloc(bytes); 203 bytes & (SQUASHFS_METADATA_SIZE - 1); 253 ERROR("Xattr block %d should be %d bytes in length, " 254 "it is %d bytes\n", i, SQUASHFS_METADATA_SIZE,
|
/external/strace/linux/ |
ubi-user.h | 76 * this number of bytes to the volume character device. The update is finished 77 * when the claimed number of bytes is passed. So, the volume update sequence 99 * user is expected to write the requested amount of bytes (similarly to what 237 * 512 in case of a 512 bytes page NAND flash with no sub-page support. Or 246 * be 2KiB-64 bytes = 1984. Note, that this position is not even 512-bytes 275 * @bytes: volume size in bytes 304 __s64 bytes; member in struct:ubi_mkvol_req 315 * @bytes: new size of the volume in byte 324 __s64 bytes; member in struct:ubi_rsvol_req 389 __s32 bytes; member in struct:ubi_leb_change_req [all...] |
/external/swiftshader/src/OpenGL/libGL/ |
Device.cpp | 548 memcpy(destBuffer, sourceBuffer, pitch); // FIXME: Only copy width * bytes 569 memcpy(destBuffer, sourceBuffer, pitch); // FIXME: Only copy width * bytes 588 unsigned int bytes = width * Image::bytes(source->getInternalFormat()); local 592 memcpy(destBytes, sourceBytes, bytes);
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
Device.cpp | 433 memcpy(destBuffer, sourceBuffer, pitch); // FIXME: Only copy width * bytes 454 memcpy(destBuffer, sourceBuffer, pitch); // FIXME: Only copy width * bytes 473 unsigned int bytes = width * egl::Image::bytes(source->getInternalFormat()); local 477 memcpy(destBytes, sourceBytes, bytes);
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
Device.cpp | 448 void Device::copyBuffer(sw::byte *sourceBuffer, sw::byte *destBuffer, unsigned int width, unsigned int height, unsigned int sourcePitch, unsigned int destPitch, unsigned int bytes, bool flipX, bool flipY) 450 unsigned int widthB = width * bytes; 600 copyBuffer(sourceBuffer, destBuffer, source->getWidth(), source->getHeight(), source->getInternalPitchB(), dest->getInternalPitchB(), egl::Image::bytes(source->getInternalFormat()), flipX, flipY); 611 copyBuffer(sourceBuffer, destBuffer, source->getWidth(), source->getHeight(), source->getInternalPitchB(), dest->getInternalPitchB(), egl::Image::bytes(source->getInternalFormat()), flipX, flipY); 627 copyBuffer(sourceBytes, destBytes, width, height, sourcePitch, destPitch, egl::Image::bytes(source->getInternalFormat()), flipX, flipY); 689 unsigned int bytes = dWidth * egl::Image::bytes(source->getInternalFormat()); local 697 memcpy(destBytes, sourceBytes, bytes);
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/Disassembler/ |
MBlazeDisassembler.cpp | 505 uint8_t bytes[4]; local 510 // We want to read exactly 4 bytes of data. 511 if (region.readBytes(address, 4, (uint8_t*)bytes, &read) == -1 || read < 4) 515 insn = (bytes[0]<<24) | (bytes[1]<<16) | (bytes[2]<< 8) | (bytes[3]<<0); 694 // We always consume 4 bytes of data on success
|
/external/syslinux/com32/modules/ |
linux.c | 115 size_t bytes; local 118 bytes = 1; /* Just in case we have a zero-entry cmdline */ 120 bytes += strlen(*arg) + 1; 123 p = cmdline = malloc(bytes);
|
/external/syslinux/core/fs/ |
diskio_bios.c | 57 size_t bytes; local 95 bytes = chunk << sector_shift; 98 memcpy(tptr, ptr, bytes); 146 bytes = chunk << sector_shift; 149 memcpy(ptr, tptr, bytes); 154 ptr += bytes; 173 size_t bytes; local 205 bytes = chunk << sector_shift; 208 memcpy(tptr, ptr, bytes); 272 bytes = chunk << sector_shift [all...] |
/external/syslinux/dosutil/ |
mdiskchk.c | 52 uint16_t bytes; local 76 bytes = *(uint16_t far *) MK_FP(_es, _di); 79 if (bytes > 27) 80 bytes = 27; 82 _fmemcpy((void far *)&mm, (void far *)MK_FP(_es, _di), bytes);
|
/external/syslinux/gpxe/src/include/gpxe/ |
aoe.h | 47 uint8_t bytes[6]; member in union:aoeata::__anon33113
|
ata.h | 36 * 64-bit integer in native byte order, unioned with bytes named so 74 } bytes; member in union:ata_lba 92 } bytes; member in union:ata_fifo
|
ib_packet.h | 20 uint8_t bytes[8]; member in union:ib_gid_half::__anon33320 29 uint8_t bytes[16]; member in union:ib_gid::__anon33321
|
scsi.h | 157 /** Block length in bytes */ 174 * This is the size of the data-in buffer, in bytes. 187 /** Block length in bytes */ 201 unsigned char bytes[16]; member in union:scsi_cdb 210 (cdb).bytes[0], (cdb).bytes[1], (cdb).bytes[2], (cdb).bytes[3], \ 211 (cdb).bytes[4], (cdb).bytes[5], (cdb).bytes[6], (cdb).bytes[7], [all...] |
/external/syslinux/gpxe/src/net/ |
ipv4.c | 399 DBG ( "IPv4 packet too short at %zd bytes (min %zd bytes)\n", 409 DBG ( "IPv4 header too short at %zd bytes (min %zd bytes)\n", 414 DBG ( "IPv4 header too long at %zd bytes " 415 "(packet is %zd bytes)\n", hdrlen, iob_len ( iobuf ) ); 425 DBG ( "IPv4 length too short at %zd bytes " 426 "(header is %zd bytes)\n", len, hdrlen ); 430 DBG ( "IPv4 length too long at %zd bytes " 431 "(packet is %zd bytes)\n", len, iob_len ( iobuf ) ) 509 uint8_t *bytes = ( uint8_t * ) ∈ local [all...] |
/external/toybox/toys/posix/ |
file.c | 151 // ndhr followed by n_namesz+n_descsz bytes of data (each of those 152 // rounded up to the next 4 bytes, without this being reflected in 231 // the lengths for cpio are size of header + 9 bytes, since any valid 256 int i, bytes; local 270 if ((bytes = mbrtowc(&wc, s+i, len-i, 0))>0 && wcwidth(wc)>=0) { 271 i += bytes-1;
|
/external/tpm2/ |
CpriHash.c | 79 // >0 the number of bytes of buf used. 100 // the number of bytes copied (which may be zero). 289 // stateSize in hashState is updated to indicate the number of bytes of state that were saved. This function 396 // the digest in dOut. The number of bytes in the placed in the buffer is returned. If there is a failure, the 402 // >0 the number of bytes in the digest 493 // The digestSize parameter can be smaller than the digest. If so, only the more significant bytes are 498 // >= 0 number of bytes in digest (may be zero) 557 // The function returns the number of bytes in a digest produced by hashAlg. 561 // >= 0 number of bytes in digest produced by hashAlg (may be zero) 622 // dOutSize bytes 766 INT16 bytes; \/\/ number of bytes to produce local 864 INT16 bytes; \/\/ number of bytes to generate local [all...] |
/external/v8/src/parsing/ |
scanner-character-streams.cc | 209 // - The 'physical' position (# of bytes in the stream), 213 size_t bytes; member in struct:v8::internal::Utf8ExternalStreamingStream::StreamPosition 257 DCHECK(current_.pos.bytes >= chunk.start.bytes); 261 size_t it = current_.pos.bytes - chunk.start.bytes; 275 current_.pos.bytes += it; 312 for (it = current_.pos.bytes - chunk.start.bytes; 319 } else if (t == kUtf8Bom && current_.pos.bytes + it == 2) [all...] |
/external/v8/src/snapshot/ |
snapshot-common.cc | 46 int bytes = startup_data.length(); local 47 PrintF("[Deserializing isolate (%d bytes) took %0.3f ms]\n", bytes, ms); 72 int bytes = context_data.length(); local 73 PrintF("[Deserializing context #%zu (%d bytes) took %0.3f ms]\n", 74 context_index, bytes, ms); 87 PrintF("%10d bytes per isolate\n", startup_total); 93 PrintF("%10d bytes per context #%d\n", context_total, i); 118 PrintF("Snapshot blob consists of:\n%10d bytes for startup\n", 129 PrintF("%10d bytes for context #%d\n", payload_length, i) [all...] |
/external/v8/src/zone/ |
zone-chunk-list.h | 401 size_t bytes = static_cast<size_t>(reinterpret_cast<uintptr_t>(end) - local 404 MemCopy(ptr, current->items(), bytes);
|
/external/valgrind/VEX/useful/ |
smchash.c | 25 UChar* bytes; member in struct:__anon35406 52 gb->bytes = malloc( gb->nbytes + nToAlloc); 53 gb->actual = gb->bytes + (gb->ga & 3); 54 assert(gb->bytes); 83 free(gb->bytes);
|
/external/valgrind/coregrind/ |
launcher-darwin.c | 150 ssize_t bytes; local 156 bytes = read(fd, buf, sizeof(buf)); 158 if (bytes != sizeof(buf)) {
|
/external/vboot_reference/utility/ |
tpmc.c | 251 uint8_t* bytes; local 262 bytes = calloc(1, length); 263 if (bytes == NULL) { 267 result = TlclGetRandom(bytes, length, &size); 270 printf("%02x", bytes[i]); 274 free(bytes); 342 fprintf(stderr, "bad request: size field is %d, but packet has %d bytes\n", 406 { "getrandom", "rand", "read bytes from RNG (rand <size>)",
|
/external/webp/src/mux/ |
muxread.c | 51 // Fill the chunk with the given data (includes chunk header bytes), after some 70 chunk_data.bytes = data + CHUNK_HEADER_SIZE; 82 VP8LGetInfo(image->bytes, image->size, &w, &h, &vp8l_has_alpha) : 83 VP8GetInfo(image->bytes, image->size, image->size, &w, &h); 100 const uint8_t* bytes = chunk->data_.bytes; local 102 const uint8_t* const last = bytes + size; 113 const WebPData temp = { bytes, hdr_size }; 124 bytes += subchunk_size; 127 while (bytes != last) [all...] |
/external/webrtc/webrtc/base/ |
macasyncsocket.cc | 393 const UInt8* bytes = reinterpret_cast<UInt8*>(&saddr); local 396 bytes, len);
|