Searched refs:level2_offset (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/ |
H A D | 3level.h | 220 uint32_t level1_offset, level2_offset, level3_offset, last_offset; in CONCAT() local 281 level2_offset = in CONCAT() 299 : (t->level1[i] << t->q) * sizeof (uint32_t) + level2_offset); in CONCAT() 302 ((uint32_t *) (t->result + level2_offset))[i] = in CONCAT()
|
H A D | gen-lbrkprop.c | 1212 unsigned int level1_offset, level2_offset, level3_offset; in output_lbp() local 1239 level2_offset = in output_lbp() 1267 offset == 0 ? -1 : (offset - level2_offset) / sizeof (uint32_t), in output_lbp() 1279 offset = ((uint32_t *) (t.result + level2_offset))[i]; in output_lbp()
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | od-macho.c | 2078 unsigned int level2_offset; in dump_exe_compact_unwind() local 2082 level2_offset = bfd_get_32 (abfd, index_entry->second_level_offset); in dump_exe_compact_unwind() 2085 i, func_offset, level2_offset, lsda_offset); in dump_exe_compact_unwind() 2094 unsigned int level2_offset; in dump_exe_compact_unwind() local 2099 level2_offset = bfd_get_32 (abfd, index_entry->second_level_offset); in dump_exe_compact_unwind() 2102 if (level2_offset == 0) in dump_exe_compact_unwind() 2105 level2 = content + level2_offset; in dump_exe_compact_unwind()
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | od-macho.c | 2077 unsigned int level2_offset; in dump_exe_compact_unwind() local 2081 level2_offset = bfd_get_32 (abfd, index_entry->second_level_offset); in dump_exe_compact_unwind() 2084 i, func_offset, level2_offset, lsda_offset); in dump_exe_compact_unwind() 2093 unsigned int level2_offset; in dump_exe_compact_unwind() local 2098 level2_offset = bfd_get_32 (abfd, index_entry->second_level_offset); in dump_exe_compact_unwind() 2101 if (level2_offset == 0) in dump_exe_compact_unwind() 2104 level2 = content + level2_offset; in dump_exe_compact_unwind()
|