Home
last modified time | relevance | path

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

123

/illumos-gate/usr/src/lib/libc/port/fp/
H A Dchar_to_decimal.h134 NEXT;
158 NEXT;
161 NEXT;
174 NEXT;
197 NEXT;
202 NEXT;
212 NEXT;
215 NEXT;
233 NEXT;
247 NEXT;
[all …]
H A Dfunc_decim.c45 #define NEXT \ in func_to_decimal() macro
56 NEXT; in func_to_decimal()
H A Dfile_decim.c60 #define NEXT \ in file_to_decimal() macro
73 NEXT; in file_to_decimal()
H A Dstring_decim.c46 #define NEXT \ in string_to_decimal() macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/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()
815 state |= ((f = n) ? NEXT : THIS)|ORDINAL; in tmxdate()
816 set &= ~(EXACT|LAST|NEXT|THIS); in tmxdate()
[all …]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmalloc.c147 np = NEXT(tp); in _smalloc()
272 CLRBIT1(SIZE(NEXT(sp))); in _malloc_unlocked()
274 ASSERT(ISBIT0(SIZE(NEXT(sp)))); in _malloc_unlocked()
281 tp = NEXT(sp); in _malloc_unlocked()
366 np = NEXT(tp); in realloc()
375 CLRBIT1(SIZE(NEXT(np))); in realloc()
398 np = NEXT(tp); in realloc()
510 np = NEXT(tp); in realfree()
590 SETBIT1(SIZE(NEXT(tp))); in realfree()
592 ASSERT(ISBIT0(SIZE(NEXT(tp)))); in realfree()
[all …]
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dobject.c278 (FLAGS1(lmp) & FL1_RT_LDDSTUB) && (NEXT(lmp) == NULL)) { in elf_obj_fini()
350 NEXT(PREV_RT_MAP(olmp)) = (Link_map *)nlmp; in elf_obj_fini()
359 if (NEXT(olmp) != (Link_map *)nlmp) { in elf_obj_fini()
360 NEXT(nlmp) = NEXT(olmp); in elf_obj_fini()
364 NEXT(tlmp) = NULL; in elf_obj_fini()
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_update.c108 rrecp = LINKED(rrecp, r_link) ? NEXT(rrecp, r_link) : NULL) { in res_nupdate()
122 for (zptr = HEAD(zgrps); zptr != NULL; zptr = NEXT(zptr, z_link)) in res_nupdate()
143 for (zptr = HEAD(zgrps); zptr != NULL; zptr = NEXT(zptr, z_link)) { in res_nupdate()
H A Dres_findzonecut.c235 nsrr = NEXT(nsrr, link)) in satisfy()
253 for (arr = HEAD(nsrr->addrs); arr != NULL; arr = NEXT(arr, link)) { in add_addrs()
451 nsrr_n = NEXT(nsrr, link); in get_glue()
659 for (nsrr = HEAD(*nsrrsp); nsrr != NULL; nsrr = NEXT(nsrr, link)) in find_ns()
/illumos-gate/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()
H A Dbge_send.c119 slot = NEXT(slot, srp->desc.nslots)) { in bge_recycle_ring()
460 txfill_next = NEXT(txfill_next, BGE_SEND_BUF_MAX); in bge_send_serial()
461 tx_next = NEXT(tx_next, srp->desc.nslots); in bge_send_serial()
/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmallint.h112 #define SELFP(b) (&(NEXT(b)->t_s.w_p[1]))
114 #define NEXT(b) ((TREE *)(((char *)(b)) + RSIZE(b) + WORDSIZE)) macro
H A Dmalloc.c143 np = NEXT(tp); in smalloc()
254 tmp = NEXT(sp); in malloc_unlocked()
266 tp = NEXT(sp); in malloc_unlocked()
346 np = NEXT(tp); in realloc()
360 tmp = NEXT(np); in realloc()
386 np = NEXT(tp); in realloc()
519 np = NEXT(tp); in realfree()
619 tmp = NEXT(tp); in realfree()
729 SETBIT0(SIZE(NEXT(tp))); in morecore()
1235 blk = NEXT(aligned_blk); in memalign()
/illumos-gate/usr/src/cmd/cron/
H A Datt1.y58 %token NEXT
183 | NEXT UNIT { addincr:
H A Datt2.l78 "next" { LL(NEXT, 1); }
/illumos-gate/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()
/illumos-gate/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); }
H A Dmakeprctab.c82 { NEXT, "jump", "next"},
/illumos-gate/usr/src/cmd/awk/
H A Dawk.g.y89 %token <i> SUB GSUB IF INDEX LSUBSTR MATCHFCN NEXT NEXTFILE
116 %left GSUB IF INDEX LSUBSTR MATCHFCN NEXT NUMBER
362 | NEXT st { if (infunc)
364 $$ = stat1(NEXT, NIL); }
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppfsm.h40 #define NEXT(st) (((st)>>(BITTERM+1))&((1<<BITNONTERM)-1)) macro
42 #define TYPE(st) (NEXT(st)+N_PP)
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk.y74 %token <node> EXIT RETURN BREAK CONTINUE NEXT
444 | NEXT SEMI {
445 $$ = node(NEXT, NNULL, NNULL);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmbest.c437 np = NEXT(fp); /**/ASSERT(ISBUSY(SIZE(np)));
571 tp = NEXT(bp); /* avoid strict-aliasing pun */
646 np = NEXT(tp);
683 np = NEXT(tp);
689 np = NEXT(tp);
696 ap = NEXT(np); /**/ASSERT(ISBUSY(SIZE(ap)));
924 np = NEXT(rp);
1071 tp = NEXT(np);
H A Dvmprivate.c163 tp = NEXT(bp);
169 { np = NEXT(tp);
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregcomp.c169 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0)
171 #define NEXT() (p->next++) macro
459 NEXT(); in p_ere_exp()
496 NEXT(); in p_ere_exp()
815 NEXT(); in p_simp_re()
941 NEXT(); in p_b_term()
983 NEXT(); in p_b_cclass()
1044 NEXT(); in p_b_coll_elem()

123