Searched refs:ISSET (Results 1 - 24 of 24) sorted by relevance

/external/llvm/lib/Support/
H A Dregexec.c63 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0) macro
89 #undef ISSET macro
110 #define ISSET(v, n) ((v)[n]) macro
H A Dregengine.inc743 if (ISSET(st, stopst) || p == stop)
758 if (ISSET(st, stopst))
826 if (ISSET(st, stopst))
979 if (ISSET(st, i)) {
/external/swiftshader/third_party/LLVM/lib/Support/
H A Dregexec.c63 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0) macro
89 #undef ISSET macro
110 #define ISSET(v, n) ((v)[n]) macro
H A Dregengine.inc743 if (ISSET(st, stopst) || p == stop)
758 if (ISSET(st, stopst))
826 if (ISSET(st, stopst))
979 if (ISSET(st, i)) {
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregexec.c63 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0) macro
89 #undef ISSET macro
110 #define ISSET(v, n) ((v)[n]) macro
H A Dregengine.inc743 if (ISSET(st, stopst) || p == stop)
758 if (ISSET(st, stopst))
826 if (ISSET(st, stopst))
979 if (ISSET(st, i)) {
/external/ipsec-tools/src/racoon/
H A Dvar.h42 #define ISSET(exp, bit) (((exp) & (bit)) == (bit)) macro
H A Disakmp_quick.c334 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
621 if (ISSET(iph2->flags, ISAKMP_FLAG_C)) {
653 if (ISSET(iph2->flags, ISAKMP_FLAG_C)) {
711 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
858 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
1402 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
1483 if (ISSET(iph2->flags, ISAKMP_FLAG_C)) {
H A Disakmp_agg.c1340 if (ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
1477 if (ISSET(((struct isakmp *)msg->v)->flags, ISAKMP_FLAG_E))
H A Disakmp_ident.c688 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
1359 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
H A Disakmp_inf.c143 encrypted = ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E);
1003 if (ISSET(isakmp->flags, ISAKMP_FLAG_E)) {
H A Disakmp_cfg.c1252 if (ISSET(isakmp->flags, ISAKMP_FLAG_E)) {
H A Disakmp.c453 if (ISSET(isakmp->flags, ISAKMP_FLAG_C)) {
715 if (ISSET(isakmp->flags, ISAKMP_FLAG_C))
/external/mksh/src/
H A Dvar.c105 if ((vq = global(vp->name))->flag & ISSET)
144 tp->flag = DEFINED|ISSET;
278 vp->flag |= ISSET|INTEGER;
286 vp->flag &= ~(ISSET|INTEGER);
299 vp->flag &= ~(ISSET|INTEGER);
384 if (!(vp->flag&ISSET))
475 vq->flag &= ~(ISSET|ALLOC);
490 vq->flag |= ISSET;
502 vtemp->flag = (ISSET|INTEGER);
510 vq->flag |= ISSET;
[all...]
H A Dexec.c448 vp_pipest->flag = DEFINED | ISSET | INTEGER | RDONLY |
603 (ext_cmd->flag & ISSET)))
700 if (!(tp->flag & ISSET)) {
714 !(ftp->flag & ISSET)) {
817 if (!(tp->flag&ISSET)) {
1061 if (tp->flag & ISSET)
1077 tp->flag &= ~(ISSET|ALLOC|FKSH);
1088 tp->flag |= (ISSET|ALLOC);
1183 if (tp && !(tp->flag & ISSET)) {
1196 if (tp && (tp->flag & ISSET)
[all...]
H A Dfuncs.c671 if (tp && !(tp->flag & ISSET))
699 if (!(tp->flag & ISSET)) {
710 if (tp->flag & ISSET) {
838 if ((ap->flag & (ISSET|xflag)) == (ISSET|xflag)) {
868 if (ap != NULL && (ap->flag&ISSET)) {
888 ap->flag &= ~(ALLOC|ISSET);
897 ap->flag |= ALLOC|ISSET;
899 ap->flag &= ~ISSET;
953 ap->flag &= ~(ALLOC|ISSET);
[all...]
H A Deval.c355 v.flag = DEFINED|ISSET|INTEGER;
1147 if (vp->flag & (ISSET|ARRAY))
1150 if (vp->flag & ISSET)
1308 if (!(vp->flag&ISSET))
1838 if (!(ap->flag & ISSET)) {
1845 ap->flag |= DEFINED|ISSET|ALLOC;
H A Dexpr.c668 vp->flag = ISSET|INTEGER;
684 (vp->flag & (ISSET|INTEGER|EXPRLVALUE)) == (ISSET|INTEGER))
H A Djobs.c1249 vp->flag = DEFINED | ISSET | INTEGER | RDONLY | ARRAY | INT_U;
1266 vp->flag = DEFINED | ISSET | INTEGER | RDONLY |
H A Dsyn.c841 p->flag |= DEFINED|ISSET;
H A Dlex.c1033 (p->flag & ISSET)) {
H A Dmain.c450 if (!(vp->flag & ISSET) ||
H A Dsh.h1512 #define ISSET BIT(2) /* has value, vp->val.[si] */ macro
H A Dedit.c4125 if (!cmd[1] || !ap || !(ap->flag & ISSET))

Completed in 1881 milliseconds