Searched refs:y_ (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/sys/contrib/libsodium/src/libsodium/crypto_verify/sodium/ |
| D | verify.c | 35 crypto_verify_n(const unsigned char *x_, const unsigned char *y_, in crypto_verify_n() argument 46 (const volatile __m128i *volatile) (const void *) y_; in crypto_verify_n() 64 crypto_verify_n(const unsigned char *x_, const unsigned char *y_, in crypto_verify_n() argument 70 (const volatile unsigned char *volatile) y_; in crypto_verify_n()
|
| /freebsd-12-stable/bin/sh/tests/expansion/ |
| D | arith12.0 | 3 _x=4 y_=5 z_z=6 4 [ "$((_x*100+y_*10+z_z))" = 456 ]
|
| /freebsd-12-stable/contrib/googletest/googlemock/test/ |
| D | gmock_stress_test.cc | 78 Derived1(int a_x, int a_y) : Base(a_x), y_(a_y) {} in Derived1() 79 int y() const { return y_; } in y() 81 int y_; member in testing::__anon041f29310111::Derived1
|
| /freebsd-12-stable/contrib/gcc/ |
| D | tree-outof-ssa.c | 318 int y_; \ 321 y_ = VEC_index (int, (GRAPH)->edge_list, x_); \ 322 if (y_ != (NODE)) \ 337 int y_; \ 340 y_ = VEC_index (int, (GRAPH)->edge_list, x_ + 1); \ 341 if (y_ != (NODE)) \
|
| /freebsd-12-stable/contrib/gcc/doc/ |
| D | cpp.texi | 2568 typeof (Y) y_ = (Y); \ 2569 (x_ < y_) ? x_ : y_; @})
|