| /netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
| H A D | driver-i386.cc | 45 describe_cache (struct cache_desc level1, struct cache_desc level2) in describe_cache() argument 58 "--param l2-cache-size=%u ", level2.sizekb); in describe_cache() 66 detect_l2_cache (struct cache_desc *level2) in detect_l2_cache() argument 73 level2->sizekb = (ecx >> 16) & 0xffff; in detect_l2_cache() 74 level2->line = ecx & 0xff; in detect_l2_cache() 86 level2->assoc = assoc; in detect_l2_cache() 96 struct cache_desc level1, level2 = {0, 0, 0}; in detect_caches_amd() local 108 detect_l2_cache (&level2); in detect_caches_amd() 110 return describe_cache (level1, level2); in detect_caches_amd() 120 struct cache_desc *level1, struct cache_desc *level2) in decode_caches_intel() argument [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| H A D | driver-i386.c | 43 describe_cache (struct cache_desc level1, struct cache_desc level2) in describe_cache() argument 56 "--param l2-cache-size=%u ", level2.sizekb); in describe_cache() 64 detect_l2_cache (struct cache_desc *level2) in detect_l2_cache() argument 71 level2->sizekb = (ecx >> 16) & 0xffff; in detect_l2_cache() 72 level2->line = ecx & 0xff; in detect_l2_cache() 84 level2->assoc = assoc; in detect_l2_cache() 94 struct cache_desc level1, level2 = {0, 0, 0}; in detect_caches_amd() local 106 detect_l2_cache (&level2); in detect_caches_amd() 108 return describe_cache (level1, level2); in detect_caches_amd() 118 struct cache_desc *level1, struct cache_desc *level2) in decode_caches_intel() argument [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/ |
| H A D | 3level.h | 60 uint32_t *level2; member 75 t->level2 = NULL; in CONCAT() 97 uint32_t lookup2 = t->level2[index2]; in CONCAT() 143 t->level2 = (uint32_t *) xrealloc ((char *) t->level2, in CONCAT() 150 t->level2[i] = EMPTY; in CONCAT() 156 if (t->level2[index2] == EMPTY) in CONCAT() 169 t->level2[index2] = t->level3_size++; in CONCAT() 172 index3 += t->level2[index2] << t->p; in CONCAT() 193 uint32_t lookup2 = t->level2[index2 + lookup1_shifted]; in CONCAT() 243 if (t->level2[i] != EMPTY) in CONCAT() [all …]
|
| /netbsd-src/tests/usr.bin/indent/ |
| H A D | label.c | 78 if (level2) { in label_indentation() 107 if (level2) { in label_indentation()
|
| /netbsd-src/external/gpl2/gmake/dist/tests/scripts/functions/ |
| H A D | call | 83 level2 = $(call level1,$1,$2,$3) 84 level3 = $(call level2,$1,$2,$3,$4,$5) 89 @echo $(call level2,1,2,3,4,5,6,7,8)
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | BaseMetricTreeNode.cc | 273 BaseMetricTreeNode *level1, *level2; in build_basic_tree() local 283 level2 = level1->add_child (L_CP_TOTAL_CPU, GTXT ("XXX Total CPU Time")); in build_basic_tree() 284 level2->isCompositeMetric = true; in build_basic_tree()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | BaseMetricTreeNode.cc | 273 BaseMetricTreeNode *level1, *level2; in build_basic_tree() local 283 level2 = level1->add_child (L_CP_TOTAL_CPU, GTXT ("XXX Total CPU Time")); in build_basic_tree() 284 level2->isCompositeMetric = true; in build_basic_tree()
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | od-macho.c | 2095 const unsigned char *level2; in dump_exe_compact_unwind() local 2105 level2 = content + level2_offset; in dump_exe_compact_unwind() 2106 kind = bfd_get_32 (abfd, level2); in dump_exe_compact_unwind() 2120 level2; in dump_exe_compact_unwind() 2131 en = level2 + entry_offset; in dump_exe_compact_unwind() 2149 enc_addr = level2 + l2_encodings_offset in dump_exe_compact_unwind() 2172 level2; in dump_exe_compact_unwind() 2181 (level2 + entry_offset); in dump_exe_compact_unwind()
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | od-macho.c | 2094 const unsigned char *level2; in dump_exe_compact_unwind() local 2104 level2 = content + level2_offset; in dump_exe_compact_unwind() 2105 kind = bfd_get_32 (abfd, level2); in dump_exe_compact_unwind() 2119 level2; in dump_exe_compact_unwind() 2130 en = level2 + entry_offset; in dump_exe_compact_unwind() 2148 enc_addr = level2 + l2_encodings_offset in dump_exe_compact_unwind() 2171 level2; in dump_exe_compact_unwind() 2180 (level2 + entry_offset); in dump_exe_compact_unwind()
|
| /netbsd-src/sys/dev/wsfont/ |
| H A D | wsfont.c | 825 const struct wsfont_level2_glyphmap **level2; member 1077 map2 = map1->level2[hi - map1->base]; in wsfont_map_unichar()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
| H A D | x-csharp.c | 781 int level2[3 << 7]; member 985 int level2[4 << 7]; member
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 1788 const Stmt *level2 = getStmtParent(s1End, PM); in optimizeEdges() local 1820 if (level1 && level1 == level2 && level1 == level3 && level1 == level4) { in optimizeEdges() 1834 if (s1End && s1End == s2Start && level2) { in optimizeEdges() 1839 if (isIncrementOrInitInForLoop(s1End, level2)) in optimizeEdges() 1844 else if (!isConditionForTerminator(level2, s1End)) { in optimizeEdges()
|
| /netbsd-src/sys/arch/news68k/news68k/ |
| H A D | locore.s | 172 sf 0xe10c0000 | level2 interrupt disable (?) 210 sf 0xe1180000 | level2 interrupt disable (?)
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3568-pinctrl.dtsi | 3083 gmac-txc-level2 { 3085 gmac0_rgmii_clk_level2: gmac0-rgmii-clk-level2 { 3094 gmac1m0_rgmii_clk_level2: gmac1m0-rgmii-clk-level2 { 3103 gmac1m1_rgmii_clk_level2: gmac1m1-rgmii-clk-level2 {
|
| /netbsd-src/external/mit/isl/dist/ |
| H A D | isl_flow.c | 348 int level1, level2; in access_sort_cmp() local 359 level2 = acc->level_before(i2->data, i1->data); in access_sort_cmp() 360 if (level2 < 0) in access_sort_cmp() 362 if (level2 % 2) in access_sort_cmp()
|
| /netbsd-src/external/mit/xorg/lib/xkeyboard-config/rules/ |
| H A D | evdev | 954 nbsp:level2 = +nbsp(level2) 1000 lv2:lsgt_switch = +level2(lsgt_switch)
|
| H A D | base | 1068 nbsp:level2 = +nbsp(level2) 1114 lv2:lsgt_switch = +level2(lsgt_switch)
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/ |
| H A D | doxygen.css | 1472 div.toc li.level2 { 1495 .PageDocRTL-title div.toc li.level2 {
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/ |
| H A D | doxygen.css | 1472 div.toc li.level2 { 1495 .PageDocRTL-title div.toc li.level2 {
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/ |
| H A D | doxygen.css | 1472 div.toc li.level2 { 1495 .PageDocRTL-title div.toc li.level2 {
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/ |
| H A D | doxygen.css | 1472 div.toc li.level2 { 1495 .PageDocRTL-title div.toc li.level2 {
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/ |
| H A D | doxygen.css | 1472 div.toc li.level2 { 1495 .PageDocRTL-title div.toc li.level2 {
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/ |
| H A D | doxygen.css | 1472 div.toc li.level2 { 1495 .PageDocRTL-title div.toc li.level2 {
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/ |
| H A D | doxygen.css | 1472 div.toc li.level2 { 1495 .PageDocRTL-title div.toc li.level2 {
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/ |
| H A D | doxygen.css | 1472 div.toc li.level2 { 1495 .PageDocRTL-title div.toc li.level2 {
|