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

  /external/elfutils/src/libasm/
asm_abort.c 49 if (likely (! ctx->textp))
asm_begin.c 130 asm_begin (fname, ebl, textp)
133 bool textp;
135 if (fname == NULL && ! textp)
177 result->textp = textp;
178 if (textp)
asm_adduleb128.c 54 if (unlikely (asmscn->ctx->textp))
asm_addsleb128.c 54 if (unlikely (asmscn->ctx->textp))
asm_addstrz.c 77 if (unlikely (asmscn->ctx->textp))
asm_newcomsym.c 95 if (unlikely (ctx->textp))
asm_newscn_ingrp.c 68 if (likely (! ctx->textp))
asm_newscngrp.c 76 if (unlikely (ctx->textp))
asm_addint8.c 67 if (unlikely (asmscn->ctx->textp))
asm_newabssym.c 96 if (unlikely (ctx->textp))
asm_newsym.c 93 if (unlikely (asmscn->ctx->textp))
libasm.h 70 TEXTP is true the output is an assembler format text file.
75 extern AsmCtx_t *asm_begin (const char *fname, Ebl *ebl, bool textp);
libasmP.h 144 bool textp; member in struct:AsmCtx
asm_align.c 58 if (unlikely (asmscn->ctx->textp))
asm_newscn.c 198 result = (unlikely (ctx->textp)
asm_end.c 510 result = unlikely (ctx->textp) ? text_end (ctx) : binary_end (ctx);
591 if (unlikely (ctx->textp))
  /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...]
  /external/pdfium/samples/fx_lpng/lpng_v163/
fx_pngset.c 757 png_textp textp = &(info_ptr->text[info_ptr->num_text]); local
808 textp->compression = PNG_ITXT_COMPRESSION_NONE;
812 textp->compression = PNG_TEXT_COMPRESSION_NONE;
818 textp->compression = text_ptr[i].compression;
821 textp->key = png_voidcast(png_charp,png_malloc_base(png_ptr,
824 if (textp->key == NULL)
834 textp->key);
836 memcpy(textp->key, text_ptr[i].key, key_len);
837 *(textp->key + key_len) = '\0';
841 textp->lang = textp->key + key_len + 1;
    [all...]

Completed in 5937 milliseconds