HomeSort by relevance Sort by last modified time
    Searched refs:macro (Results 126 - 150 of 187) sorted by null

1 2 3 4 56 7 8

  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 132 else if (const PathDiagnosticMacroPiece *macro =
134 WorkList.push_back(&macro->subPieces);
BugReporter.cpp 140 case PathDiagnosticPiece::Macro: {
141 PathDiagnosticMacroPiece *macro = cast<PathDiagnosticMacroPiece>(piece); local
142 if (!RemoveUneededCalls(macro->subPieces))
728 // PathDiagnosticPieces that occur within a macro.
943 // FIXME: Ignore intra-macro edges for now.
    [all...]
  /external/libvpx/vp8/encoder/x86/
quantize_sse2.asm 132 %macro ZIGZAG_LOOP 1
  /external/oprofile/events/i386/atom/
unit_masks 49 0x02 cisc_decoded CISC macro instructions decoded
  /external/quake/quake/src/QW/gas2masm/
gas2masm.mak 15 !MESSAGE by defining the macro CFG on the command line. For example:
  /external/webkit/Source/WebCore/dom/
make_names.pl 257 my ($F, $macro, $suffix, $namesRef) = @_;
261 print F "$macro $name","$suffix;\n";
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp.py     [all...]
  /bionic/libc/
Android.mk 456 # these macro definitions are required to implement the
472 # Define HAVE_ARM_TLS_REGISTER macro to indicate to the C library
  /external/oprofile/events/i386/nehalem/
events 71 event:0xA6 counters:0,1,2,3 um:one minimum:6000 name:MACRO_INSTS : Counts the number of instructions decoded that are macro-fused but not necessarily executed or retired.
82 event:0xC2 counters:0,1,2,3 um:uops_retired minimum:6000 name:UOPS_RETIRED : Counts the number of micro-ops retired, (macro-fused=1, micro-fused=2, others=1; maximum count of 8 per cycle). Most instructions are composed of one or two microops. Some instructions are decoded into longer sequences such as repeat instructions, floating point transcendental instructions, and assists
  /external/stlport/
configure.bat 147 echo stlport/stl/config/host.h set the following macro depending on the configure
181 echo Do not forget to define _STLP_LIB_NAME_MOTIF macro in STLport configuration file
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
c-common.h 673 /* For convenience we define a single macro to identify the class of
947 extern void builtin_define_std (const char *macro);
    [all...]
  /external/v8/src/
jsregexp.h 270 // For compatibility with the CHECK_OK macro
    [all...]
  /external/elfutils/
configure     [all...]
  /dalvik/vm/mterp/out/
InterpAsm-x86.S 121 .macro GET_JIT_PROF_TABLE _self _reg
124 .macro GET_JIT_THRESHOLD _self _reg
130 .macro SAVE_PC_FP_TO_SELF _reg
136 .macro LOAD_PC_FP_FROM_SELF
155 .macro EXPORT_PC
164 .macro SAVEAREA_FROM_FP _reg
171 .macro FETCH_INST
179 .macro FETCH_INST_R _reg
187 .macro FETCH_INST_OPCODE _count _reg
195 .macro FETCH_INST_WORD _coun
    [all...]
  /external/mksh/src/
funcs.c 1485 bool macro = false; local
    [all...]
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorV8.pm     [all...]
  /external/clang/lib/Lex/
Lexer.cpp 104 // of tokens (e.g. identifiers, thus disabling macro expansion). It is used
160 /// On entrance to this routine, TokStartLoc is a macro location which has a
398 // If this comes from a macro expansion, we really do want the macro name, not
399 // the token this macro expanded to.
710 /// it points into a macro), this routine returns an invalid
725 return SourceLocation(); // Points inside the macro expansion.
738 /// token of the macro expansion.
743 assert(loc.isValid() && loc.isMacroID() && "Expected a valid macro loc");
746 // FIXME: If the token comes from the macro token paste operator ('##'
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-common.h 652 /* For convenience we define a single macro to identify the class of
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-common.h 652 /* For convenience we define a single macro to identify the class of
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-common.h 652 /* For convenience we define a single macro to identify the class of
    [all...]
  /external/icu4c/
configure     [all...]
configure.orig     [all...]
  /ndk/sources/host-tools/make-3.81/
configure     [all...]
  /external/libpng/
CHANGES 221 PNG_TIME_RFC1152_SUPPORTED macro to PNG_TIME_RFC1123_SUPPORTED
283 and added PNG_PROGRESSIVE_READ_NOT_SUPPORTED macro
398 Separated the PNG_NO_STDIO macro into PNG_NO_STDIO and PNG_NO_CONSOLE_IO
452 Replaced 2147483647L several places with PNG_MAX_UINT macro, defined in png.h
502 Changed png_get_header_version() from a function to a macro in png.h
526 Removed all global arrays (according to PNG_NO_GLOBAL_ARRAYS macro), to
541 to applications a macro "PNG_USE_LOCAL_ARRAYS".
544 Added PNG_EXPORT_VAR macro to accommodate making DLL's.
574 Moved PNG_CHNK string macro definitions outside of PNG_NO_EXTERN block
    [all...]
configure     [all...]

Completed in 745 milliseconds

1 2 3 4 56 7 8