Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTUtils.h355 #define typecallocn(cast,ntypes) (cast *)calloc((size_t)(ntypes),sizeof(cast)) argument
357 #define typeRealloc(cast,ptr,ntypes) (cast *)realloc(ptr, (size_t)(ntypes)*sizeof(cast)) argument
360 #define typeMallocn(cast,ntypes) (cast *)malloc((size_t)(ntypes)*sizeof(cast)) argument
/mirbsd/src/gnu/usr.bin/binutils/libiberty/
Dcplus-dem.c133 int ntypes; member
1114 for (i = 0; i < from->ntypes; i++) in work_stuff_copy_to_from()
3451 if (!get_count (mangled, &n) || n >= work -> ntypes) in do_type()
4096 if (work -> ntypes >= work -> typevec_size) in remember_type()
4113 work -> typevec[work -> ntypes++] = tem; in remember_type()
4218 while (work -> ntypes > 0) in forget_types()
4220 i = --(work -> ntypes); in forget_types()
4309 if ((HP_DEMANGLING || ARM_DEMANGLING || EDG_DEMANGLING) && work -> ntypes >= 10) in demangle_args()
4335 if ((t < 0) || (t >= work -> ntypes)) in demangle_args()
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dada-lex.l748 int ntypes;