| /freebsd-12.1/contrib/bearssl/T0/ |
| H A D | WordBuilder.cs | 45 Dictionary<string, int> locals; field in WordBuilder 63 locals = new Dictionary<string, int>(); in WordBuilder() 80 Word w = new WordInterpreted(TC, name, locals.Count, in Build() 213 if (locals.TryGetValue(lname, out lnum)) { in Call() 248 if (locals.TryGetValue(name, out lnum)) { in GetLocal() 262 if (locals.TryGetValue(name, out lnum)) { in PutLocal() 274 if (locals.ContainsKey(lname)) { in DefLocal() 278 locals[lname] = locals.Count; in DefLocal()
|
| H A D | CPU.cs | 154 return rsp.locals[num]; in GetLocal() 162 rsp.locals[num] = v; in PutLocal() 173 internal TValue[] locals; field in CPU.Frame 178 locals = new TValue[numLocals]; in Frame()
|
| /freebsd-12.1/crypto/openssl/crypto/ |
| H A D | init.c | 422 if (locals == NULL) in ossl_init_thread_stop() 425 if (locals->async) { in ossl_init_thread_stop() 433 if (locals->err_state) { in ossl_init_thread_stop() 441 if (locals->rand) { in ossl_init_thread_stop() 449 OPENSSL_free(locals); in ossl_init_thread_stop() 460 struct thread_local_inits_st *locals; in ossl_init_thread_start() local 465 locals = ossl_init_get_thread_local(1); in ossl_init_thread_start() 467 if (locals == NULL) in ossl_init_thread_start() 475 locals->async = 1; in ossl_init_thread_start() 483 locals->err_state = 1; in ossl_init_thread_start() [all …]
|
| /freebsd-12.1/contrib/gdb/gdb/mi/ |
| H A D | mi-cmd-stack.c | 34 static void list_args_or_locals (int locals, int values, struct frame_info *fi); 230 list_args_or_locals (int locals, int values, struct frame_info *fi) in list_args_or_locals() argument 244 cleanup_list = make_cleanup_ui_out_list_begin_end (uiout, locals ? "locals" : "args"); in list_args_or_locals() 273 if (!locals) in list_args_or_locals() 282 if (locals) in list_args_or_locals() 295 if (!locals) in list_args_or_locals()
|
| /freebsd-12.1/stand/ficl/softwords/ |
| H A D | jhlocal.fr | 8 \ Uses locals... 58 0 dup locals| locstate | 60 \ stack locals until we hit a delimiter 68 \ now unstack the locals 73 \ zero locals until -- or }
|
| H A D | softcore.fr | 73 : locals| ( name...name | -- ) 88 : end-locals ( -- ) 0 0 (local) ; immediate 179 0 locals| addr2 length c-addr | end-locals 191 0 locals| b-length b-u b-addr a-u a-addr | end-locals 198 locals| b-u b-addr a-u a-addr | end-locals
|
| H A D | fileaccess.fr | 16 locals| f | end-locals
|
| H A D | ficllocal.fr | 6 \ Uses locals... 21 0 dup locals| nLocs locstate |
|
| H A D | oo.fr | 280 locals| meta class offset | 406 locals| meta parent | 415 locals| meta parent nobj | 436 locals| meta class | 444 locals| meta class nobj | 501 locals| wid meta parent | 532 locals| meta class | 543 locals| meta class | 658 locals| class inst | 665 locals| class inst | [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBBlock.cpp | 200 bool locals, bool statics, in GetVariables() argument 227 add_variable = locals; in GetVariables() 252 bool locals, bool statics) { in GetVariables() argument 280 add_variable = locals; in GetVariables()
|
| H A D | SBVariablesOptions.cpp | 120 void SBVariablesOptions::SetIncludeLocals(bool locals) { in SetIncludeLocals() argument 121 m_opaque_ap->SetIncludeLocals(locals); in SetIncludeLocals()
|
| H A D | SBFrame.cpp | 902 SBValueList SBFrame::GetVariables(bool arguments, bool locals, bool statics, in GetVariables() argument 918 options.SetIncludeLocals(locals); in GetVariables() 929 lldb::SBValueList SBFrame::GetVariables(bool arguments, bool locals, in GetVariables() argument 940 options.SetIncludeLocals(locals); in GetVariables() 962 const bool locals = options.GetIncludeLocals(); in GetVariables() local 972 arguments, recognized_arguments, locals, statics, in_scope_only, in GetVariables() 1004 add_variable = locals; in GetVariables()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBBlock.h | 57 bool locals, bool statics, 61 bool locals, bool statics);
|
| H A D | SBFrame.h | 139 lldb::SBValueList GetVariables(bool arguments, bool locals, bool statics, 142 lldb::SBValueList GetVariables(bool arguments, bool locals, bool statics,
|
| /freebsd-12.1/contrib/cortex-strings/scripts/ |
| H A D | plot-align.py | 50 …lab.title('Performance of different variants of %(function)s for %(bytes)d byte blocks' % locals()) 55 pylab.savefig('alignment-%(function)s-%(bytes)d.png' % locals(), dpi=72)
|
| H A D | plot-sizes.py | 88 pylab.title('%(function)s of %(aalignment)s byte aligned blocks' % locals())
|
| H A D | bench.py | 66 …d)s%(variant)s -t %(function)s -c %(bytes)s -l %(loops)s -a %(alignment)s -r %(run_id)s' % locals()
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | i386-tdep.c | 292 long locals; member 318 cache->locals = -1; in i386_alloc_frame_cache() 555 cache->locals = 0; in i386_analyze_frame_setup() 578 cache->locals = read_memory_integer (pc + 5, 1); in i386_analyze_frame_setup() 589 cache->locals = read_memory_integer (pc + 5, 4); in i386_analyze_frame_setup() 600 cache->locals = read_memory_unsigned_integer (pc + 1, 2); in i386_analyze_frame_setup() 620 if (cache->locals > 0) in i386_analyze_register_saves() 621 offset -= cache->locals; in i386_analyze_register_saves() 690 cache.locals = -1; in i386_skip_prologue() 692 if (cache.locals < 0) in i386_skip_prologue() [all …]
|
| H A D | buildsym.h | 133 struct pending *locals; member
|
| /freebsd-12.1/crypto/openssl/crypto/bn/asm/ |
| H A D | sparcv9-gf2m.pl | 31 $locals=16*8; 79 save %sp,-STACK_FRAME-$locals,%sp
|
| H A D | sparcv9a-mont.pl | 72 $locals=64; 134 save %sp,-$frame-$locals,%sp 161 add %sp,$bias+$frame+$locals,$tp 508 add %sp,$bias+$frame+$locals,$tp
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 1063 PythonDictionary locals = GetSessionDictionary(); in ExecuteOneLineWithReturn() local 1065 if (!locals.IsValid()) { in ExecuteOneLineWithReturn() 1066 locals.Reset( in ExecuteOneLineWithReturn() 1071 if (!locals.IsValid()) in ExecuteOneLineWithReturn() 1072 locals = globals; in ExecuteOneLineWithReturn() 1083 globals.get(), locals.get())); in ExecuteOneLineWithReturn() 1217 PythonDictionary locals = GetSessionDictionary(); in ExecuteMultipleLines() local 1219 if (!locals.IsValid()) in ExecuteMultipleLines() 1220 locals.Reset( in ExecuteMultipleLines() 1224 if (!locals.IsValid()) in ExecuteMultipleLines() [all …]
|
| /freebsd-12.1/crypto/openssl/crypto/sha/asm/ |
| H A D | sha512-sparcv9.pl | 77 $locals=16*$SZ; # X[16] 103 $locals=0; # X[16] is register resident 669 save %sp,-STACK_FRAME-$locals,%sp
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrFormats.td | 42 // locals or stack locations. Each use and def of the register corresponds to an
|
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | debug.c | 418 struct debug_namespace *locals; member 651 nsp = &info->current_block->locals; in debug_add_to_current_namespace() 1152 nsp = &info->current_block->locals; in debug_record_variable() 1958 if (b->locals != NULL) in debug_find_named_type() 1962 for (n = b->locals->list; n != NULL; n = n->next) in debug_find_named_type() 2860 if (block->locals != NULL || block->parent == NULL) in debug_write_block() 2866 if (block->locals != NULL) in debug_write_block() 2868 for (n = block->locals->list; n != NULL; n = n->next) in debug_write_block() 2884 if (block->locals != NULL || block->parent == NULL) in debug_write_block()
|