Searched refs:mem_buffer (Results 1 - 4 of 4) sorted by relevance

/external/llvm/bindings/python/llvm/
H A Dbit_reader.py16 def parse_bitcode(mem_buffer):
20 result = lib.LLVMParseBitcode(mem_buffer, byref(module), byref(out))
24 m.take_ownership(mem_buffer)
/external/google-breakpad/src/processor/
H A Dfast_source_line_resolver.cc145 // Does NOT take ownership of mem_buffer.
146 // In addition, treat mem_buffer as const char*.
153 const char *mem_buffer = memory_buffer; local
154 mem_buffer = SimpleSerializer<bool>::Read(mem_buffer, &is_corrupt_);
156 const uint32_t *map_sizes = reinterpret_cast<const uint32_t*>(mem_buffer);
160 // offsets[]: an array of offset addresses (with respect to mem_buffer),
172 files_ = StaticMap<int, char>(mem_buffer + offsets[map_id++]);
174 StaticRangeMap<MemAddr, Function>(mem_buffer + offsets[map_id++]);
176 StaticAddressMap<MemAddr, PublicSymbol>(mem_buffer
[all...]
/external/jpeg/
H A Djmemmgr.c151 JSAMPARRAY mem_buffer; /* => the in-memory buffer */ member in struct:jvirt_sarray_control
156 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */
167 JBLOCKARRAY mem_buffer; /* => the in-memory buffer */ member in struct:jvirt_barray_control
172 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */
539 result->mem_buffer = NULL; /* marks array not yet realized */
569 result->mem_buffer = NULL; /* marks array not yet realized */
599 if (sptr->mem_buffer == NULL) { /* if not realized yet */
607 if (bptr->mem_buffer == NULL) { /* if not realized yet */
640 if (sptr->mem_buffer == NULL) { /* if not realized yet */
654 sptr->mem_buffer
[all...]
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jmemmgr.c154 JSAMPARRAY mem_buffer; /* => the in-memory buffer */ member in struct:jvirt_sarray_control
159 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */
170 JBLOCKARRAY mem_buffer; /* => the in-memory buffer */ member in struct:jvirt_barray_control
175 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */
542 result->mem_buffer = NULL; /* marks array not yet realized */
572 result->mem_buffer = NULL; /* marks array not yet realized */
602 if (sptr->mem_buffer == NULL) { /* if not realized yet */
610 if (bptr->mem_buffer == NULL) { /* if not realized yet */
643 if (sptr->mem_buffer == NULL) { /* if not realized yet */
657 sptr->mem_buffer
[all...]

Completed in 211 milliseconds