Home
last modified time | relevance | path

Searched refs:level (Results 1 – 25 of 3723) sorted by relevance

12345678910>>...149

/netbsd/external/gpl3/gdb/dist/include/opcode/
H A Dtic4x.h311 #define A_CLASS_INSN(name, opcode, level) \ argument
324 #define AB_CLASS_INSN(name, opcode, level) \ argument
336 #define AU_CLASS_INSN(name, opcode, level) \ argument
348 #define AF_CLASS_INSN(name, opcode, level) \ argument
359 #define A2_CLASS_INSN(name, opcode, level) \ argument
369 #define A3_CLASS_INSN(name, opcode, level) \ argument
381 #define A6_CLASS_INSN(name, opcode, level) \ argument
391 #define A7_CLASS_INSN(name, opcode, level) \ argument
415 #define B_CLASS_INSN(name, opcode, level) \ argument
677 { name, opcode, 0xffe0ffff, "R", level }
[all …]
/netbsd/external/gpl3/binutils.old/dist/include/opcode/
H A Dtic4x.h311 #define A_CLASS_INSN(name, opcode, level) \ argument
324 #define AB_CLASS_INSN(name, opcode, level) \ argument
336 #define AU_CLASS_INSN(name, opcode, level) \ argument
348 #define AF_CLASS_INSN(name, opcode, level) \ argument
359 #define A2_CLASS_INSN(name, opcode, level) \ argument
369 #define A3_CLASS_INSN(name, opcode, level) \ argument
381 #define A6_CLASS_INSN(name, opcode, level) \ argument
391 #define A7_CLASS_INSN(name, opcode, level) \ argument
415 #define B_CLASS_INSN(name, opcode, level) \ argument
677 { name, opcode, 0xffe0ffff, "R", level }
[all …]
/netbsd/external/gpl3/binutils/dist/include/opcode/
H A Dtic4x.h311 #define A_CLASS_INSN(name, opcode, level) \ argument
324 #define AB_CLASS_INSN(name, opcode, level) \ argument
336 #define AU_CLASS_INSN(name, opcode, level) \ argument
348 #define AF_CLASS_INSN(name, opcode, level) \ argument
359 #define A2_CLASS_INSN(name, opcode, level) \ argument
369 #define A3_CLASS_INSN(name, opcode, level) \ argument
381 #define A6_CLASS_INSN(name, opcode, level) \ argument
391 #define A7_CLASS_INSN(name, opcode, level) \ argument
415 #define B_CLASS_INSN(name, opcode, level) \ argument
677 { name, opcode, 0xffe0ffff, "R", level }
[all …]
/netbsd/external/gpl3/gdb.old/dist/include/opcode/
H A Dtic4x.h311 #define A_CLASS_INSN(name, opcode, level) \ argument
324 #define AB_CLASS_INSN(name, opcode, level) \ argument
336 #define AU_CLASS_INSN(name, opcode, level) \ argument
348 #define AF_CLASS_INSN(name, opcode, level) \ argument
359 #define A2_CLASS_INSN(name, opcode, level) \ argument
369 #define A3_CLASS_INSN(name, opcode, level) \ argument
381 #define A6_CLASS_INSN(name, opcode, level) \ argument
391 #define A7_CLASS_INSN(name, opcode, level) \ argument
415 #define B_CLASS_INSN(name, opcode, level) \ argument
677 { name, opcode, 0xffe0ffff, "R", level }
[all …]
/netbsd/sys/external/bsd/drm/dist/scripts/
H A Ddrm-scripts-gentree.pl104 my $level=0;
130 $level++;
138 $level++;
144 $level++;
165 $level--;
169 if ($state{$level} eq 'if' && !$if{$level}) {
184 $level++;
187 $level--;
190 $if{$level} = !$if{$level} if ($state{$level} eq 'if');
193 $level++;
[all …]
/netbsd/sys/arch/aarch64/aarch64/
H A Dcpufunc.c135 level < MAX_CACHE_LEVEL; level++, clidr >>= 3) { in aarch64_getcacheinfo()
302 int level; in aarch64_printcacheinfo() local
304 for (level = 0; level < MAX_CACHE_LEVEL; level++) in aarch64_printcacheinfo()
372 int level; in aarch64_dcache_wbinv_all() local
374 for (level = 0; level < MAX_CACHE_LEVEL; level++) { in aarch64_dcache_wbinv_all()
379 ln_dcache_wbinv_all(level, &cinfo[level].dcache); in aarch64_dcache_wbinv_all()
391 int level; in aarch64_dcache_inv_all() local
393 for (level = 0; level < MAX_CACHE_LEVEL; level++) { in aarch64_dcache_inv_all()
398 ln_dcache_inv_all(level, &cinfo[level].dcache); in aarch64_dcache_inv_all()
412 for (level = 0; level < MAX_CACHE_LEVEL; level++) { in aarch64_dcache_wb_all()
[all …]
/netbsd/external/ibm-public/postfix/dist/src/global/
H A Dcompat_level_expand.in3 ${ {$compatibility_level} ==level {3.0} ? {good} : {bad} }
4 ${ {$compatibility_level} !=level {3.0} ? {bad} : {good} }
5 ${ {$compatibility_level} ==level {3.10} ? {bad} : {good} }
7 ${ {$compatibility_level} <level {4} ? {good} : {bad} }
8 ${ {$compatibility_level} <=level {4} ? {good} : {bad} }
9 ${ {$compatibility_level} <level {2} ? {bad} : {good} }
12 ${ {$compatibility_level} >level {4} ? {bad} : {good} }
21 ${ {3} >level {3.2} ? {bad} : {good} }
23 ${ {3} <level {3.2} ? {good} : {bad} }
25 ${ {3.10} >level {3.2} ? {good} : {bad} }
[all …]
H A Dcompat_level_expand.ref3 << ${ {$compatibility_level} ==level {3.0} ? {good} : {bad} }
5 << ${ {$compatibility_level} !=level {3.0} ? {bad} : {good} }
7 << ${ {$compatibility_level} ==level {3.10} ? {bad} : {good} }
11 << ${ {$compatibility_level} <level {4} ? {good} : {bad} }
13 << ${ {$compatibility_level} <=level {4} ? {good} : {bad} }
15 << ${ {$compatibility_level} <level {2} ? {bad} : {good} }
21 << ${ {$compatibility_level} >level {4} ? {bad} : {good} }
42 << ${ {3} >level {3.2} ? {bad} : {good} }
46 << ${ {3} <level {3.2} ? {good} : {bad} }
50 << ${ {3.10} >level {3.2} ? {good} : {bad} }
[all …]
H A Dcompat_level_convert.ref3 unknown: warning: malformed compatibility level syntax: "3.2.1.0"
4 unknown: warning: malformed compatibility level syntax: "3a.2.1"
5 unknown: warning: malformed compatibility level syntax: "a3.2.1"
6 unknown: warning: malformed compatibility level syntax: "3.a2.1"
7 unknown: warning: malformed compatibility level syntax: "3.2a.1"
8 unknown: warning: malformed compatibility level syntax: "3.2a.a1"
9 unknown: warning: malformed compatibility level syntax: "3.2a.1a"
12 unknown: warning: malformed compatibility level syntax: "3."
13 unknown: warning: malformed compatibility level syntax: "3.2."
14 unknown: warning: malformed compatibility level syntax: "3.1.1."
[all …]
/netbsd/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/
H A Drockchip-pinconf.dtsi23 pcfg_pull_none_drv_level_0: pcfg-pull-none-drv-level-0 {
29 pcfg_pull_none_drv_level_1: pcfg-pull-none-drv-level-1 {
35 pcfg_pull_none_drv_level_2: pcfg-pull-none-drv-level-2 {
41 pcfg_pull_none_drv_level_3: pcfg-pull-none-drv-level-3 {
119 pcfg_pull_up_drv_level_0: pcfg-pull-up-drv-level-0 {
125 pcfg_pull_up_drv_level_1: pcfg-pull-up-drv-level-1 {
131 pcfg_pull_up_drv_level_2: pcfg-pull-up-drv-level-2 {
137 pcfg_pull_up_drv_level_3: pcfg-pull-up-drv-level-3 {
143 pcfg_pull_up_drv_level_4: pcfg-pull-up-drv-level-4 {
149 pcfg_pull_up_drv_level_5: pcfg-pull-up-drv-level-5 {
[all …]
/netbsd/tests/ipf/regress/
H A Di191 block in quick log level user.debug proto icmp all
2 block in quick log level mail.info proto icmp all
3 block in quick log level daemon.notice proto icmp all
4 block in quick log level auth.warn proto icmp all
5 block in quick log level syslog.err proto icmp all
6 block in quick log level lpr.crit proto icmp all
7 block in quick log level news.alert proto icmp all
8 block in quick log level uucp.emerg proto icmp all
9 block in quick log level cron.debug proto icmp all
10 block in quick log level ftp.info proto icmp all
[all …]
/netbsd/external/gpl2/lvm2/dist/lib/misc/
H A Dlvm-globals.c61 _verbose_level = level; in init_verbose()
64 void init_test(int level) in init_test() argument
66 if (!_test && level) in init_test()
68 _test = level; in init_test()
73 _md_filtering = level; in init_md_filtering()
76 void init_pvmove(int level) in init_pvmove() argument
78 _pvmove = level; in init_pvmove()
83 _full_scan_done = level; in init_full_scan_done()
98 _security_level = level; in init_security_level()
200 void init_debug(int level) in init_debug() argument
[all …]
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dm2-typeprint.c56 int show, int level);
60 int show, int level,
75 int show, int level, in m2_print_type() argument
131 m2_enum (type, stream, show, level); in m2_print_type()
268 int show, int level) in m2_unknown() argument
328 show - 1, level, 0); in m2_short_set()
332 show - 1, level, 1); in m2_short_set()
461 stream, show - 1, level, 0); in m2_long_set()
466 stream, show - 1, level, 1); in m2_long_set()
521 "", stream, 0, level, flags); in m2_unbounded_array()
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dm2-typeprint.c56 int show, int level);
60 int show, int level,
75 int show, int level, in m2_print_type() argument
131 m2_enum (type, stream, show, level); in m2_print_type()
268 int show, int level) in m2_unknown() argument
328 show - 1, level, 0); in m2_short_set()
332 show - 1, level, 1); in m2_short_set()
461 stream, show - 1, level, 0); in m2_long_set()
466 stream, show - 1, level, 1); in m2_long_set()
521 "", stream, 0, level, flags); in m2_unbounded_array()
[all …]
/netbsd/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dgen.c589 space(level); in define_asn1()
599 space(level); in define_asn1()
637 space(level); in define_asn1()
674 space(level); in define_asn1()
678 space(level); in define_asn1()
682 space(level); in define_asn1()
686 space(level); in define_asn1()
690 space(level); in define_asn1()
694 space(level); in define_asn1()
698 space(level); in define_asn1()
[all …]
/netbsd/tests/ipf/expected/
H A Di19.dist1 block in log level user.debug quick proto icmp from any to any
2 block in log level mail.info quick proto icmp from any to any
3 block in log level daemon.notice quick proto icmp from any to any
4 block in log level auth.warn quick proto icmp from any to any
5 block in log level syslog.err quick proto icmp from any to any
6 block in log level lpr.crit quick proto icmp from any to any
7 block in log level news.alert quick proto icmp from any to any
8 block in log level uucp.emerg quick proto icmp from any to any
9 block in log level cron.debug quick proto icmp from any to any
10 block in log level ftp.info quick proto icmp from any to any
[all …]
/netbsd/external/bsd/wpa/dist/src/utils/
H A Dwpa_debug.c47 if (level == MSG_ERROR) in wpa_to_android_level()
49 if (level == MSG_WARNING) in wpa_to_android_level()
51 if (level == MSG_INFO) in wpa_to_android_level()
110 switch (level) { in syslog_priority()
214 if (level >= wpa_debug_level) { in wpa_printf()
279 if (level < wpa_debug_level) in _wpa_hexdump()
421 if (level < wpa_debug_level) in _wpa_hexdump_ascii()
724 wpa_printf(level, "%s", buf); in wpa_msg_global()
779 wpa_printf(level, "%s", buf); in wpa_msg_no_global()
806 wpa_printf(level, "%s", buf); in wpa_msg_global_only()
[all …]
H A Dwpa_debug.h75 void wpa_printf(int level, const char *fmt, ...)
91 static inline void wpa_hexdump_buf(int level, const char *title, in wpa_hexdump_buf() argument
94 wpa_hexdump(level, title, buf ? wpabuf_head(buf) : NULL, in wpa_hexdump_buf()
113 static inline void wpa_hexdump_buf_key(int level, const char *title, in wpa_hexdump_buf_key() argument
116 wpa_hexdump_key(level, title, buf ? wpabuf_head(buf) : NULL, in wpa_hexdump_buf_key()
133 void wpa_hexdump_ascii(int level, const char *title, const void *buf,
202 void wpa_msg_ctrl(void *ctx, int level, const char *fmt, ...)
218 void wpa_msg_global(void *ctx, int level, const char *fmt, ...)
247 void wpa_msg_no_global(void *ctx, int level, const char *fmt, ...)
293 unsigned int module, int level,
[all …]
/netbsd/sys/arch/sparc/sparc/
H A Dintr.c570 check_tv(int level) in check_tv() argument
586 level, in check_tv()
605 if (level == 1 || level == 4 || level == 6) in inst_fasttrap()
610 check_tv(level); in inst_fasttrap()
674 classipl = level; in intr_establish()
687 if (level == 1 || level == 4 || level == 6) in intr_establish()
698 level); in intr_establish()
701 intrhand[level] == NULL && sintrhand[level] == NULL) { in intr_establish()
708 classipl, level); in intr_establish()
786 if (level >= 1 && level < 4) { in sparc_softintr_establish()
[all …]
/netbsd/sys/arch/arm/ofw/
H A Dofw_irqhandler.c112 int level; in irq_claim() local
173 level = ptr->ih_level - 1; in irq_claim()
176 level = ptr->ih_level - 1; in irq_claim()
179 while (level >= 0) { in irq_claim()
181 --level; in irq_claim()
209 int level; in irq_release() local
255 for (level = 0; level < NIPL; ++level) in irq_release()
264 level = ptr->ih_level - 1; in irq_release()
270 while (level >= 0) { in irq_release()
272 --level; in irq_release()
[all …]
/netbsd/external/bsd/openldap/dist/include/
H A Dldap_log.h158 #define LogTest(level) ( ( ldap_debug | ldap_syslog ) & (level) ) argument
159 #define Log(level, severity, ...) \ argument
161 if ( ldap_debug & (level) ) \
163 if ( ldap_syslog & (level) ) \
169 #define LogTest(level) ( ldap_debug & (level) ) argument
170 #define Log(level, severity, ...) \ argument
172 if ( ldap_debug & (level) ) \
181 #define LogTest(level) ( 0 ) argument
182 #define Log(level, severity, ...) ((void) 0) argument
186 #define Debug(level, ...) \ argument
[all …]
/netbsd/external/gpl2/texinfo/dist/makeinfo/
H A Dsectioning.c109 for (i = 0; i < level; i++) in get_sectioning_number()
139 set_top_section_level (int level) in set_top_section_level() argument
147 section_alist[i].level = level; in set_top_section_level()
308 for (i = level; i < 3; i++) in handle_enum_increment()
311 numbers[level]++; in handle_enum_increment()
324 int level; in sectioning_underscore() local
335 level -= 2; in sectioning_underscore()
336 if (level < 0) in sectioning_underscore()
337 level = 0; in sectioning_underscore()
363 xml_close_sections (level); in sectioning_underscore()
[all …]
/netbsd/external/mit/lua/dist/src/
H A Dlfunc.c91 UpVal *luaF_findupval (lua_State *L, StkId level) { in luaF_findupval() argument
102 return newupval(L, level, pp); in luaF_findupval()
172 void luaF_newtbcupval (lua_State *L, StkId level) { in luaF_newtbcupval() argument
173 lua_assert(level > L->tbclist.p); in luaF_newtbcupval()
174 if (l_isfalse(s2v(level))) in luaF_newtbcupval()
181 level->tbclist.delta = cast(unsigned short, level - L->tbclist.p); in luaF_newtbcupval()
182 L->tbclist.p = level; in luaF_newtbcupval()
197 void luaF_closeupval (lua_State *L, StkId level) { in luaF_closeupval() argument
232 ptrdiff_t levelrel = savestack(L, level); in luaF_close()
238 level = restorestack(L, levelrel); in luaF_close()
[all …]
/netbsd/sys/arch/x86/x86/
H A Dx86_softintr.c166 int irq, level; in x86_intr_calculatemasks() local
186 for (level = 0; level < NIPL; level++) { in x86_intr_calculatemasks()
189 if (intrlevel[irq] & (1ULL << level)) in x86_intr_calculatemasks()
191 ci->ci_imask[level] = irqs | unusedirqs; in x86_intr_calculatemasks()
194 for (level = 0; level<(NIPL-1); level++) in x86_intr_calculatemasks()
195 ci->ci_imask[level+1] |= ci->ci_imask[level]; in x86_intr_calculatemasks()
214 for (level = 0; level < NIPL; level++) in x86_intr_calculatemasks()
215 ci->ci_iunmask[level] = ~ci->ci_imask[level]; in x86_intr_calculatemasks()
246 softint_init_md(lwp_t *l, u_int level, uintptr_t *machdep) in softint_init_md() argument
259 switch (level) { in softint_init_md()
/netbsd/usr.sbin/installboot/
H A Dffs.c136 } level[LEVELS]; in ffs_find_disk_blocks_ufs1() local
178 level[1].blkcount = 1; in ffs_find_disk_blocks_ufs1()
180 level[2].blkcount = 1; in ffs_find_disk_blocks_ufs1()
182 level[3].blkcount = 1; in ffs_find_disk_blocks_ufs1()
199 level[level_i].blkcount--; in ffs_find_disk_blocks_ufs1()
222 level[level_i].blknums = in ffs_find_disk_blocks_ufs1()
273 } level[LEVELS]; in ffs_find_disk_blocks_ufs2() local
315 level[1].blkcount = 1; in ffs_find_disk_blocks_ufs2()
317 level[2].blkcount = 1; in ffs_find_disk_blocks_ufs2()
319 level[3].blkcount = 1; in ffs_find_disk_blocks_ufs2()
[all …]

12345678910>>...149