Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dhppabsd-core.c159 NBPG * (USIZE + KSTAKSIZE) in hppabsd_core_core_file_p()
169 NBPG * (USIZE + KSTAKSIZE), 2); in hppabsd_core_core_file_p()
177 NBPG * USIZE, 2); in hppabsd_core_core_file_p()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dhppabsd-core.c159 NBPG * (USIZE + KSTAKSIZE) in hppabsd_core_core_file_p()
169 NBPG * (USIZE + KSTAKSIZE), 2); in hppabsd_core_core_file_p()
177 NBPG * USIZE, 2); in hppabsd_core_core_file_p()
/netbsd-src/bin/ed/
H A Dundo.c42 #define USIZE 100 /* undo stack size */ macro
54 (err = reallocarr(&ustack, usize += USIZE, sizeof(undo_t))) == 0) { in push_undo_stack()
/netbsd-src/external/gpl3/binutils/dist/bfd/hosts/
H A Ddpx2.h25 #define UPAGES (USIZE * NBPP)
/netbsd-src/external/gpl3/binutils.old/dist/bfd/hosts/
H A Ddpx2.h25 #define UPAGES (USIZE * NBPP)
H A Di386sco.h24 #define UPAGES USIZE
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-1991980 * xm-m88k.h: don't define USIZE if already defined.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-1991980 * xm-m88k.h: don't define USIZE if already defined.
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/
H A Das.info22652 `[USIZE] .endstruct'
22655 zero, and the USIZE is set to the maximum of all defined elements.
/netbsd-src/external/gpl3/binutils/dist/gas/doc/
H A Das.info23125 ‘[USIZE] .endstruct’
23128 zero, and the USIZE is set to the maximum of all defined elements.
/netbsd-src/external/lgpl3/gmp/dist/
H A DChangeLog32988 * mpn/generic/gcd.c: Split increment from use of USIZE to avoid