Searched refs:text1 (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | qunit-1.18.0.js | 158 var DIFF_DELETE=-1,DIFF_INSERT=1,DIFF_EQUAL=0;DiffMatchPatch.prototype.DiffMain=function(text1,text… argument 159 deadline=optDeadline;if(text1===null||text2===null){throw new Error("Null input. (DiffMain)");} 160 if(text1===text2){if(text1){return[[DIFF_EQUAL,text1]];} 163 …text1,text2);commonprefix=text1.substring(0,commonlength);text1=text1.substring(commonlength);text… 171 …totype.diffCommonPrefix=function(text1,text2){var pointermid,pointermax,pointermin,pointerstart;if… argument 172 …min=0;pointermax=Math.min(text1.length,text2.length);pointermid=pointermax;pointerstart=0;while(po… 174 ….diffCommonSuffix=function(text1,text2){var pointermid,pointermax,pointermin,pointerend;if(!text1|… argument 175 …th.min(text1.length,text2.length);pointermid=pointermax;pointerend=0;while(pointermin<pointermid){… 178 …te=function(text1,text2,checklines,deadline){var diffs,longtext,shorttext,i,hm,text1A,text2A,text1… argument 179 if(!text2){return[[DIFF_DELETE,text1]];} [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/ |
| H A D | strncpy-truncation.patch | 35 - strncpy(&text_buf[0], text1, left_margin - 3); 36 + memcpy(&text_buf[0], text1, left_margin - 3); 37 for (pos = strlen(text1); pos < left_margin - 3; pos++) {
|
| /OK3568_Linux_fs/kernel/drivers/staging/fbtft/ |
| H A D | fbtft-core.c | 787 char text1[50] = ""; in fbtft_register_framebuffer() local 841 sprintf(text1, ", %zu KiB buffer memory", par->txbuf.len >> 10); in fbtft_register_framebuffer() 848 fb_info->fix.smem_len >> 10, text1, in fbtft_register_framebuffer()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | ld.info | 4739 .text1 { o2/*.o(.text) } 4741 This will define both '.text0' and '.text1' to start at address 0x1000. 4742 '.text0' will be loaded at address 0x4000, and '.text1' will be loaded 4747 C code to copy overlay '.text1' into the overlay area might look like 4761 .text1 0x1000 : AT (0x4000 + SIZEOF (.text0)) { o2/*.o(.text) } 4762 PROVIDE (__load_start_text1 = LOADADDR (.text1)); 4763 PROVIDE (__load_stop_text1 = LOADADDR (.text1) + SIZEOF (.text1)); 4764 . = 0x1000 + MAX (SIZEOF (.text0), SIZEOF (.text1));
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | ld.info | 4739 .text1 { o2/*.o(.text) } 4741 This will define both '.text0' and '.text1' to start at address 0x1000. 4742 '.text0' will be loaded at address 0x4000, and '.text1' will be loaded 4747 C code to copy overlay '.text1' into the overlay area might look like 4761 .text1 0x1000 : AT (0x4000 + SIZEOF (.text0)) { o2/*.o(.text) } 4762 PROVIDE (__load_start_text1 = LOADADDR (.text1)); 4763 PROVIDE (__load_stop_text1 = LOADADDR (.text1) + SIZEOF (.text1)); 4764 . = 0x1000 + MAX (SIZEOF (.text0), SIZEOF (.text1));
|