Searched refs:ISSET (Results 1 - 20 of 20) 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/mksh/src/
H A Dvar.c102 if ((vq = global(vp->name))->flag & ISSET)
141 tp->flag = DEFINED|ISSET;
258 vp->flag |= ISSET|INTEGER;
266 vp->flag &= ~(ISSET|INTEGER);
279 vp->flag &= ~(ISSET|INTEGER);
350 if (!(vp->flag&ISSET))
441 vq->flag &= ~(ISSET|ALLOC);
456 vq->flag |= ISSET;
469 vp->flag = (ISSET|INTEGER);
477 vq->flag |= ISSET;
[all...]
H A Dexec.c464 vp_pipest->flag = DEFINED | ISSET | INTEGER | RDONLY |
700 if (!(tp->flag & ISSET)) {
718 !(ftp->flag & ISSET)) {
801 if (!(tp->flag&ISSET)) {
1007 if (tp->flag & ISSET)
1023 tp->flag &= ~(ISSET|ALLOC);
1034 tp->flag |= (ISSET|ALLOC);
1102 if (tp && !(tp->flag & ISSET)) {
1115 if (tp && (tp->flag & ISSET) &&
1121 tp->flag &= ~ISSET;
[all...]
H A Dfuncs.c545 if (tp && !(tp->flag & ISSET))
583 if (!(tp->flag & ISSET)) {
600 if (tp->flag & ISSET) {
917 if (tvp->flag & ISSET) {
944 if (any_set && !(vp->flag & ISSET))
989 (thing == '-' && (vp->flag & ISSET))) {
1085 if ((ap->flag & (ISSET|xflag)) == (ISSET|xflag)) {
1110 if (ap != NULL && (ap->flag&ISSET)) {
1131 ap->flag &= ~(ALLOC|ISSET);
[all...]
H A Deval.c340 v.flag = DEFINED|ISSET|INTEGER;
1098 if (vp->flag & (ISSET|ARRAY))
1101 if (vp->flag & ISSET)
1241 if (!(vp->flag&ISSET))
1732 if (!(ap->flag & ISSET)) {
1739 ap->flag |= DEFINED|ISSET|ALLOC;
H A Dexpr.c726 vp->flag = ISSET|INTEGER;
743 (vp->flag & (ISSET|INTEGER|EXPRLVALUE)) == (ISSET|INTEGER))
H A Djobs.c1248 vp->flag = DEFINED | ISSET | INTEGER | RDONLY | ARRAY | INT_U;
1265 vp->flag = DEFINED | ISSET | INTEGER | RDONLY |
H A Dsyn.c815 p->flag |= DEFINED|ISSET;
H A Dlex.c1057 (p->flag & ISSET)) {
H A Dmain.c387 if (!(vp->flag & ISSET) ||
H A Dsh.h1141 #define ISSET BIT(2) /* has value, vp->val.[si] */ macro
H A Dedit.c4085 if (!cmd[1] || !ap || !(ap->flag & ISSET))
/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.c449 if (ISSET(isakmp->flags, ISAKMP_FLAG_C)) {
711 if (ISSET(isakmp->flags, ISAKMP_FLAG_C))

Completed in 131 milliseconds