Searched refs:val_offset (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/wind/
H A Dmap_table.h12 unsigned short val_offset; member in struct:translation
H A Dnormalize_table.h14 unsigned short val_offset; member in struct:translation
H A Dmap.c74 out[o++] = _wind_map_table_val[s->val_offset + j];
H A Dnormalize.c149 ret = compat_decomp(_wind_normalize_val_table + t->val_offset,
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_subnet.c661 static int parse_ca_cong_common(char *p_val_str, uint8_t *sl, unsigned int *val_offset) { argument
686 *val_offset = (unsigned int)(val_str - new);
697 unsigned int val_offset = 0; local
700 if (parse_ca_cong_common(p_val_str, &sl, &val_offset) < 0)
703 opts_parse_net16(p_subn, p_key, p_val_str + val_offset,
714 unsigned int val_offset = 0; local
717 if (parse_ca_cong_common(p_val_str, &sl, &val_offset) < 0)
720 opts_parse_uint8(p_subn, p_key, p_val_str + val_offset,
731 unsigned int val_offset = 0; local
734 if (parse_ca_cong_common(p_val_str, &sl, &val_offset) <
748 unsigned int val_offset = 0; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Ddwarf2out.c2733 unsigned HOST_WIDE_INT GTY ((tag ("dw_val_class_offset"))) val_offset;
5292 attr.dw_attr_val.v.val_offset = offset;
5306 attr.dw_attr_val.v.val_offset = offset;
5971 CHECKSUM (at->dw_attr_val.v.val_offset);
6076 return v1->v.val_offset == v2->v.val_offset;
7099 dw2_asm_output_data (DWARF_OFFSET_SIZE, a->dw_attr_val.v.val_offset,
7108 a->dw_attr_val.v.val_offset);
2731 unsigned HOST_WIDE_INT GTY ((tag ("dw_val_class_offset"))) val_offset; member in union:dw_val_struct_union
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2601 uint64_t val_offset = value + ELFRelocation::RelocAddend64(rel); local
2602 memcpy(dst, &val_offset, sizeof(uint64_t));

Completed in 199 milliseconds