Searched refs:USIZE (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/hosts/
H A Ddpx2.h6 #define UPAGES (USIZE * NBPP)
H A Di386sco.h5 #define UPAGES USIZE
H A Ddelta68.h12 #define UPAGES USIZE
H A Dm68kaux.h13 #define UPAGES USIZE
/macosx-10.10.1/text_cmds-88/ed/
H A Dundo.c34 #define USIZE 100 /* undo stack size */ macro
47 (ustack = (undo_t *) malloc((usize = USIZE) * sizeof(undo_t))) == NULL) {
55 (t = (undo_t *) realloc(ustack, (usize += USIZE) * sizeof(undo_t))) != NULL) {
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dhppabsd-core.c171 NBPG * (USIZE + KSTAKSIZE)
181 NBPG * (USIZE + KSTAKSIZE), 2);
189 NBPG * USIZE, 2);

Completed in 175 milliseconds