/illumos-gate/usr/src/lib/libc/port/fp/ |
H A D | char_to_decimal.h | 134 NEXT; 158 NEXT; 161 NEXT; 174 NEXT; 197 NEXT; 202 NEXT; 212 NEXT; 215 NEXT; 233 NEXT; 247 NEXT; [all …]
|
H A D | func_decim.c | 45 #define NEXT \ in func_to_decimal() macro 56 NEXT; in func_to_decimal()
|
H A D | file_decim.c | 60 #define NEXT \ in file_to_decimal() macro 73 NEXT; in file_to_decimal()
|
H A D | string_decim.c | 46 #define NEXT \ in string_to_decimal() macro
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/ |
H A D | tmxdate.c | 55 #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 D | malloc.c | 147 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 D | object.c | 278 (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 D | res_update.c | 108 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 D | res_findzonecut.c | 235 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 D | bge_atomic.c | 83 newval = NEXT(oldval, limit); in bge_atomic_claim() 102 newval = NEXT(oldval, limit); in bge_atomic_next()
|
H A D | bge_recv2.c | 64 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 D | bge_send.c | 119 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 D | mallint.h | 112 #define SELFP(b) (&(NEXT(b)->t_s.w_p[1])) 114 #define NEXT(b) ((TREE *)(((char *)(b)) + RSIZE(b) + WORDSIZE)) macro
|
H A D | malloc.c | 143 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/uts/common/io/rge/ |
H A D | rge_rxtx.c | 117 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/cron/ |
H A D | att1.y | 58 %token NEXT 183 | NEXT UNIT { addincr:
|
H A D | att2.l | 78 "next" { LL(NEXT, 1); }
|
/illumos-gate/usr/src/cmd/oawk/ |
H A D | awk.g.y | 43 %token IF ELSE WHILE FOR IN NEXT EXIT BREAK CONTINUE 320 | NEXT st { $$ = stat1(NEXT, 0); }
|
H A D | makeprctab.c | 82 { NEXT, "jump", "next"},
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | awk.g.y | 89 %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 D | ppfsm.h | 40 #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 D | awk.y | 74 %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 D | vmbest.c | 437 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 D | vmprivate.c | 163 tp = NEXT(bp); 169 { np = NEXT(tp);
|
/illumos-gate/usr/src/lib/libc/port/regex/ |
H A D | regcomp.c | 169 #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()
|