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

  /external/elfutils/0.153/libasm/
asm_abort.c 46 if (likely (! ctx->textp))
asm_begin.c 127 asm_begin (fname, ebl, textp)
130 bool textp;
132 if (fname == NULL && ! textp)
174 result->textp = textp;
175 if (textp)
asm_adduleb128.c 51 if (unlikely (asmscn->ctx->textp))
asm_addsleb128.c 51 if (unlikely (asmscn->ctx->textp))
asm_addstrz.c 74 if (unlikely (asmscn->ctx->textp))
asm_newcomsym.c 92 if (unlikely (ctx->textp))
asm_newscn_ingrp.c 65 if (likely (! ctx->textp))
asm_newscngrp.c 73 if (unlikely (ctx->textp))
asm_addint8.c 64 if (unlikely (asmscn->ctx->textp))
asm_newabssym.c 93 if (unlikely (ctx->textp))
asm_newsym.c 90 if (unlikely (asmscn->ctx->textp))
libasm.h 67 TEXTP is true the output is an assembler format text file.
72 extern AsmCtx_t *asm_begin (const char *fname, Ebl *ebl, bool textp);
libasmP.h 141 bool textp; member in struct:AsmCtx
asm_align.c 55 if (unlikely (asmscn->ctx->textp))
asm_newscn.c 195 result = (unlikely (ctx->textp)
asm_end.c 507 result = unlikely (ctx->textp) ? text_end (ctx) : binary_end (ctx);
588 if (unlikely (ctx->textp))
  /external/chromium_org/third_party/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/libpng/
pngset.c 758 png_textp textp = &(info_ptr->text[info_ptr->num_text]); local
809 textp->compression = PNG_ITXT_COMPRESSION_NONE;
813 textp->compression = PNG_TEXT_COMPRESSION_NONE;
819 textp->compression = text_ptr[i].compression;
822 textp->key = png_voidcast(png_charp,png_malloc_base(png_ptr,
825 if (textp->key == NULL)
835 textp->key);
837 memcpy(textp->key, text_ptr[i].key, key_len);
838 *(textp->key + key_len) = '\0';
842 textp->lang = textp->key + key_len + 1
    [all...]

Completed in 764 milliseconds