Home
last modified time | relevance | path

Searched refs:n_ (Results 1 – 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/openpam/lib/libpam/
HDopenpam_debug.h49 int n_ = (n); \
50 openpam_log(PAM_LOG_LIBDEBUG, "entering: %d", n_); \
77 int n_ = (n); \
78 openpam_log(PAM_LOG_LIBDEBUG, "returning %d", n_); \
79 return (n_); \
/freebsd-13-stable/contrib/lua/src/
HDlobject.h689 { Node *n_=(node); const TValue *io_=(obj); \
690 n_->u.key_val = io_->value_; n_->u.key_tt = io_->tt_; \
696 { TValue *io_=(obj); const Node *n_=(node); \
697 io_->value_ = n_->u.key_val; io_->tt_ = n_->u.key_tt; \
/freebsd-13-stable/usr.bin/col/
HDREADME35 #\E9_\ba\E8\nb\n# #\n_\bb\ba\n# #\n_\ba\bb\n#
/freebsd-13-stable/contrib/less/
HDless.hlp107 --_<_n_a_m_e_> Toggle a command line option, by name.
109 ___<_n_a_m_e_> Display the setting of an option, by name.
112 !_c_o_m_m_a_n_d Execute the shell command with $SHELL.
113 #_c_o_m_m_a_n_d Execute the shell command, expanded like a prompt.
114 |XX_c_o_m_m_a_n_d Pipe file between current pos & mark XX to shell command.
/freebsd-13-stable/contrib/googletest/googletest/test/
HDgoogletest-param-test-test.cc1080 NonParameterizedBaseTest() : n_(17) {} in NonParameterizedBaseTest()
1083 int n_; member in NonParameterizedBaseTest
1096 TEST_F(NonParameterizedBaseTest, FixtureIsInitialized) { EXPECT_EQ(17, n_); } in TEST_F()
1099 EXPECT_EQ(17, n_); in TEST_P()
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/
HDaead_aes256gcm_aesni.c420 #define aesni_encrypt8full(out_, n_, rkeys, in_, accum, hv_, h2v_, h3v_, h4v_, rev) \ argument
423 uint32_t *n = n_; \
467 #define aesni_decrypt8full(out_, n_, rkeys, in_) \ argument
470 uint32_t *n = n_; \
/freebsd-13-stable/contrib/googletest/googlemock/test/
HDgmock-matchers-containers_test.cc623 AClass() : n_(0) {} in AClass()
626 int n() const { return n_; } in n()
628 void set_n(int new_n) { n_ = new_n; } in set_n()
641 int n_; member in testing::gmock_matchers_test::__anon03a632d60111::AClass
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDarm_mve_defs.td232 class CTO_Tuple<int n_>: ComplexTypeOp { int n = n_; }