/external/grub/stage2/ |
fsys_reiserfs.c | 324 /* The current depth of the reiser tree. */ 652 printf ("root read_in: block=%d, depth=%d\n", 688 /* Read in the node at the current path and depth into the node cache. 689 * You must set INFO->blocks[depth] before. 692 read_tree_node (unsigned int blockNr, int depth) 694 char* cache = CACHE(depth); 696 if (depth < num_cached) 701 if (blockNr == INFO->blocks[depth]) 708 printf (" next read_in: block=%d (depth=%d)\n", 709 blockNr, depth); 730 int depth; local 823 int depth; local [all...] |
/external/kernel-headers/original/asm-mips/ip32/ |
mace.h | 143 volatile unsigned long depth; /* channel depth */ member in struct:mace_audio::__anon7667
|
/external/kernel-headers/original/linux/ |
videodev.h | 92 __u16 depth; /* Capture depth */ member in struct:video_picture 172 int depth; member in struct:video_buffer
|
/external/libpng/contrib/gregbook/ |
rpng2-x.c | 275 static int depth; variable 846 depth = DisplayPlanes(display, screen); 853 if (depth != 16 && depth != 24 && depth != 32) { 856 Trace((stderr, "default depth is %d: checking other visuals\n", 857 depth)) 861 visual_info.depth = 24; 866 fprintf(stderr, "default screen depth %d not supported, and no [all...] |
/external/libsepol/src/ |
policydb.c | 1912 int rc, depth; local [all...] |
/external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
markdown.php | 218 # Needed to insert a maximum bracked depth while converting to PHP. 1872 $depth = 0; # Current depth inside the tag tree. variable 2069 $depth = 0; # Current depth inside the tag tree. variable [all...] |
/external/libxml2/ |
catalog.c | 140 int depth; member in struct:_xmlCatalogEntry 308 ret->depth = 0; [all...] |
valid.c | 355 unsigned char depth; /* current depth in the overall tree */ member in struct:_xmlValidState 363 #define DEPTH ctxt->vstate->depth 367 #define OCCURRENCE (ctxt->vstate->occurs & (1 << DEPTH)) 368 #define PARENT_OCCURRENCE (ctxt->vstate->occurs & ((1 << DEPTH) - 1)) 370 #define SET_OCCURRENCE ctxt->vstate->occurs |= (1 << DEPTH) 371 #define RESET_OCCURRENCE ctxt->vstate->occurs &= ((1 << DEPTH) - 1) 375 xmlNodePtr node, unsigned char depth, long occurs, 409 (ctxt->vstateTab[i].depth == depth) & [all...] |
/external/linux-tools-perf/util/ |
trace-event-parse.c | 2737 unsigned long long duration, depth; local 2790 unsigned long long depth; local 2866 unsigned long long duration, depth; local [all...] |
/external/opencv/cv/include/ |
cvtypes.h | 130 float depth; /* distance between the farthest point and the convex hull */ member in struct:CvConvexityDefect
|
/external/opencv/cv/src/ |
cvcolor.cpp | 2244 int src_cn, dst_cn, depth; local [all...] |
cvfundam.cpp | 1038 int i, dims, count, depth, cn, abc_dims, abc_count, abc_depth, abc_cn; local [all...] |
cvimgwarp.cpp | 639 int type, depth, cn; local 1085 int k, type, depth, cn, *ofs = 0; local 1361 int type, depth, cn; local 1989 int type, depth, cn; local [all...] |
/external/openssl/apps/ |
apps.c | 2258 int purpose = 0, depth = -1; local [all...] |
/external/openssl/crypto/x509/ |
x509_vfy.h | 174 int depth; /* Verify depth */ member in struct:X509_VERIFY_PARAM_st 211 int X509_STORE_set_depth(X509_STORE *store, int depth); 280 void X509_STORE_CTX_set_depth(X509_STORE_CTX *ctx, int depth); 523 void X509_VERIFY_PARAM_set_depth(X509_VERIFY_PARAM *param, int depth);
|
/external/openssl/include/openssl/ |
x509_vfy.h | 174 int depth; /* Verify depth */ member in struct:X509_VERIFY_PARAM_st 211 int X509_STORE_set_depth(X509_STORE *store, int depth); 280 void X509_STORE_CTX_set_depth(X509_STORE_CTX *ctx, int depth); 523 void X509_VERIFY_PARAM_set_depth(X509_VERIFY_PARAM *param, int depth);
|
/external/quake/quake/src/QW/dxsdk/sdk/inc/ |
d3drmdef.h | 124 int depth; /* bits per pixel */
member in struct:_D3DRMIMAGE 149 rgb is false). Must be (1<<depth)
|
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/ |
D3DRMDEF.H | 124 int depth; /* bits per pixel */
member in struct:_D3DRMIMAGE 149 rgb is false). Must be (1<<depth)
|
/external/v8/src/arm/ |
stub-cache-arm.cc | 1052 int depth = 0; local 2270 int depth = optimization.GetPrototypeDepthOfExpectedType( local 2291 depth, &miss); local [all...] |
/external/v8/src/ia32/ |
stub-cache-ia32.cc | 892 int depth = 0; local 2149 int depth = optimization.GetPrototypeDepthOfExpectedType( local 2174 name, depth, &miss); local [all...] |
/external/v8/src/mips/ |
stub-cache-mips.cc | 1055 int depth = 0; local 2261 int depth = optimization.GetPrototypeDepthOfExpectedType( local 2283 depth, &miss); local [all...] |
/external/v8/src/x64/ |
stub-cache-x64.cc | 865 int depth = 0; local 1976 int depth = optimization.GetPrototypeDepthOfExpectedType( local 2000 name, depth, &miss); local [all...] |
/external/valgrind/main/coregrind/m_aspacemgr/ |
aspacemgr-linux.c | 3452 unsigned int depth; local [all...] |
/external/webkit/Source/JavaScriptCore/bytecompiler/ |
BytecodeGenerator.cpp | 1148 size_t depth = 0; local 1206 size_t depth = 0; local 1296 size_t depth = 0; local 1342 size_t depth = 0; local [all...] |
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
intermediate.h | 506 depth(0) {} 517 void incrementDepth() {depth++;} 518 void decrementDepth() {depth--;} 526 int depth; member in class:TIntermTraverser
|