Searched full:rext (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/ata/ |
H A D | imx-sata.yaml | 67 Since "REXT" pin is only present for first lane of i.MX8QM PHY, it's
|
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
H A D | nvidia,tegra20-emc.txt | 104 RC, RFC, RAS, RP, R2W, W2R, R2P, W2P, RD_RCD, WR_RCD, RRD, REXT,
|
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | nvidia,tegra124-xusb-padctl.txt | 62 - avdd-usb-supply: USB I/Os, VBUS, ID, REXT, D+/D- power supply. Must supply 68 - avdd-usb-supply: USB I/Os, VBUS, ID, REXT, D+/D- power supply. Must supply
|
H A D | nvidia,tegra186-xusb-padctl.yaml | 74 description: USB I/Os, VBUS, ID, REXT, D+/D- power supply. Must
|
H A D | nvidia,tegra194-xusb-padctl.yaml | 72 description: USB I/Os, VBUS, ID, REXT, D+/D- power supply. Must
|
/freebsd/contrib/tcsh/ |
H A D | tw.parse.c | 1010 static const char *rext[] = { ".exe", ".com" }; in tw_collect_items() local 1012 static const char *rext[] = { ".exe", ".bat", ".com", ".cmd" }; in tw_collect_items() 1020 for (i = 0; i < sizeof(rext) / sizeof(rext[0]); i++) in tw_collect_items() 1021 if (strcasecmp(ext, rext[i]) == 0) { in tw_collect_items()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 3863 Constant *RExt = in simplifyICmpInst() local 3865 assert(RExt && "Constant-fold of ImmConstant should not fail"); in simplifyICmpInst() 3867 ConstantFoldCompareInstOperands(ICmpInst::ICMP_EQ, RExt, C, Q.DL); in simplifyICmpInst() 3941 Constant *RExt = in simplifyICmpInst() local 3943 assert(RExt && "Constant-fold of ImmConstant should not fail"); in simplifyICmpInst() 3945 ConstantFoldCompareInstOperands(ICmpInst::ICMP_EQ, RExt, C, Q.DL); in simplifyICmpInst()
|