Home
last modified time | relevance | path

Searched refs:textp (Results 1 – 18 of 18) sorted by relevance

/external/elfutils/libasm/
Dasm_begin.c127 asm_begin (fname, ebl, textp) in asm_begin() argument
130 bool textp;
132 if (fname == NULL && ! textp)
174 result->textp = textp;
175 if (textp)
Dasm_abort.c46 if (likely (! ctx->textp))
Dasm_adduleb128.c51 if (unlikely (asmscn->ctx->textp))
Dasm_addsleb128.c51 if (unlikely (asmscn->ctx->textp))
Dasm_newscn_ingrp.c65 if (likely (! ctx->textp))
Dasm_newcomsym.c92 if (unlikely (ctx->textp))
Dasm_newscngrp.c73 if (unlikely (ctx->textp))
Dasm_addstrz.c74 if (unlikely (asmscn->ctx->textp))
Dasm_newabssym.c93 if (unlikely (ctx->textp))
Dasm_addint8.c64 if (unlikely (asmscn->ctx->textp))
Dasm_newsym.c90 if (unlikely (asmscn->ctx->textp))
DlibasmP.h141 bool textp; member
Dlibasm.h72 extern AsmCtx_t *asm_begin (const char *fname, Ebl *ebl, bool textp);
Dasm_align.c55 if (unlikely (asmscn->ctx->textp))
Dasm_newscn.c198 result = (unlikely (ctx->textp)
Dasm_end.c507 result = unlikely (ctx->textp) ? text_end (ctx) : binary_end (ctx);
588 if (unlikely (ctx->textp))
/external/libpng/
Dpngset.c718 png_textp textp = &(info_ptr->text[info_ptr->num_text]); in png_set_text_2() local
757 textp->compression = PNG_ITXT_COMPRESSION_NONE; in png_set_text_2()
760 textp->compression = PNG_TEXT_COMPRESSION_NONE; in png_set_text_2()
766 textp->compression = text_ptr[i].compression; in png_set_text_2()
769 textp->key = (png_charp)png_malloc_warn(png_ptr, in png_set_text_2()
772 if (textp->key == NULL) in png_set_text_2()
777 (int)textp->key); in png_set_text_2()
779 png_memcpy(textp->key, text_ptr[i].key,(png_size_t)(key_len)); in png_set_text_2()
780 *(textp->key + key_len) = '\0'; in png_set_text_2()
784 textp->lang = textp->key + key_len + 1; in png_set_text_2()
[all …]
/external/qemu/distrib/libpng-1.2.19/
Dpngset.c784 png_textp textp = &(info_ptr->text[info_ptr->num_text]); in png_set_text_2() local
821 textp->compression = PNG_ITXT_COMPRESSION_NONE; in png_set_text_2()
824 textp->compression = PNG_TEXT_COMPRESSION_NONE; in png_set_text_2()
829 textp->compression = text_ptr[i].compression; in png_set_text_2()
832 textp->key = (png_charp)png_malloc_warn(png_ptr, in png_set_text_2()
834 if (textp->key == NULL) in png_set_text_2()
838 (int)textp->key); in png_set_text_2()
840 png_memcpy(textp->key, text_ptr[i].key, in png_set_text_2()
842 *(textp->key+key_len) = '\0'; in png_set_text_2()
846 textp->lang=textp->key + key_len + 1; in png_set_text_2()
[all …]