Searched refs:text_size (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dzconf.l28 static int text_size, text_asize;
46 text_size = 0;
52 int new_size = text_size + size + 1;
59 memcpy(text + text_size, str, size);
60 text_size += size;
61 text[text_size] = 0;
H A Dlex.zconf.c799 static int text_size, text_asize; variable
817 text_size = 0;
823 int new_size = text_size + size + 1;
830 memcpy(text + text_size, str, size);
831 text_size += size;
832 text[text_size] = 0;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dzconf.l27 static int text_size, text_asize;
45 text_size = 0;
51 int new_size = text_size + size + 1;
58 memcpy(text + text_size, str, size);
59 text_size += size;
60 text[text_size] = 0;
H A Dlex.zconf.c762 static int text_size, text_asize; variable
780 text_size = 0;
786 int new_size = text_size + size + 1;
793 memcpy(text + text_size, str, size);
794 text_size += size;
795 text[text_size] = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dunwind.h48 unsigned long text_size);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Dzconf.l23 static int text_size, text_asize;
42 text_size = 0;
48 int new_size = text_size + size + 1;
52 text_ptr = text + text_size;
56 text_size += size;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dsvghelper.c132 double text_size; local
139 text_size = (time2pixels(end)-time2pixels(start));
141 text_size = text_size/2;
142 if (text_size > 1.25)
143 text_size = 1.25;
144 text_size = round_text_size(text_size);
146 if (text_size > MIN_TEXT_SIZE)
148 time2pixels(start), Yslot * SLOT_MULT + SLOT_HEIGHT - 1, text_size, cp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngpread.c1086 png_size_t text_size; local
1089 text_size = png_ptr->buffer_size;
1091 text_size = png_ptr->current_text_left;
1092 png_crc_read(png_ptr, (png_bytep)png_ptr->current_text_ptr, text_size); local
1093 png_ptr->current_text_left -= text_size;
1094 png_ptr->current_text_ptr += text_size;
1185 png_size_t text_size; local
1188 text_size = png_ptr->buffer_size;
1190 text_size = png_ptr->current_text_left;
1191 png_crc_read(png_ptr, (png_bytep)png_ptr->current_text_ptr, text_size); local
1201 png_size_t text_size, key_size; local
1377 png_size_t text_size; local
1383 png_crc_read(png_ptr, (png_bytep)png_ptr->current_text_ptr, text_size); local
[all...]
H A Dpngrutil.c182 png_size_t text_size; local
192 text_size = 0;
209 text_size = prefix_size + png_sizeof(msg) + 1;
210 text = (png_charp)png_malloc_warn(png_ptr, text_size);
219 text[text_size - 1] = 0x00;
222 text_size = (png_size_t)(chunklength - (text - chunkdata) - 1);
223 text_size = png_sizeof(msg) > text_size ? text_size :
225 png_memcpy(text + prefix_size, msg, text_size
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dunwind.c397 unsigned long text_size)
404 text_addr, text_size);
412 tab->end_addr = text_addr + text_size;
395 unwind_table_add(unsigned long start, unsigned long size, unsigned long text_addr, unsigned long text_size) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dvi.c171 int text_size; // size of the allocated buffer member in struct:globals
190 #define text_size (G.text_size ) macro
414 text_size = size * 2;
415 if (text_size < 10240)
416 text_size = 10240; // have a minimum size for new files
417 screenbegin = dot = end = text = xzalloc(text_size);
1802 if ( ((end + size) >= (text + text_size)) // TODO: realloc here
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtexpr.tex52 text_size = 10,
66 text_size = 10,

Completed in 209 milliseconds