Home
last modified time | relevance | path

Searched defs:NEXT (Results 1 – 21 of 21) sorted by relevance

/titanic_41/usr/src/lib/libc/port/fp/
H A Dstring_decim.c48 #define NEXT \ in string_to_decimal() macro
H A Dfunc_decim.c47 #define NEXT \ in func_to_decimal() macro
H A Dfile_decim.c62 #define NEXT \ in file_to_decimal() macro
/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dstring_decim.c55 #define NEXT \ macro
H A Dfile_decim.c58 #define NEXT \ macro
H A Dfunc_decim.c59 #define NEXT \ macro
/titanic_41/usr/src/lib/libresolv2/include/isc/
H A Dlist.h86 #define NEXT(elt, link) ((elt)->link.next) macro
/titanic_41/usr/src/lib/watchmalloc/common/
H A Dmallint.h116 #define NEXT(b) ((TREE *)(((char *)(b)) + RSIZE(b) + WORDSIZE)) macro
/titanic_41/usr/src/lib/libast/common/tm/
H A Dtmxdate.c55 #define NEXT (1<<12) macro
/titanic_41/usr/src/lib/libc/port/gen/
H A Dmallint.h146 #define NEXT(b) ((TREE *)(((uintptr_t)(b)) + SIZE(b) + WORDSIZE)) macro
/titanic_41/usr/src/lib/libpp/common/
H A Dppfsm.h40 #define NEXT(st) (((st)>>(BITTERM+1))&((1<<BITNONTERM)-1)) macro
/titanic_41/usr/src/uts/sun4u/os/
H A Dfillsysinfo.c89 #define NEXT prom_nextnode macro
/titanic_41/usr/src/uts/common/io/dmfe/
H A Ddmfe_impl.h319 #define NEXT(index, limit) ((index)+1 < (limit) ? (index)+1 : 0); macro
/titanic_41/usr/src/uts/intel/io/amd8111s/
H A Damd8111s_main.h111 #define NEXT(buf, ptr) \ macro
/titanic_41/usr/src/lib/libc/port/locale/
H A Dregcomp.c138 #define NEXT() (p->next++) macro
/titanic_41/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h391 #define NEXT(b) ((Block_t*)((b)->body.data + SIZE(b)) ) macro
/titanic_41/usr/src/uts/common/io/rge/
H A Drge.h560 #define NEXT(index, limit) ((index)+1 < (limit) ? (index)+1 : 0); macro
/titanic_41/usr/src/uts/common/io/bge/
H A Dbge_impl.h1033 #define NEXT(index, limit) ((index)+1 < (limit) ? (index)+1 : 0) macro
/titanic_41/usr/src/cmd/sgs/include/
H A Drtld.h891 #define NEXT(X) ((X)->rt_public.l_next) macro
/titanic_41/usr/src/uts/common/io/nge/
H A Dnge.h859 #define NEXT(index, limit) ((index) + 1 < (limit) ? (index) + 1 : 0) macro
/titanic_41/usr/src/lib/libsqlite/tool/
H A Dlemon.c1474 #define NEXT(A) (*(char**)(((unsigned long)A)+offset)) macro