| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | lexer.l | 32 static int text_size, text_asize; variable 52 text_size = 0; in new_string() 58 int new_size = text_size + size + 1; in append_string() 65 memcpy(text + text_size, str, size); in append_string() 66 text_size += size; in append_string() 67 text[text_size] = 0; in append_string()
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | zconf.l | 27 static int text_size, text_asize; variable 45 text_size = 0; in new_string() 51 int new_size = text_size + size + 1; in append_string() 58 memcpy(text + text_size, str, size); in append_string() 59 text_size += size; in append_string() 60 text[text_size] = 0; in append_string()
|
| H A D | zconf.lex.c_shipped | 802 static int text_size, text_asize; 820 text_size = 0; 826 int new_size = text_size + size + 1; 833 memcpy(text + text_size, str, size); 834 text_size += size; 835 text[text_size] = 0;
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | zconf.l | 27 static int text_size, text_asize; variable 45 text_size = 0; in new_string() 51 int new_size = text_size + size + 1; in append_string() 58 memcpy(text + text_size, str, size); in append_string() 59 text_size += size; in append_string() 60 text[text_size] = 0; in append_string()
|
| H A D | zconf.lex.c | |
| H A D | zconf.lex.c_shipped | 814 static int text_size, text_asize; 832 text_size = 0; 838 int new_size = text_size + size + 1; 845 memcpy(text + text_size, str, size); 846 text_size += size; 847 text[text_size] = 0;
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | svghelper.c | 236 double text_size; in svg_running() local 256 text_size = (time2pixels(end)-time2pixels(start)); in svg_running() 258 text_size = text_size/2; in svg_running() 259 if (text_size > 1.25) in svg_running() 260 text_size = 1.25; in svg_running() 261 text_size = round_text_size(text_size); in svg_running() 263 if (text_size > MIN_TEXT_SIZE) in svg_running() 265 time2pixels(start), Yslot * SLOT_MULT + SLOT_HEIGHT - 1, text_size, cpu + 1); in svg_running()
|
| /OK3568_Linux_fs/kernel/arch/x86/realmode/ |
| H A D | init.c | 189 size_t text_size = in set_real_mode_permissions() local 198 set_memory_x((unsigned long) text_start, text_size >> PAGE_SHIFT); in set_real_mode_permissions()
|
| /OK3568_Linux_fs/output/kconf/ |
| H A D | zconf.lex.c | |
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | unwind.h | 37 unsigned long text_size);
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | unwind.c | 503 unsigned long text_size) in unwind_table_add() argument 509 text_addr, text_size); in unwind_table_add() 518 tab->end_addr = text_addr + text_size; in unwind_table_add()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | pe.h | 208 uint32_t text_size; /* size of text section(s) */ member 243 uint32_t text_size; /* size of text section(s) */ member
|
| H A D | module.h | 333 unsigned int text_size; member
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | module.c | 2029 BUG_ON((unsigned long)layout->text_size & (PAGE_SIZE-1)); in frob_text() 2031 layout->text_size >> PAGE_SHIFT); in frob_text() 2048 BUG_ON((unsigned long)layout->text_size & (PAGE_SIZE-1)); in frob_rodata() 2050 set_memory((unsigned long)layout->base + layout->text_size, in frob_rodata() 2051 (layout->ro_size - layout->text_size) >> PAGE_SHIFT); in frob_rodata() 2526 mod->core_layout.text_size = mod->core_layout.size; in layout_sections() 2560 mod->init_layout.text_size = mod->init_layout.size; in layout_sections() 3802 mod->init_layout.text_size = 0; in do_init_module() 4273 nextval = (unsigned long)mod->init_layout.base+mod->init_layout.text_size; in find_kallsyms_symbol() 4275 nextval = (unsigned long)mod->core_layout.base+mod->core_layout.text_size; in find_kallsyms_symbol() [all …]
|
| H A D | cfi.c | 209 max_addr = min_addr + mod->core_layout.text_size; in update_shadow()
|
| /OK3568_Linux_fs/kernel/kernel/printk/ |
| H A D | printk_ringbuffer.c | 1681 static unsigned int count_lines(const char *text, unsigned int text_size) in count_lines() argument 1683 unsigned int next_size = text_size; in count_lines() 1693 next_size = text_size - (next - text); in count_lines()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/ |
| H A D | sh_css_firmware.c | 125 bi->blob.text_size + bi->blob.icache_size + in sh_css_load_blob_info()
|
| H A D | ia_css_acc_types.h | 91 u32 text_size; /** Size of text section */ member
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | xvdisp.c | 209 swapl(&rep->text_size); in SWriteQueryPortAttributesReply() 785 .text_size = 0 in ProcXvQueryPortAttributes() 790 rep.text_size += pad_to_int32(strlen(pAtt->name) + 1); in ProcXvQueryPortAttributes() 794 + rep.text_size; in ProcXvQueryPortAttributes()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/ipu3/ |
| H A D | ipu3-css-fw.c | 158 if (bi->blob.size != bi->blob.text_size + bi->blob.icache_size in imgu_css_fw_init()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wil6210/ |
| H A D | debugfs.c | 2232 int n, ret, text_size = 500; in wil_read_suspend_stats() local 2234 text = kmalloc(text_size, GFP_KERNEL); in wil_read_suspend_stats() 2238 n = snprintf(text, text_size, in wil_read_suspend_stats() 2259 n = min_t(int, n, text_size); in wil_read_suspend_stats()
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | vpe.c | 212 mod->core_layout.text_size = mod->core_layout.size; in layout_sections()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/imgproc/ |
| H A D | imgproc_c.h | 1175 CvSize* text_size, int* baseline );
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/imgproc/ |
| H A D | imgproc_c.h | 1175 CvSize* text_size, int* baseline );
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/imgproc/ |
| H A D | imgproc_c.h | 1175 CvSize* text_size, int* baseline );
|