Searched refs:statics (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/contrib/top/
H A Ddisplay.h10 int display_updatecpus(struct statics *statics);
17 int display_init(struct statics *statics);
H A Dmachine.h16 * the statics struct is filled in by machine_init
18 struct statics struct
89 int machine_init(struct statics *statics, char do_unames);
H A Ddisplay.c164 int display_updatecpus(statics)
166 struct statics *statics;
176 num_cpus = statics->ncpus;
196 int display_init(statics)
198 struct statics *statics;
206 lines = display_updatecpus(statics);
212 procstate_names = statics->procstate_names;
216 cpustate_names = statics
[all...]
H A Dtop.c253 struct statics statics; local
579 if (machine_init(&statics, do_unames) == -1)
588 if ((order_index = string_index(order_name, statics.order_names)) == -1)
595 pp = statics.order_names;
621 if ((max_topn = display_init(&statics)) == -1)
1152 if ((i = string_index(tempbuf2, statics.order_names)) == -1)
1230 max_topn = display_updatecpus(&statics);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBlock.h58 bool locals, bool statics,
62 bool locals, bool statics);
H A DSBFrame.h140 lldb::SBValueList GetVariables(bool arguments, bool locals, bool statics,
143 lldb::SBValueList GetVariables(bool arguments, bool locals, bool statics,
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBBlock.cpp247 bool locals, bool statics,
252 arguments, locals, statics, use_dynamic);
271 add_variable = statics;
304 bool locals, bool statics) {
307 locals, statics);
328 add_variable = statics;
246 GetVariables(lldb::SBFrame &frame, bool arguments, bool locals, bool statics, lldb::DynamicValueType use_dynamic) argument
303 GetVariables(lldb::SBTarget &target, bool arguments, bool locals, bool statics) argument
H A DSBVariablesOptions.cpp166 void SBVariablesOptions::SetIncludeStatics(bool statics) { argument
168 statics);
170 m_opaque_up->SetIncludeStatics(statics);
H A DSBFrame.cpp751 SBValueList SBFrame::GetVariables(bool arguments, bool locals, bool statics, argument
754 (bool, bool, bool, bool), arguments, locals, statics,
772 options.SetIncludeStatics(statics);
783 bool statics, bool in_scope_only,
787 arguments, locals, statics, in_scope_only, use_dynamic);
798 options.SetIncludeStatics(statics);
816 const bool statics = options.GetIncludeStatics(); local
846 add_variable = statics;
782 GetVariables(bool arguments, bool locals, bool statics, bool in_scope_only, lldb::DynamicValueType use_dynamic) argument
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBBlock.i94 bool statics,
101 bool statics);
H A DSBFrame.i218 bool statics,
224 bool statics,
354 statics = property(get_statics, None, doc='''A read only property that returns a list() that contains a collection of lldb.SBValue objects that represent the static variables in this stack frame.''')
/freebsd-11-stable/usr.bin/top/
H A Dmachine.c327 machine_init(struct statics *statics, char do_unames) argument
387 /* fill in the statics information */
388 statics->procstate_names = procstatenames;
389 statics->cpustate_names = cpustatenames;
390 statics->memory_names = memorynames;
392 statics->arc_names = arcnames;
394 statics->arc_names = NULL;
396 statics->carc_names = carcnames;
398 statics
[all...]
/freebsd-11-stable/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.spec49 - Permit for stacking of more than one instance of this module (no statics).
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dmips-dis.c1828 int amask, args, statics;
1841 statics = 0;
1846 statics = 4;
1851 statics = amask & 3;
1900 if (statics == 1)
1902 else if (statics > 0)
1904 mips_gpr_names[7 - statics + 1],
1823 int amask, args, statics; local
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3627 // Generate statics list:
3628 llvm::Constant *statics = NULLPtr; local
3653 statics = allStaticsArray.finishAndCreateGlobal(".objc_statics_ptr",
3655 statics = llvm::ConstantExpr::getBitCast(statics, PtrTy);
3744 classList.add(statics);
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c10526 int args = 0, statics = 0, sregs = 0;
10583 /* statics $a0-$a3 */
10584 statics |= 1 << (reg1 - 4);
10606 /* Encode args/statics combination. */
10607 if (args & statics)
10612 else if (statics == 0xf)
10613 /* All $a0-$a3 are statics. */
10629 while (statics & 0x8)
10631 statics = (statics <<
10519 int args = 0, statics = 0, sregs = 0; local
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dstabs.c2013 bfd_boolean statics; local
2025 || ! parse_stab_struct_fields (dhandle, info, pp, &fields, &statics)
2031 if (! statics
/freebsd-11-stable/contrib/gcc/cp/
H A Ddecl.c850 VEC(tree,gc) *statics = level->static_decls;
851 tree *vec = VEC_address (tree, statics);
852 int len = VEC_length (tree, statics);
5051 /* We defer emission of local statics until the corresponding
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c10589 dtrace_statvar_t **statics;
10598 statics = kmem_zalloc(newsize, KM_SLEEP);
10601 bcopy(*svarp, statics, oldsize);
10605 *svarp = statics;

Completed in 348 milliseconds