Home
last modified time | relevance | path

Searched refs:HE (Results 1 – 25 of 42) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp223 HistEvent HE; in LineEditor() local
224 ::history(Data->Hist, &HE, H_SETSIZE, 800); in LineEditor()
225 ::history(Data->Hist, &HE, H_SETUNIQUE, 1); in LineEditor()
239 HistEvent HE; in saveHistory() local
240 ::history(Data->Hist, &HE, H_SAVE, HistoryPath.c_str()); in saveHistory()
246 HistEvent HE; in loadHistory() local
247 ::history(Data->Hist, &HE, H_LOAD, HistoryPath.c_str()); in loadHistory()
265 HistEvent HE; in readLine() local
267 ::history(Data->Hist, &HE, H_ENTER, Line); in readLine()
/freebsd/crypto/openssl/test/
H A Dtestrsa2048pub.pem7 uYV3hp2g6nGDU/ByJ1SIaRNkh2DRIr5nbg/Eg90g/8Mb2pajGWbJqi51rQPeR+HE
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZScheduleZ14.td1423 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "VF(C|K)(E|H|HE)$")>;
1424 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "VF(C|K)(E|H|HE)DB$")>;
1425 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "WFC(E|H|HE)DB$")>;
1426 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "WFK(E|H|HE)DB$")>;
1427 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "VF(C|K)(E|H|HE)SB$")>;
1428 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "WFC(E|H|HE)SB$")>;
1429 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "WFK(E|H|HE)SB$")>;
1430 def : InstRW<[WLat2, VecDFX, NormalGr], (instregex "WFC(E|H|HE)XB$")>;
1431 def : InstRW<[WLat2, VecDFX, NormalGr], (instregex "WFK(E|H|HE)XB$")>;
1432 def : InstRW<[WLat3, WLat3, VecXsPm, NormalGr], (instregex "VFC(E|H|HE)DBS$")>;
[all …]
H A DSystemZScheduleZ15.td1466 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "VF(C|K)(E|H|HE)$")>;
1467 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "VF(C|K)(E|H|HE)DB$")>;
1468 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "WFC(E|H|HE)DB$")>;
1469 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "WFK(E|H|HE)DB$")>;
1470 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "VF(C|K)(E|H|HE)SB$")>;
1471 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "WFC(E|H|HE)SB$")>;
1472 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "WFK(E|H|HE)SB$")>;
1473 def : InstRW<[WLat2, VecDFX, NormalGr], (instregex "WFC(E|H|HE)XB$")>;
1474 def : InstRW<[WLat2, VecDFX, NormalGr], (instregex "WFK(E|H|HE)XB$")>;
1475 def : InstRW<[WLat3, WLat3, VecXsPm, NormalGr], (instregex "VFC(E|H|HE)DBS$")>;
[all …]
H A DSystemZScheduleZ16.td1474 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "VF(C|K)(E|H|HE)$")>;
1475 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "VF(C|K)(E|H|HE)DB$")>;
1476 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "WFC(E|H|HE)DB$")>;
1477 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "WFK(E|H|HE)DB$")>;
1478 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "VF(C|K)(E|H|HE)SB$")>;
1479 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "WFC(E|H|HE)SB$")>;
1480 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "WFK(E|H|HE)SB$")>;
1481 def : InstRW<[WLat2, VecDFX, NormalGr], (instregex "WFC(E|H|HE)XB$")>;
1482 def : InstRW<[WLat2, VecDFX, NormalGr], (instregex "WFK(E|H|HE)XB$")>;
1483 def : InstRW<[WLat3, WLat3, VecXsPm, NormalGr], (instregex "VFC(E|H|HE)DBS$")>;
[all …]
H A DSystemZInstrInfo.td85 foreach V = [ "E", "NE", "H", "NH", "L", "NL", "HE", "NHE", "LE", "NLE",
159 foreach V = [ "E", "H", "L", "HE", "LE", "LH",
250 foreach V = [ "E", "H", "L", "HE", "LE", "LH",
582 foreach V = [ "E", "NE", "H", "NH", "L", "NL", "HE", "NHE", "LE", "NLE",
623 foreach V = [ "E", "NE", "H", "NH", "L", "NL", "HE", "NHE", "LE", "NLE",
654 foreach V = [ "E", "NE", "H", "NH", "L", "NL", "HE", "NHE", "LE", "NLE",
2357 foreach V = [ "E", "NE", "H", "NH", "L", "NL", "HE", "NHE", "LE", "NLE",
H A DSystemZScheduleZ13.td1367 def : InstRW<[WLat2, WLat2, VecXsPm, NormalGr], (instregex "VFC(E|H|HE)$")>;
1368 def : InstRW<[WLat2, WLat2, VecXsPm, NormalGr], (instregex "VFC(E|H|HE)DB$")>;
1369 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "WFC(E|H|HE)DB$")>;
1370 def : InstRW<[WLat3, WLat3, VecXsPm, NormalGr], (instregex "VFC(E|H|HE)DBS$")>;
1371 def : InstRW<[WLat3, WLat3, VecXsPm, NormalGr], (instregex "WFC(E|H|HE)DBS$")>;
/freebsd/libexec/getty/
H A Dgettytab.h71 #define HE gettystrs[12].value macro
H A Dmain.c298 edithost(HE); in main()
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devppkey_rsa_kem.txt50 uYV3hp2g6nGDU/ByJ1SIaRNkh2DRIr5nbg/Eg90g/8Mb2pajGWbJqi51rQPeR+HE
H A Devppkey_rsa_sigalg.txt58 uYV3hp2g6nGDU/ByJ1SIaRNkh2DRIr5nbg/Eg90g/8Mb2pajGWbJqi51rQPeR+HE
H A Devppkey_rsa.txt60 uYV3hp2g6nGDU/ByJ1SIaRNkh2DRIr5nbg/Eg90g/8Mb2pajGWbJqi51rQPeR+HE
265 uYV3hp2g6nGDU/ByJ1SIaRNkh2DRIr5nbg/Eg90g/8Mb2pajGWbJqi51rQPeR+HE
H A Devppkey_rsa_common.txt58 uYV3hp2g6nGDU/ByJ1SIaRNkh2DRIr5nbg/Eg90g/8Mb2pajGWbJqi51rQPeR+HE
870 uYV3hp2g6nGDU/ByJ1SIaRNkh2DRIr5nbg/Eg90g/8Mb2pajGWbJqi51rQPeR+HE
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp257 const auto *HE = static_cast<const HexagonMCExpr*>(ImmOp.getExpr()); in ScaleVectorOffset() local
258 int32_t V = cast<MCConstantExpr>(HE->getExpr())->getValue(); in ScaleVectorOffset()
H A DHexagonGenInsert.cpp1509 const HexagonEvaluator HE(*HRI, *MRI, *HII, MF); in runOnMachineFunction() local
1510 BitTracker BTLoc(HE, MF); in runOnMachineFunction()
H A DHexagonBitSimplify.cpp2809 const HexagonEvaluator HE(HRI, MRI, HII, MF); in runOnMachineFunction() local
2810 BitTracker BT(HE, MF); in runOnMachineFunction()
3350 const HexagonEvaluator HE(*HRI, *MRI, *HII, MF); in runOnMachineFunction() local
3351 BitTracker BT(HE, MF); in runOnMachineFunction()
/freebsd/crypto/heimdal/lib/wind/
H A DCompositionExclusions-3.2.0.txt63 FB34 # HEBREW LETTER HE WITH MAPIQ
H A Drfc4013.txt296 "AS IS" basis and THE CONTRIBUTOR, THE ORGANIZATION HE/SHE REPRESENTS
/freebsd/crypto/krb5/src/lib/krb5/unicode/
H A DCompositionExclusions.txt63 FB34 # HEBREW LETTER HE WITH MAPIQ
/freebsd/usr.sbin/bsnmpd/modules/snmp_bridge/
H A DRSTP-MIB.txt9 -- "AS IS" basis and THE CONTRIBUTOR, THE ORGANIZATION HE/SHE REPRESENTS
/freebsd/contrib/file/magic/Magdir/
H A Danimation129 >8 string da2a \b, DMB MAF aud w/ HE-AAC v2 aud, MOT slides, DLS, JPG/PNG/MNG
131 >8 string da3a \b, DMB MAF aud with HE-AAC aud, JPG/PNG/MNG images
146 >8 string dv2a \b, DMB MAF vid w/ AVC vid, HE-AAC v2 aud, BIFS, JPG/PNG/MNG, TS
148 >8 string dv3a \b, DMB MAF vid w/ AVC vid, HE-AAC aud, BIFS, JPG/PNG/MNG, TS
/freebsd/contrib/wpa/wpa_supplicant/
H A Ddefconfig209 # Support HE overrides
505 # IEEE 802.11ax HE support (mainly for AP mode)
/freebsd/contrib/wpa/hostapd/
H A Ddefconfig161 # IEEE 802.11ax HE support
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp271 HE = CatchSwitch->handler_end(); in getUnwindDestTokenHelper() local
272 HI != HE && !UnwindDestToken; ++HI) { in getUnwindDestTokenHelper()
/freebsd/share/i18n/csmapper/APPLE/
H A DHEBREW%UCS.src488 0xE4 = 0x05D4 # HEBREW LETTER HE

12