Searched defs:v1 (Results 51 - 75 of 131) sorted by relevance

123456

/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dlobject.c68 lua_Number luaO_arith (int op, lua_Number v1, lua_Number v2) { argument
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dbtree_test.c69 avl_compare(const void *v1, const void *v2) argument
80 zfs_btree_compare(const void *v1, const void *v2) argument
/freebsd-current/contrib/googletest/googletest/include/gtest/
H A Dgtest_pred_impl.h87 AssertPred1Helper(const char* pred_text, const char* e1, Pred pred, const T1& v1) argument
118 AssertPred2Helper(const char* pred_text, const char* e1, const char* e2, Pred pred, const T1& v1, const T2& v2) argument
155 AssertPred3Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, Pred pred, const T1& v1, const T2& v2, const T3& v3) argument
194 AssertPred4Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4) argument
236 AssertPred5Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4, const T5& v5) argument
[all...]
/freebsd-current/contrib/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc591 Chars v1; local
/freebsd-current/stand/ficl/
H A Dtools.c859 unsigned v1, v2; local
/freebsd-current/sys/dev/syscons/
H A Dscterm-sc.c200 int v0, v1, v2; local
H A Dscterm-teken.c689 int flags, n, v0, v1, v2; local
/freebsd-current/sys/netgraph/
H A Dng_patch.h99 uint8_t v1; member in union:ng_patch_op_val
/freebsd-current/usr.bin/mkimg/
H A Dqcow.c64 } v1; member in union:qcow_header::__anon6480
/freebsd-current/usr.bin/gprof/
H A Dgprof.c375 valcmp(const void *v1, const void *v2) argument
H A Darcs.c102 topcmp(const void *v1, const void *v2) argument
H A Dprintgprof.c71 timecmp(const void *v1, const void *v2) argument
263 totalcmp(const void *v1, const void *v2) argument
687 namecmp(const void *v1, const void *v2) argument
/freebsd-current/sys/dev/puc/
H A Dpucdata.c1469 uint8_t v0, v1; local
/freebsd-current/lib/msun/src/
H A De_lgammaf_r.c58 v1 = 1.10958421e+00, /* 0x3f8e06db */ variable
H A De_lgamma_r.c128 v1 = 2.45597793713041134822e+00, /* 0x4003A5D7, 0xC2BD619C */ variable
/freebsd-current/crypto/heimdal/lib/gssapi/krb5/
H A Darcfour.c115 arcfour_mic_cksum(krb5_context context, krb5_keyblock *key, unsigned usage, u_char *sgn_cksum, size_t sgn_cksum_sz, const u_char *v1, size_t l1, const void *v2, size_t l2, const void *v3, size_t l3) argument
/freebsd-current/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-generic.c274 uint64_t u0, u1, v1, q0, q1, k; local
/freebsd-current/contrib/lua/src/
H A Dlobject.c53 static lua_Integer intarith (lua_State *L, int op, lua_Integer v1, argument
73 numarith(lua_State *L, int op, lua_Number v1, lua_Number v2) argument
[all...]
/freebsd-current/contrib/libarchive/libarchive/
H A Dxxhash.c248 U32 v1 = seed + PRIME32_1 + PRIME32_2; local
329 U32 v1; member in struct:XXH_state32_t
405 U32 v1 = state->v1; local
[all...]
/freebsd-current/contrib/googletest/googletest/test/
H A Dgtest_pred_impl_unittest.cc75 bool PredFunction1(T1 v1) { argument
81 bool PredFunction1Int(int v1) { return v1 > 0; } argument
82 bool PredFunction1Bool(Bool v1) { return v1 > 0; } argument
87 bool operator()(const T1& v1) { argument
94 testing::AssertionResult PredFormatFunction1(const char* e1, const T1& v1) { argument
451 PredFunction2(T1 v1, T2 v2) argument
457 PredFunction2Int(int v1, int v2) argument
458 PredFunction2Bool(Bool v1, Bool v2) argument
463 operator ()(const T1& v1, const T2& v2) argument
470 PredFormatFunction2(const char* e1, const char* e2, const T1& v1, const T2& v2) argument
482 operator ()(const char* e1, const char* e2, const T1& v1, const T2& v2) const argument
834 PredFunction3(T1 v1, T2 v2, T3 v3) argument
840 PredFunction3Int(int v1, int v2, int v3) argument
841 PredFunction3Bool(Bool v1, Bool v2, Bool v3) argument
846 operator ()(const T1& v1, const T2& v2, const T3& v3) argument
853 PredFormatFunction3(const char* e1, const char* e2, const char* e3, const T1& v1, const T2& v2, const T3& v3) argument
867 operator ()(const char* e1, const char* e2, const char* e3, const T1& v1, const T2& v2, const T3& v3) const argument
1232 PredFunction4(T1 v1, T2 v2, T3 v3, T4 v4) argument
1238 PredFunction4Int(int v1, int v2, int v3, int v4) argument
1241 PredFunction4Bool(Bool v1, Bool v2, Bool v3, Bool v4) argument
1248 operator ()(const T1& v1, const T2& v2, const T3& v3, const T4& v4) argument
1255 PredFormatFunction4(const char* e1, const char* e2, const char* e3, const char* e4, const T1& v1, const T2& v2, const T3& v3, const T4& v4) argument
1270 operator ()(const char* e1, const char* e2, const char* e3, const char* e4, const T1& v1, const T2& v2, const T3& v3, const T4& v4) const argument
1648 PredFunction5(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5) argument
1654 PredFunction5Int(int v1, int v2, int v3, int v4, int v5) argument
1657 PredFunction5Bool(Bool v1, Bool v2, Bool v3, Bool v4, Bool v5) argument
1664 operator ()(const T1& v1, const T2& v2, const T3& v3, const T4& v4, const T5& v5) argument
1672 PredFormatFunction5(const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, const T1& v1, const T2& v2, const T3& v3, const T4& v4, const T5& v5) argument
1688 operator ()(const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, const T1& v1, const T2& v2, const T3& v3, const T4& v4, const T5& v5) const argument
[all...]
/freebsd-current/sys/arm/ti/
H A Dti_adc.c412 const uint32_t *v1, *v2; local
/freebsd-current/sys/dev/cxgb/common/
H A Dcxgb_mc5.c100 static inline void dbgi_wr_data3(adapter_t *adapter, u32 v1, u32 v2, u32 v3) argument
107 static inline void dbgi_rd_rsp3(adapter_t *adapter, u32 *v1, u32 *v2, u32 *v3) argument
/freebsd-current/usr.sbin/bluetooth/hccontrol/
H A Dle.c572 ng_hci_le_read_buffer_size_rp v1; member in union:__anon6593
/freebsd-current/sys/compat/linux/
H A Dlinux_mib.c174 int len, v0, v1, v2, v; local
/freebsd-current/sys/arm/allwinner/
H A Daw_cir.c312 unsigned long v1, v2; local

Completed in 323 milliseconds

123456