Searched refs:MAX_DEPTH (Results 1 – 6 of 6) sorted by relevance
40 #define MAX_DEPTH 32 macro45 LLVMValueRef stack[MAX_DEPTH]; in build_from_tokens()92 if (depth >= MAX_DEPTH) { in build_from_tokens()
31 private static final int MAX_DEPTH = 10; field in CapsExtensionProvider52 if (depth < MAX_DEPTH) { in parseExtension()
380 #define MAX_DEPTH 200 macro426 else if VG_BINT_CLO(arg, "--depth", clo_depth, 1, MAX_DEPTH) {} in ms_process_cmd_line_option()810 #define MAX_IPS (MAX_DEPTH + MAX_OVERESTIMATE)
285 #define MAX_DEPTH 32000 macro291 while (dx_db->type != DX_DIRBLOCK_ROOT && depth < MAX_DEPTH) { in htree_depth()
360 #define MAX_DEPTH ((sizeof(_xmlValidState.occurs)) * 8) macro