Searched refs:base1 (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/powerpc/include/
H A Dmmuvar.h94 #define MMU_DEF_INHERIT(name, ident, methods, size, base1) \
97 { &base1, NULL }; \
/freebsd-11-stable/sys/sys/
H A Dkobj.h135 base1) \
138 { &base1, NULL }; \
150 base1, base2) \
153 { &base1, \
166 base1, base2, base3) \
169 { &base1, \
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress.c1051 /* make sure that the base1 pipe is closed correctly. */
1052 struct event_base *base1, *base2; local
1055 base1 = event_init();
1056 pipe1 = base1->sig.ev_signal_pair[0];
1059 event_base_free(base1);
1079 struct event_base *base1, *base2; local
1082 base1 = event_init();
1087 if (event_base_set(base1, &ev1) ||
1095 tt_ptr_op(event_get_base(&ev1), ==, base1); local
1107 event_base_loop(base1, EVLOOP_NONBLOC
1247 struct event_base *base1; local
[all...]
/freebsd-11-stable/sys/dev/sound/pci/
H A Dvia82c686.c375 u_int32_t ptr, base, base1, len, seg; local
379 base1 = via_rd(via, ch->base, 4);
382 if (base != base1) /* Avoid race hazard */
/freebsd-11-stable/sys/x86/iommu/
H A Dintel_idpgtbl.c426 dmar_gaddr_t pg_sz, base1, size1; local
433 base1 = base;
482 domain_unmap_buf_locked(domain, base1, base - base1,
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgo32-nat.c1260 unsigned char base1 __attribute__((packed)); member in struct:seg_descr
1396 descr.base2, descr.base1, descr.base0, limit);
1531 | (ldt_descr.base1 << 16)
1537 | (ldt_descr.base1 << 16)
/freebsd-11-stable/contrib/binutils/binutils/
H A Dsrconv.c109 static int base1 = 0x18; variable
128 ids1[x] = base1++;
1874 printf ("ids %d %d\n", base1, base2);
/freebsd-11-stable/contrib/gcc/
H A Dfold-const.c8080 tree base0, offset0, base1, offset1;
8083 && extract_array_ref (arg1, &base1, &offset1)
8084 && operand_equal_p (base0, base1, 0))
8045 tree base0, offset0, base1, offset1; local

Completed in 211 milliseconds