HomeSort by relevance Sort by last modified time
    Searched defs:text_size (Results 1 - 25 of 28) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/bfd/
netbsd.h 88 bfd_size_type text_size; local
91 NAME (aout, adjust_sizes_and_vmas) (abfd, & text_size, & text_end);
hp300hpux.c 283 bfd_size_type text_size; /* dummy vars */ local
291 NAME (aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end);
aout-tic30.c 639 bfd_size_type text_size; /* Dummy vars. */ local
643 NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end);
    [all...]
aoutx.h 1254 bfd_size_type text_size; local
5332 bfd_size_type text_size; local
    [all...]
  /external/google-breakpad/src/common/linux/
file_id.cc 122 size_t text_size; local
124 (const void**)&text_section, &text_size, NULL) ||
125 text_size == 0) {
131 const uint8_t* ptr_end = ptr + std::min(text_size, static_cast<size_t>(4096));
  /external/google-breakpad/src/common/solaris/
file_id.cc 67 int *text_size) {
69 assert(text_size);
72 *text_size = 0;
124 *text_size = text_section->sh_size;
159 int text_size = 0; local
161 if (FindElfTextSection(fd, base, &text_section, &text_size)) {
164 MD5Update(&md5, (const unsigned char *)text_section, text_size);
  /external/mesa3d/src/compiler/glsl/glcpp/
glcpp.c 51 size_t text_size = 0; local
56 if (total_read + CHUNK + 1 > text_size) {
57 text_size = text_size ? text_size * 2 : CHUNK + 1;
58 text = reralloc_size (ctx, text, text_size);
  /hardware/intel/img/psb_video/fw/msvdx/
msvdx_bin.c 47 unsigned int text_size; member in struct:msvdx_fw
73 fw.text_size = fw_DE3.uiTextSize / 4;
84 for (i = 0; i < fw.text_size; i++) {
116 for (i = 0; i < fw.text_size; i++) {
152 for (i = 0; i < fw.text_size; i++) {
195 for (i = 0; i < fw.text_size; i++) {
233 for (i = 0; i < fw.text_size; i++) {
  /hardware/intel/img/psb_video/fw/topazhp/
fwinfo.c 47 unsigned int text_size; member in struct:topaz_fw_info_item_s
80 unsigned int text_size; member in struct:msvdx_fw
160 printf("topaz: text_size : %d\n", (topaz_fw_table[iter].header.text_size >> 2));
164 fseek(fp, topaz_fw_table[iter].header.text_size + topaz_fw_table[iter].header.data_size, SEEK_CUR);
168 for (i = 0; i < (topaz_fw_table[iter].header.text_size >> 2); i++) {
208 printf("msvdx slice switch firmware: text_size : %d\n", fw.text_size);
212 lseek = ((sizeof(fw) + (fw.text_size + fw.data_size) * 4 + 0xfff) & ~0xfff);
219 printf("msvdx frame switch firmware: text_size : %d\n", fw.text_size)
    [all...]
topazhp_bin.c 100 unsigned int text_size; member in struct:topaz_fw_info_item_s
174 sec_t[iter].text_size_bytes = tng_fw_table[iter].header.text_size * 4;
189 sec_t[iter].text_size_bytes = tng_fw_table[iter].header.text_size * 4;
203 size = tng_fw_table[iter].header.text_size * 4;
286 size = tng_fw_table[iter].header.text_size * 4;
317 topaz_fw_table[iter].header.text_size *= 4;
323 size = topaz_fw_table[iter].header.text_size;
369 topaz_fw_table[i].header.text_size = 6883;
  /hardware/intel/img/psb_video/fw/topazsc/
fwinfo.c 47 unsigned int text_size; member in struct:topaz_fw_info_item_s
80 unsigned int text_size; member in struct:msvdx_fw
160 printf("topaz: text_size : %d\n", (topaz_fw_table[iter].header.text_size >> 2));
164 fseek(fp, topaz_fw_table[iter].header.text_size + topaz_fw_table[iter].header.data_size, SEEK_CUR);
168 for (i = 0; i < (topaz_fw_table[iter].header.text_size >> 2); i++) {
208 printf("msvdx slice switch firmware: text_size : %d\n", fw.text_size);
212 lseek = ((sizeof(fw) + (fw.text_size + fw.data_size) * 4 + 0xfff) & ~0xfff);
219 printf("msvdx frame switch firmware: text_size : %d\n", fw.text_size)
    [all...]
topaz_bin.c 50 unsigned int text_size; member in struct:topaz_fw_info_item_s
89 * { ver, codec, text_size, data_size, date_location }
230 topaz_fw_table[iter].header.text_size *= 4;
236 size = topaz_fw_table[iter].header.text_size;
topazsc_bin.c 89 unsigned int text_size; member in struct:topaz_fw_info_item_s
139 * { ver, codec, text_size, data_size, date_location }
179 topaz_fw_table[iter].header.text_size *= 4;
185 size = topaz_fw_table[iter].header.text_size;
  /external/ImageMagick/coders/
ps2.c 448 text_size;
556 text_size=0;
559 text_size=(size_t) (MultilineCensus(value)*pointsize+12);
583 bounds.y2=(double) geometry.y+geometry.height+text_size;
690 (geometry.height+text_size));
698 if ((double) (geometry.y+(geometry.height+text_size)-1) > bounds.y2)
699 bounds.y2=(double) geometry.y+(geometry.height+text_size)-1;
442 text_size; local
    [all...]
ps3.c 871 text_size;
996 text_size=0;
999 text_size=(size_t) (MultilineCensus(value)*pointsize+12);
865 text_size; local
    [all...]
pdf.c 1263 text_size, local
    [all...]
ps.c 1524 text_size; local
    [all...]
  /art/compiler/
image_test.h 312 size_t text_size = oat_writer->GetOatSize() - rodata_size; local
314 text_size,
oat_test.cc 220 size_t text_size = oat_writer.GetOatSize() - rodata_size; local
222 text_size,
    [all...]
  /external/protobuf/src/google/protobuf/io/
tokenizer.cc 1042 const size_t text_size = text.size(); local
    [all...]
  /external/strace/
socketutils.c 142 socklen_t addr_size, text_size; local
152 text_size = INET_ADDRSTRLEN;
156 text_size = INET6_ADDRSTRLEN;
162 char src_buf[text_size];
166 src_buf, text_size))
171 char dst_buf[text_size];
174 dst_buf, text_size))
  /external/syslinux/com32/lib/libpng/
pngpread.c 1240 png_size_t text_size; local
1248 png_crc_read(png_ptr, (png_bytep)png_ptr->current_text_ptr, text_size); local
1340 png_size_t text_size; local
1348 png_crc_read(png_ptr, (png_bytep)png_ptr->current_text_ptr, text_size); local
1358 png_size_t text_size, key_size; local
1540 png_size_t text_size; local
1548 png_crc_read(png_ptr, (png_bytep)png_ptr->current_text_ptr, text_size); local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
od-xcoff.c 1442 bfd_size_type text_size; local
    [all...]
  /art/dex2oat/
dex2oat.cc 2088 size_t text_size = oat_writer->GetOatSize() - rodata_size; local
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
priv_storage.h 760 SizeT text_size; member in struct:_DebugInfo
    [all...]

Completed in 657 milliseconds

1 2