Searched refs:mask (Results 151 - 175 of 187) sorted by relevance

12345678

/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Ducma.c1231 unsigned int mask = 0; local
1236 mask = POLLIN | POLLRDNORM;
1238 return mask;
H A Duser_mad.c599 unsigned int mask = POLLOUT | POLLWRNORM; local
604 mask |= POLLIN | POLLRDNORM;
606 return mask;
H A Dcm.c448 static void cm_mask_copy(u8 *dst, u8 *src, u8 *mask) argument
454 ((unsigned long *) mask)[i];
466 cm_mask_copy(src, src_data->data, dst_data->mask);
467 cm_mask_copy(dst, dst_data->data, src_data->mask);
479 cm_mask_copy(src, private_data, dst_data->mask);
960 compare_data->data, compare_data->mask);
961 memcpy(cm_id_priv->compare_data->mask, compare_data->mask,
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dbip_comp.c68 #define Set_Bit(mask,pw) (pw)->tag.kernel |= (mask);
69 #define Clr_Bit(mask,pw) (pw)->tag.kernel &= ~(mask);
H A Dgc_stacks.c147 #define Set_Bit(mask,pw) (pw)->tag.kernel |= (mask);
148 #define Clr_Bit(mask,pw) (pw)->tag.kernel &= ~(mask);
H A Dbip_db.c2633 uword mask = 0; local
2658 mask |= ((uword) 1) << (i-firsti-1);
2662 Store_d(mask); /* store the init-mask */
2949 uword mask; local
2958 /* only the lower 32 bits of the mask are significant */
2959 mask = (uword) (pw->val.nint & (unsigned) 0xffffffff);
2965 while (mask)
2968 if (mask & 1)
2975 mask >>
[all...]
H A Dwm.c530 int mask;
532 mask = sigblock(sigmask(SIGIO) | sigmask(SIGPOLL));
533 sigsetmask(mask & ~(sigmask(SIGIO) | sigmask(SIGPOLL)));
535 mask = sigblock(sigmask(SIGIO));
536 sigsetmask(mask & ~sigmask(SIGIO));
H A Dbip_delay.c1236 pword *mask; local
1252 mask = var->val.ptr + 1;
1253 Dereference_(mask);
1255 Request_Unify_Integer(vm, tm, mask->val.nint)
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bn/asm/
H A Dalpha-mont.pl67 .mask 0x0400f000,-48
/barrelfish-2018-10-04/kernel/arch/x86_64/
H A Dsyscall.c458 uint8_t mask = args[2]; local
460 return sys_cap_has_relations(caddr, level, mask);
471 uint8_t mask = (args[4] >> 8) & 0xFF; local
474 relations, mask);
977 * - mask for given type
/barrelfish-2018-10-04/include/arpa/
H A Dnameser.h146 struct _ns_flagdata { int mask, shift; }; member in struct:_ns_flagdata
/barrelfish-2018-10-04/include/lua/
H A Dlua.h393 LUA_API int (lua_sethook) (lua_State *L, lua_Hook func, int mask, int count);
/barrelfish-2018-10-04/lib/libc/net/
H A Dname6.c605 mp = (u_char *)&statp->_u._ext.ext->sort_list[j].mask;
608 mp = (u_char *)&statp->sort_list[j].mask;
H A Dgethostbydns.c725 (((struct in_addr *)(*p))->s_addr & res->sort_list[j].mask))
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/asn1/
H A Dasn1t.h615 * has a special meaning, it is used as a mask
782 #define IMPLEMENT_ASN1_MSTRING(itname, mask) \
784 ASN1_ITYPE_MSTRING, mask, NULL, 0, NULL, sizeof(ASN1_STRING), #itname \
/barrelfish-2018-10-04/lib/openssl-1.0.0d/engines/ccgost/
H A Dgost89.c351 int mask =rembits?((1<rembits)-1):0; local
354 if (rembits) out[i]=buffer[i]&mask;
/barrelfish-2018-10-04/include/openssl/
H A Dasn1t.h615 * has a special meaning, it is used as a mask
782 #define IMPLEMENT_ASN1_MSTRING(itname, mask) \
784 ASN1_ITYPE_MSTRING, mask, NULL, 0, NULL, sizeof(ASN1_STRING), #itname \
/barrelfish-2018-10-04/usr/drivers/solarflair/sfxge/common/
H A Defx_impl.h712 efx_oword_t mask; member in struct:efx_register_set_s
H A Defx.h659 __in uint32_t mask);
1121 uint8_t mask[EFX_WOL_BITMAP_MASK_SIZE]; /* 1 bit per byte */ member in struct:efx_wol_param_u::__anon1577
/barrelfish-2018-10-04/lib/cxx/unwind/
H A DUnwindRegistersRestore.S180 rlwinm r4,r4,0,0,27 ; mask low 4-bits
H A DUnwindRegistersSave.S182 rlwinm r4,r4,0,0,27 ; mask low 4-bits
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Dssl_ciph.c581 int ssl_get_handshake_digest(int idx, long *mask, const EVP_MD **md) argument
588 *mask = ssl_handshake_digest_flag[idx];
1295 * in algorithms, so we first get the mask of disabled ciphers.
/barrelfish-2018-10-04/include/vm/
H A Dvm_map.c1871 vm_pindex_t mask, psize, threshold, tmpidx; local
1929 mask = atop(pagesizes[p->psind]) - 1;
1930 if (tmpidx + mask < psize &&
1932 p += mask;
1933 threshold += mask;
3503 * Extract it into orient and mask the cow argument so that we
/barrelfish-2018-10-04/lib/tommath/pre_gen/
H A Dmpi.c1984 register mp_digit *tmpc, mask, shift; local
1986 /* mask */
1987 mask = (((mp_digit)1) << D) - 1;
1999 rr = *tmpc & mask;
5123 register mp_digit *tmpc, shift, mask, r, rr; local
5127 mask = (((mp_digit)1) << d) - 1;
5139 rr = (*tmpc >> shift) & mask;
5218 /* mask off higher bits to get a single digit */
/barrelfish-2018-10-04/usr/eclipseclp/documents/internal/kernel/
H A Ddebugger.tex185 \item by the port mask (globally for the rest of the execution)

Completed in 209 milliseconds

12345678