| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | serpent-sse2-i586-asm_32.S | 31 #define RE %xmm4 macro 513 read_blocks(%eax, RA, RB, RC, RD, RT0, RT1, RE); 515 K(RA, RB, RC, RD, RE, 0); 516 S0(RA, RB, RC, RD, RE); LK(RC, RB, RD, RA, RE, 1); 517 S1(RC, RB, RD, RA, RE); LK(RE, RD, RA, RC, RB, 2); 518 S2(RE, RD, RA, RC, RB); LK(RB, RD, RE, RC, RA, 3); 519 S3(RB, RD, RE, RC, RA); LK(RC, RA, RD, RB, RE, 4); 520 S4(RC, RA, RD, RB, RE); LK(RA, RD, RB, RE, RC, 5); 521 S5(RA, RD, RB, RE, RC); LK(RC, RA, RD, RE, RB, 6); 522 S6(RC, RA, RD, RE, RB); LK(RD, RB, RA, RE, RC, 7); [all …]
|
| H A D | serpent-sse2-x86_64-asm_64.S | 636 K2(RA, RB, RC, RD, RE, 0); 637 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1); 638 S(S1, RC, RB, RD, RA, RE); LK2(RE, RD, RA, RC, RB, 2); 639 S(S2, RE, RD, RA, RC, RB); LK2(RB, RD, RE, RC, RA, 3); 640 S(S3, RB, RD, RE, RC, RA); LK2(RC, RA, RD, RB, RE, 4); 641 S(S4, RC, RA, RD, RB, RE); LK2(RA, RD, RB, RE, RC, 5); 642 S(S5, RA, RD, RB, RE, RC); LK2(RC, RA, RD, RE, RB, 6); 643 S(S6, RC, RA, RD, RE, RB); LK2(RD, RB, RA, RE, RC, 7); 644 S(S7, RD, RB, RA, RE, RC); LK2(RC, RA, RE, RD, RB, 8); 645 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9); [all …]
|
| H A D | serpent-avx-x86_64-asm_64.S | 571 K2(RA, RB, RC, RD, RE, 0); 572 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1); 573 S(S1, RC, RB, RD, RA, RE); LK2(RE, RD, RA, RC, RB, 2); 574 S(S2, RE, RD, RA, RC, RB); LK2(RB, RD, RE, RC, RA, 3); 575 S(S3, RB, RD, RE, RC, RA); LK2(RC, RA, RD, RB, RE, 4); 576 S(S4, RC, RA, RD, RB, RE); LK2(RA, RD, RB, RE, RC, 5); 577 S(S5, RA, RD, RB, RE, RC); LK2(RC, RA, RD, RE, RB, 6); 578 S(S6, RC, RA, RD, RE, RB); LK2(RD, RB, RA, RE, RC, 7); 579 S(S7, RD, RB, RA, RE, RC); LK2(RC, RA, RE, RD, RB, 8); 580 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9); [all …]
|
| H A D | serpent-avx2-asm_64.S | 577 K2(RA, RB, RC, RD, RE, 0); 578 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1); 579 S(S1, RC, RB, RD, RA, RE); LK2(RE, RD, RA, RC, RB, 2); 580 S(S2, RE, RD, RA, RC, RB); LK2(RB, RD, RE, RC, RA, 3); 581 S(S3, RB, RD, RE, RC, RA); LK2(RC, RA, RD, RB, RE, 4); 582 S(S4, RC, RA, RD, RB, RE); LK2(RA, RD, RB, RE, RC, 5); 583 S(S5, RA, RD, RB, RE, RC); LK2(RC, RA, RD, RE, RB, 6); 584 S(S6, RC, RA, RD, RE, RB); LK2(RD, RB, RA, RE, RC, 7); 585 S(S7, RD, RB, RA, RE, RC); LK2(RC, RA, RE, RD, RB, 8); 586 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9); [all …]
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | reada.c | 95 struct reada_extent *re, struct extent_buffer *eb, in __readahead_hook() argument 104 spin_lock(&re->lock); in __readahead_hook() 109 list_replace_init(&re->extctl, &list); in __readahead_hook() 110 re->scheduled = 0; in __readahead_hook() 111 spin_unlock(&re->lock); in __readahead_hook() 143 next_key = re->top; in __readahead_hook() 192 reada_extent_put(fs_info, re); /* one ref for each entry */ in __readahead_hook() 202 struct reada_extent *re; in btree_readahead_hook() local 206 re = radix_tree_lookup(&fs_info->reada_tree, in btree_readahead_hook() 208 if (re) in btree_readahead_hook() [all …]
|
| H A D | ref-verify.c | 60 * free it until we unmount the file system in order to make sure re-allocations 117 struct root_entry *re) in insert_root_entry() argument 126 if (entry->root_objectid > re->root_objectid) in insert_root_entry() 128 else if (entry->root_objectid < re->root_objectid) in insert_root_entry() 134 rb_link_node(&re->node, parent_node, p); in insert_root_entry() 135 rb_insert_color(&re->node, root); in insert_root_entry() 234 struct root_entry *re; in free_block_entry() local 240 re = rb_entry(n, struct root_entry, node); in free_block_entry() 241 rb_erase(&re->node, &be->roots); in free_block_entry() 242 kfree(re); in free_block_entry() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/go-1.18/ |
| H A D | CVE-2022-41715.patch | 96 @@ -122,6 +156,104 @@ func (p *parser) reuse(re *Regexp) { 97 p.free = re 100 +func (p *parser) checkLimits(re *Regexp) { 104 + p.checkSize(re) 105 + p.checkHeight(re) 108 +func (p *parser) checkSize(re *Regexp) { 118 + if re.Op == OpRepeat { 119 + n := re.Max 121 + n = re.Min 140 + for _, re := range p.stack { [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | kernel-arch.bbclass | 20 import re 24 if re.match('(i.86|athlon|x86.64)$', a): return 'x86' 25 elif re.match('arceb$', a): return 'arc' 26 elif re.match('armeb$', a): return 'arm' 27 elif re.match('aarch64$', a): return 'arm64' 28 elif re.match('aarch64_be$', a): return 'arm64' 29 elif re.match('aarch64_ilp32$', a): return 'arm64' 30 elif re.match('aarch64_be_ilp32$', a): return 'arm64' 31 elif re.match('mips(isa|)(32|64|)(r6|)(el|)$', a): return 'mips' 32 elif re.match('mcf', a): return 'm68k' [all …]
|
| H A D | goarch.bbclass | 64 import re 65 if re.match('i.86', a): 69 elif re.match('arm.*', a): 71 elif re.match('aarch64.*', a): 73 elif re.match('mips64el.*', a): 75 elif re.match('mips64.*', a): 81 elif re.match('p(pc|owerpc)(64le)', a): 83 elif re.match('p(pc|owerpc)(64)', a): 96 import re 97 if re.match('i.86', a): [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/perf/perf/ |
| H A D | sort-pmuevents.py | 12 import re 36 preamble_regex = re.compile( '^(.*?)^(struct|const struct|static struct|static const struct)', re.M… 38 preamble = re.search( preamble_regex, data ) 39 …ct_block_regex = re.compile( '^(struct|const struct|static struct|static const struct).*?(\w+) (.*… 40 field_regex = re.compile( '{.*?},', re.MULTILINE | re.DOTALL ) 41 cpuid_regex = re.compile( '\.cpuid = (.*?),', re.MULTILINE | re.DOTALL ) 42 name_regex = re.compile( '\.name = (.*?),', re.MULTILINE | re.DOTALL ) 47 for struct in re.findall( struct_block_regex, data ): 53 for entry in re.findall( field_regex, struct[3] ): 55 cpuid = re.search( cpuid_regex, entry ) [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/musl/ |
| H A D | libucontext_1.2.bb | 28 import re 33 elif re.match('(i.86|athlon)$', a): return 'x86' 34 elif re.match('x86.64$', a): return 'x86_64' 35 elif re.match('armeb$', a): return 'arm' 36 elif re.match('aarch64$', a): return 'aarch64' 37 elif re.match('aarch64_be$', a): return 'aarch64' 38 elif re.match('aarch64_ilp32$', a): return 'aarch64' 39 elif re.match('aarch64_be_ilp32$', a): return 'aarch64' 40 elif re.match('mips(isa|)(32|)(r6|)(el|)$', a): return 'mips' 41 elif re.match('mips(isa|)64(r6|)(el|)$', a): return 'mips64' [all …]
|
| /OK3568_Linux_fs/buildroot/utils/checkpackagelib/ |
| H A D | lib_mk.py | 8 import re 24 COMMENT = re.compile(r"^\s*#") 25 …CONDITIONAL = re.compile(r"^\s*({})\s".format("|".join(start_conditional + end_conditional + conti… 26 ENDS_WITH_BACKSLASH = re.compile(r"^[^#].*\\$") 27 END_DEFINE = re.compile(r"^\s*endef\s") 28 MAKEFILE_TARGET = re.compile(r"^[^# \t]+:\s") 29 START_DEFINE = re.compile(r"^\s*define\s") 80 CONCATENATING = re.compile(r"^([A-Z0-9_]+)\s*(\+|:|)=\s*\$\(\\1\)") 81 END_CONDITIONAL = re.compile(r"^\s*({})".format("|".join(end_conditional))) 83 START_CONDITIONAL = re.compile(r"^\s*({})".format("|".join(start_conditional))) [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/ |
| H A D | checkstack.pl | 28 # $re is used for two matches: 29 # $& (whole re) matches the complete objdump line with the stack growth 33 # $& (whole re) matches the complete objdump line with the stack growth 37 my (@stack, $re, $dre, $x, $xs, $funcre); 50 $re = qr/^.*stp.*sp, \#-([0-9]{1,8})\]\!/o; 53 $re = qr/.*sub.*sp, sp, #(([0-9]{2}|[3-9])[0-9]{2})/o; 57 $re = qr/^.*sub.*sp.*,([0-9]{1,8})/o; 62 $re = qr/^.*[as][du][db] \$(0x$x{1,8}),\%(e|r)sp$/o; 66 $re = qr/.*adds.*r12=-(([0-9]{2}|[3-9])[0-9]{2}),r12/o; 70 $re = qr/.*(?:linkw %fp,|addaw )#-([0-9]{1,4})(?:,%sp)?$/o; [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/ |
| H A D | checkstack.pl | 28 # $re is used for two matches: 29 # $& (whole re) matches the complete objdump line with the stack growth 33 # $& (whole re) matches the complete objdump line with the stack growth 37 my (@stack, $re, $dre, $x, $xs, $funcre); 50 $re = qr/^.*stp.*sp, \#-([0-9]{1,8})\]\!/o; 53 $re = qr/.*sub.*sp, sp, #(([0-9]{2}|[3-9])[0-9]{2})/o; 57 $re = qr/^.*sub.*sp.*,([0-9]{1,8})/o; 62 $re = qr/^.*[as][du][db] \$(0x$x{1,8}),\%(e|r)sp$/o; 66 $re = qr/.*adds.*r12=-(([0-9]{2}|[3-9])[0-9]{2}),r12/o; 70 $re = qr/.*(?:linkw %fp,|addaw )#-([0-9]{1,4})(?:,%sp)?$/o; [all …]
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | checkstack.pl | 27 # $re is used for two matches: 28 # $& (whole re) matches the complete objdump line with the stack growth 32 # $& (whole re) matches the complete objdump line with the stack growth 36 my (@stack, $re, $dre, $x, $xs, $funcre); 49 $re = qr/^.*stp.*sp,\#-([0-9]{1,8})\]\!/o; 52 $re = qr/.*sub.*sp, sp, #(([0-9]{2}|[3-9])[0-9]{2})/o; 57 $re = qr/^.*[as][du][db] \$(0x$x{1,8}),\%(e|r)sp$/o; 61 $re = qr/.*adds.*r12=-(([0-9]{2}|[3-9])[0-9]{2}),r12/o; 65 $re = qr/.*(?:linkw %fp,|addaw )#-([0-9]{1,4})(?:,%sp)?$/o; 68 $re = qr/.*ADD.*A0StP,A0StP,\#(0x$x{1,8})/o; [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | logparser.py | 7 import re 17 test_regex['PASSED'] = re.compile(r"^PASS:(.+)") 18 test_regex['FAILED'] = re.compile(r"^FAIL:([^(]+)") 19 test_regex['SKIPPED'] = re.compile(r"^SKIP:(.+)") 22 section_regex['begin'] = re.compile(r"^BEGIN: .*/(.+)/ptest") 23 section_regex['end'] = re.compile(r"^END: .*/(.+)/ptest") 24 section_regex['duration'] = re.compile(r"^DURATION: (.+)") 25 section_regex['exitcode'] = re.compile(r"^ERROR: Exit status is (.+)") 26 section_regex['timeout'] = re.compile(r"^TIMEOUT: .*/(.+)/ptest") 28 # Cache markers so we don't take the re.search() hit all the time. [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/functional/ |
| H A D | test_functional_basic.py | 10 import re 42 …self.assertTrue(re.search("Custom images",self.driver.find_element_by_xpath("//div[@class='col-md-… 48 …self.assertTrue(re.search("Compatible image recipes",self.driver.find_element_by_xpath("//div[@cla… 54 …self.assertTrue(re.search("Compatible software recipes",self.driver.find_element_by_xpath("//div[@… 60 …self.assertTrue(re.search("Compatible machines",self.driver.find_element_by_xpath("//div[@class='c… 66 …self.assertTrue(re.search("Compatible layers",self.driver.find_element_by_xpath("//div[@class='col… 72 …self.assertTrue(re.search("Bitbake variables",self.driver.find_element_by_xpath("//div[@class='col… 86 …self.assertTrue(re.search("qemux86",self.driver.find_element_by_xpath("//span[@id='project-machine… 100 …self.assertTrue(re.search("Yocto Project master",self.driver.find_element_by_xpath("//span[@id='pr… 106 …self.assertTrue(re.search("3",self.driver.find_element_by_id("project-layers-count").text),'There … [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/ |
| H A D | checkstack.pl | 29 # $re is used for two matches: 30 # $& (whole re) matches the complete objdump line with the stack growth 34 # $& (whole re) matches the complete objdump line with the stack growth 38 my (@stack, $re, $dre, $x, $xs, $funcre); 51 $re = qr/^.*stp.*sp, \#-([0-9]{1,8})\]\!/o; 54 $re = qr/.*sub.*sp, sp, #(([0-9]{2}|[3-9])[0-9]{2})/o; 59 $re = qr/^.*[as][du][db] \$(0x$x{1,8}),\%(e|r)sp$/o; 63 $re = qr/.*adds.*r12=-(([0-9]{2}|[3-9])[0-9]{2}),r12/o; 67 $re = qr/.*(?:linkw %fp,|addaw )#-([0-9]{1,4})(?:,%sp)?$/o; 70 $re = qr/.*daddiu.*sp,sp,-(([0-9]{2}|[3-9])[0-9]{2})/o; [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/ |
| H A D | checkstack.pl | 29 # $re is used for two matches: 30 # $& (whole re) matches the complete objdump line with the stack growth 34 # $& (whole re) matches the complete objdump line with the stack growth 38 my (@stack, $re, $dre, $x, $xs, $funcre); 51 $re = qr/^.*stp.*sp, \#-([0-9]{1,8})\]\!/o; 54 $re = qr/.*sub.*sp, sp, #(([0-9]{2}|[3-9])[0-9]{2})/o; 59 $re = qr/^.*[as][du][db] \$(0x$x{1,8}),\%(e|r)sp$/o; 63 $re = qr/.*adds.*r12=-(([0-9]{2}|[3-9])[0-9]{2}),r12/o; 67 $re = qr/.*(?:linkw %fp,|addaw )#-([0-9]{1,4})(?:,%sp)?$/o; 70 $re = qr/.*daddiu.*sp,sp,-(([0-9]{2}|[3-9])[0-9]{2})/o; [all …]
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | slre.c | 180 r->err_str = "RE is too long (code overflow)"; in emit() 189 r->err_str = "RE is too long (data overflow)"; in store_char_in_data() 195 exact(struct slre *r, const char **re) in exact() argument 199 while (**re != '\0' && (strchr(meta_chars, **re)) == NULL) in exact() 200 store_char_in_data(r, *(*re)++); in exact() 208 get_escape_char(const char **re) in get_escape_char() argument 212 switch (*(*re)++) { in get_escape_char() 235 res = (*re)[-1]; in get_escape_char() 243 anyof(struct slre *r, const char **re) in anyof() argument 247 if (**re == '^') { in anyof() [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/ |
| H A D | checkstack.pl | 29 # $re is used for two matches: 30 # $& (whole re) matches the complete objdump line with the stack growth 34 # $& (whole re) matches the complete objdump line with the stack growth 40 my (@stack, $re, $dre, $sub, $x, $xs, $funcre, $min_stack); 59 $re = qr/^.*stp.*sp, \#-([0-9]{1,8})\]\!/o; 63 $re = qr/.*sub.*sp, sp, #([0-9]{1,4})/o; 69 $re = qr/^.*[as][du][db] \$(0x$x{1,8}),\%(e|r)sp$/o; 73 $re = qr/.*adds.*r12=-(([0-9]{2}|[3-9])[0-9]{2}),r12/o; 77 $re = qr/.*(?:linkw %fp,|addaw )#-([0-9]{1,4})(?:,%sp)?$/o; 80 $re = qr/.*daddiu.*sp,sp,-(([0-9]{2}|[3-9])[0-9]{2})/o; [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/ |
| H A D | checkstack.pl | 29 # $re is used for two matches: 30 # $& (whole re) matches the complete objdump line with the stack growth 34 # $& (whole re) matches the complete objdump line with the stack growth 40 my (@stack, $re, $dre, $sub, $x, $xs, $funcre, $min_stack); 59 $re = qr/^.*stp.*sp, \#-([0-9]{1,8})\]\!/o; 63 $re = qr/.*sub.*sp, sp, #([0-9]{1,4})/o; 69 $re = qr/^.*[as][du][db] \$(0x$x{1,8}),\%(e|r)sp$/o; 73 $re = qr/.*adds.*r12=-(([0-9]{2}|[3-9])[0-9]{2}),r12/o; 77 $re = qr/.*(?:linkw %fp,|addaw )#-([0-9]{1,4})(?:,%sp)?$/o; 80 $re = qr/.*daddiu.*sp,sp,-(([0-9]{2}|[3-9])[0-9]{2})/o; [all …]
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | checkstack.pl | 29 # $re is used for two matches: 30 # $& (whole re) matches the complete objdump line with the stack growth 34 # $& (whole re) matches the complete objdump line with the stack growth 40 my (@stack, $re, $dre, $sub, $x, $xs, $funcre, $min_stack); 59 $re = qr/^.*stp.*sp, \#-([0-9]{1,8})\]\!/o; 63 $re = qr/.*sub.*sp, sp, #([0-9]{1,4})/o; 69 $re = qr/^.*[as][du][db] \$(0x$x{1,8}),\%(e|r)sp$/o; 73 $re = qr/.*adds.*r12=-(([0-9]{2}|[3-9])[0-9]{2}),r12/o; 77 $re = qr/.*(?:linkw %fp,|addaw )#-([0-9]{1,4})(?:,%sp)?$/o; 80 $re = qr/.*daddiu.*sp,sp,-(([0-9]{2}|[3-9])[0-9]{2})/o; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mtd/ubi/ |
| H A D | cdev.c | 13 * manipulate whole volumes: create, remove, and re-size them. Volume character 651 * verify_rsvol_req - verify volume re-size request. 672 * @req: volumes re-name request 674 * This is a helper function for the volume re-name IOCTL which validates the 684 struct ubi_rename_entry *re, *re1; in rename_volumes() local 723 /* Create the re-name list */ in rename_volumes() 730 re = kzalloc(sizeof(struct ubi_rename_entry), GFP_KERNEL); in rename_volumes() 731 if (!re) { in rename_volumes() 736 re->desc = ubi_open_volume(ubi->ubi_num, vol_id, UBI_METAONLY); in rename_volumes() 737 if (IS_ERR(re->desc)) { in rename_volumes() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/plugin-lib/ |
| H A D | valgrindPlugin.py | 8 import re 113 self.definitely_lost_re = re.compile( 114 … r'definitely lost:\s+([,0-9]+)\s+bytes in\s+([,0-9]+)\sblocks', re.MULTILINE | re.DOTALL) 115 self.indirectly_lost_re = re.compile( 116 … r'indirectly lost:\s+([,0-9]+)\s+bytes in\s+([,0-9]+)\s+blocks', re.MULTILINE | re.DOTALL) 117 self.possibly_lost_re = re.compile( 118 r'possibly lost:\s+([,0-9]+)bytes in\s+([,0-9]+)\s+blocks', re.MULTILINE | re.DOTALL) 119 self.non_leak_error_re = re.compile( 120 … r'ERROR SUMMARY:\s+([,0-9]+) errors from\s+([,0-9]+)\s+contexts', re.MULTILINE | re.DOTALL)
|