Searched refs:mask (Results 201 - 225 of 1780) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/libstdc++/config/os/bsd/freebsd/
H A Dctype_noninline.h41 const ctype_base::mask*
45 ctype<char>::ctype(__c_locale, const mask* __table, bool __del,
57 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs)
/freebsd-11-stable/contrib/libstdc++/config/os/bsd/netbsd/
H A Dctype_noninline.h43 const ctype_base::mask*
47 ctype<char>::ctype(__c_locale, const mask* __table, bool __del,
59 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs)
/freebsd-11-stable/contrib/libstdc++/config/os/djgpp/
H A Dctype_noninline.h41 const ctype_base::mask*
45 ctype<char>::ctype(__c_locale, const mask* __table, bool __del,
57 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs)
/freebsd-11-stable/contrib/libstdc++/config/os/generic/
H A Dctype_noninline.h42 const ctype_base::mask*
46 ctype<char>::ctype(__c_locale, const mask* __table, bool __del,
58 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs)
/freebsd-11-stable/contrib/libstdc++/config/os/irix/irix5.2/
H A Dctype_noninline.h42 const ctype_base::mask*
46 ctype<char>::ctype(__c_locale, const mask* __table, bool __del,
58 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs)
/freebsd-11-stable/contrib/libstdc++/config/os/mingw32/
H A Dctype_noninline.h45 const ctype_base::mask*
49 ctype<char>::ctype(__c_locale, const mask* __table, bool __del,
61 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs)
/freebsd-11-stable/contrib/libstdc++/config/os/newlib/
H A Dctype_noninline.h41 const ctype_base::mask*
45 ctype<char>::ctype(__c_locale, const mask* __table, bool __del,
57 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs)
/freebsd-11-stable/contrib/libstdc++/config/os/qnx/qnx6.1/
H A Dctype_noninline.h41 const ctype_base::mask*
45 ctype<char>::ctype(__c_locale, const mask* __table, bool __del,
56 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs)
/freebsd-11-stable/contrib/libstdc++/config/os/solaris/solaris2.5/
H A Dctype_noninline.h41 const ctype_base::mask*
45 ctype<char>::ctype(__c_locale, const mask* __table, bool __del,
57 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs)
/freebsd-11-stable/contrib/libstdc++/config/os/solaris/solaris2.6/
H A Dctype_noninline.h41 const ctype_base::mask*
45 ctype<char>::ctype(__c_locale, const mask* __table, bool __del,
57 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs)
/freebsd-11-stable/contrib/libstdc++/config/os/solaris/solaris2.7/
H A Dctype_noninline.h42 const ctype_base::mask*
46 ctype<char>::ctype(__c_locale, const mask* __table, bool __del,
58 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs)
/freebsd-11-stable/contrib/libstdc++/config/os/uclibc/
H A Dctype_noninline.h42 const ctype_base::mask*
46 ctype<char>::ctype(__c_locale, const mask* __table, bool __del,
58 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs)
/freebsd-11-stable/contrib/libstdc++/config/os/vxworks/
H A Dctype_noninline.h42 const ctype_base::mask*
46 ctype<char>::ctype(__c_locale, const mask* __table, bool __del,
58 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs)
/freebsd-11-stable/contrib/libstdc++/config/os/windiss/
H A Dctype_noninline.h42 const ctype_base::mask*
46 ctype<char>::ctype(__c_locale, const mask* __table, bool __del,
58 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs)
/freebsd-11-stable/contrib/gcclibs/libgomp/config/linux/
H A Dproc.c59 unsigned long int mask = cpusetp->__bits[i];
60 if (mask == 0)
62 ret += __builtin_popcountl (mask);
/freebsd-11-stable/crypto/heimdal/kadmin/
H A Dinit.c48 int mask = 0; local
66 mask |= KADM5_PRINCIPAL;
69 mask |= KADM5_MAX_LIFE;
73 mask |= KADM5_MAX_RLIFE;
76 mask |= KADM5_ATTRIBUTES;
79 ret = kadm5_create_principal(kadm_handle, &ent, mask, password);
238 int mask = 0; local
241 mask |= KADM5_PRINCIPAL;
244 mask |= KADM5_MAX_LIFE;
246 mask |
[all...]
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dcreate_s.c59 uint32_t mask,
68 if((mask & required_mask) != required_mask)
70 if((mask & forbidden_mask))
72 if((mask & KADM5_POLICY) && strcmp(princ->policy, "default"))
91 ent, mask | def_mask,
92 princ, mask,
108 uint32_t mask)
114 ret = create_principal(context, princ, mask, &ent,
124 if ((mask & KADM5_KVNO) == 0)
149 uint32_t mask,
57 create_principal(kadm5_server_context *context, kadm5_principal_ent_t princ, uint32_t mask, hdb_entry_ex *ent, uint32_t required_mask, uint32_t forbidden_mask) argument
106 kadm5_s_create_principal_with_key(void *server_handle, kadm5_principal_ent_t princ, uint32_t mask) argument
147 kadm5_s_create_principal(void *server_handle, kadm5_principal_ent_t princ, uint32_t mask, const char *password) argument
[all...]
H A Dget_s.c71 uint32_t mask)
88 if(mask & KADM5_PRINCIPAL)
93 if(mask & KADM5_PRINC_EXPIRE_TIME && ent.entry.valid_end)
95 if(mask & KADM5_PW_EXPIRATION && ent.entry.pw_end)
97 if(mask & KADM5_LAST_PWD_CHANGE)
99 if(mask & KADM5_ATTRIBUTES){
114 if(mask & KADM5_MAX_LIFE) {
120 if(mask & KADM5_MOD_TIME) {
126 if(mask & KADM5_MOD_NAME) {
142 if(mask
68 kadm5_s_get_principal(void *server_handle, krb5_principal princ, kadm5_principal_ent_t out, uint32_t mask) argument
[all...]
/freebsd-11-stable/sys/dev/hptmv/
H A Daccess601.h39 void HPTLIBAPI set_fail_leds(MV_SATA_ADAPTER *pAdapter, UCHAR mask);
42 #define set_fail_leds(pAdapter, mask)
56 #define set_fail_leds(pAdapter, mask)
/freebsd-11-stable/sys/dev/isci/scil/
H A Dsci_util.h86 //This macro counts how many bits being set in a mask.
87 #define SCI_GET_BITS_SET_COUNT(mask, set_bit_count) \
91 for (index = 0; index < sizeof(mask)*8; index++) \
93 if( mask & (1<<index) ) \
/freebsd-11-stable/crypto/openssl/crypto/rsa/
H A Drsa_oaep.c124 unsigned int good = 0, found_one_byte, mask; local
178 mask = ~constant_time_is_zero(flen);
179 flen -= 1 & mask;
180 from -= 1 & mask;
181 *--em = *from & mask;
250 mask = ~constant_time_eq(msg_index & (dblen - mdlen - 1 - mlen), 0);
252 db[i] = constant_time_select_8(mask, db[i + msg_index], db[i]);
255 mask = good & constant_time_lt(i, mlen);
256 to[i] = constant_time_select_8(mask, db[i + mdlen + 1], to[i]);
276 int PKCS1_MGF1(unsigned char *mask, lon argument
[all...]
/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Davila_gpio.c146 uint32_t mask; local
148 mask = 1 << pin->gp_pin;
158 GPIO_CLEAR_BITS(sc, IXP425_GPIO_GPOER, mask);
162 GPIO_SET_BITS(sc, IXP425_GPIO_GPOER, mask);
231 uint32_t mask = 1 << pin; local
233 if (pin >= IXP4XX_GPIO_PINS || !(sc->sc_valid & mask))
245 uint32_t mask = 1 << pin; local
247 if (pin >= IXP4XX_GPIO_PINS || !(sc->sc_valid & mask))
252 GPIO_SET_BITS(sc, IXP425_GPIO_GPOUTR, mask);
254 GPIO_CLEAR_BITS(sc, IXP425_GPIO_GPOUTR, mask);
279 uint32_t mask = 1 << pin; local
[all...]
/freebsd-11-stable/contrib/opie/libopie/
H A Daccessfile.c92 long pattern, mask; local
118 mask = inet_addr(cp);
120 syslog(LOG_DEBUG, "accessfile: %08x & %08x == %08x (%s)", host, mask, pattern, ((host & mask) == pattern) ? "true" : "false");
122 if ((host & mask) == pattern) {
/freebsd-11-stable/sbin/routed/
H A Dradix.h48 char rn_bmask; /* node: mask for bit test*/
89 caddr_t rmu_mask; /* the mask */
112 (void *v, void *mask,
115 (void *v, void *mask,
118 (void *v, void *mask, struct radix_node_head *head);
120 (void *v, void *mask, struct radix_node_head *head);
124 (void *v, void *mask, struct radix_node_head *head);
/freebsd-11-stable/sys/dev/extres/clk/
H A Dclk_mux.c60 uint32_t mask; member in struct:clknode_mux_sc
89 reg = (reg >> sc->shift) & sc->mask;
104 rv = MD4(clk, sc->offset, sc->mask << sc->shift,
105 (idx & sc->mask) << sc->shift);
129 sc->mask = (1 << clkdef->width) - 1;

Completed in 110 milliseconds

1234567891011>>