Home
last modified time | relevance | path

Searched refs:NEXT (Results 1 – 25 of 74) sorted by relevance

123

/titanic_44/usr/src/lib/libc/port/fp/
H A Dchar_to_decimal.h136 NEXT;
160 NEXT;
163 NEXT;
176 NEXT;
199 NEXT;
204 NEXT;
214 NEXT;
217 NEXT;
235 NEXT;
249 NEXT;
[all …]
H A Dfunc_decim.c47 #define NEXT \ in func_to_decimal() macro
58 NEXT; in func_to_decimal()
H A Dfile_decim.c62 #define NEXT \ in file_to_decimal() macro
75 NEXT; in file_to_decimal()
H A Dstring_decim.c48 #define NEXT \ in string_to_decimal() macro
/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A Dchar_to_decimal.h62 NEXT;
79 NEXT;
82 NEXT;
91 NEXT;
101 NEXT;
117 NEXT;
121 NEXT;
158 NEXT;
162 NEXT;
180 NEXT;
[all …]
H A Dstring_decim.c55 #define NEXT \ macro
63 #undef NEXT
H A Dfile_decim.c58 #define NEXT \ macro
66 #undef NEXT
H A Dfunc_decim.c59 #define NEXT \ macro
67 #undef NEXT
/titanic_44/usr/src/lib/libast/common/tm/
H A Dtmxdate.c55 #define NEXT (1<<12) macro
66 #define FLAGS(f) (f&EXACT)?"|EXACT":"",(f&LAST)?"|LAST":"",(f&THIS)?"|THIS":"",(f&NEXT)?"|NEXT":"",…
228 state &= (state & HOLD) ? ~(HOLD) : ~(EXACT|LAST|NEXT|THIS); in tmxdate()
494 set &= ~(EXACT|LAST|NEXT|THIS); in tmxdate()
495 set |= state & (EXACT|LAST|NEXT|THIS); in tmxdate()
511 state |= (f = n) ? NEXT : THIS; in tmxdate()
512 set &= ~(EXACT|LAST|NEXT|THIS); in tmxdate()
513 set |= state & (EXACT|LAST|NEXT|THIS); in tmxdate()
814 state |= ((f = n) ? NEXT : THIS)|ORDINAL; in tmxdate()
815 set &= ~(EXACT|LAST|NEXT|THIS); in tmxdate()
[all …]
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_upgrade/
H A Dzpool_upgrade_008_pos.ksh72 NEXT=$(random $config $MAX_VER)
73 log_must $ZPOOL upgrade -V $NEXT $pool
74 check_poolversion $pool $NEXT
/titanic_44/usr/src/lib/libc/port/gen/
H A Dmalloc.c149 np = NEXT(tp); in _smalloc()
274 CLRBIT1(SIZE(NEXT(sp))); in _malloc_unlocked()
276 ASSERT(ISBIT0(SIZE(NEXT(sp)))); in _malloc_unlocked()
283 tp = NEXT(sp); in _malloc_unlocked()
368 np = NEXT(tp); in realloc()
377 CLRBIT1(SIZE(NEXT(np))); in realloc()
400 np = NEXT(tp); in realloc()
512 np = NEXT(tp); in realfree()
592 SETBIT1(SIZE(NEXT(tp))); in realfree()
594 ASSERT(ISBIT0(SIZE(NEXT(tp)))); in realfree()
[all …]
/titanic_44/usr/src/cmd/sgs/rtld/common/
H A Dobject.c280 (FLAGS1(lmp) & FL1_RT_LDDSTUB) && (NEXT(lmp) == NULL)) { in elf_obj_fini()
352 NEXT(PREV_RT_MAP(olmp)) = (Link_map *)nlmp; in elf_obj_fini()
361 if (NEXT(olmp) != (Link_map *)nlmp) { in elf_obj_fini()
362 NEXT(nlmp) = NEXT(olmp); in elf_obj_fini()
366 NEXT(tlmp) = NULL; in elf_obj_fini()
/titanic_44/usr/src/lib/libresolv2/common/resolv/
H A Dres_update.c112 rrecp = LINKED(rrecp, r_link) ? NEXT(rrecp, r_link) : NULL) { in res_nupdate()
126 for (zptr = HEAD(zgrps); zptr != NULL; zptr = NEXT(zptr, z_link)) in res_nupdate()
147 for (zptr = HEAD(zgrps); zptr != NULL; zptr = NEXT(zptr, z_link)) { in res_nupdate()
H A Dres_findzonecut.c239 nsrr = NEXT(nsrr, link)) in satisfy()
257 for (arr = HEAD(nsrr->addrs); arr != NULL; arr = NEXT(arr, link)) { in add_addrs()
455 nsrr_n = NEXT(nsrr, link); in get_glue()
663 for (nsrr = HEAD(*nsrrsp); nsrr != NULL; nsrr = NEXT(nsrr, link)) in find_ns()
/titanic_44/usr/src/uts/common/io/bge/
H A Dbge_atomic.c83 newval = NEXT(oldval, limit); in bge_atomic_claim()
102 newval = NEXT(oldval, limit); in bge_atomic_next()
H A Dbge_recv2.c64 brp->rf_next = NEXT(slot, brp->desc.nslots); in bge_refill()
326 rrp->rx_next = slot = NEXT(slot, rrp->desc.nslots); in bge_receive_ring()
397 rrp->rx_next = slot = NEXT(slot, rrp->desc.nslots); in bge_poll_ring()
/titanic_44/usr/src/lib/watchmalloc/common/
H A Dmallint.h114 #define SELFP(b) (&(NEXT(b)->t_s.w_p[1]))
116 #define NEXT(b) ((TREE *)(((char *)(b)) + RSIZE(b) + WORDSIZE)) macro
H A Dmalloc.c145 np = NEXT(tp); in smalloc()
256 tmp = NEXT(sp); in malloc_unlocked()
268 tp = NEXT(sp); in malloc_unlocked()
348 np = NEXT(tp); in realloc()
362 tmp = NEXT(np); in realloc()
388 np = NEXT(tp); in realloc()
521 np = NEXT(tp); in realfree()
621 tmp = NEXT(tp); in realfree()
731 SETBIT0(SIZE(NEXT(tp))); in morecore()
1237 blk = NEXT(aligned_blk); in memalign()
/titanic_44/usr/src/cmd/cron/
H A Datt1.y61 %token NEXT
186 | NEXT UNIT { addincr:
/titanic_44/usr/src/cmd/oawk/
H A Dawk.g.y43 %token IF ELSE WHILE FOR IN NEXT EXIT BREAK CONTINUE
320 | NEXT st { $$ = stat1(NEXT, 0); }
/titanic_44/usr/src/uts/common/io/rge/
H A Drge_rxtx.c117 rgep->rc_next = NEXT(slot_recy, RGE_BUF_SLOTS); in rge_rx_recycle()
148 rgep->rf_next = NEXT(free_slot, RGE_BUF_SLOTS); in rge_rx_refill()
346 slot = NEXT(slot, RGE_RECV_SLOTS); in rge_receive_ring()
392 next = NEXT(slot, RGE_SEND_SLOTS); in rge_send_claim()
456 rgep->tc_next = NEXT(tc_tail, RGE_SEND_SLOTS); in rge_send_recycle()
/titanic_44/usr/src/lib/libast/common/vmalloc/
H A Dvmopen.c160 SEG(NEXT(b)) = seg;
161 SIZE(NEXT(b)) = BUSY|PFREE;
H A Dvmbest.c472 np = NEXT(fp); /**/ASSERT(ISBUSY(SIZE(np)));
615 CLRPFREE(SIZE(NEXT(bp)));
701 np = NEXT(tp);
748 CLRPFREE(SIZE(NEXT(tp))); /**/ ASSERT(ISBUSY(SIZE(NEXT(tp))));
753 np = NEXT(tp);
759 *SELF(np) = np; /**/ASSERT(ISBUSY(SIZE(NEXT(np))));
760 SETPFREE(SIZE(NEXT(np)));
1020 np = NEXT(rp);
1189 tp = NEXT(np);
/titanic_44/usr/src/lib/libpp/common/
H A Dppfsm.h40 #define NEXT(st) (((st)>>(BITTERM+1))&((1<<BITNONTERM)-1)) macro
42 #define TYPE(st) (NEXT(st)+N_PP)
/titanic_44/usr/src/cmd/awk/
H A Dawk.g.y67 %token <i> SUB GSUB IF INDEX LSUBSTR MATCHFCN NEXT
93 %left GSUB IF INDEX LSUBSTR MATCHFCN NEXT NUMBER
326 | NEXT st { if (infunc)
328 $$ = stat1(NEXT, NIL); }

123