Searched refs:val_offset (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/crypto/heimdal/lib/wind/ |
| D | map_table.h | 12 unsigned short val_offset; member
|
| D | normalize_table.h | 14 unsigned short val_offset; member
|
| D | map.c | 74 out[o++] = _wind_map_table_val[s->val_offset + j]; in _wind_stringprep_map()
|
| D | normalize.c | 149 ret = compat_decomp(_wind_normalize_val_table + t->val_offset, in compat_decomp()
|
| /freebsd-12-stable/contrib/ofed/opensm/opensm/ |
| D | osm_subnet.c | 661 static int parse_ca_cong_common(char *p_val_str, uint8_t *sl, unsigned int *val_offset) { in parse_ca_cong_common() argument 686 *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 734 if (parse_ca_cong_common(p_val_str, &sl, &val_offset) < 0) in opts_parse_trigger_threshold() [all …]
|
| /freebsd-12-stable/contrib/gcc/ |
| D | dwarf2out.c | 2731 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-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| D | ObjectFileELF.cpp | 2618 uint64_t val_offset = value + ELFRelocation::RelocAddend64(rel); in ApplyRelocations() local 2619 memcpy(dst, &val_offset, sizeof(uint64_t)); in ApplyRelocations()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| D | Dwarf.def | 1109 HANDLE_DW_CFA(0x14, val_offset)
|