Searched refs:ni (Results 101 - 121 of 121) sorted by relevance

12345

/openbsd-current/sys/dev/pci/
H A Dif_iwxvar.h450 struct ieee80211_node *ni; member in struct:iwx_setkey_task_arg
H A Dif_mcx.c8250 uint32_t hi, lo, ni; local
8256 ni = mcx_rd(sc, MCX_INTERNAL_TIMER_H);
8258 if (ni == hi)
8261 hi = ni;
/openbsd-current/regress/sys/net/pflog/
H A DMakefile138 DUMPCMD = /usr/sbin/tcpdump -l -e -vvv -s 2048 -ni
/openbsd-current/gnu/usr.bin/perl/t/japh/
H A Dabigail.t611 split // => "KsvQtbuf fbsodpmu\ni flsI " xor & _
/openbsd-current/gnu/llvm/clang/lib/Parse/
H A DParseDeclCXX.cpp2960 for (unsigned i = 0, ni = CommonLateParsedAttrs.size(); i < ni; ++i) {
2963 for (unsigned i = 0, ni = LateParsedAttrs.size(); i < ni; ++i) {
3103 for (unsigned i = 0, ni = CommonLateParsedAttrs.size(); i < ni; ++i)
3106 for (unsigned i = 0, ni = LateParsedAttrs.size(); i < ni; ++i)
/openbsd-current/sys/dev/ic/
H A Dbwivar.h505 struct ieee80211_node ni; member in struct:bwi_node
/openbsd-current/sys/dev/usb/
H A Dif_rsureg.h707 struct ieee80211_node *ni; member in struct:rsu_cmd_key
H A Dif_zydreg.h1122 struct ieee80211_node *ni; member in struct:zyd_tx_data
1132 struct ieee80211_node ni; /* must be the first */ member in struct:zyd_node
H A Dif_otusreg.h914 struct ieee80211_node ni; member in struct:otus_node
926 struct ieee80211_node *ni; member in struct:otus_cmd_key
/openbsd-current/regress/sys/net/pf_opts/
H A DMakefile132 DUMPCMD = /usr/sbin/tcpdump -l -e -vvv -s 2048 -ni
/openbsd-current/gnu/gcc/gcc/
H A Dtree-inline.c432 tree_stmt_iterator oi, ni; local
436 ni = tsi_start (new);
441 tsi_link_after (&ni, tsi_stmt (oi), TSI_NEW_STMT);
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dtrinity_dpm.c985 u32 ni; local
991 ni = (p + tp - 1) / tp;
995 value |= SCLK_DPM(ni);
H A Dsi_dpm.c6895 ni_pi = &si_pi->ni;
/openbsd-current/sys/dev/pci/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.h967 struct ni_power_info ni; member in struct:si_power_info
H A Damdgpu_si_dpm.c7363 ni_pi = &si_pi->ni;
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp205 for (ObjCMethodDecl::param_iterator ni = NewMethod->param_begin(),
207 ni != ne && oi != oe; ++ni, ++oi) {
209 ParmVarDecl *newDecl = (*ni);
H A DSemaDecl.cpp4357 ni = newMethod->param_begin(), ne = newMethod->param_end();
4358 ni != ne && oi != oe; ++ni, ++oi)
4359 mergeParamDeclAttributes(*ni, *oi, *this);
/openbsd-current/sbin/iked/
H A Dikev2.c4404 struct ibuf *ni, *nr; local
4482 /* ni: minimum nonce of sa_nexti */
4485 ni = sa->sa_nexti->sa_inonce;
4487 ni = sa->sa_nexti->sa_rnonce;
4495 if (ikev2_nonce_cmp(ni, nr) < 0) {
4564 /* set ni to minimum nonce for exchange initiated by us */
4566 ni = sa->sa_inonce;
4568 ni = sa->sa_rnonce;
4573 if (ikev2_nonce_cmp(ni, nr) < 0) {
/openbsd-current/regress/sys/netinet/ipsec/
H A DMakefile222 DUMPCMD= tcpdump -s 2048 -ni
/openbsd-current/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/LangTags/
H A DList.pm1389 {sgn-ni} Nicaraguan Sign Language (ISN);
/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dexpr.c13862 ffeinfo ni;
13909 ni = ffeinfo_new (FFEINFO_basictypeHOLLERITH, FFEINFO_kindtypeNONE,
13912 ffebld_set_info (e->u.operand, ni);
14838 ffeinfo ni;
14900 ni = ffeinfo_new (FFEINFO_basictypeCHARACTER, FFEINFO_kindtypeCHARACTERDEFAULT,
14903 ffebld_set_info (e->u.operand, ni);
13861 ffeinfo ni; local
14837 ffeinfo ni; local

Completed in 460 milliseconds

12345