Home
last modified time | relevance | path

Searched defs:e1 (Results 1 – 25 of 81) sorted by relevance

1234

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/
H A Dtst.struct.d49 uint32_t e1; member
55 uint64_t e1; member
H A Dtst.typedef.d50 uint32_t e1; member
56 uint64_t e1; member
/freebsd/usr.sbin/nscd/
H A Dconfig.c68 configuration_entry_sort_cmp(const void *e1, const void *e2) in configuration_entry_sort_cmp()
76 configuration_entry_cmp(const void *e1, const void *e2) in configuration_entry_cmp()
84 configuration_entry_cache_mp_sort_cmp(const void *e1, const void *e2) in configuration_entry_cache_mp_sort_cmp()
92 configuration_entry_cache_mp_cmp(const void *e1, const void *e2) in configuration_entry_cache_mp_cmp()
100 configuration_entry_cache_mp_part_cmp(const void *e1, const void *e2) in configuration_entry_cache_mp_part_cmp()
/freebsd/contrib/lua/src/
H A Dlcode.c527 static void freeexps (FuncState *fs, expdesc *e1, expdesc *e2) { in freeexps()
1340 static int constfolding (FuncState *fs, int op, expdesc *e1, in constfolding()
1410 static void finishbinexpval (FuncState *fs, expdesc *e1, expdesc *e2, in finishbinexpval()
1429 expdesc *e1, expdesc *e2, int line) { in codebinexpval()
1444 expdesc *e1, expdesc *e2, int flip, int line, in codebini()
1456 expdesc *e1, expdesc *e2, int flip, int line) { in codebinK()
1467 static int finishbinexpneg (FuncState *fs, expdesc *e1, expdesc *e2, in finishbinexpneg()
1486 static void swapexps (expdesc *e1, expdesc *e2) { in swapexps()
1521 expdesc *e1, expdesc *e2, int line) { in codecommutative()
1539 expdesc *e1, expdesc *e2, int line) { in codebitwise()
[all …]
/freebsd/lib/libefivar/
H A Defivar.h55 #define EFI_GUID(a, b, c, d, e0, e1, e2, e3, e4, e5) \ argument
59 #define EFI_GUID(a, b, c, d, e0, e1, e2, e3, e4, e5) \ argument
/freebsd/sys/crypto/aesni/
H A Dintel_sha1.c66 __m128i abcd, e0, e1; in intel_sha1_step() local
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest_pred_impl.h87 AssertionResult AssertPred1Helper(const char* pred_text, const char* e1, in AssertPred1Helper()
118 AssertionResult AssertPred2Helper(const char* pred_text, const char* e1, in AssertPred2Helper()
155 AssertionResult AssertPred3Helper(const char* pred_text, const char* e1, in AssertPred3Helper()
194 AssertionResult AssertPred4Helper(const char* pred_text, const char* e1, in AssertPred4Helper()
236 AssertionResult AssertPred5Helper(const char* pred_text, const char* e1, in AssertPred5Helper()
/freebsd/contrib/gdtoa/
H A DstrtoIg.c44 Long e1; local
H A Dgethex.c50 Long e, e1; local
/freebsd/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_main.c552 ng_l2cap_node_con_list_ep *e1 = NULL; in ng_l2cap_default_rcvmsg() local
599 ng_l2cap_node_chan_list_ep *e1 = NULL; in ng_l2cap_default_rcvmsg() local
/freebsd/contrib/netbsd-tests/lib/libc/hash/
H A Dt_hmac.c50 void *e1; in test() local
/freebsd/contrib/bearssl/src/symcipher/
H A Daes_x86ni_cbcdec.c66 __m128i x0, x1, x2, x3, e0, e1, e2, e3; in br_aes_x86ni_cbcdec_run() local
/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_main.c465 ng_hci_node_get_neighbor_cache_ep *e1 = NULL; in ng_hci_default_rcvmsg() local
518 ng_hci_node_con_list_ep *e1 = NULL; in ng_hci_default_rcvmsg() local
/freebsd/usr.bin/indent/
H A Dlexi.c159 strcmp_type(const void *e1, const void *e2) in strcmp_type()
/freebsd/usr.bin/cmp/
H A Dregular.c58 u_char ch, *p1, *p2, *m1, *m2, *e1, *e2; in c_regular() local
/freebsd/contrib/arm-optimized-routines/pl/math/
H A Dv_erff_2u.c44 float32x4_t e1 = vreinterpretq_f32_f64 ((float64x2_t){ t0, t1 }); in lookup() local
H A Dv_log_inline.h63 float64x2_t e1 = vld1q_f64 (&__v_log_data.table[i1].invc); in log_lookup() local
H A Dv_log2_3u.c51 float64x2_t e1 = vld1q_f64 (&__v_log2_data.table[i1].invc); in lookup() local
H A Dv_log10_2u5.c54 float64x2_t e1 = vld1q_f64 (&__v_log10_data.table[i1].invc); in lookup() local
H A Dv_erf_2u5.c49 float64x2_t e1 = vld1q_f64 ((float64_t *) (__erf_data.tab + i[0])), in lookup() local
H A Dv_erfcf_1u7.c57 float32x4_t e1 = vreinterpretq_f32_f64 ((float64x2_t){ t0, t1 }); in lookup() local
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlcode.c714 static int constfolding (OpCode op, expdesc *e1, expdesc *e2) { in constfolding()
731 expdesc *e1, expdesc *e2, int line) { in codearith()
752 static void codecomp (FuncState *fs, OpCode op, int cond, expdesc *e1, in codecomp()
820 expdesc *e1, expdesc *e2, int line) { in luaK_posfix()
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc1392 Expectation e1; // Default ctor. in TEST() local
1424 Expectation e1; in TEST() local
1444 Expectation e1; in TEST() local
1482 Expectation e1; in TEST() local
1545 const Expectation e1 = EXPECT_CALL(a, DoA(1)); in TEST() local
1562 Expectation e1 = EXPECT_CALL(a, DoA(1)); in TEST() local
1582 Expectation e1 = EXPECT_CALL(a, DoA(1)); in TEST() local
1656 Expectation e1 = EXPECT_CALL(a, DoA(1)); in TEST() local
1670 Expectation e1 = EXPECT_CALL(a, DoA(1)); in TEST() local
1693 Expectation e1 = EXPECT_CALL(a, DoA(1)); in TEST() local
/freebsd/contrib/arm-optimized-routines/math/aarch64/
H A Dv_log.c49 float64x2_t e1 = vld1q_f64 (&__v_log_data.table[i1].invc); in lookup() local
/freebsd/contrib/bmake/
H A Dstr.c343 unsigned char e1 = (unsigned char)pat[0]; in Str_Match() local

1234