| /external/jpeg/ |
| jmemmgr.c | 156 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */ 172 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */ 201 fprintf(stderr, " Large chunk used %ld\n", 207 fprintf(stderr, " Small chunk used %ld free %ld\n", 405 /* Calculate max # of rows allowed in one allocation chunk */ 453 /* Calculate max # of rows allowed in one allocation chunk */ 697 /* Loop to read or write each allocation chunk in mem_buffer */ 699 /* One chunk, but check for short chunk at end of buffer */ 706 if (rows <= 0) /* this chunk might be past end of file! * [all...] |
| /external/chromium/chrome/browser/safe_browsing/ |
| protocol_parser.cc | 175 // Must be either an 'ad' (add-del) or 'sd' (sub-del) chunk. We must 200 // Verify that the MAC of the remainer of this chunk is what we expect. 269 return false; // Error: bad chunk format! 288 // Process the chunk data. 399 // There is only an add chunk number (no prefixes).
|
| safe_browsing_store_unittest.cc | 135 const int kAddChunk1 = 1; // Use different chunk numbers just in case. 191 // Test chunk deletions, and ordering of deletions WRT subs knocking 198 const int kAddChunk1 = 1; // Use different chunk numbers just in case.
|
| /external/libffi/src/ |
| closures.c | 347 /* Map in a chunk of memory from the temporary exec file into separate 351 last word of the requested chunk. */ 406 /* Map in a writable and executable chunk of memory if possible. 492 /* Allocate a chunk of memory with the given size. Returns a pointer 515 /* Release a chunk of memory allocated with ffi_closure_alloc. If
|
| /external/llvm/lib/Target/SystemZ/ |
| SystemZFrameLowering.cpp | 69 unsigned Opc; uint64_t Chunk; 75 Chunk = (1LL << 31) - 1; 78 Chunk = (1LL << 15) - 1; 84 uint64_t ThisVal = (Offset > Chunk) ? Chunk : Offset;
|
| /external/skia/src/xml/ |
| SkDOM.cpp | 200 static char* dupstr(SkChunkAlloc* chunk, const char src[]) 202 SkASSERT(chunk && src); 204 char* dst = (char*)chunk->alloc(len + 1, SkChunkAlloc::kThrow_AllocFailType); 212 SkDOMParser(SkChunkAlloc* chunk) : SkXMLParser(&fParserError), fAlloc(chunk)
|
| /external/yaffs2/yaffs2/utils/ |
| mkyaffs2image.c | 389 int chunk = 0; local 397 chunk++; 398 write_chunk(bytes,newObj,chunk,nBytes); 404 //printf("%d data chunks written\n",chunk); 463 fprintf(stderr," -c <size> set the chunk (NAND page) size. default: 2048\n");
|
| /libcore/luni/src/main/java/java/util/jar/ |
| JarVerifier.java | 344 Manifest.Chunk chunk = man.getChunk(entry.getKey()); local 345 if (chunk == null) { 349 chunk.start, chunk.end, createdBySigntool, false)) {
|
| /external/libpng/ |
| CHANGES | 133 current chunk name is now available in png_struct to reduce the number 136 try to get ready for unknown-chunk callback functions: 137 - previously read critical chunks are flagged, so the chunk handling 138 routines can determine if the chunk is in the right place 139 - all chunk handling routines have the same prototypes, so we will 159 added new pCAL chunk read/write support 172 more chunk types tested in pngtest.c 173 renamed pngrcb.c to pngset.c, and all png_read_<chunk> functions to be 174 png_set_<chunk>. We now have corresponding png_get_<chunk> [all...] |
| /external/webkit/Source/WebCore/dom/ |
| XMLDocumentParserLibxml2.cpp | 373 // resetting the encoding to UTF-16 before every chunk. Otherwise libxml 502 // Chunk should be encoded in UTF-8 503 PassRefPtr<XMLParserContext> XMLParserContext::createMemoryParser(xmlSAXHandlerPtr handlers, void* userData, const char* chunk) 513 xmlParserCtxtPtr parser = xmlCreateMemoryParserCtxt(chunk, xmlStrlen((const xmlChar*)chunk)); [all...] |
| /external/libnfc-nxp/src/ |
| phFriNfc_NdefRecord.c | 241 /* Check for the Chunk Flag */ 260 /* Not a first record, if chunk record is present and IL bit is set 273 /* Check for the Chunk Flag */ 280 /* Check whether the previous record has the chunk flag and 292 /* Check whether the previous record doesnot have the chunk flag and 304 /* Check for the last chunk */ 311 /* last chunk record Error */ [all...] |
| /external/yaffs2/yaffs2/ |
| yaffs_guts.h | 172 unsigned chunkUsed; /* Status of the chunk: used or unused */ 174 unsigned chunkId; /* If 0 then this is a header, else a data chunk */ 182 unsigned chunkDeleted; /* The chunk is marked deleted */ 210 __u8 pageStatus; /* set to 0 to delete the chunk */ 417 __u8 serial; /* serial number of chunk in NAND. Cached here */ 514 * These are chunk-sized working buffers. Each device has a few 612 /* Stuff to support various file offses to chunk/offset translations */
|
| /external/chromium/webkit/glue/ |
| multipart_response_delegate.cc | 91 // Some servers don't send a boundary token before the first chunk of 102 // until the next chunk of data arrives. 143 // Send the last data chunk.
|
| /external/kernel-headers/original/linux/raid/ |
| md_p.h | 166 __u32 new_chunk; /* 17 new chunk size (bytes) */ 173 __u32 chunk_size; /* 1 chunk size in bytes */ 234 __u32 new_chunk; /* new chunk size (bytes) */
|
| /external/nist-sip/java/gov/nist/javax/sip/stack/ |
| IOHandler.java | 106 // Chunk size is 16K - this hack is for large 112 int chunk = p + chunksize < length ? chunksize : length - p; 113 outputStream.write(bytes, p, chunk);
|
| /external/webkit/Source/WebCore/inspector/front-end/ |
| ObjectPropertiesSection.js | 107 var chunk = /^\d+|^\D+/; 114 chunka = a.match(chunk)[0]; 115 chunkb = b.match(chunk)[0];
|
| /frameworks/base/include/utils/ |
| Asset.h | 194 * Create from a reference-counted chunk of shared memory. 248 off64_t mStart; // absolute file offset of start of chunk 249 off64_t mLength; // length of the chunk
|
| /frameworks/base/tools/velocityplot/ |
| velocityplot.py | 61 chunk = os.read(self.stream.fileno(), 4096) 66 if len(chunk) == 0: 74 self.buffer += chunk
|
| /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
| pretty-print.h | 60 /* Pointer to previous chunk on the stack. */ 63 /* Array of chunks to output. Each chunk is a NUL-terminated string. 87 /* Stack of chunk arrays. These come from the chunk_obstack. */
|
| /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
| pretty-print.h | 60 /* Pointer to previous chunk on the stack. */ 63 /* Array of chunks to output. Each chunk is a NUL-terminated string. 87 /* Stack of chunk arrays. These come from the chunk_obstack. */
|
| /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/ |
| pretty-print.h | 60 /* Pointer to previous chunk on the stack. */ 63 /* Array of chunks to output. Each chunk is a NUL-terminated string. 87 /* Stack of chunk arrays. These come from the chunk_obstack. */
|
| /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
| partition.h | 169 // Fetch new chunk(s). 200 // Chunk already in place, reserve spot. 209 // Chunk already in place, reserve spot.
|
| /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/raid/ |
| md_p.h | 166 __u32 new_chunk; /* 17 new chunk size (bytes) */ 173 __u32 chunk_size; /* 1 chunk size in bytes */ 234 __le32 new_chunk; /* new chunk size (bytes) */
|
| /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
| JdwpPacket.java | 83 * fish it out of the chunk header, but it's legal for there to be 84 * more than one chunk in a JDWP packet. 123 * to the start of the chunk header. The buffer's limit will be set
|
| /bionic/libc/include/ |
| malloc.h | 68 an allocated chunk, which may be more than you requested (although
|