| /openbmc/u-boot/drivers/bootcount/ |
| H A D | bootcount_ram.c | 12 const ulong patterns[] = { 0x00000000, variable 17 const ulong NBR_OF_PATTERNS = sizeof(patterns) / sizeof(*patterns); 34 writel(patterns[i % NBR_OF_PATTERNS], in bootcount_store() 59 if (tmp != patterns[i % NBR_OF_PATTERNS]) in bootcount_load()
|
| /openbmc/u-boot/test/py/ |
| H A D | u_boot_spawn.py | 118 def expect(self, patterns): argument 137 for pi in range(len(patterns)): 138 if type(patterns[pi]) == type(''): 139 patterns[pi] = re.compile(patterns[pi]) 146 for pi in range(len(patterns)): 147 pattern = patterns[pi]
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 058.out | 15 == verifying the image file with patterns == 21 == verifying the exported snapshot with patterns, method 1 == 27 == verifying the exported snapshot with patterns, method 2 == 33 == verifying the converted snapshot with patterns, method 1 == 39 == verifying the converted snapshot with patterns, method 2 ==
|
| H A D | 033.out | 14 == verifying patterns (1) == 28 == verifying patterns (2) == 38 == verifying patterns (3) == 55 == verifying patterns (1) == 69 == verifying patterns (2) == 79 == verifying patterns (3) == 96 == verifying patterns (1) == 110 == verifying patterns (2) == 120 == verifying patterns (3) == 137 == verifying patterns (1) == [all …]
|
| H A D | 236 | 30 patterns = [("0x5d", "0", "64k"), variable 61 for p in patterns:
|
| H A D | 257 | 47 def __init__(self, patterns): argument 48 self.patterns = patterns 53 for pattern in self.patterns: 224 for pattern in GROUPS[n].patterns:
|
| H A D | 056 | 48 def io_write_patterns(img, patterns): argument 49 for pattern in patterns: 145 def hmp_io_writes(self, drive, patterns): argument 146 for pattern in patterns:
|
| /openbmc/qemu/scripts/ |
| H A D | qom-cast-macro-clean-cocci-gen.py | 37 patterns = [ variable 50 for pattern in patterns:
|
| /openbmc/u-boot/tools/binman/ |
| H A D | elf.py | 22 def GetSymbols(fname, patterns): argument 36 if patterns: 37 re_syms = re.compile('|'.join(patterns))
|
| /openbmc/openbmc-tools/netboot/ |
| H A D | netboot | 14 def expect_or_raise(conn, patterns, timeout=None): argument 15 i, m, d = conn.expect([bytes(p, "ascii") for p in patterns], timeout) 17 msg = "Match failed, expected '%s', got '%s'" % (str(patterns), d)
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/beep/ |
| H A D | beep_1.4.12.bb | 1 SUMMARY = "beep allows you to have the PC speaker issue beeps and beep patterns" 3 patterns with given frequencies, durations, and spacing."
|
| /openbmc/openbmc/poky/meta/files/common-licenses/ |
| H A D | Bahyph | 3 These patterns and the generating sh script are Copyright (c) GMV 1991 5 These patterns were developed for internal GMV use and are made public in the hope that they will b…
|
| /openbmc/qemu/tests/qemu-iotests/tests/ |
| H A D | image-fleecing | 37 patterns = [('0x5d', '0', '64k'), variable 80 for p in patterns: 186 for p in patterns + zeroes: 227 for p in patterns + zeroes:
|
| /openbmc/qemu/docs/ |
| H A D | qemu-option-trace.rst.inc | 9 or ``ftrace`` tracing backend. To specify multiple events or patterns, 18 file) per line; globbing patterns are accepted too. This option is only
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/management/commands/ |
| H A D | perf.py | 21 patterns = root_urlconf.urls.urlpatterns 23 for pat in patterns:
|
| /openbmc/qemu/target/mips/tcg/ |
| H A D | tx79.decode | 12 # instruction patterns. 20 # reduce the amount of duplication between instruction patterns.
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/geany-plugins/ |
| H A D | 0003-projectorganizer-Use-g_pattern_spec_match_string-ins.patch | 56 @@ -80,7 +80,7 @@ gboolean patterns_match(GSList *patterns, const gchar *str) 57 foreach_slist (elem, patterns) 89 gboolean patterns_match(GSList *patterns, const gchar *str);
|
| /openbmc/qemu/tests/decode/ |
| H A D | err_overlap7.decode | 4 # Diagnose overlapping patterns.
|
| H A D | succ_pattern_group_nest2.decode | 9 # Group with complete overlap of the two patterns
|
| H A D | err_field8.decode | 4 # Diagnose patterns which refer to undefined fields
|
| /openbmc/qemu/docs/devel/ |
| H A D | decodetree.rst | 7 A *decodetree* is built from instruction *patterns*. A pattern may 20 In support of patterns, one may declare *fields*, *argument sets*, and 132 across many instruction patterns. 181 come in handy when fields overlap between patterns and one has to 215 resolved by selecting the patterns in order. If all of the fixedbits 217 translate function returns false, then subsequent patterns within the 221 the same as ungrouped patterns. Thus no-overlap groups are intended
|
| /openbmc/qemu/scripts/codeconverter/ |
| H A D | converter.py | 54 if not args.patterns: 57 classes = [p for arg in args.patterns
|
| /openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
| H A D | 0015-powerpc-Do-not-ask-compiler-for-finding-arch.patch | 30 # Note if you add patterns here you must ensure that an appropriate 46 # Note if you add patterns here you must ensure that an appropriate
|
| /openbmc/pldm/ |
| H A D | .eslintignore | 1 # eslintignore file would contain files/patterns that should
|
| /openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
| H A D | 00_man_quoting.diff | 49 wildcard patterns. 57 -wildcard patterns. The default server name is `unknown'. 59 +wildcard patterns. The default server name is `unknown\'.
|