| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | Xserver.d | 41 probe request__start(string, uint8_t, uint16_t, int, void *); 43 probe request__done(string, uint8_t, uint32_t, int, int); 45 probe client__connect(int, int); 47 probe client__auth(int, string, pid_t, zoneid_t); 49 probe client__disconnect(int); 51 probe resource__alloc(uint32_t, uint32_t, void *, string); 53 probe resource__free(uint32_t, uint32_t, void *, string); 55 probe send__event(int, uint8_t, void *); 57 probe input__event(int, int, uint32_t, uint32_t, int8_t, const_uint8_p, const_double_p);
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | Xserver.d | 36 probe request__start(string, uint8_t, uint16_t, int, void *); 38 probe request__done(string, uint8_t, uint32_t, int, int); 40 probe client__connect(int, int); 42 probe client__auth(int, string, pid_t, zoneid_t); 44 probe client__disconnect(int); 46 probe resource__alloc(uint32_t, uint32_t, void *, string); 48 probe resource__free(uint32_t, uint32_t, void *, string); 50 probe send__event(int, uint8_t, void *);
|
| /xsrc/external/mit/xf86-input-vmmouse/dist/tools/ |
| H A D | Makefile.am | 32 callouts_SCRIPTS = hal-probe-vmmouse 34 hal-probe-vmmouse: hal-probe-vmmouse.in 39 CLEANFILES = hal-probe-vmmouse 59 EXTRA_DIST = 69-xorg-vmmouse.rules.in hal-probe-vmmouse.in
|
| H A D | Makefile.in | 381 callouts_SCRIPTS = hal-probe-vmmouse 382 CLEANFILES = hal-probe-vmmouse $(am__append_1) 387 EXTRA_DIST = 69-xorg-vmmouse.rules.in hal-probe-vmmouse.in 809 hal-probe-vmmouse: hal-probe-vmmouse.in
|
| /xsrc/external/mit/xorg-server.old/dist/record/ |
| H A D | set.c | 244 int hi, lo, probe; local in function:IntervalListIsMemberOfSet 250 probe = (hi + lo) / 2; 251 if (pm >= pInterval[probe].first && pm <= pInterval[probe].last) return 1; 252 else if (pm < pInterval[probe].first) hi = probe - 1; 253 else lo = probe + 1;
|
| /xsrc/external/mit/xorg-server/dist/record/ |
| H A D | set.c | 244 int hi, lo, probe; local in function:IntervalListIsMemberOfSet 250 probe = (hi + lo) / 2; 251 if (pm >= pInterval[probe].first && pm <= pInterval[probe].last) 253 else if (pm < pInterval[probe].first) 254 hi = probe - 1; 256 lo = probe + 1;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_cache.c | 141 uint32_t probe; local in function:util_cache_entry_get 147 * as a previous linear probe for the same key could have continued 150 for (probe = 0; probe < cache->size; probe++) { 151 uint32_t i = (index + probe) % cache->size;
|
| H A D | u_tests.c | 237 float *probe = &pixels[(y*w + x)*4]; local in function:util_probe_rect_rgba_multi 240 if (fabs(probe[c] - expected[e*4+c]) >= TOLERANCE) { 249 probe[0], probe[1], probe[2], probe[3]);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_cache.c | 141 uint32_t probe; local in function:util_cache_entry_get 147 * as a previous linear probe for the same key could have continued 150 for (probe = 0; probe < cache->size; probe++) { 151 uint32_t i = (index + probe) % cache->size;
|
| H A D | u_tests.c | 242 float *probe = &pixels[(y*w + x)*4]; local in function:util_probe_rect_rgba_multi 245 if (fabs(probe[c] - expected[e*4+c]) >= TOLERANCE) { 254 probe[0], probe[1], probe[2], probe[3]);
|
| /xsrc/external/mit/freetype/dist/src/pfr/ |
| H A D | pfrobjs.c | 522 FT_UInt probe = power * size; local in function:pfr_face_get_kerning 553 while ( probe > size ) 555 probe >>= 1; 556 p = base + probe; 567 base += probe;
|
| /xsrc/external/mit/libpciaccess/dist/src/ |
| H A D | pciaccess_private.h | 66 int (*probe)( struct pci_device * dev ); member in struct:pci_system_methods
|
| H A D | common_interface.c | 183 return (pci_sys->methods->probe)( dev );
|
| H A D | x86_pci.c | 1139 .probe = pci_device_x86_probe, 1160 .probe = pci_device_x86_probe,
|
| H A D | freebsd_pci.c | 566 .probe = pci_device_freebsd_probe,
|
| H A D | hurd_pci.c | 637 .probe = pci_device_hurd_probe,
|
| H A D | linux_sysfs.c | 1046 .probe = pci_device_linux_sysfs_probe,
|
| H A D | netbsd_pci.c | 888 .probe = pci_device_netbsd_probe,
|
| H A D | solx_devfs.c | 1041 .probe = pci_device_solx_devfs_probe,
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_driver.c | 513 static Bool sna_pre_init(ScrnInfoPtr scrn, int probe) argument 523 __FUNCTION__, probe, scrn->numEntities)); 543 if (probe & PROBE_DETECT) 548 probe = 0; 554 probe = (uintptr_t)scrn->driverPrivate & 1; 564 sna->flags = probe; 1119 /* Simulate a hotplug event on wakeup to force a RR probe */
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna_driver.c | 541 static Bool sna_pre_init(ScrnInfoPtr scrn, int probe) argument 551 __FUNCTION__, probe, scrn->numEntities)); 571 if (probe & PROBE_DETECT) 576 probe = 0; 582 probe = (uintptr_t)scrn->driverPrivate & 1; 592 sna->flags = probe;
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| H A D | helper.c | 1042 LispProbeFile(LispBuiltin *builtin, int probe) argument 1065 if (probe)
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.3.4.rst | 35 - \[bdw][icl][iris\] fails new test \`clearbuffer-depth-cs-probe\`
|
| /xsrc/external/mit/libdrm/dist/ |
| H A D | xf86drmMode.c | 508 _drmModeGetConnector(int fd, uint32_t connector_id, int probe) argument 516 if (!probe) {
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/solaris/ |
| H A D | apSolaris.shar | 661 X nulldev, /* probe */
|