HomeSort by relevance Sort by last modified time
    Searched refs:Common (Results 51 - 70 of 70) sorted by null

1 23

  /external/libffi/src/powerpc/
linux64_closure.S 201 .4byte .LECIE1-.LSCIE1 # Length of Common Information Entry
ppc_closure.S 277 .4byte .LECIE1-.LSCIE1 # Length of Common Information Entry
  /external/libffi/src/sparc/
v8.S 204 .uaword .LLECIE1-.LLSCIE1 ! Length of Common Information Entry
v9.S 238 .uaword .LLECIE1-.LLSCIE1 ! Length of Common Information Entry
  /external/libffi/src/pa/
hpux32.S 307 .word L$ECIE1-L$SCIE1 ;# Length of Common Information Entry
linux.S 296 .word .LECIE1-.LSCIE1 ;# Length of Common Information Entry
  /dalvik/vm/
Dvm.mk 16 # Common definitions for host or target builds of libdvm.
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 792 /// allocateCommonSymbols - allocate common symbols in the corresponding
794 /// @refer Google gold linker: common.cc: 214
803 // addralign := max value of all common symbols
806 // Due to the visibility, some common symbols may be forcefully local.
809 if (ResolveInfo::Common == (*com_sym)->desc()) {
815 // global common symbols.
822 // FIXME: If the order of common symbols is defined, then sort common symbols
846 // allocate all common symbols
849 // allocate all local common symbol
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 470 /// allocateCommonSymbols - allocate common symbols in the corresponding
472 /// @refer Google gold linker: common.cc: 214
473 /// FIXME: Mips needs to allocate small common symbol
487 // addralign := max value of all common symbols
490 // Due to the visibility, some common symbols may be forcefully local.
493 if (ResolveInfo::Common == (*com_sym)->desc()) {
499 // global common symbols.
506 // FIXME: If the order of common symbols is defined, then sort common symbols
530 // allocate all common symbol
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp 73 // Sort by the pointer value of the common ancestor.
183 // Find the common ancestor between the effective context and
185 DeclContext *Common = UD->getNominatedNamespace();
186 while (!Common->Encloses(EffectiveDC))
187 Common = Common->getParent();
188 Common = Common->getPrimaryContext();
190 list.push_back(UnqualUsingEntry(UD->getNominatedNamespace(), Common));
752 // using directives whose common ancestor is this namespace
    [all...]
  /external/libffi/src/mips/
o32.S 310 .4byte $LECIE0-$LSCIE0 # Length of Common Information Entry
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
ASTReader.cpp     [all...]
  /frameworks/base/
Android.mk 248 $(call intermediates-dir-for,APPS,framework-res,,COMMON)/src/R.stamp
339 include external/junit/Common.mk
360 # Common sources for doc check and api check
419 framework_docs_LOCAL_ADDITIONAL_JAVA_DIR:= $(call intermediates-dir-for,JAVA_LIBRARIES,framework,,COMMON)
  /external/icu4c/data/
makedata.mak 12 # Keep the following in sync with the version - see common/unicode/uvernum.h
110 # The source directory. Contains the source files for the common data to be built.
116 # Destination directory for the common data DLL file.
468 # Common defines for both ways of building ICU's data library.
476 # Note: we really want the common data dll to go to $(DLL_OUTPUT), not $(ICUBLD_PKG). But specifying
478 # Building the common dll in $(ICUBLD_PKG) unconditionally copies it to $(DLL_OUTPUT) too.
485 # are hardcoded in the common DLL and therefore not included in the data package any more.
571 #invoke pkgdata for ICU common data
917 @rc.exe /i "..\..\..\..\common" /r /fo $@ $**
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 54 | Common
    [all...]
llvm.mli 89 | Common
    [all...]
  /external/dropbear/libtommath/
bn.tex 119 This requires the ``libtool'' package (common on most Linux/BSD systems). It will build LibTomMath as both shared
514 Another less common initializer is mp\_init\_size() which allows the user to initialize an mp\_int with a given
641 Setting mp\_ints to small constants is a relatively common operation. To accomodate these instances there are two
    [all...]
  /ndk/build/core/
definitions.mk 15 # Common definitions for the Android NDK build system
    [all...]
  /external/clang/lib/Driver/
Tools.cpp     [all...]

Completed in 1111 milliseconds

1 23