| /OK3568_Linux_fs/kernel/tools/arch/x86/include/asm/ |
| H A D | insn.h | 24 struct insn_field prefixes; /* member 132 if (!insn->prefixes.got) in insn_is_avx() 139 if (!insn->prefixes.got) in insn_is_evex() 180 if (insn->prefixes.bytes[3]) in insn_last_prefix_id() 181 return inat_get_last_prefix_id(insn->prefixes.bytes[3]); in insn_last_prefix_id() 189 return insn->prefixes.nbytes; in insn_offset_rex_prefix() 229 …for (idx = 0; idx < ARRAY_SIZE(insn->prefixes.bytes) && (prefix = insn->prefixes.bytes[idx]) != 0;…
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | insn.h | 24 struct insn_field prefixes; /* member 132 if (!insn->prefixes.got) in insn_is_avx() 139 if (!insn->prefixes.got) in insn_is_evex() 180 if (insn->prefixes.bytes[3]) in insn_last_prefix_id() 181 return inat_get_last_prefix_id(insn->prefixes.bytes[3]); in insn_last_prefix_id() 189 return insn->prefixes.nbytes; in insn_offset_rex_prefix() 229 …for (idx = 0; idx < ARRAY_SIZE(insn->prefixes.bytes) && (prefix = insn->prefixes.bytes[idx]) != 0;…
|
| /OK3568_Linux_fs/kernel/tools/arch/x86/lib/ |
| H A D | insn.c | 110 struct insn_field *prefixes = &insn->prefixes; in insn_get_prefixes() local 115 if (prefixes->got) in insn_get_prefixes() 127 if (prefixes->bytes[i] == b) in insn_get_prefixes() 132 prefixes->bytes[nb++] = b; in insn_get_prefixes() 144 prefixes->nbytes++; in insn_get_prefixes() 151 if (lb && lb != insn->prefixes.bytes[3]) { in insn_get_prefixes() 152 if (unlikely(insn->prefixes.bytes[3])) { in insn_get_prefixes() 154 b = insn->prefixes.bytes[3]; in insn_get_prefixes() 156 if (prefixes->bytes[i] == lb) in insn_get_prefixes() 157 prefixes->bytes[i] = b; in insn_get_prefixes() [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/lib/ |
| H A D | insn.c | 110 struct insn_field *prefixes = &insn->prefixes; in insn_get_prefixes() local 115 if (prefixes->got) in insn_get_prefixes() 127 if (prefixes->bytes[i] == b) in insn_get_prefixes() 132 prefixes->bytes[nb++] = b; in insn_get_prefixes() 144 prefixes->nbytes++; in insn_get_prefixes() 151 if (lb && lb != insn->prefixes.bytes[3]) { in insn_get_prefixes() 152 if (unlikely(insn->prefixes.bytes[3])) { in insn_get_prefixes() 154 b = insn->prefixes.bytes[3]; in insn_get_prefixes() 156 if (prefixes->bytes[i] == lb) in insn_get_prefixes() 157 prefixes->bytes[i] = b; in insn_get_prefixes() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | multilib_global.bbclass | 9 prefixes = [] 13 prefixes.append(eext[1]) 37 for p in prefixes: 56 for p in prefixes: 70 for p in prefixes: 87 for p in prefixes: 112 for p in prefixes: 148 for pref in prefixes: 154 for p in prefixes: 161 for p in prefixes:
|
| /OK3568_Linux_fs/buildroot/support/scripts/ |
| H A D | size-stats | 139 prefixes = ['', 'Ki', 'Mi', 'Gi', 'Ti'] 142 prefixes = ['', 'k', 'M', 'G', 'T'] 143 while sz > divider and len(prefixes) > 1: 144 prefixes = prefixes[1:] 149 return '{:.{prec}f} {}B'.format(sz, prefixes[0], prec=precision)
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/ |
| H A D | install-sh | 402 prefixes= 410 prefixes= 422 prefixes="$prefixes '$qprefix'" 428 if test -n "$prefixes"; then 431 eval "\$doit_exec \$mkdirprog $prefixes") ||
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | install-sh | 403 prefixes= 411 prefixes= 423 prefixes="$prefixes '$qprefix'" 429 if test -n "$prefixes"; then 432 eval "\$doit_exec \$mkdirprog $prefixes") ||
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rpm/files/ |
| H A D | 0001-When-cross-installing-execute-package-scriptlets-wit.patch | 56 - rc = runExtScript(plugins, prefixes, script->descr, lvl, scriptFd, &args, script->body, arg1,… 59 + rc = runExtScript(plugins, prefixes, script->descr, lvl, scriptFd, &args, script->body, arg1, ar… 62 + rc = runExtScript(plugins, prefixes, script->descr, lvl, scriptFd, &args, script->body, arg1, ar… 65 …rc = runLuaScript(plugins, prefixes, script->descr, lvl, scriptFd, &args, script->body, arg1, arg2…
|
| H A D | 0016-rpmscript.c-change-logging-level-around-scriptlets-t.patch | 29 @@ -258,7 +258,7 @@ static rpmRC runExtScript(rpmPlugins plugins, ARGV_const_t prefixes, 38 @@ -310,7 +310,7 @@ static rpmRC runExtScript(rpmPlugins plugins, ARGV_const_t prefixes, 47 @@ -353,7 +353,7 @@ static rpmRC runExtScript(rpmPlugins plugins, ARGV_const_t prefixes,
|
| H A D | 0001-Do-not-reset-the-PATH-environment-variable-before-ru.patch | 20 @@ -184,7 +184,7 @@ static void doScriptExec(ARGV_const_t argv, ARGV_const_t prefixes,
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/ |
| H A D | property-units.txt | 7 prefixes is due to selecting the most commonly used variants. 10 unit prefixes.
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/files/ |
| H A D | 0002-Remove-the-GN-settings-done-for-clang-that-conflict-.patch | 9 --target option and -no-canonical-prefixes options result in clang 99 - cflags += [ "-no-canonical-prefixes" ] 108 - ldflags += [ "-no-canonical-prefixes" ]
|
| /OK3568_Linux_fs/buildroot/package/meson/ |
| H A D | 0001-Prefer-ext-static-libs-when-default-library-static.patch | 38 prefixes = ['cyg'] + prefixes
|
| /OK3568_Linux_fs/buildroot/package/python-ipaddr/ |
| H A D | Config.in | 7 prefixes.
|
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | toolchain.py | 186 self.prefixes = {} 222 self.prefixes = bsettings.GetItems('toolchain-prefix') 296 for name, value in self.prefixes:
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/regulator/ |
| H A D | regulator.txt | 7 the array of 'struct pmic_child_info' with the prefixes and compatible drivers. 20 would produce ambiguous prefixes (like "regulator@1" and "regualtor@11") and you
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/templatetags/ |
| H A D | projecttags.py | 273 def cut_path_prefix(fullpath, prefixes): argument 275 for prefix in prefixes:
|
| /OK3568_Linux_fs/buildroot/package/racehound/ |
| H A D | 0001-Fix-module-install-path-lib-instead-of-usr-lib-prefi.patch | 16 # Set derivative prefixes
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/bash/bash/ |
| H A D | fix-run-builtins.patch | 30 # sets on startup. Also test code that prefixes argv[0] with a dash.
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | alias.rst | 9 address/prefixes per interface, but aliases are still supported
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtbase/ |
| H A D | 0003-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch | 8 to inject new prefixes and other paths into qmake. This is needed when using
|
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | README.rst | 12 following prefixes: ``bpf_``, ``btf_``, ``libbpf_``, ``xsk_``, 84 non-static libbpf symbols should have one of the prefixes mentioned in
|
| /OK3568_Linux_fs/kernel/arch/x86/tools/ |
| H A D | insn_decoder_test.c | 73 dump_field(fp, "prefixes", "\t", &insn->prefixes); in dump_insn()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0002-binutils-cross-Do-not-generate-linker-script-directo.patch | 8 append_to_lib_path code prefixes these paths with the sysroot which makes even
|