Searched defs:matches (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Frontends/Common/VBoxKeyboard/
H A Dkeyboard.c214 /* count the matches and mismatches */
260 LOG_KB_1(("Detected layout is \"%s\", matches=%d, seq=%d\n",
272 * current layout based on the number of matches we find.
299 unsigned matches = 0, entries = 0; local
344 /* find a key which matches */
360 ++matches;
391 * don't get bogus messages about bad matches. */
400 LOG_KB_1(("Finished mapping keyboard, matches=%d, entries=%d (excluding 102nd key)\n", matches, entries));
401 if (matches !
[all...]
/vbox/src/libs/zlib-1.2.6/
H A Ddeflate.h119 * bytes. With this organization, matches are limited to a distance of
249 uInt matches; /* number of string matches in current block */ member in struct:internal_state
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dcontext.c1357 } matches[] = { local
1389 for(matchtry = 0; matchtry < (sizeof(matches) / sizeof(matches[0])) && !iPixelFormat; matchtry++) {
1404 if(auxBuffers && !cfg->auxBuffers && matches[matchtry].require_aux)
1407 if(matches[matchtry].exact_color) {
1422 if(matches[matchtry].exact_alpha) {
1430 /* We try to locate a format which matches our requirements exactly. In case of
1437 /* In all cases make sure the number of stencil bits matches our requirements
1448 /* When we have passed all the checks then we have found a format which matches our
1632 /* Try to find a pixel format which matches ou
[all...]
/vbox/src/VBox/Frontends/VBoxShell/
H A Dvboxshell.py119 Compute matches when text is a simple name.
124 matches = []
133 matches.append(os.path.join(directory, word))
140 matches.append(word)
149 matches.append(word)
152 matches.append(word)
159 return matches
792 matches = []
794 if e.matches(subpath):
795 matches
799 def matches(self, subexp): member in class:XPathNode
834 def matches(self, subexp): member in class:XPathNodeHolder
841 def matches(self, subexp): member in class:XPathNodeValue
871 def matches(self, subexp): member in class:XPathNodeNIC
880 def matches(self, subexp): member in class:XPathNodeRoot
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DLzmaEnc.c319 UInt32 matches[LZMA_MATCH_LEN_MAX * 2 + 2 + 1]; member in struct:_CLzmaEnc
854 numPairs = p->matchFinder.GetMatches(p->matchFinderObj, p->matches);
861 printf("%2d %6d | ", p->matches[i], p->matches[i + 1]);
866 lenRes = p->matches[numPairs - 2];
870 UInt32 distance = p->matches[numPairs - 1] + 1;
968 UInt32 *matches; local
1025 matches = p->matches;
1028 *backRes = matches[numPair
1527 const UInt32 *matches; local
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
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/ ...

Completed in 533 milliseconds