Searched refs:level (Results 276 - 300 of 912) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_die.c112 int ret, level; local
116 level = 1;
126 if (level == 0 || !search_sibling)
130 * Return to previous DIE level.
132 level--;
152 if (search_sibling && level > 0) {
155 /* Advance to next DIE level. */
156 level++;
385 /* Write a null DIE indicating the end of current level. */
/freebsd-11-stable/contrib/ncurses/progs/
H A Ddump_entry.c465 indent_DYN(DYNBUF * buffer, int level) argument
469 for (n = 0; n < level; n++)
498 fmt_complex(TERMTYPE *tterm, const char *capability, char *src, int level) argument
518 /* treat a "%e" as else-if, on the same level */
520 indent_DYN(&tmpbuf, level);
527 indent_DYN(&tmpbuf, level + 1);
530 indent_DYN(&tmpbuf, level + 1);
534 src = fmt_complex(tterm, capability, src, level + 1);
537 indent_DYN(&tmpbuf, level + 1);
539 } else if (level
[all...]
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_barrier.cpp526 kmp_uint32 level; local
544 for (level = 0, offset = 1; offset < num_threads;
545 level += branch_bits, offset <<= branch_bits) {
549 if (((tid >> level) & (branch_factor - 1)) != 0) {
550 kmp_int32 parent_tid = tid & ~((1 << (level + branch_bits)) - 1);
572 for (child = 1, child_tid = tid + (1 << level);
574 child++, child_tid += (1 << level)) {
578 kmp_uint32 next_child_tid = child_tid + (1 << level);
649 kmp_uint32 level; local
709 // Count up to correct level fo
878 int level = team->t.t_level; local
1109 int level = team->t.t_level; local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dannotate.c435 annotate_frame_begin (int level, CORE_ADDR pc)
439 printf_filtered ("\n\032\032frame-begin %d 0x", level);
431 annotate_frame_begin(int level, CORE_ADDR pc) argument
/freebsd-11-stable/contrib/groff/src/preproc/eqn/
H A Dsqrt.cpp177 void sqrt_box::check_tabs(int level) argument
179 p->check_tabs(level + 1);
/freebsd-11-stable/contrib/smbfs/lib/smb/
H A Dnb.c138 * used level values:
144 const char *sname, int level)
149 if (level > 1)
143 nb_ctx_readrcsection(struct rcfile *rcfile, struct nb_ctx *ctx, const char *sname, int level) argument
/freebsd-11-stable/sys/amd64/vmm/io/
H A Dvlapic_priv.h133 * 16 priority levels with at most one vector injected per level.
142 int (*set_intr_ready)(struct vlapic *vlapic, int vector, bool level);
146 void (*set_tmr)(struct vlapic *vlapic, int vector, bool level);
/freebsd-11-stable/lib/libutil/
H A Duucplock.c54 #define GORET(level, val) { err = errno; uuerr = (val); \
55 goto __CONCAT(ret, level); }
/freebsd-11-stable/sbin/atm/atmconfig/
H A Dmain.c50 /* verbosity level */
298 * This function prints the available 0-level help topics from all
329 int level; local
350 level = 999;
356 if (sscanf(line + 1, "%d%99s", &level, key) != 2)
359 if (level < optind) {
361 /* next higher level entry - stop this level */
376 if (level == optind) {
418 /* list all the keys at this level */
[all...]
/freebsd-11-stable/sys/dev/nand/
H A Dnandsim_log.c87 nandsim_log(struct nandsim_chip *chip, int level, const char *fmt, ...) argument
106 if (level <= nandsim_log_level) {
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dread_open_memory.c87 size_t size, size_t read_size, int level)
91 switch (level) {
86 read_open_memory_internal(struct archive *a, const void *buff, size_t size, size_t read_size, int level) argument
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dpcy_tree.c148 X509_POLICY_LEVEL *level; local
244 level = tree->levels;
250 if (!data || !level_add_node(level, data, NULL, tree))
254 level++;
258 level->cert = x;
261 level->flags |= X509_V_FLAG_INHIBIT_ANY;
270 level->flags |= X509_V_FLAG_INHIBIT_ANY;
280 level->flags |= X509_V_FLAG_INHIBIT_MAP;
354 /* Look for matching nodes in previous level */
483 * Prune the tree: delete any child mapped child data on the current level
[all...]
/freebsd-11-stable/share/mk/
H A Dsrc.sys.env.mk21 # Top-level installs should not use meta mode as it may prevent installing
/freebsd-11-stable/usr.sbin/cpucontrol/
H A Dvia.c59 .level = 0,
96 .level = 1, /* Signature. */
H A Damd.c58 .level = 0,
88 .level = 1, /* Request signature. */
/freebsd-11-stable/usr.sbin/autofs/
H A Dlog.c53 log_init(int level) argument
56 log_level = level;
/freebsd-11-stable/usr.sbin/ctld/
H A Dlog.c53 log_init(int level) argument
56 log_level = level;
/freebsd-11-stable/usr.sbin/iscsid/
H A Dlog.c53 log_init(int level) argument
56 log_level = level;
/freebsd-11-stable/sys/contrib/zlib/
H A Dgzwrite.c47 ret = deflateInit2(strm, state->level, Z_DEFLATED,
588 int ZEXPORT gzsetparams(file, level, strategy)
590 int level;
607 if (level == state->level && strategy == state->strategy)
622 deflateParams(strm, level, strategy);
624 state->level = level;
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dbss.h93 /** Noise level */
95 /** Signal level */
96 int level; member in struct:wpa_bss
172 bss->level = new_level;
/freebsd-11-stable/sys/amd64/vmm/
H A Dvmm_lapic.c53 lapic_set_intr(struct vm *vm, int cpu, int vector, bool level) argument
68 if (vlapic_set_intr_ready(vlapic, vector, level))
118 * The PCI specification does not support level triggered
119 * MSI/MSI-X so ignore trigger level in 'msg'.
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h102 bool GetDescription(Stream *s, lldb::DescriptionLevel level);
195 bool GetDescription(Stream *s, lldb::DescriptionLevel level);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepThrough.cpp117 lldb::DescriptionLevel level) {
118 if (level == lldb::eDescriptionLevelBrief)
116 GetDescription(Stream *s, lldb::DescriptionLevel level) argument
H A DThreadPlanStepInstruction.cpp52 lldb::DescriptionLevel level) {
59 if (level == lldb::eDescriptionLevelBrief) {
51 GetDescription(Stream *s, lldb::DescriptionLevel level) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp88 Stream *s, lldb::DescriptionLevel level) {
89 if (level == lldb::eDescriptionLevelBrief)
87 GetDescription( Stream *s, lldb::DescriptionLevel level) argument

Completed in 227 milliseconds

<<11121314151617181920>>