Home
last modified time | relevance | path

Searched refs:base1 (Results 1 – 12 of 12) sorted by relevance

/NextBSD/sys/sys/
HDkobj.h135 base1) \ argument
138 { &base1, NULL }; \
150 base1, base2) \ argument
153 { &base1, \
166 base1, base2, base3) \ argument
169 { &base1, \
/NextBSD/sys/powerpc/include/
HDmmuvar.h94 #define MMU_DEF_INHERIT(name, ident, methods, size, base1) \ argument
97 { &base1, NULL }; \
/NextBSD/contrib/ntp/sntp/libevent/test/
HDregress.c1052 struct event_base *base1, *base2; in test_signal_pipeloss() local
1055 base1 = event_init(); in test_signal_pipeloss()
1056 pipe1 = base1->sig.ev_signal_pair[0]; in test_signal_pipeloss()
1059 event_base_free(base1); in test_signal_pipeloss()
1079 struct event_base *base1, *base2; in test_signal_switchbase() local
1082 base1 = event_init(); in test_signal_switchbase()
1087 if (event_base_set(base1, &ev1) || in test_signal_switchbase()
1095 tt_ptr_op(event_get_base(&ev1), ==, base1); in test_signal_switchbase()
1107 event_base_loop(base1, EVLOOP_NONBLOCK); in test_signal_switchbase()
1112 event_base_loop(base1, EVLOOP_NONBLOCK); in test_signal_switchbase()
[all …]
/NextBSD/cddl/contrib/dtracetoolkit/
HDdexplorer201 base1=${PWD##*/}
203 if [[ "$base1" != "$base2" || "$err" != "0" ]]; then
/NextBSD/cddl/contrib/dtracetoolkit/Bin/
Ddexplorer201 base1=${PWD##*/}
203 if [[ "$base1" != "$base2" || "$err" != "0" ]]; then
/NextBSD/sys/x86/iommu/
HDintel_idpgtbl.c426 dmar_gaddr_t pg_sz, base1, size1; in domain_map_buf_locked() local
433 base1 = base; in domain_map_buf_locked()
482 domain_unmap_buf_locked(domain, base1, base - base1, in domain_map_buf_locked()
/NextBSD/sys/dev/sound/pci/
HDvia82c686.c375 u_int32_t ptr, base, base1, len, seg; in viachan_getptr() local
379 base1 = via_rd(via, ch->base, 4); in viachan_getptr()
382 if (base != base1) /* Avoid race hazard */ in viachan_getptr()
/NextBSD/contrib/gdb/gdb/
HDgo32-nat.c1260 unsigned char base1 __attribute__((packed)); member
1396 descr.base2, descr.base1, descr.base0, limit); in display_descriptor()
1531 | (ldt_descr.base1 << 16) in go32_sldt()
1537 | (ldt_descr.base1 << 16) in go32_sldt()
/NextBSD/contrib/binutils/binutils/
HDsrconv.c109 static int base1 = 0x18; variable
128 ids1[x] = base1++; in get_ordinary_id()
1874 printf ("ids %d %d\n", base1, base2); in main()
/NextBSD/contrib/libstdc++/include/tr1/
Drandom1300 base1() const
1339 return (__lhs.base1() == __rhs.base1())
Drandom.tcc724 __os << __x.base1() << __space << __x.base2(); in operator <<()
/NextBSD/contrib/gcc/
HDfold-const.c8045 tree base0, offset0, base1, offset1; in fold_comparison() local
8048 && extract_array_ref (arg1, &base1, &offset1) in fold_comparison()
8049 && operand_equal_p (base0, base1, 0)) in fold_comparison()