Home
last modified time | relevance | path

Searched refs:LEVEL (Results 1 – 25 of 502) sorted by relevance

12345678910>>...21

/external/mdnsresponder/mDNSShared/
DDebugServices.h261 #define DebugExtractTaskLevelInterruptLevel( LEVEL ) \ argument
262 ( ( ( LEVEL ) & kDebugInterruptLevelMask ) >> kDebugInterruptLevelShift )
264 #define DebugExtractTaskLevelInterruptDepth( LEVEL ) \ argument
265 ( ( ( LEVEL ) & kDebugInterruptDepthMask ) >> kDebugInterruptDepthShift )
1208 #define dlogv( LEVEL, FORMAT, LIST ) DebugPrintFVAList( ( LEVEL ), ( FORMAT ), ( LIST ) ) argument
1210 #define dlogv( LEVEL, FORMAT, LIST ) argument
1220 #define dlogmem( LEVEL, PTR, SIZE ) \ argument
1221 …DebugHexDump( ( LEVEL ), 0, NULL, 0, 0, NULL, 0, ( PTR ), ( PTR ), ( SIZE ), kDebugFlagsNone, NULL…
1223 #define dlogmem( LEVEL, PTR, SIZE ) argument
1258 #define DebugLogMsg( LEVEL, FORMAT, P1, P2, P3, P4, P5, P6 ) \ argument
[all …]
/external/llvm/lib/DebugInfo/
DMakefile9 LEVEL = ../.. macro
11 include $(LEVEL)/Makefile.config
15 include $(LEVEL)/Makefile.common
/external/llvm/examples/OCaml-Kaleidoscope/
DMakefile9 LEVEL=../.. macro
11 include $(LEVEL)/Makefile.config
15 include $(LEVEL)/Makefile.common
/external/llvm/examples/Kaleidoscope/
DMakefile9 LEVEL=../.. macro
11 include $(LEVEL)/Makefile.config
15 include $(LEVEL)/Makefile.common
/external/llvm/bindings/
DMakefile10 LEVEL := .. macro
12 include $(LEVEL)/Makefile.config
20 include $(LEVEL)/Makefile.common
/external/llvm/lib/
DMakefile9 LEVEL = .. macro
11 include $(LEVEL)/Makefile.config
17 include $(LEVEL)/Makefile.common
/external/llvm/tools/gold/
DMakefile10 LEVEL := ../.. macro
21 include $(LEVEL)/Makefile.config
30 include $(LEVEL)/Makefile.common
/external/llvm/lib/Transforms/
DMakefile10 LEVEL = ../.. macro
13 include $(LEVEL)/Makefile.config
20 include $(LEVEL)/Makefile.common
/external/llvm/utils/unittest/UnitTestMain/
DMakefile10 LEVEL = ../../.. macro
12 include $(LEVEL)/Makefile.config
32 include $(LEVEL)/Makefile.common
/external/clang/test/Index/
Dcomplete-modules.m7 …odules -F %S/Inputs/Frameworks -I %S/Inputs/Headers %s | FileCheck -check-prefix=CHECK-TOP-LEVEL %s
8 // CHECK-TOP-LEVEL: ModuleImport:{TypedText Framework} (50)
9 // CHECK-TOP-LEVEL: ModuleImport:{TypedText LibA} (50)
10 // CHECK-TOP-LEVEL: ModuleImport:{TypedText nested} (50)
/external/llvm/examples/
DMakefile9 LEVEL=.. macro
11 include $(LEVEL)/Makefile.config
32 include $(LEVEL)/Makefile.common
/external/iptables/iptables/
Diptables-xml.c379 #define CLOSE_LEVEL(LEVEL) \ in do_rule_part() argument
381 if (level ## LEVEL) printf("</%s>\n", \ in do_rule_part()
382 (leveltag ## LEVEL)?(leveltag ## LEVEL):(level ## LEVEL)); \ in do_rule_part()
383 level ## LEVEL=NULL;\ in do_rule_part()
386 #define OPEN_LEVEL(LEVEL,TAG) \ in do_rule_part() argument
388 level ## LEVEL=TAG;\ in do_rule_part()
389 if (leveltag ## LEVEL) {\ in do_rule_part()
390 printf("%s<%s ", (leveli ## LEVEL), \ in do_rule_part()
391 (leveltag ## LEVEL));\ in do_rule_part()
393 } else printf("%s<%s ", (leveli ## LEVEL), (level ## LEVEL)); \ in do_rule_part()
/external/llvm/utils/unittest/googletest/
DMakefile10 LEVEL := ../../.. macro
12 include $(LEVEL)/Makefile.config
42 include $(LEVEL)/Makefile.common
/external/valgrind/helgrind/tests/
Dt2t.c5 #define LEVEL 100 macro
11 static Level level[LEVEL];
42 if (clo_level > LEVEL) { in doit()
43 printf("error argv[2] (level arg) %d > max LEVEL %d\n", clo_level, LEVEL); in doit()
/external/llvm/bindings/ocaml/backends/
DMakefile18 LEVEL := ../../.. macro
21 include $(LEVEL)/Makefile.config
22 include $(LEVEL)/Makefile.common
/external/lldb/test/functionalities/target_command/
DMakefile1 LEVEL = ../../make macro
8 include $(LEVEL)/Makefile.rules
/external/lldb/test/functionalities/command_script/import/rdar-12586188/
DMakefile1 LEVEL = ../../../../make macro
3 include $(LEVEL)/Makefile.rules
/external/lldb/test/types/
DMakefile1 LEVEL = ../make macro
7 include $(LEVEL)/Makefile.rules
/external/llvm/lib/CodeGen/AsmPrinter/
DMakefile10 LEVEL = ../../.. macro
13 include $(LEVEL)/Makefile.common
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DMakefile10 LEVEL = ../../.. macro
13 include $(LEVEL)/Makefile.common
/external/llvm/lib/ExecutionEngine/Interpreter/
DMakefile10 LEVEL = ../../.. macro
13 include $(LEVEL)/Makefile.common
/external/llvm/cmake/
DMakefile9 LEVEL = .. macro
12 include $(LEVEL)/Makefile.common
/external/llvm/lib/MC/MCDisassembler/
DMakefile10 LEVEL = ../../.. macro
13 include $(LEVEL)/Makefile.common
/external/llvm/lib/ExecutionEngine/MCJIT/
DMakefile10 LEVEL = ../../.. macro
13 include $(LEVEL)/Makefile.common
/external/llvm/lib/CodeGen/SelectionDAG/
DMakefile10 LEVEL = ../../.. macro
13 include $(LEVEL)/Makefile.common

12345678910>>...21