Home
last modified time | relevance | path

Searched refs:xmap (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/Digest-SHA/src/
H A Dsha.c418 static const char xmap[] = variable
433 *h++ = xmap[(*d >> 4) & 0x0f]; in shahex()
434 *h++ = xmap[(*d++ ) & 0x0f]; in shahex()
/openbsd-src/sys/net/
H A Drtable.c141 rtmap_dtor(void *null, void *xmap) in rtmap_dtor() argument
143 struct rtmap *map = xmap; in rtmap_dtor()
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-xtensa.c7062 xlate_map_t *xmap = NULL; in check_section_ebb_pcrels_fit() local
7070 xmap = build_xlate_map (sec, relax_info); in check_section_ebb_pcrels_fit()
7111 xlate_offset_with_removed_text (xmap, &relax_info->action_list, in check_section_ebb_pcrels_fit()
7114 xlate_offset_with_removed_text (xmap, &relax_info->action_list, in check_section_ebb_pcrels_fit()
7174 if (xmap) in check_section_ebb_pcrels_fit()
7175 free_xlate_map (xmap); in check_section_ebb_pcrels_fit()