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

/freebsd-12-stable/usr.bin/top/
H A Ddisplay.h8 struct statics;
10 int display_updatecpus(struct statics *statics);
16 int display_init(struct statics *statics);
H A Dmachine.h22 * the statics struct is filled in by machine_init
24 struct statics struct
88 int machine_init(struct statics *statics);
H A Ddisplay.c159 display_updatecpus(struct statics *statics) argument
167 num_cpus = statics->ncpus;
184 display_init(struct statics * statics) argument
191 lines = display_updatecpus(statics);
197 procstate_names = statics->procstate_names;
202 cpustate_names = statics->cpustate_names;
204 swap_names = statics->swap_names;
210 lcpustates = calloc(num_cpustates * sizeof(int), statics
[all...]
H A Dtop.c228 struct statics statics; local
495 if (machine_init(&statics) == -1)
503 if ((order_index = string_index(order_name, statics.order_names)) == -1)
509 pp = statics.order_names;
526 if ((max_topn = display_init(&statics)) == -1)
1028 if ((i = string_index(tempbuf2, statics.order_names)) == -1)
1105 max_topn = display_updatecpus(&statics);
H A Dmachine.c273 machine_init(struct statics *statics) argument
326 /* fill in the statics information */
327 statics->procstate_names = procstatenames;
328 statics->cpustate_names = cpustatenames;
329 statics->memory_names = memorynames;
331 statics->arc_names = arcnames;
333 statics->arc_names = NULL;
335 statics->carc_names = carcnames;
337 statics
[all...]
/freebsd-12-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-12-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-12-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-12-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-12-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-12-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-12-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-12-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-12-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-12-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c10670 dtrace_statvar_t **statics;
10679 statics = kmem_zalloc(newsize, KM_SLEEP);
10682 bcopy(*svarp, statics, oldsize);
10686 *svarp = statics;

Completed in 477 milliseconds