HomeSort by relevance Sort by last modified time
    Searched refs:mem_buffer (Results 1 - 5 of 5) sorted by null

  /external/llvm/bindings/python/llvm/
bit_reader.py 16 def parse_bitcode(mem_buffer):
20 result = lib.LLVMParseBitcode(mem_buffer, byref(module), byref(out))
24 m.take_ownership(mem_buffer)
  /external/chromium_org/third_party/libjpeg_turbo/
jmemmgr.c 153 JSAMPARRAY mem_buffer; /* => the in-memory buffer */ member in struct:jvirt_sarray_control
158 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */
169 JBLOCKARRAY mem_buffer; /* => the in-memory buffer */ member in struct:jvirt_barray_control
174 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */
572 result->mem_buffer = NULL; /* marks array not yet realized */
602 result->mem_buffer = NULL; /* marks array not yet realized */
632 if (sptr->mem_buffer == NULL) { /* if not realized yet */
640 if (bptr->mem_buffer == NULL) { /* if not realized yet */
673 if (sptr->mem_buffer == NULL) { /* if not realized yet */
687 sptr->mem_buffer = alloc_sarray(cinfo, JPOOL_IMAGE
    [all...]
  /external/jpeg/
jmemmgr.c 151 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 = alloc_sarray(cinfo, JPOOL_IMAGE
    [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jmemmgr.c 154 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 = alloc_sarray(cinfo, JPOOL_IMAGE,
    [all...]
  /external/qemu/distrib/jpeg-6b/
jmemmgr.c 151 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 = alloc_sarray(cinfo, JPOOL_IMAGE
    [all...]

Completed in 905 milliseconds