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

/freebsd-13-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-13-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-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2605 uint64_t val_offset = value + ELFRelocation::RelocAddend64(rel); local
2606 memcpy(dst, &val_offset, sizeof(uint64_t));

Completed in 73 milliseconds