Home
last modified time | relevance | path

Searched full:zk (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/bsddialog/
H A DCHANGELOG58 * add: new escapes \Zd, \Zk, \Zs, \ZD, \ZK, \ZS, for --text-escape.
129 * add: escapes for conf.text.highlight \Zd, \Zk, \Zs, \ZD, \ZK, \ZS.
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoZk.td1 //===- RISCVInstrInfoZk.td - RISC-V 'Zk' instructions ------*- tablegen -*-===//
9 // This file describes the RISC-V instructions from the standard 'Zk',
H A DRISCVFeatures.td639 : RISCVExtension<"zk", 1, 0,
640 "'Zk' (Standard scalar cryptography extension)",
/freebsd/sys/contrib/device-tree/Bindings/riscv/
H A Dextensions.yaml293 - const: zk
295 The standard Zk Standard Scalar cryptography extension as ratified
/freebsd/share/termcap/
H A Dtermcap.5569 enter_near_letter_quality ZK Enter NLQ mode
595 set_bottom_margin Zk Set bottom margin at current line
1638 .Dq Li ma=^Hh^Kj^Zk^Xl
/freebsd/contrib/file/tests/
H A Dmatilde.arm.testfile43 …Жq���&�K�PP<8C�9�%����F֜5������bf>M'��_y�<B<)��r���boքW������Wl�zK�<FL1���)c� �NYxw�`�…
/freebsd/contrib/ncurses/include/
H A DCaps.hpux11714 enter_near_letter_quality snlq str ZK - - ----- Enter NLQ mode
740 set_bottom_margin smgb str Zk - - ----- Set bottom margin at current line
H A DCaps706 enter_near_letter_quality snlq str ZK - - ----- Enter NLQ mode
732 set_bottom_margin smgb str Zk - - ----- Set bottom margin at current line
H A DCaps.osf1r5640 enter_near_letter_quality snlq str ZK - - ----- Enter NLQ mode
792 set_bottom_margin smgb str Zk - - ----- Set bottom margin at current line
H A DCaps.keys797 enter_near_letter_quality snlq str ZK - - ----- Enter NLQ mode
823 set_bottom_margin smgb str Zk - - ----- Set bottom margin at current line
H A DCaps.aix4808 enter_near_letter_quality snlq str ZK - - ----- Enter NLQ mode
834 set_bottom_margin smgb str Zk - - ----- Set bottom margin at current line
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVISAInfo.cpp860 {"zk"}, {"zkn"}, {"zks"}, {"zvkn"}, {"zvknc"},
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSVEInstrFormats.td4896 : I<(outs ZPR64:$Zdn), (ins ZPR64:$_Zdn, ZPR64:$Zm, ZPR64:$Zk),
4897 asm, "\t$Zdn, $_Zdn, $Zm, $Zk",
4901 bits<5> Zk;
4909 let Inst{9-5} = Zk;
4922 def : InstAlias<asm # "\t$Zdn, $Zdn, $Zm, $Zk",
4923 (!cast<Instruction>(NAME) ZPR8:$Zdn, ZPR8:$Zm, ZPR8:$Zk), 1>;
4924 def : InstAlias<asm # "\t$Zdn, $Zdn, $Zm, $Zk",
4925 (!cast<Instruction>(NAME) ZPR16:$Zdn, ZPR16:$Zm, ZPR16:$Zk), 1>;
4926 def : InstAlias<asm # "\t$Zdn, $Zdn, $Zm, $Zk",
4927 (!cast<Instruction>(NAME) ZPR32:$Zdn, ZPR32:$Zm, ZPR32:$Zk), 1>;
/freebsd/tests/sys/geom/class/eli/
H A Dtestvect.h63 …{ "\210\332a\312\367\024()", 8, "]\215\337\017p\215\251/\2747[\206\312\314Zk\267'\324\223c4\265Z%\…
203 …{ "\355\2508\036\235/\211\331\356\0223S\2121`\224", 16, "Zk\3217\020B\320\302u\222N\357<B\030\230+…
340 …1l\212\212UC\277\270\233r\211lR\300\275\223\275\300\346J", 200, "`[\366\233Zk==\042\033\211\322-r\…
520 …270\273\223\234\02137\345\275{\042\326\236X", 32, "\274(\277C\310%D\305\035zk\212\360\020\324\324\…
684 …277Tw\316\320$\304s>\372\236\264\330\354\341\314\275\315\034E\240f\001\330=ZK\001\026b\317\333\007…
700 …1\031\206\006\321\276\321\206^*\330\027\257:\204i\311\012\233\3404\236\0040Zk\326\007\013\015\310\…
/freebsd/contrib/sendmail/
H A DPGPKEYS2478 l/Mn66YVFyUDOYoTr96b/zk+GnBYPcFso/XkIBgmSOfNNs6n0WweR8QfDY4q0yHT
/freebsd/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh124 OAFTw4mFDjGCOrc8wh1aiPaGDD5qyz44Xi+5ARV73LwpsT6+T6Ol4LhTfwCgs+ZK
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp21987 // Zk builtins in EmitRISCVBuiltinExpr()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c236637 const char *zK = (const char*)sqlite3_column_text(p, 0);
236639 if( 0==sqlite3_stricmp(zK, "version") ){
236643 sqlite3Fts5ConfigSetValue(pConfig, zK, pVal, &bDummy);