HomeSort by relevance Sort by last modified time
    Searched refs:MAX_INCLUDE_DEPTH (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.27/ld/
ldlex.l 65 #define MAX_INCLUDE_DEPTH 10
66 static YY_BUFFER_STATE include_stack[MAX_INCLUDE_DEPTH];
67 static const char *file_name_stack[MAX_INCLUDE_DEPTH];
68 static unsigned int lineno_stack[MAX_INCLUDE_DEPTH];
69 static unsigned int sysrooted_stack[MAX_INCLUDE_DEPTH];
486 if (include_stack_ptr >= MAX_INCLUDE_DEPTH)
551 if (include_stack_ptr >= MAX_INCLUDE_DEPTH)
568 static int state_stack[MAX_INCLUDE_DEPTH * 2];
  /external/libxkbcommon/xkbcommon/src/compose/
parser.c 65 #define MAX_INCLUDE_DEPTH 5
495 if (include_depth >= MAX_INCLUDE_DEPTH) {
497 MAX_INCLUDE_DEPTH);
  /external/ipsec-tools/src/racoon/
cftoken.l 94 #define MAX_INCLUDE_DEPTH 10
103 } incstack[MAX_INCLUDE_DEPTH];
710 if (incstackp >= MAX_INCLUDE_DEPTH) {
777 for (i = 0; i < MAX_INCLUDE_DEPTH; i++)
787 for (i = 0; i < MAX_INCLUDE_DEPTH; i++) {

Completed in 201 milliseconds