Searched refs:minDepth (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/xml/
H A DXPathNodeSet.cpp49 unsigned minDepth = UINT_MAX; local
52 if (minDepth > depth)
53 minDepth = depth;
57 unsigned commonAncestorDepth = minDepth;
77 if (commonAncestorDepth == minDepth) {
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/ckutils/sigTime/
H A DsigTime.cpp94 unsigned minDepth = 0; local
110 minDepth = maxDepth = atoi(&argp[2]);
134 for(depth=minDepth; depth<=maxDepth; depth++) {
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/ckutils/atomTime/
H A DatomTime.c156 unsigned minDepth = 0; local
186 minDepth = maxDepth = atoi(&argp[2]);
269 for(depth=minDepth; depth<=maxDepth; depth++) {
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DIOGraphicsLib.c3076 SInt32 bestDepth, minDepth, otherDepth = 0; local
3171 minDepth = IOFBIndexForPixelBits( connectRef, mode, info->maxDepthIndex, 16);
3173 if( minDepth < 0)
3176 minDepth = otherDepth;
3258 bestDepth = minDepth;
4446 IOIndex depth, minDepth, otherDepth; local
4500 minDepth = IOFBIndexForPixelBits( connectRef, startMode, info.maxDepthIndex, 16 );
4501 if( minDepth < 0) {
4508 startDepth = minDepth;
4509 if( info.maxDepthIndex > minDepth)
[all...]
/macosx-10.10/IOKitUser-1050.1.21/kext.subproj/
H A DOSKext.c629 uint32_t minDepth);
8003 uint32_t minDepth; member in struct:__anon2265
8044 if (context->depth >= context->minDepth) {
8062 uint32_t minDepth)
8081 context.minDepth = minDepth;
8100 /* minDepth: 0 means include self
8103 /* minDepth */ 0);
8112 /* minDepth: 1 means skip self
8115 /* minDepth */
8059 __OSKextCopyDependenciesList( OSKextRef aKext, Boolean needAllFlag, uint32_t minDepth) argument
[all...]

Completed in 101 milliseconds