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

  /external/elfutils/libasm/
asm_abort.c 34 if (likely (! ctx->textp))
asm_begin.c 98 asm_begin (fname, textp, machine, klass, data)
100 bool textp;
144 result->textp = textp;
145 if (textp)
asm_addsleb128.c 39 if (unlikely (asmscn->ctx->textp))
asm_adduleb128.c 39 if (unlikely (asmscn->ctx->textp))
asm_addstrz.c 62 if (unlikely (asmscn->ctx->textp))
asm_newcomsym.c 80 if (unlikely (ctx->textp))
asm_newscn_ingrp.c 53 if (likely (! ctx->textp))
asm_newscngrp.c 61 if (unlikely (ctx->textp))
asm_addint8.c 52 if (unlikely (asmscn->ctx->textp))
asm_newabssym.c 81 if (unlikely (ctx->textp))
asm_newsym.c 74 if (unlikely (asmscn->ctx->textp))
libasm.h 41 TEXTP is true the output is an assembler format text file.
46 extern AsmCtx_t *asm_begin (const char *fname, bool textp, int machine,
libasmP.h 128 bool textp; member in struct:AsmCtx
asm_newscn.c 185 result = (unlikely (ctx->textp)
asm_end.c 494 result = unlikely (ctx->textp) ? text_end (ctx) : binary_end (ctx);
575 if (unlikely (ctx->textp))
  /external/libpng/
pngset.c 708 png_textp textp = &(info_ptr->text[info_ptr->num_text]); local
747 textp->compression = PNG_ITXT_COMPRESSION_NONE;
750 textp->compression = PNG_TEXT_COMPRESSION_NONE;
756 textp->compression = text_ptr[i].compression;
759 textp->key = (png_charp)png_malloc_warn(png_ptr,
762 if (textp->key == NULL)
767 (int)textp->key);
769 png_memcpy(textp->key, text_ptr[i].key,(png_size_t)(key_len));
770 *(textp->key + key_len) = '\0';
774 textp->lang = textp->key + key_len + 1
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngset.c 784 png_textp textp = &(info_ptr->text[info_ptr->num_text]); local
821 textp->compression = PNG_ITXT_COMPRESSION_NONE;
824 textp->compression = PNG_TEXT_COMPRESSION_NONE;
829 textp->compression = text_ptr[i].compression;
832 textp->key = (png_charp)png_malloc_warn(png_ptr,
834 if (textp->key == NULL)
838 (int)textp->key);
840 png_memcpy(textp->key, text_ptr[i].key,
842 *(textp->key+key_len) = '\0';
846 textp->lang=textp->key + key_len + 1
    [all...]

Completed in 1721 milliseconds