/external/elfutils/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 | 198 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 | 718 png_textp textp = &(info_ptr->text[info_ptr->num_text]); local 757 textp->compression = PNG_ITXT_COMPRESSION_NONE; 760 textp->compression = PNG_TEXT_COMPRESSION_NONE; 766 textp->compression = text_ptr[i].compression; 769 textp->key = (png_charp)png_malloc_warn(png_ptr, 772 if (textp->key == NULL) 777 (int)textp->key); 779 png_memcpy(textp->key, text_ptr[i].key,(png_size_t)(key_len)); 780 *(textp->key + key_len) = '\0'; 784 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...] |