Home
last modified time | relevance | path

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

/freebsd/sys/dev/hid/
H A Dhkbd.c274 NN, NN, NN, NN, NN, NN, NN, NN, /* 68 - 6F */
280 NN, NN, NN, NN, NN, NN, NN, NN, /* 98 - 9F */
281 NN, NN, NN, NN, NN, NN, NN, NN, /* A0 - A7 */
282 NN, NN, NN, NN, NN, NN, NN, NN, /* A8 - AF */
283 NN, NN, NN, NN, NN, NN, NN, NN, /* B0 - B7 */
284 NN, NN, NN, NN, NN, NN, NN, NN, /* B8 - BF */
285 NN, NN, NN, NN, NN, NN, NN, NN, /* C0 - C7 */
286 NN, NN, NN, NN, NN, NN, NN, NN, /* C8 - CF */
287 NN, NN, NN, NN, NN, NN, NN, NN, /* D0 - D7 */
288 NN, NN, NN, NN, NN, NN, NN, NN, /* D8 - DF */
[all …]
/freebsd/sys/dev/usb/input/
H A Dukbd.c262 NN, NN, NN, NN, NN, NN, NN, NN, /* 68 - 6F */
268 NN, NN, NN, NN, NN, NN, NN, NN, /* 98 - 9F */
269 NN, NN, NN, NN, NN, NN, NN, NN, /* A0 - A7 */
270 NN, NN, NN, NN, NN, NN, NN, NN, /* A8 - AF */
271 NN, NN, NN, NN, NN, NN, NN, NN, /* B0 - B7 */
272 NN, NN, NN, NN, NN, NN, NN, NN, /* B8 - BF */
273 NN, NN, NN, NN, NN, NN, NN, NN, /* C0 - C7 */
274 NN, NN, NN, NN, NN, NN, NN, NN, /* C8 - CF */
275 NN, NN, NN, NN, NN, NN, NN, NN, /* D0 - D7 */
276 NN, NN, NN, NN, NN, NN, NN, NN, /* D8 - DF */
[all …]
/freebsd/contrib/one-true-awk/
H A Dtran.c229 (void*)p, NN(p->nval), NN(p->sval), p->fval, p->tval); in setsymtab()
327 DPRINTF("setfval %p: %s = %g, t=%o\n", (void*)vp, NN(vp->nval), f, vp->tval); in setfval()
348 (void*)vp, NN(vp->nval), s, vp->tval, donerec, donefld); in setsval()
376 (void*)vp, NN(vp->nval), t, (void*)t, vp->tval, donerec, donefld); in setsval()
408 (void*)vp, NN(vp->nval), vp->fval, vp->tval); in getfval()
509 (void*)vp, NN(vp->nval), vp->sval, (void*)vp->sval, vp->tval); in get_str_val()
H A Dawk.h47 #define NN(p) ((p) ? (p) : "(null)") /* guaranteed non-null for DPRINTF macro
H A Drun.c262 i, NN(y->nval), y->fval, isarr(y) ? "(array)" : NN(y->sval), y->tval); in call()
519 DPRINTF("making %s into an array\n", NN(x->nval)); in array()
928 DPRINTF("freeing %s %s %o\n", NN(a->nval), NN(a->sval), a->tval); in tfree()
1699 DPRINTF("split: s=|%s|, a=%s, sep=|%s|\n", s, NN(ap->nval), fs); in split()
/freebsd/sys/contrib/openzfs/module/icp/algs/skein/
H A Dskein_block.c182 #define R256_Unroll_R(NN) \ in Skein_256_Process_Block() argument
183 ((SKEIN_UNROLL_256 == 0 && SKEIN_256_ROUNDS_TOTAL / 8 > (NN)) || \ in Skein_256_Process_Block()
184 (SKEIN_UNROLL_256 > (NN))) in Skein_256_Process_Block()
408 #define R512_Unroll_R(NN) \ in Skein_512_Process_Block() argument
409 ((SKEIN_UNROLL_512 == 0 && SKEIN_512_ROUNDS_TOTAL / 8 > (NN)) || \ in Skein_512_Process_Block()
410 (SKEIN_UNROLL_512 > (NN))) in Skein_512_Process_Block()
698 #define R1024_Unroll_R(NN) \ in Skein1024_Process_Block() argument
699 ((SKEIN_UNROLL_1024 == 0 && SKEIN1024_ROUNDS_TOTAL/8 > (NN)) || \ in Skein1024_Process_Block()
700 (SKEIN_UNROLL_1024 > (NN))) in Skein1024_Process_Block()
/freebsd/sys/crypto/skein/
H A Dskein_block.c164 #define R256_Unroll_R(NN) ((SKEIN_UNROLL_256 == 0 && SKEIN_256_ROUNDS_TOTAL/8 > (NN)) || (SKEIN_UNR… in Skein_256_Process_Block() argument
368 #define R512_Unroll_R(NN) ((SKEIN_UNROLL_512 == 0 && SKEIN_512_ROUNDS_TOTAL/8 > (NN)) || (SKEIN_UNR… in Skein_512_Process_Block() argument
616 #define R1024_Unroll_R(NN) ((SKEIN_UNROLL_1024 == 0 && SKEIN1024_ROUNDS_TOTAL/8 > (NN)) || (SKEIN_U… in Skein1024_Process_Block() argument
/freebsd/crypto/openssl/test/certs/
H A Dncca3-cert.pem6 HR6PB7AHUvq+44+NN/l1J//JkT/9rFVoGDbb/L354US/iBJ3zjBSqeeXvofSmsvf
/freebsd/contrib/netbsd-tests/lib/libc/regex/data/
H A Danchor.in25 $$ n aNNb @NN
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp197 for (const auto &NN : MN->Mapping) { in endMapping() local
198 if (!is_contained(MN->ValidKeys, NN.first())) { in endMapping()
199 const SMRange &ReportLoc = NN.second.second; in endMapping()
201 setError(ReportLoc, Twine("unknown key '") + NN.first() + "'"); in endMapping()
204 reportWarning(ReportLoc, Twine("unknown key '") + NN.first() + "'"); in endMapping()
/freebsd/crypto/openssl/doc/man7/
H A Dopenssl_user_macros.pod.in34 represents the major number, C<NN> represents the minor number, and
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrMMA.td236 def NN : XX3Form_AT3_XAB6<
270 def PM#NAME#NN :
317 def NN : XX3Form_AT3_XAB6<opcode, !or(xo, 0xC0), (outs acc:$AT),
372 def PM#NAME#NN :
453 def PM#NAME#NN :
/freebsd/crypto/openssl/doc/man3/
H A DOpenSSL_version.pod91 =item NN
/freebsd/lib/libc/regex/grot/
H A Dtests85 $$ n aNNb @NN
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dqrb5165-rb5.dts1087 "GPIO-NN",
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleA57.td1162 "VCVT(AN|MN|NN|PN)(SDf|SQf|UDf|UQf|SDh|SQh|UDh|UQh)")>;
1191 "VRINT(AN|MN|NN|PN|XN|ZN)(Df|Qf|Dh|Qh)")>;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3522 MDNode *NN = MDNode::get(OldLI.getContext(), std::nullopt); in copyRangeMetadata() local
3523 NewLI.setMetadata(LLVMContext::MD_nonnull, NN); in copyRangeMetadata()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZScheduleZ15.td472 def : InstRW<[WLat1, FXa, NormalGr], (instregex "NN(G)?RK$")>;
H A DSystemZScheduleZ16.td472 def : InstRW<[WLat1, FXa, NormalGr], (instregex "NN(G)?RK$")>;
/freebsd/contrib/tnftp/
H A DChangeLog219 - Replace references from draft-ietf-ftpext-mlst-NN to RFC 3659.
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devppkey_kas.txt2088 6R/TLgYvXrksoP8dbRlV1zdrLaJP4RY6JxZZE2NBvC6xGV/HBtxi5/NN
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp47077 SDValue NN = in combineShiftRightArithmetic() local
47080 return NN; in combineShiftRightArithmetic()
47082 return DAG.getNode(ISD::SHL, DL, VT, NN, in combineShiftRightArithmetic()
47084 return DAG.getNode(ISD::SRA, DL, VT, NN, in combineShiftRightArithmetic()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6594 SDValue NN = DAG.getNode(ISD::MUL, DL, MVT::i64, N, N); in allocateLazySaveBuffer() local
6595 SDValue Ops[] = {Chain, NN, DAG.getConstant(1, DL, MVT::i64)}; in allocateLazySaveBuffer()
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src2137 # "stty rows NN", e.g. to use 24 lines.
/freebsd/contrib/sqlite3/
H A Dsqlite3.c77485 #define NN 1 /* Number of neighbors on either side of pPage */