Searched defs:match (Results 51 - 64 of 64) sorted by relevance

123

/vbox/src/VBox/Devices/Storage/
H A DDevFdc.cpp421 int i, first_match, match; local
448 match = -1;
459 match = i;
466 if (match == -1) {
468 match = 1;
470 match = first_match;
471 parse = &fd_formats[match];
1272 /* Check the data rate. If the programmed data rate does not match
1396 /* It's not clear what should happen if the data rate does not match. */
1398 /* Check the data rate. If the programmed data rate does not match
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A DXKBproto.h397 CARD8 match; member in struct:_xkbSymInterpretWireDesc
H A DXKBstr.h351 unsigned char match; member in struct:_XkbSymInterpretRec
/vbox/src/VBox/Additions/x11/x11include/kbproto-1.0.6/X11/extensions/
H A DXKBproto.h396 CARD8 match; member in struct:_xkbSymInterpretWireDesc
H A DXKBstr.h350 unsigned char match; member in struct:_XkbSymInterpretRec
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddirectx.c624 WARN_(d3d_perf)("PBO test failed, read back data doesn't match original.\n"
1105 BOOL (*match)(const struct wined3d_gl_info *gl_info, const char *gl_renderer, member in struct:driver_quirk
1633 if (!quirk_table[i].match(gl_info, gl_renderer, gl_vendor, card_vendor, device)) continue;
1689 /* Intel switched from Intel(R) to IntelĀ® recently, so just match Intel. */
1735 /* Intel switched from Intel(R) to IntelĀ® recently, so just match Intel. */
1984 * Beware: renderer string do not match exact card model,
3807 TRACE("Formats match.\n");
3824 TRACE("Formats match.\n");
3902 /* Walk through all WGL pixel formats to find a match */
3932 * The format must match i
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dsaaj-api.jar ... .Object implements java.util.Iterator { private boolean match private java.util.Iterator iterator private String[] names ...
H A Dactivation.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/mailcap ...
H A Dmimepull.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jvnet/ org/jvnet/mimepull/ org/jvnet/mimepull/FinalArrayList ...
H A Dsaaj-impl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Dsjsxp.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c400 * no way for a global variable key signature to match a thread-local key
1168 * invoking ECB match the target credentials
6841 * These functions are used to match groups of probes, given some elements of
6850 uint32_t match = priv & ppriv; local
6860 * No matching bits, but there were bits to match...
6862 if (match == 0 && ppriv != 0)
6868 if (((ppriv & ~match) & DTRACE_PRIV_OWNER) != 0 &&
6877 if (((ppriv & ~match) & DTRACE_PRIV_ZONEOWNER) != 0 &&
6889 * This function returns >0 for match, 0 for no match, an
7720 int match; local
11126 dtrace_enabling_replicate(dtrace_state_t *state, dtrace_probedesc_t *match, dtrace_probedesc_t *create) argument
13341 uint32_t match; local
15542 dtrace_probedesc_t *match = &desc.dtrpd_match; local
[all...]

Completed in 149 milliseconds

123