HomeSort by relevance Sort by last modified time
    Searched refs:Define (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /external/llvm/autoconf/m4/
rand48.m4 10 AC_DEFINE([HAVE_RAND48],1,[Define to 1 if srand48/lrand48/drand48 exist in <stdlib.h>])
header_mmap_anonymous.m4 19 AC_DEFINE([HAVE_MMAP_ANONYMOUS],[1],[Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if it uses MAP_ANON])
need_dev_zero_for_mmap.m4 16 [Define if /dev/zero should be used when mapping RWX memory, or undefine if its not necessary])
c_printf_a.m4 29 AC_DEFINE([HAVE_PRINTF_A],[1],[Define to have the %a format string])
func_mmap_file.m4 23 AC_DEFINE([HAVE_MMAP_FILE],[],[Define if mmap() can map files into memory])
ltdl.m4 46 [Define this if a modern libltdl is already installed])
188 [Define if the OS needs help to load dependent libraries for dlopen().])
205 [Define to the extension used for shared libraries, say, ".so".])
218 [Define to the name of the environment variable that determines the dynamic library search path.])
240 [Define to the system default library search path.])
266 [Define to the sub-directory in which libtool stores uninstalled libraries.])
284 [Define if libtool can extract symbol lists from object files.])
298 [Define if you have the shl_load function.])],
301 [Define if you have the shl_load function.])
305 [Define if you have the libdl library or equivalent.]
    [all...]
link_options.m4 38 AC_DEFINE([HAVE_LINK_R],[1],[Define if you can use -Wl,-R. to pass -R. to the linker, in order to add the current directory to the dynamic linker search path.])
59 AC_DEFINE([HAVE_LINK_EXPORT_DYNAMIC],[1],[Define if you can use -Wl,-export-dynamic.])
  /external/llvm/projects/sample/autoconf/m4/
rand48.m4 10 AC_DEFINE([HAVE_RAND48],1,[Define to 1 if srand48/lrand48/drand48 exist in <stdlib.h>])
header_mmap_anonymous.m4 19 AC_DEFINE([HAVE_MMAP_ANONYMOUS],[1],[Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if it uses MAP_ANON])
need_dev_zero_for_mmap.m4 16 [Define if /dev/zero should be used when mapping RWX memory, or undefine if its not necessary])
c_printf_a.m4 29 AC_DEFINE([HAVE_PRINTF_A],[1],[Define to have the %a format string])
func_mmap_file.m4 23 AC_DEFINE([HAVE_MMAP_FILE],[],[Define if mmap() can map files into memory])
ltdl.m4 46 [Define this if a modern libltdl is already installed])
188 [Define if the OS needs help to load dependent libraries for dlopen().])
205 [Define to the extension used for shared libraries, say, ".so".])
218 [Define to the name of the environment variable that determines the dynamic library search path.])
240 [Define to the system default library search path.])
266 [Define to the sub-directory in which libtool stores uninstalled libraries.])
284 [Define if libtool can extract symbol lists from object files.])
298 [Define if you have the shl_load function.])],
301 [Define if you have the shl_load function.])
305 [Define if you have the libdl library or equivalent.]
    [all...]
link_options.m4 38 AC_DEFINE([HAVE_LINK_R],[1],[Define if you can use -Wl,-R. to pass -R. to the linker, in order to add the current directory to the dynamic linker search path.])
59 AC_DEFINE([HAVE_LINK_EXPORT_DYNAMIC],[1],[Define if you can use -Wl,-export-dynamic.])
  /external/blktrace/
barrier.h 2 #define BARRIER_H
5 #define store_barrier() asm volatile ("mf" ::: "memory")
7 #define store_barrier() asm volatile("sfence" ::: "memory")
9 #define store_barrier() asm volatile ("": : :"memory")
11 #define store_barrier() asm volatile ("eieio" : : : "memory")
13 #define store_barrier() asm volatile ("bcr 15,0" : : : "memory")
15 #define store_barrier() asm volatile("wmb": : :"memory")
17 #define store_barrier() asm volatile("":::"memory")
19 #define store_barrier() asm volatile("":::"memory")
21 #define store_barrier() asm volatile("":::"memory"
    [all...]
  /external/bison/m4/
dmalloc.m4 16 [Define if using the dmalloc debugging malloc package])
  /external/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h 18 #define LLVM_CODEGEN_MACHINEINSTRBUILDER_H
30 Define = 0x2,
37 ImplicitDefine = Implicit | Define,
62 flags & RegState::Define,
195 .addReg(DestReg, RegState::Define);
209 return MachineInstrBuilder(MI).addReg(DestReg, RegState::Define);
247 return B ? RegState::Define : 0;
  /development/ndk/tests/prebuilt-library/jni/
Android.mk 3 # Define BUILD_FOO=1 to rebuild libfoo.so from scratch, then
  /external/llvm/lib/Target/ARM/
ARMExpandPseudoInsts.cpp 17 #define DEBUG_TYPE "arm-pseudo"
425 MIB.addReg(D0, RegState::Define | getDeadRegState(DstIsDead))
426 .addReg(D1, RegState::Define | getDeadRegState(DstIsDead));
428 MIB.addReg(D2, RegState::Define | getDeadRegState(DstIsDead));
430 MIB.addReg(D3, RegState::Define | getDeadRegState(DstIsDead));
552 MIB.addReg(D0, RegState::Define | getDeadRegState(DstIsDead));
554 MIB.addReg(D1, RegState::Define | getDeadRegState(DstIsDead));
556 MIB.addReg(D2, RegState::Define | getDeadRegState(DstIsDead));
558 MIB.addReg(D3, RegState::Define | getDeadRegState(DstIsDead));
660 .addReg(DstReg, RegState::Define | getDeadRegState(DstIsDead)
    [all...]
  /libcore/
NativeCode.mk 27 define all-core-native-dirs
43 define include-core-native-dir
48 or define LOCAL_MODULE)
51 $$(error $(LOCAL_PATH)/$(1)/sub.mk should not define LOCAL_PATH)
98 # Define the rules.
117 # Define the rules.
  /ndk/build/core/
setup-toolchain.mk 64 # only define them if they are in the sysroot
71 # Define default values for TOOLCHAIN_NAME, this can be overriden in
75 # Define the root path of the toolchain in the NDK tree.
78 # Define the root path where toolchain prebuilts are stored
  /external/e2fsprogs/lib/et/
texinfo.tex 288 % Define @` and @' to be the same as ` and '
334 % @lisp, etc, define \exdent locally from \internalexdent
634 % Note @table and @ftable define @item, @itemx, etc., with these defs.
635 % They also define \itemindex
759 % Define \newwrite to be identical to plain tex's \newwrite
773 \expandafter\newwrite \csname#1indfile\endcsname% Define number for output file
775 \expandafter\xdef\csname#1index\endcsname{% % Define \xxxindex
783 % Define @defcodeindex, like @defindex except put all entries in @code.
786 \expandafter\newwrite \csname#1indfile\endcsname% Define number for output file
788 \expandafter\xdef\csname#1index\endcsname{% % Define \xxxinde
    [all...]
  /bionic/libc/
Android.mk 5 # Define the common source files for all the libc instances
470 # Define some common cflags
502 # Define HAVE_ARM_TLS_REGISTER macro to indicate to the C library
521 # Define ANDROID_SMP appropriately.
537 # Define some common includes
549 # Define the libc run-time (crt) support object files that must be built,
  /development/build/tools/
windows_sdk.mk 25 # Define WIN_SDK_TARGETS, the list of targets located in topdir/sdk
61 define winsdk-banner
67 define winsdk-info
  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 333 MIB.addReg(LowReg, RegState::Define);
335 MIB.addReg(HighReg, RegState::Define);

Completed in 345 milliseconds

1 2 3 4