Home
last modified time | relevance | path

Searched refs:TMASK (Results 1 – 25 of 52) sorted by relevance

123

/dports/cad/irsim/irsim-9.7.110/base/
H A Dsched.c23 #define TMASK (TSIZE - 1) macro
62 hdr = &ev_array[ delta & TMASK ];
88 ev = (evptr) &ev_array[ i & TMASK ];
127 event = (evptr) &ev_array[ i & TMASK ];
138 event = (evptr) &ev_array[ time & TMASK ];
277 marker = (evptr) & ev_array[ etime & TMASK ];
333 marker = (evptr) & ev_array[ etime & TMASK ];
401 target = (evptr) & ev_array[ etime & TMASK ];
507 target = (evptr) & ev_array[ etime & TMASK ];
565 marker = (evptr) & ev_array[ etime & TMASK ];
[all …]
/dports/lang/pcc/pcc-1.1.0/mip/
H A Dmanifest.h102 #define TMASK 0x060 macro
120 #define ISPTR(x) (((x)&TMASK)==PTR)
121 #define ISFTN(x) (((x)&TMASK)==FTN) /* is x a function type? */
122 #define ISARY(x) (((x)&TMASK)==ARY) /* is x an array type? */
/dports/news/sabnzbdplus/SABnzbd-3.3.0/sabnzbd/utils/
H A Dpathbrowser.py31 TMASK = win32con.FILE_ATTRIBUTE_DIRECTORY variable
108 list_folder = (win32api.GetFileAttributes(fpath) & MASK) == TMASK
/dports/lang/pcc/pcc-1.1.0/arch/sparc64/
H A Dlocal.c71 if ((p->n_type & TMASK) == 0 && (l->n_type & TMASK) == 0 && in clocal()
/dports/cad/ngspice_rework/ngspice-35/examples/adms/bsimcmg/
H A Dcfrgeo.sp19 + TMASK=10n
/dports/lang/pcc/pcc-1.1.0/arch/i86/
H A Dlocal.c283 if ((p->n_type & TMASK) == 0 && (l->n_type & TMASK) == 0 && in clocal()
315 if ((TMASK & l->n_type) == 0 && l->n_sp == NULL) in clocal()
/dports/lang/pcc/pcc-1.1.0/arch/pdp11/
H A Dlocal.c136 if ((p->n_type & TMASK) == 0 && (l->n_type & TMASK) == 0 && in clocal()
/dports/lang/pcc/pcc-1.1.0/arch/nova/
H A Dlocal.c233 if ((p->n_type & TMASK) == 0 && (l->n_type & TMASK) == 0 && in clocal()
/dports/graphics/graphviz/graphviz-2.44.1/lib/expr/
H A Dexpr.h109 #define TMASK ((1<<TBITS)-1) macro
H A Dexgram.h49 return expr.program->disc->types[t & TMASK]; in T()
51 return a2t[t & TMASK]; in T()
/dports/lang/pcc/pcc-1.1.0/arch/arm/
H A Dlocal.c168 if ((p->n_type & TMASK) == 0 && (l->n_type & TMASK) == 0 && in clocal()
/dports/lang/pcc/pcc-1.1.0/arch/pdp10/
H A Dlocal.c210 if ((p->n_type & TMASK) == 0 && (l->n_type & TMASK) == 0 && in clocal()
/dports/lang/pcc/pcc-1.1.0/arch/mips/
H A Dlocal.c204 if ((p->n_type & TMASK) == 0 && (l->n_type & TMASK) == 0 && in clocal()
/dports/emulators/simh/simh-3.9.0_5/I7094/
H A Di7094_defs.h134 #define TMASK 0000000700000 /* tag */ macro
/dports/lang/pcc/pcc-1.1.0/cc/ccom/
H A Dpftn.c239 for (temp = type; temp & TMASK; temp = DECREF(temp)) { in defid2()
1128 switch (ty & TMASK) { in talign()
1190 switch (ty & TMASK) { in tsize()
2171 for (t = typ->n_type, j = typ->n_df; t&TMASK; t = DECREF(t)) in tymerge()
2546 switch (type & TMASK) { in chk2()
2644 if ((mod2 = (type&TMASK))) { in fixtype()
2646 while( mod1=mod2, mod2 = (t&TMASK) ){ in fixtype()
H A Dtrees.c809 if (((p->n_type & TMASK) && t != BOOL) || (t & TMASK)) /* no pointers */ in concast()
1111 if (BTYPE(t1) == VOID && (t2 & TMASK)) in chkpun()
1113 if (BTYPE(t2) == VOID && (t1 & TMASK)) in chkpun()
1647 p = block(t & TMASK ? PCONV : SCONV, p, NIL, t, d, ap); in makety()
/dports/lang/pcc/pcc-1.1.0/cc/cxxcom/
H A Dpftn.c227 for (temp = type; temp & TMASK; temp = DECREF(temp)) { in defid()
1150 switch (ty & TMASK) { in talign()
1205 switch (ty & TMASK) { in tsize()
2158 for (t = typ->n_type, j = typ->n_df; t&TMASK; t = DECREF(t)) in tymerge()
2516 switch (type & TMASK) { in chk2()
2614 if ((mod2 = (type&TMASK))) { in fixtype()
2616 while( mod1=mod2, mod2 = (t&TMASK) ){ in fixtype()
H A Dtrees.c739 if ((p->n_type & TMASK) || (t & TMASK)) /* no cast of pointers */ in concast()
1038 if (BTYPE(t1) == VOID && (t2 & TMASK)) in chkpun()
1040 if (BTYPE(t2) == VOID && (t1 & TMASK)) in chkpun()
1561 p = block(t & TMASK ? PCONV : SCONV, p, NIL, t, d, ap); in makety()
/dports/lang/pcc/pcc-1.1.0/arch/i386/
H A Dlocal.c596 if ((p->n_type & TMASK) == 0 && (l->n_type & TMASK) == 0 && in clocal()
628 if ((TMASK & l->n_type) == 0 && l->n_sp == NULL) in clocal()
/dports/lang/pcc/pcc-1.1.0/arch/amd64/
H A Dlocal.c369 if ((p->n_type & TMASK) == 0 && (l->n_type & TMASK) == 0 && in clocal()
/dports/devel/dasm/dasm-2.20.14.1/test/
H A Dexample.asm76 TMASK equ %00001100 define
/dports/dns/knot3/knot-3.1.5/src/contrib/qp-trie/
H A Dtrie.c140 #define TMASK(width, shift) (((BIG1 << (width)) - BIG1) << (shift)) macro
152 #define TMASK_INDEX TMASK(TWIDTH_INDEX, TSHIFT_INDEX)
155 #define TMASK_BMP TMASK(TWIDTH_BMP, TSHIFT_BMP)
/dports/dns/knot3-lib/knot-3.1.5/src/contrib/qp-trie/
H A Dtrie.c140 #define TMASK(width, shift) (((BIG1 << (width)) - BIG1) << (shift)) macro
152 #define TMASK_INDEX TMASK(TWIDTH_INDEX, TSHIFT_INDEX)
155 #define TMASK_BMP TMASK(TWIDTH_BMP, TSHIFT_BMP)
/dports/lang/pcc/pcc-1.1.0/arch/hppa/
H A Dlocal.c225 if ((p->n_type & TMASK) == 0 && (l->n_type & TMASK) == 0 && in clocal()
/dports/devel/asl/asl-current/include/coldfire/
H A D52xxssi.inc125 TMASK cffield SSI_TMASK,0,32 ; Transmit mask.

123