Searched refs:val_offset (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/heimdal/lib/wind/ |
H A D | map_table.h | 12 unsigned short val_offset; member
|
H A D | normalize_table.h | 14 unsigned short val_offset; member
|
H A D | map.c | 74 out[o++] = _wind_map_table_val[s->val_offset + j]; in _wind_stringprep_map()
|
H A D | normalize.c | 149 ret = compat_decomp(_wind_normalize_val_table + t->val_offset, in compat_decomp()
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A 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/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 2720 uint64_t val_offset = value + ELFRelocation::RelocAddend64(rel); in ApplyELF64ABS64Relocation() local 2721 memcpy(dst, &val_offset, sizeof(uint64_t)); in ApplyELF64ABS64Relocation()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.def | 1235 HANDLE_DW_CFA(0x14, val_offset)
|