Home
last modified time | relevance | path

Searched refs:val_offset (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/crypto/heimdal/lib/wind/
H A Dmap_table.h12 unsigned short val_offset; member
H A Dnormalize_table.h14 unsigned short val_offset; member
H A Dmap.c74 out[o++] = _wind_map_table_val[s->val_offset + j]; in _wind_stringprep_map()
H A Dnormalize.c149 ret = compat_decomp(_wind_normalize_val_table + t->val_offset, in compat_decomp()
/freebsd-12.1/contrib/ofed/opensm/opensm/
H A Dosm_subnet.c686 *val_offset = (unsigned int)(val_str - new); in parse_ca_cong_common()
697 unsigned int val_offset = 0; in opts_parse_ccti_timer() local
700 if (parse_ca_cong_common(p_val_str, &sl, &val_offset) < 0) in opts_parse_ccti_timer()
703 opts_parse_net16(p_subn, p_key, p_val_str + val_offset, in opts_parse_ccti_timer()
714 unsigned int val_offset = 0; in opts_parse_ccti_increase() local
717 if (parse_ca_cong_common(p_val_str, &sl, &val_offset) < 0) in opts_parse_ccti_increase()
720 opts_parse_uint8(p_subn, p_key, p_val_str + val_offset, in opts_parse_ccti_increase()
731 unsigned int val_offset = 0; in opts_parse_trigger_threshold() local
737 opts_parse_uint8(p_subn, p_key, p_val_str + val_offset, in opts_parse_trigger_threshold()
748 unsigned int val_offset = 0; in opts_parse_ccti_min() local
[all …]
/freebsd-12.1/contrib/gcc/
H A Ddwarf2out.c2731 unsigned HOST_WIDE_INT GTY ((tag ("dw_val_class_offset"))) val_offset;
5285 attr.dw_attr_val.v.val_offset = offset; in add_AT_offset()
5299 attr.dw_attr_val.v.val_offset = offset; in add_AT_range_list()
5962 CHECKSUM (at->dw_attr_val.v.val_offset); in attr_checksum()
6067 return v1->v.val_offset == v2->v.val_offset; in same_dw_val_p()
7088 dw2_asm_output_data (DWARF_OFFSET_SIZE, a->dw_attr_val.v.val_offset, in output_die()
7097 a->dw_attr_val.v.val_offset); in output_die()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2716 uint64_t val_offset = value + ELFRelocation::RelocAddend64(rel); in ApplyRelocations() local
2717 memcpy(dst, &val_offset, sizeof(uint64_t)); in ApplyRelocations()
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DDwarf.def835 HANDLE_DW_CFA(0x14, val_offset)