| /f-stack/freebsd/crypto/des/ |
| H A D | des_locl.h | 150 u2&=0xfc; \ 162 u2&=0xfc; \ 178 u2&=0xfc; \ 234 u2=(int)u>>8L; \ 236 u2&=0x3f; \ 245 u2=(int)t>>8L; \ 247 u2&=0x3f; \ 263 u2=(int)u>>8L; \ 265 u2&=0x3f; \ 274 u2=(int)t>>8L; \ [all …]
|
| /f-stack/freebsd/i386/i386/ |
| H A D | mp_clock.c | 91 unsigned u1, u2, u3; in piix_get_timecount() local 93 u2 = inl(piix_timecounter_address); in piix_get_timecount() 96 u1 = u2; in piix_get_timecount() 97 u2 = u3; in piix_get_timecount() 99 } while (u1 > u2 || u2 > u3); in piix_get_timecount() 100 return (u2); in piix_get_timecount()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/phy/ |
| H A D | phy-mtk-tphy.txt | 124 u2 port0 0x0800 U2PHY_COM 129 u2 port1 0x1000 U2PHY_COM 134 u2 port2 0x1800 U2PHY_COM 139 u2 port0 0x0000 MISC 148 u2 port1 0x1000 MISC 157 u2 port2 0x2000 MISC 160 SPLLC shared by u3 ports and FMREG shared by u2 ports on 162 u2 ports and CHIP for u3 ports are added on mt2712.
|
| H A D | phy-mtk-xsphy.txt | 59 u2 port0 0x0000 MISC 62 u2 port1 0x1000 MISC 65 u2 port2 0x2000 MISC
|
| /f-stack/freebsd/contrib/openzfs/tests/test-runner/include/ |
| H A D | logapi.shlib | 103 print -u2 $($out) 115 print -u2 $($out) 128 print -u2 $($out) 212 print -u2 $($out) 216 print -u2 $($out) 220 print -u2 $($out) 224 print -u2 $($out) 231 print -u2 $($out) 239 print -u2 $($out) 275 print -u2 $($out) [all …]
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_uuid.c | 101 #define UUCMP(u1, u2) \ in rte_uuid_compare() argument 102 do { if (u1 != u2) return (u1 < u2) ? -1 : 1; } while (0) in rte_uuid_compare()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_prot.c | 1349 cr_canseeotheruids(struct ucred *u1, struct ucred *u2) in cr_canseeotheruids() argument 1352 if (!see_other_uids && u1->cr_ruid != u2->cr_ruid) { in cr_canseeotheruids() 1379 cr_canseeothergids(struct ucred *u1, struct ucred *u2) in cr_canseeothergids() argument 1386 if (groupmember(u1->cr_groups[i], u2)) in cr_canseeothergids() 1421 cr_canseejailproc(struct ucred *u1, struct ucred *u2) in cr_canseejailproc() argument 1436 cr_cansee(struct ucred *u1, struct ucred *u2) in cr_cansee() argument 1440 if ((error = prison_check(u1, u2))) in cr_cansee() 1443 if ((error = mac_cred_check_visible(u1, u2))) in cr_cansee() 1446 if ((error = cr_canseeotheruids(u1, u2))) in cr_cansee() 1448 if ((error = cr_canseeothergids(u1, u2))) in cr_cansee() [all …]
|
| /f-stack/freebsd/arm64/coresight/ |
| H A D | coresight_acpi.c | 112 cs_guid_equal(const struct uuid *u1, const struct uuid *u2) in cs_guid_equal() argument 115 if (memcmp(u1, u2, 16) == 0) in cs_guid_equal()
|
| /f-stack/freebsd/contrib/openzfs/module/unicode/ |
| H A D | u8_textprep.c | 1073 uint32_t u2; in do_composition() local 1107 U8_PUT_3BYTES_INTO_UTF32(u2, s[start[i] + 3], in do_composition() 1110 if (U8_HANGUL_JAMO_L(u1) && U8_HANGUL_JAMO_V(u2)) { in do_composition() 1112 u2 -= U8_HANGUL_JAMO_V_FIRST; in do_composition() 1114 (u1 * U8_HANGUL_V_COUNT + u2) * in do_composition() 1119 U8_PUT_3BYTES_INTO_UTF32(u2, in do_composition() 1123 if (U8_HANGUL_JAMO_T(u2)) { in do_composition() 1124 u1 += u2 - in do_composition()
|
| /f-stack/dpdk/drivers/common/qat/qat_adf/ |
| H A D | icp_qat_fw_la.h | 310 } u2; member 321 } u2; member
|
| H A D | icp_qat_fw_comp.h | 444 } u2; member
|
| /f-stack/freebsd/contrib/openzfs/module/icp/asm-x86_64/aes/ |
| H A D | aestab.h | 114 d_4(uint32_t, t_dec(f, n), sb_data, u0, u1, u2, u3);
|
| /f-stack/dpdk/drivers/compress/qat/ |
| H A D | qat_comp.c | 35 &comp_req->u2.xlt_cd_ctrl, in qat_comp_fallback_to_fixed() 38 &comp_req->u2.xlt_cd_ctrl, in qat_comp_fallback_to_fixed() 954 ICP_QAT_FW_COMN_NEXT_ID_SET(&comp_req->u2.xlt_cd_ctrl, in qat_comp_create_templates() 956 ICP_QAT_FW_COMN_CURR_ID_SET(&comp_req->u2.xlt_cd_ctrl, in qat_comp_create_templates()
|
| /f-stack/freebsd/sys/ |
| H A D | proc.h | 1065 int cr_cansee(struct ucred *u1, struct ucred *u2); 1067 int cr_canseeothergids(struct ucred *u1, struct ucred *u2); 1068 int cr_canseeotheruids(struct ucred *u1, struct ucred *u2); 1069 int cr_canseejailproc(struct ucred *u1, struct ucred *u2);
|
| /f-stack/freebsd/contrib/device-tree/Bindings/usb/ |
| H A D | dwc3.txt | 67 - snps,dis-u2-entry-quirk: set if link entering into U2 needs to be disabled. 70 - snps,dis-u2-freeclk-exists-quirk: when set, clear the u2_freeclk_exists
|
| /f-stack/dpdk/drivers/crypto/qat/ |
| H A D | qat_sym_session.c | 1878 auth_param->u2.aad_sz = in qat_sym_session_aead_create_cd_auth() 1880 auth_param->hash_state_sz = (auth_param->u2.aad_sz) >> 3; in qat_sym_session_aead_create_cd_auth() 1950 auth_param->u2.aad_sz = in qat_sym_session_aead_create_cd_auth() 1954 auth_param->u2.aad_sz = ICP_QAT_HW_CCM_AAD_B0_LEN; in qat_sym_session_aead_create_cd_auth()
|
| H A D | qat_sym.c | 317 auth_param->u2.aad_sz = 0; in qat_sym_build_request()
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | ste-dbx5x0-pinctrl.dtsi | 99 function = "u2";
|
| /f-stack/lib/ |
| H A D | ff_glue.c | 913 cr_cansee(struct ucred *u1, struct ucred *u2) in cr_cansee() argument
|
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | mcp_public.h | 204 } u2; member
|
| H A D | ecore_l2.c | 1956 p_bb->tx_lpi_entry_count += port_stats.eth.u2.bb2.tlpiec; in __ecore_get_vport_port_stats() 1957 p_bb->tx_total_collisions += port_stats.eth.u2.bb2.tncl; in __ecore_get_vport_port_stats()
|
| /f-stack/freebsd/security/mac_biba/ |
| H A D | mac_biba.c | 888 biba_cred_check_visible(struct ucred *u1, struct ucred *u2) in biba_cred_check_visible() argument 896 obj = SLOT(u2->cr_label); in biba_cred_check_visible()
|
| /f-stack/freebsd/security/mac_test/ |
| H A D | mac_test.c | 366 test_cred_check_visible(struct ucred *u1, struct ucred *u2) in test_cred_check_visible() argument 370 LABEL_CHECK(u2->cr_label, MAGIC_CRED); in test_cred_check_visible()
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/rockchip/ |
| H A D | rk3399.dtsi | 420 snps,dis-u2-freeclk-exists-quirk; 456 snps,dis-u2-freeclk-exists-quirk;
|