Searched refs:LEVEL (Results 1 - 25 of 473) sorted by last modified time

1234567891011>>

/external/valgrind/main/helgrind/tests/
H A Dt2t.c5 #define LEVEL 100 macro
11 static Level level[LEVEL];
42 if (clo_level > LEVEL) {
43 printf("error argv[2] (level arg) %d > max LEVEL %d\n", clo_level, LEVEL);
/external/valgrind/main/memcheck/tests/
H A Derr_disable1.stderr.exp28 --------- MULTI-LEVEL TEST (expect 2) ---------
45 --------- MULTI-LEVEL TEST end ---------
/external/qemu/distrib/
H A Dpackage-release.sh24 local LEVEL=$1
26 if [ "$VERBOSE" -ge "$LEVEL" ]; then
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.h673 #define GOOGLE_LOG(LEVEL) \
676 ::google::protobuf::LOGLEVEL_##LEVEL, __FILE__, __LINE__)
677 #define GOOGLE_LOG_IF(LEVEL, CONDITION) \
678 !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL)
H A Dstrutil.cc259 #define LOG_STRING(LEVEL, VECTOR) GOOGLE_LOG_IF(LEVEL, false)
/external/openssl/crypto/aes/asm/
H A Daes-parisc.pl29 $LEVEL ="2.0W";
38 $LEVEL ="1.0";
66 .LEVEL $LEVEL
/external/openssl/crypto/bn/asm/
H A Dparisc-mont.pl72 $LEVEL ="2.0W";
82 $LEVEL ="1.1"; #$LEVEL.="\n\t.ALLOW\t2.0";
95 $LEVEL="2.0";
139 .LEVEL $LEVEL
901 # that it can be compiled with .LEVEL 1.0. It should be noted that I
/external/openssl/crypto/modes/asm/
H A Dghash-parisc.pl28 $LEVEL ="2.0W";
38 $LEVEL ="1.0"; #"\n\t.ALLOW\t2.0";
83 .LEVEL $LEVEL
630 # that it can be compiled with .LEVEL 1.0. It should be noted that I
/external/openssl/crypto/
H A Dpariscid.pl8 $LEVEL ="2.0W";
12 $LEVEL ="1.1";
22 .LEVEL $LEVEL
/external/openssl/crypto/rc4/asm/
H A Drc4-parisc.pl28 $LEVEL ="2.0W";
37 $LEVEL ="1.0";
139 .LEVEL $LEVEL
/external/openssl/crypto/sha/asm/
H A Dsha1-parisc.pl27 $LEVEL ="2.0W";
36 $LEVEL ="1.0";
148 .LEVEL $LEVEL
H A Dsha512-parisc.pl33 $LEVEL ="2.0W";
42 $LEVEL ="1.0";
161 .LEVEL $LEVEL
689 # that it can be compiled with .LEVEL 1.0. It should be noted that I
/external/llvm/unittests/LineEditor/
H A DMakefile10 LEVEL = ../.. macro
14 include $(LEVEL)/Makefile.config
/external/llvm/unittests/Linker/
H A DMakefile10 LEVEL = ../.. macro
14 include $(LEVEL)/Makefile.config
/external/llvm/unittests/MC/
H A DMakefile10 LEVEL = ../.. macro
14 include $(LEVEL)/Makefile.config
/external/llvm/unittests/
H A DMakefile10 LEVEL = .. macro
15 include $(LEVEL)/Makefile.config
H A DMakefile.unittest15 include $(LEVEL)/Makefile.common
/external/llvm/unittests/Option/
H A DMakefile10 LEVEL = ../.. macro
17 include $(LEVEL)/Makefile.config
/external/llvm/unittests/Support/
H A DMakefile10 LEVEL = ../.. macro
14 include $(LEVEL)/Makefile.config
/external/llvm/unittests/Transforms/DebugIR/
H A DMakefile10 LEVEL = ../../.. macro
14 include $(LEVEL)/Makefile.config
/external/llvm/unittests/Transforms/
H A DMakefile10 LEVEL = ../.. macro
14 include $(LEVEL)/Makefile.common
/external/llvm/unittests/Transforms/Utils/
H A DMakefile10 LEVEL = ../../.. macro
14 include $(LEVEL)/Makefile.config
/external/llvm/utils/FileCheck/
H A DMakefile10 LEVEL = ../.. macro
20 include $(LEVEL)/Makefile.common
/external/llvm/utils/
H A DMakefile10 LEVEL = .. macro
19 include $(LEVEL)/Makefile.common
/external/llvm/utils/PerfectShuffle/
H A DMakefile10 LEVEL = ../.. macro
17 include $(LEVEL)/Makefile.common

Completed in 3271 milliseconds

1234567891011>>