Home
last modified time | relevance | path

Searched defs:be (Results 1 – 8 of 8) sorted by relevance

/mirbsd/src/usr.sbin/makefs/cd9660/
Dcd9660_conversion.c107 uint32_t le, be; in cd9660_bothendian_dword() local
129 uint16_t le, be; in cd9660_bothendian_word() local
/mirbsd/src/gnu/usr.bin/binutils/binutils/
Dresbin.c35 #define get_16(be, s) ((be) ? bfd_getb16 (s) : bfd_getl16 (s)) argument
36 #define get_32(be, s) ((be) ? bfd_getb32 (s) : bfd_getl32 (s)) argument
1218 #define put_16(be, v, s) ((be) ? bfd_putb16 ((v), (s)) : bfd_putl16 ((v), (s))) argument
1219 #define put_32(be, v, s) ((be) ? bfd_putb32 ((v), (s)) : bfd_putl32 ((v), (s))) argument
/mirbsd/src/sbin/isakmpd/
Dmath_2n.c672 b2n_mul_inv(b2n_ptr ga, b2n_ptr be, b2n_ptr p) in b2n_mul_inv()
692 b2n_div_mod(b2n_ptr ga, b2n_ptr a, b2n_ptr be, b2n_ptr p) in b2n_div_mod()
/mirbsd/src/sys/arch/sparc/sparc/
Dmachdep.c1087 u_char *be = b + l; local
/mirbsd/src/gnu/usr.bin/texinfo/makeinfo/
Dlang.h32 ba, be, bg, bh, bi, bn, bo, br, enumerator
/mirbsd/src/sys/nfs/
Dnfs_serv.c2363 char *bp, *be; local
2625 char *bp, *be; local
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Delf64-alpha.c2157 struct alpha_elf_got_entry *ae, *be; in elf64_alpha_can_merge_gots() local
2231 struct alpha_elf_got_entry *ae, *be, **pbe, **start; in elf64_alpha_merge_gots() local
/mirbsd/src/lib/libc/stdlib/
Dstrtod.c1841 int bbits, b2, b5, be, dig, i, ieps, ilim, ilim0, ilim1, in __dtoa() local