| /freebsd-12.1/contrib/unbound/contrib/ |
| H A D | unbound_munin_ | 117 get_value ( ) { function 158 get_value "time.now" 421 get_value "time.elapsed" 431 get_value $1 502 get_value total.num.cachehits 522 get_value $x 526 get_value histogram.000000.065536.to.000000.131072 528 get_value histogram.000000.131072.to.000000.262144 530 get_value histogram.000000.262144.to.000000.524288 532 get_value histogram.000000.524288.to.000001.000000 [all …]
|
| /freebsd-12.1/tests/sys/cddl/zfs/tests/userquota/ |
| H A D | userquota_004_pos.ksh | 67 typeset user_used=$(get_value "userused@$QUSER1" $QFS) 68 typeset group_used=$(get_value "groupused@$QGROUP" $QFS) 81 user_used=$(get_value "userused@$QUSER1" $QFS) 82 group_used=$(get_value "groupused@$QGROUP" $QFS)
|
| /freebsd-12.1/contrib/openmp/runtime/src/ |
| H A D | kmp_utility.cpp | 155 #define get_value(reg, lo, mask) (((reg) >> (lo)) & (mask)) in __kmp_query_cpuid() macro 158 p->family = get_value(buf.eax, 20, 0xff) + get_value(buf.eax, 8, 0x0f); in __kmp_query_cpuid() 160 (get_value(buf.eax, 16, 0x0f) << 4) + get_value(buf.eax, 4, 0x0f); in __kmp_query_cpuid() 161 p->stepping = get_value(buf.eax, 0, 0x0f); in __kmp_query_cpuid() 163 #undef get_value in __kmp_query_cpuid()
|
| /freebsd-12.1/contrib/bearssl/test/ |
| H A D | test_x509.c | 1150 name = get_value(objtype, objdata, linenum, "name"); in parse_object() 1155 stype = get_value(objtype, objdata, linenum, "type"); in parse_object() 1160 sn = get_value(objtype, objdata, linenum, "n"); in parse_object() 1161 se = get_value(objtype, objdata, linenum, "e"); in parse_object() 1171 sc = get_value(objtype, objdata, linenum, "curve"); in parse_object() 1172 sq = get_value(objtype, objdata, linenum, "q"); in parse_object() 1198 kname = get_value(objtype, objdata, linenum, "key"); in parse_object() 1199 tatype = get_value(objtype, objdata, linenum, "type"); in parse_object() 1227 get_value(objtype, objdata, linenum, "anchors")); in parse_object() 1229 get_value(objtype, objdata, linenum, "chain")); in parse_object() [all …]
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | tree-ssa-ccp.c | 400 get_value (tree var, bool may_use_default_p) in get_value() function 508 prop_value_t *val = get_value (use, true); in likely_value() 562 get_value (def, false)->lattice_val = VARYING; in ccp_initialize() 729 old_val = get_value (PHI_RESULT (phi), false); in ccp_visit_phi_node() 789 arg_val = *(get_value (arg, true)); in ccp_visit_phi_node() 852 return get_value (rhs, true)->value; in ccp_fold() 885 prop_value_t *val = get_value (op0, true); in ccp_fold() 887 op0 = get_value (op0, true)->value; in ccp_fold() 913 prop_value_t *val = get_value (op0, true); in ccp_fold() 920 prop_value_t *val = get_value (op1, true); in ccp_fold() [all …]
|
| H A D | ChangeLog.tree-ssa | 2230 * tree-ssa-ccp.c (get_value, visit_phi_node, 7537 (get_value): Use value_vector instead of hash table. Mark inline. 13369 (get_value): New function.
|
| H A D | ChangeLog-2004 | 14033 * tree-ssa-ccp.c (dump_lattice_value, get_default_value, get_value,
|
| /freebsd-12.1/usr.sbin/efivar/ |
| H A D | efivar.c | 100 get_value(char *val, size_t *datalen) in get_value() function 123 data = get_value(val, &datalen); in append_variable() 148 data = get_value(val, &datalen); in write_variable()
|
| /freebsd-12.1/contrib/libstdc++/include/tr1/ |
| H A D | tuple_defs.h | 51 return __get_helper<__i, tuple<_GLIBCXX_TEMPLATE_ARGS> >::get_value(__t); in get() 58 return __get_helper<__i, tuple<_GLIBCXX_TEMPLATE_ARGS> >::get_value(__t); in get()
|
| H A D | tuple_iterate.h | 131 get_value(_Tp& __in) 136 get_value(const _Tp& __in)
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | bout.c | 490 get_value (arelent *reloc, in get_value() function 553 value = get_value (reloc_entry, link_info, input_section); in calljx_callback() 593 value = get_value (reloc_entry, link_info, input_section); in callj_callback() 1064 bfd_vma value = get_value (r, link_info, input_section); in abs32code() 1291 + get_value (reloc, link_info, input_section)), in b_out_bfd_get_relocated_section_contents() 1326 value = get_value (reloc, link_info, input_section); in b_out_bfd_get_relocated_section_contents() 1346 value = get_value (reloc, link_info, input_section); in b_out_bfd_get_relocated_section_contents()
|
| H A D | ChangeLog | 1569 (get_value): Likewise.
|
| H A D | elflink.c | 7033 get_value (bfd_vma size, in get_value() function 7181 x = get_value (wordsz, chunksz, input_bfd, contents + rel->r_offset); in bfd_elf_perform_complex_relocation()
|
| H A D | ChangeLog-9495 | 3879 * bout.c (get_value): Likewise. 8948 (calljx_callback, callj_callback, get_value, abs32code, aligncode, 9602 * bout.c (calljx_callback, callj_callback): Use get_value to get 9604 (get_value): If the symbol is undefined, look it up in the linker 9607 use get_value to get the symbol value and check for undefined
|
| H A D | ChangeLog-9193 | 4348 * bout.c (get_value): Don't truncate 32-bit addend to 16 bits. 4824 * coffcode.h (get_value): don't truncate reloc->addend field, it's
|
| H A D | ChangeLog-9697 | 5517 * bout.c (get_value): Likewise.
|
| H A D | ChangeLog-0001 | 9083 * bout.c (get_value): Likewise.
|
| /freebsd-12.1/sys/dev/isci/scil/ |
| H A D | scic_sds_controller.c | 2041 U32 get_value = this_controller->completion_queue_get; in scic_sds_controller_completion_queue_has_entries() local 2042 U32 get_index = get_value & SMU_COMPLETION_QUEUE_GET_POINTER_MASK; in scic_sds_controller_completion_queue_has_entries() 2044 NORMALIZE_GET_POINTER_CYCLE_BIT(get_value) in scic_sds_controller_completion_queue_has_entries()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 851 if (S_OK != Symbol->get_value(&Value)) in getValue()
|