Home
last modified time | relevance | path

Searched refs:num_eq (Results 1 – 8 of 8) sorted by relevance

/openbsd/sys/arch/sparc64/dev/
H A Dmsi.c31 msi_eq_alloc(bus_dma_tag_t t, int msi_eq_size, int num_eq) in msi_eq_alloc() argument
44 size = num_eq * eqsize; in msi_eq_alloc()
65 meq->meq_nqueues = num_eq; in msi_eq_alloc()
H A Dvpci.c259 int msis, msi_eq_size, num_eq, unit; in vpci_init_msi() local
266 num_eq = min(ncpus, getpropint(sc->sc_node, "#msi-eqs", 36)); in vpci_init_msi()
267 if (num_eq == 0) in vpci_init_msi()
289 pbm->vp_neq = num_eq; in vpci_init_msi()
290 pbm->vp_eq = mallocarray(num_eq, sizeof(*eq), M_DEVBUF, in vpci_init_msi()
297 if (unit >= num_eq) in vpci_init_msi()
361 free(pbm->vp_eq, M_DEVBUF, num_eq * sizeof(*eq)); in vpci_init_msi()
H A Dpyro.c340 int msis, msi_eq_size, num_eq; in pyro_init_msi() local
348 num_eq = ncpus; in pyro_init_msi()
363 pbm->pp_meq = msi_eq_alloc(pbm->pp_dmat, msi_eq_size, num_eq); in pyro_init_msi()
369 num_eq); in pyro_init_msi()
388 pbm->pp_eq = mallocarray(num_eq, sizeof(*eq), M_DEVBUF, M_WAITOK); in pyro_init_msi()
389 pbm->pp_neq = num_eq; in pyro_init_msi()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D20020607-1.c14 #define num_eq(num1, num2) (num1.low == num2.low && num1.high == num2.high) macro
20 lhs.low = num_eq (lhs, rhs);
/openbsd/gnu/gcc/libcpp/
H A Dexpr.c40 #define num_eq(num1, num2) (num1.low == num2.low && num1.high == num2.high) macro
512 if (!num_eq (result, num)) in append_digit()
1143 num.overflow = (!num.unsignedp && num_eq (num, copy) && !num_zerop (num)); in num_negate()
1212 lhs.low = gte && !num_eq (lhs, rhs); in num_inequality_op()
1214 lhs.low = !gte || num_eq (lhs, rhs); in num_inequality_op()
1228 bool eq = num_eq (lhs, rhs); in num_equality_op()
1312 num.overflow = !num_eq (orig, maybe_orig); in num_lshift()
1484 if (!num_eq (result, temp)) in num_mul()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcppexp.c40 #define num_eq(num1, num2) (num1.low == num2.low && num1.high == num2.high) macro
487 if (!num_eq (result, num))
1152 num.overflow = (!num.unsignedp && num_eq (num, copy) && !num_zerop (num));
1227 lhs.low = gte && !num_eq (lhs, rhs);
1229 lhs.low = !gte || num_eq (lhs, rhs);
1245 bool eq = num_eq (lhs, rhs);
1332 num.overflow = !num_eq (orig, maybe_orig);
1528 if (!num_eq (result, temp))
H A DChangeLog.75344 (num_zerop, num_eq, num_positive, num_greater_freq, num_trim,
/openbsd/sys/dev/pci/
H A Dif_ocereg.h1251 uint32_t num_eq; member