OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:intx
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libquadmath/math/
exp2q.c
29
int
intx
= (int) x;
local
30
__float128 fractx = x -
intx
;
33
result = scalbnq (1 + fractx,
intx
);
35
result = scalbnq (expq (M_LN2q * fractx),
intx
);
/src/sys/external/mit/xen-include-public/dist/xen/include/public/hvm/
dm_op.h
209
* PCI
INTx
pins.
214
/* IN - PCI
INTx
identification (domain:bus:device:
intx
) */
216
uint8_t bus, device,
intx
;
member in struct:xen_dm_op_set_pci_intx_level
235
* XEN_DMOP_set_pci_link_route: Map a PCI
INTx
line to an IRQ line.
240
/* PCI
INTx
line (0-3) */
hvm_op.h
43
/* Set the logical level of one of a domain's PCI
INTx
wires. */
48
/* PCI
INTx
identification in PCI topology (domain:bus:device:
intx
). */
49
uint8_t domain, bus, device,
intx
;
member in struct:xen_hvm_set_pci_intx_level
/src/sys/external/mit/xen-include-public/dist/xen/include/public/
domctl.h
524
uint8_t
intx
;
member in struct:xen_domctl_bind_pt_irq::__anon6574::__anon6576
Completed in 34 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026