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

1 2

  /external/mesa3d/src/glsl/glcpp/
glcpp.c 48 size_t text_size = 0; local
53 if (total_read + CHUNK + 1 > text_size) {
54 text_size = text_size ? text_size * 2 : CHUNK + 1;
55 text = reralloc_size (ctx, text, text_size);
  /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/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);
  /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);
i386lynx.c 39 bfd_size_type text_size; /* dummy vars */ \
42 NAME(aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end); \
  /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++) {
  /art/compiler/
elf_writer.h 56 size_t text_size,
elf_writer_quick.cc 98 size_t text_size,
179 size_t text_size,
185 text_size_ = text_size;
elf_builder.h 671 Elf_Word text_size,
687 Elf_Word bss_address = RoundUp(text_address + text_size, kPageSize);
700 if (text_size != 0u) {
703 dynsym_.Add(oatexec, text_index, text_address, text_size, STB_GLOBAL, STT_OBJECT);
705 Elf_Word oatlastword_address = text_address + text_size - 4;
715 Elf_Word bss_index = rodata_index + 1u + (text_size != 0 ? 1u : 0u);
    [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/strace/
socketutils.c 132 socklen_t addr_size, text_size; local
142 text_size = INET_ADDRSTRLEN;
146 text_size = INET6_ADDRSTRLEN;
152 char src_buf[text_size];
156 src_buf, text_size))
161 char dst_buf[text_size];
164 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...]
  /art/compiler/debug/
elf_debug_writer.cc 95 size_t text_size,
101 text_size,
107 text_size,
  /toolchain/binutils/binutils-2.25/binutils/
od-xcoff.c 1442 bfd_size_type text_size; local
    [all...]
  /external/libunwind/src/
os-hpux.c 84 map->end = cur_map->start + lmd.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...]
ps.c 1524 text_size; local
    [all...]
  /external/protobuf/src/google/protobuf/io/
tokenizer.cc 1042 const size_t text_size = text.size(); local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
objdump.exp 91 if ![regexp $want $got all text_name text_size data_name data_size] then {
94 verbose "text name is $text_name size is $text_size"
108 if {[expr "0x$text_size"] < $ets || [expr "0x$data_size"] < $eds} then {
  /external/valgrind/coregrind/m_debuginfo/
debuginfo.c 325 di->text_avma + di->text_size,
363 && curr->text_size > 0
365 || curr->text_avma + curr->text_size - 1 < start)) {
    [all...]

Completed in 488 milliseconds

1 2