Home
last modified time | relevance | path

Searched refs:USIZE (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dhppabsd-core.c172 NBPG * (USIZE + KSTAKSIZE)
182 NBPG * (USIZE + KSTAKSIZE), 2);
190 NBPG * USIZE, 2);
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dhppabsd-core.c175 NBPG * (USIZE + KSTAKSIZE)
185 NBPG * (USIZE + KSTAKSIZE), 2);
193 NBPG * USIZE, 2);
/openbsd-src/bin/ed/
H A Dundo.c38 #define USIZE 100 /* undo stack size */ macro
51 (t = reallocarray(ustack, (usize += USIZE), sizeof(undo_t))) != NULL) { in push_undo_stack()
/openbsd-src/gnu/usr.bin/binutils/bfd/hosts/
H A Ddpx2.h6 #define UPAGES (USIZE * NBPP)
H A Di386sco.h5 #define UPAGES USIZE
H A Dm68kaux.h13 #define UPAGES USIZE
H A Ddelta68.h16 #define UPAGES USIZE
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/hosts/
H A Ddpx2.h6 #define UPAGES (USIZE * NBPP)
H A Dm68kaux.h13 #define UPAGES USIZE
H A Di386sco.h5 #define UPAGES USIZE
H A Ddelta68.h12 #define UPAGES USIZE
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A DChangeLog-1991980 * xm-m88k.h: don't define USIZE if already defined.