Home
last modified time | relevance | path

Searched refs:statics (Results 1 – 25 of 59) sorted by relevance

123

/freebsd-11-stable/contrib/top/
HDdisplay.c164 int display_updatecpus(statics) in display_updatecpus() argument
166 struct statics *statics; in display_updatecpus()
176 num_cpus = statics->ncpus;
196 int display_init(statics) in display_init() argument
198 struct statics *statics; in display_init()
206 lines = display_updatecpus(statics);
212 procstate_names = statics->procstate_names;
216 cpustate_names = statics->cpustate_names;
218 swap_names = statics->swap_names;
222 lcpustates = (int *)malloc(num_cpustates * sizeof(int) * statics->ncpus);
[all …]
HDdisplay.h10 int display_updatecpus(struct statics *statics);
17 int display_init(struct statics *statics);
HDmachine.h18 struct statics struct
89 int machine_init(struct statics *statics, char do_unames);
HDtop.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);
HDm-template67 machine_init(statics)
69 struct statics *statics;
HDPorting54 The statics struct is filled in by machine_init. Each item is a
58 struct statics
81 _names array in the statics structure. Furthermore, if an entry in a
95 int machine_init(struct statics *)
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBBlock.cpp247 bool locals, bool statics, in GetVariables() argument
252 arguments, locals, statics, use_dynamic); in GetVariables()
271 add_variable = statics; in GetVariables()
304 bool locals, bool statics) { in GetVariables() argument
307 locals, statics); in GetVariables()
328 add_variable = statics; in GetVariables()
HDSBVariablesOptions.cpp166 void SBVariablesOptions::SetIncludeStatics(bool statics) { in SetIncludeStatics() argument
168 statics); in SetIncludeStatics()
170 m_opaque_up->SetIncludeStatics(statics); in SetIncludeStatics()
HDSBFrame.cpp751 SBValueList SBFrame::GetVariables(bool arguments, bool locals, bool statics, in GetVariables() argument
754 (bool, bool, bool, bool), arguments, locals, statics, in GetVariables()
772 options.SetIncludeStatics(statics); in GetVariables()
783 bool statics, bool in_scope_only, in GetVariables() argument
787 arguments, locals, statics, in_scope_only, use_dynamic); in GetVariables()
798 options.SetIncludeStatics(statics); in GetVariables()
816 const bool statics = options.GetIncludeStatics(); in GetVariables() local
846 add_variable = statics; in GetVariables()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBBlock.h58 bool locals, bool statics,
62 bool locals, bool statics);
HDSBFrame.h140 lldb::SBValueList GetVariables(bool arguments, bool locals, bool statics,
143 lldb::SBValueList GetVariables(bool arguments, bool locals, bool statics,
/freebsd-11-stable/usr.bin/top/
HDmachine.c327 machine_init(struct statics *statics, char do_unames) in machine_init() argument
388 statics->procstate_names = procstatenames; in machine_init()
389 statics->cpustate_names = cpustatenames; in machine_init()
390 statics->memory_names = memorynames; in machine_init()
392 statics->arc_names = arcnames; in machine_init()
394 statics->arc_names = NULL; in machine_init()
396 statics->carc_names = carcnames; in machine_init()
398 statics->carc_names = NULL; in machine_init()
399 statics->swap_names = swapnames; in machine_init()
401 statics->order_names = ordernames; in machine_init()
[all …]
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBFrame.i218 bool statics,
224 bool statics,
354statics = property(get_statics, None, doc='''A read only property that returns a list() that conta…
HDSBBlock.i94 bool statics,
101 bool statics);
/freebsd-11-stable/contrib/binutils/opcodes/
HDmips-dis.c1823 int amask, args, statics; in print_mips16_insn_arg() local
1836 statics = 0; in print_mips16_insn_arg()
1841 statics = 4; in print_mips16_insn_arg()
1846 statics = amask & 3; in print_mips16_insn_arg()
1895 if (statics == 1) in print_mips16_insn_arg()
1897 else if (statics > 0) in print_mips16_insn_arg()
1899 mips_gpr_names[7 - statics + 1], in print_mips16_insn_arg()
/freebsd-11-stable/contrib/pam_modules/pam_passwdqc/
HDpam_passwdqc.spec49 - Permit for stacking of more than one instance of this module (no statics).
/freebsd-11-stable/contrib/gcc/
HDc.opt746 fthreadsafe-statics
748 -fno-threadsafe-statics Do not generate thread-safe code for initializing local statics
HDconfig.in28 destructors for local statics and global objects. This is essential for
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGObjCGNU.cpp3628 llvm::Constant *statics = NULLPtr; in ModuleInitFunction() local
3653 statics = allStaticsArray.finishAndCreateGlobal(".objc_statics_ptr", in ModuleInitFunction()
3655 statics = llvm::ConstantExpr::getBitCast(statics, PtrTy); in ModuleInitFunction()
3744 classList.add(statics); in ModuleInitFunction()
/freebsd-11-stable/contrib/binutils/binutils/
HDstabs.c2013 bfd_boolean statics; in parse_stab_struct_type() local
2025 || ! parse_stab_struct_fields (dhandle, info, pp, &fields, &statics) in parse_stab_struct_type()
2031 if (! statics in parse_stab_struct_type()
/freebsd-11-stable/contrib/binutils/gas/config/
HDtc-mips.c10519 int args = 0, statics = 0, sregs = 0; in mips16_ip() local
10577 statics |= 1 << (reg1 - 4); in mips16_ip()
10600 if (args & statics) in mips16_ip()
10605 else if (statics == 0xf) in mips16_ip()
10622 while (statics & 0x8) in mips16_ip()
10624 statics = (statics << 1) & 0xf; in mips16_ip()
10627 if (statics != 0) in mips16_ip()
/freebsd-11-stable/contrib/gcc/cp/
HDChangeLog-1997835 Lose DECL_C_STATIC and DECL_PUBLIC. Don't pretend statics are public.
1355 * decl.c (cp_finish_decl): If #p i/i, put inline statics in the
1544 * decl.c (cp_finish_decl): Only warn about user-defined statics.
1672 * method.c (hack_identifier): Convert class statics from
1790 statics undefined.
HDChangeLog-1996858 * decl2.c (finish_file): Emit any statics that weren't already.
1228 (joust): Handle comparing statics and non-statics.
3474 (finish_file): Call it to do interface handling for statics.
3478 * decl2.c (finish_file): Don't emit statics we can't generate.
HDChangeLog-19991202 local statics ...
1222 local statics if we don't really have them.
2073 statics actually occur.
5931 (finish_file): Handle template statics properly.
6187 * decl2.c (setup_initp): Give statics with no priority the default
6190 non-prioritized statics.
/freebsd-11-stable/contrib/libstdc++/
DChangeLog-1998764 (these still need work: must be init'd before user statics.)

123