Searched refs:u1 (Results 26 - 50 of 61) sorted by relevance

123

/freebsd-11.0-release/sys/kern/
H A Dkern_prot.c1338 * Determine if u1 "can see" the subject specified by u2, according to the
1342 * References: *u1 and *u2 must not change during the call
1343 * u1 may equal u2, in which case only one reference is required
1346 cr_seeotheruids(struct ucred *u1, struct ucred *u2) argument
1349 if (!see_other_uids && u1->cr_ruid != u2->cr_ruid) {
1350 if (priv_check_cred(u1, PRIV_SEEOTHERUIDS, 0) != 0)
1368 * Determine if u1 can "see" the subject specified by u2, according to the
1372 * References: *u1 and *u2 must not change during the call
1373 * u1 may equal u2, in which case only one reference is required
1376 cr_seeothergids(struct ucred *u1, struc argument
1404 cr_cansee(struct ucred *u1, struct ucred *u2) argument
[all...]
/freebsd-11.0-release/crypto/heimdal/lib/asn1/
H A Dder_get.c485 unsigned u = 0, u1; local
489 u1 = u * 128 + (*p++ % 128);
491 if (u1 < u) {
495 u = u1;
/freebsd-11.0-release/bin/sh/tests/expansion/
H A DMakefile80 ${PACKAGE}FILES+= set-u1.0
/freebsd-11.0-release/contrib/groff/src/preproc/refer/
H A Dtoken.cpp279 static void init_two_char_letter(char l1, char l2, char u1, char u2, argument
289 buf[2] = u1;
/freebsd-11.0-release/lib/msun/src/
H A De_lgamma_r.c127 u1 = 6.32827064025093366517e-01, /* 0x3FE4401E, 0x8B005DFF */ variable
266 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*u5)))));
/freebsd-11.0-release/sys/dev/xen/evtchn/
H A Devtchn_dev.c74 static int evtchn_cmp(struct user_evtchn *u1, struct user_evtchn *u2);
124 evtchn_cmp(struct user_evtchn *u1, struct user_evtchn *u2) argument
127 return (u1->port - u2->port);
/freebsd-11.0-release/usr.sbin/quot/
H A Dquot.c314 const struct user *u1, *u2; local
315 u1 = (const struct user *)v1;
318 return u2->space - u1->space;
/freebsd-11.0-release/lib/msun/ld128/
H A De_lgammal_r.c111 u1 = 4.24082772271938167430983113242482656e-01L, variable
291 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*(u5+y*(u6+y*(u7+
/freebsd-11.0-release/contrib/bsnmp/snmpd/
H A Dmain.c2767 usm_compare_user(struct usm_user *u1, struct usm_user *u2) argument
2771 if (u1->user_engine_len < u2->user_engine_len)
2773 if (u1->user_engine_len > u2->user_engine_len)
2776 for (i = 0; i < u1->user_engine_len; i++) {
2777 if (u1->user_engine_id[i] < u2->user_engine_id[i])
2779 if (u1->user_engine_id[i] > u2->user_engine_id[i])
2783 if (strlen(u1->suser.sec_name) < strlen(u2->suser.sec_name))
2785 if (strlen(u1->suser.sec_name) > strlen(u2->suser.sec_name))
2788 for (i = 0; i < strlen(u1->suser.sec_name); i++) {
2789 if (u1
[all...]
/freebsd-11.0-release/sys/dev/acpica/
H A Dacpi_hpet.c875 uint32_t u1, u2; local
882 u1 = bus_read_4(sc->mem_res, HPET_MAIN_COUNTER);
894 (long)ts.tv_sec, ts.tv_nsec, u1, u2, u2 - u1);
/freebsd-11.0-release/crypto/openssl/crypto/engine/
H A Deng_cryptodev.c120 BIGNUM *u1, BIGNUM *pub_key, BIGNUM *u2,
1245 BIGNUM *u1, BIGNUM *pub_key, BIGNUM *u2, BIGNUM *p,
1253 /* v = ( g^u1 * y^u2 mod p ) mod q */
1254 /* let t1 = g ^ u1 mod p */
1257 if (!dsa->meth->bn_mod_exp(dsa, t1, dsa->g, u1, dsa->p, ctx, mont))
1263 /* let u1 = t1 * t2 mod p */
1264 if (!BN_mod_mul(u1, t1, &t2, dsa->p, ctx))
1267 BN_copy(t1, u1);
1244 cryptodev_dsa_dsa_mod_exp(DSA *dsa, BIGNUM *t1, BIGNUM *g, BIGNUM *u1, BIGNUM *pub_key, BIGNUM *u2, BIGNUM *p, BN_CTX *ctx, BN_MONT_CTX *mont) argument
/freebsd-11.0-release/sys/boot/ficl/
H A Dwords.c1911 FICL_UNS u1, u2; local
1916 u1 = stackPopUNS(pVM->pStack);
1917 PUSHINT(FICL_BOOL(u1 < u2));
3036 ** to-number CORE ( ud1 c-addr1 u1 -- ud2 c-addr2 u2 )
3038 ** string specified by c-addr1 u1 into digits, using the number in BASE,
3769 ** u-m-slash-mod CORE ( ud u1 -- u2 u3 )
3770 ** Divide ud by u1, giving the quotient u3 and the remainder u2.
3772 ** exists if u1 is zero or if the quotient lies outside the range of a
3778 FICL_UNS u1; local
3781 u1
3861 FICL_UNS u1; local
4440 FICL_UNS u1, u2, uMin; local
[all...]
/freebsd-11.0-release/lib/msun/ld80/
H A De_lgammal_r.c141 #define u1 (u1u.e) macro
325 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*(u5+y*u6))))));
/freebsd-11.0-release/crypto/openssl/crypto/bn/
H A Dbn_gf2m.c727 BN_ULONG u0, u1, b0, b1, mask; local
734 u1 = udp[i + 1];
735 udp[i] = ((u0 >> 1) | (u1 << (BN_BITS2 - 1))) & BN_MASK2;
736 u0 = u1;
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dddt.c776 const uint64_t *u1 = (const uint64_t *)&dde1->dde_key; local
780 if (u1[i] < u2[i])
782 if (u1[i] > u2[i])
/freebsd-11.0-release/contrib/gcc/
H A Dtree-ssa-operands.c166 unsigned int u1,u2; local
168 u1 = get_name_decl (e1);
173 gcc_assert (u1 != u2);
175 return (u1 > u2 ? 1 : -1);
/freebsd-11.0-release/sys/dev/isci/scil/
H A Dintel_sas.h713 } u1; member in struct:SMP_RESPONSE_DISCOVER
/freebsd-11.0-release/sys/boot/efi/include/amd64/
H A Dpe.h576 } u1; member in struct:_IMAGE_THUNK_DATA
/freebsd-11.0-release/sys/boot/efi/include/i386/
H A Dpe.h576 } u1; member in struct:_IMAGE_THUNK_DATA
/freebsd-11.0-release/sys/sys/
H A Dsystm.h316 int cr_cansee(struct ucred *u1, struct ucred *u2);
/freebsd-11.0-release/sbin/pfctl/
H A Dpfctl_parser.c335 print_ugid(u_int8_t op, unsigned u1, unsigned u2, const char *t, unsigned umax) argument
339 snprintf(a1, sizeof(a1), "%u", u1);
342 if (u1 == umax && (op == PF_OP_EQ || op == PF_OP_NE))
/freebsd-11.0-release/sys/dev/hyperv/netvsc/
H A Dhv_net_vsc.h481 } u1; member in struct:nvsp_2_netvsc_capabilities_
H A Dhv_rndis.h631 } u1; member in struct:ndis_8021q_info_
/freebsd-11.0-release/sys/dev/sound/usb/
H A Duaudio.c3755 const struct usb_audio_processing_unit_1 *u1; local
3830 u1 = (const void *)(u.pu->baSourceId + u.pu->bNrInPins);
3832 len += sizeof(*u1);
3837 len += u1->bControlSize;
3887 const struct usb_audio20_processing_unit_1 *u1; local
3966 u1 = (const void *)(u.pu->baSourceId + u.pu->bNrInPins);
3968 len += sizeof(*u1);
/freebsd-11.0-release/contrib/gcclibs/libdecnumber/
H A DdecNumber.c5462 unsigned char u1 = (unsigned char) *str1; local
5464 if (u1 == u2)
5466 if (u1 == '\0')
5471 if (tolower (u1) != tolower (u2))

Completed in 618 milliseconds

123