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

1 2

  /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/openssl/apps/
makeapps.com 43 $! Define A TCP/IP Library That We Will Need To Link To.
70 $! Define what programs should be compiled
74 $! Define The CRYPTO Library.
78 $! Define The SSL Library.
82 $! Define The OBJ Directory.
86 $! Define The EXE Directory.
136 $! Define The Application Files.
160 $! Define An App Counter And Set It To "0".
198 $! Define A Library File Counter And Set It To "-1".
697 $! Define The Linker Options File Name
    [all...]
  /development/ndk/tests/prebuilt-library/jni/
Android.mk 3 # Define BUILD_FOO=1 to rebuild libfoo.so from scratch, then
  /external/openssl/crypto/
crypto-lib.com 51 $! Define A TCP/IP Library That We Will Need To Link To.
78 $! Define The Different Encryption Types.
94 $! Define The OBJ Directory.
98 $! Define The EXE Directory.
141 $! Define The Library Name.
145 $! Define The CRYPTO-LIB We Are To Use.
166 $! Define The Different Encryption "library" Strings.
318 $! Define A Module Counter.
395 $! Define A File Counter And Set It To "0".
1042 $! Define The Linker Options File Name
    [all...]
  /libcore/
NativeCode.mk 26 define all-core-native-dirs
42 define include-core-native-dir
47 or define LOCAL_MODULE)
50 $$(error $(LOCAL_PATH)/$(1)/sub.mk should not define LOCAL_PATH)
95 # Define the rules.
119 # Define the rules.
  /ndk/build/core/
setup-toolchain.mk 64 # only define them if they are in the sysroot
72 # Define default values for TOOLCHAIN_NAME, this can be overriden in
76 # Define the root path of the toolchain in the NDK tree.
79 # Define the root path where toolchain prebuilts are stored
main.mk 18 # Define the main configuration variables, and read the host-specific
66 Please define it to one of: $(NDK_ALL_APPS))
init.mk 20 # Define NDK_LOG in your environment to display log traces when
48 # Define a few useful variables and functions.
114 $(call __ndk_info,Please define HOST_OS in your environment.)
195 $(call __ndk_info,Host awk tool is outdated. Please define HOST_AWK to point to Gawk or Nawk !)
200 # On windows, define the 'cygwin-to-host-path' function here depending on the
210 # 3/ In case we fail horribly, allow the user to define NDK_USE_CYGPATH to '1'
244 # Call an awk script to generate a Makefile fragment used to define a function
268 # Each one of these files should define the following variables:
341 $(call __ndk_info,Please define NDK_PLATFORMS_ROOT to point to a valid directory.)\
  /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
457 # Define some common cflags
488 # Define HAVE_ARM_TLS_REGISTER macro to indicate to the C library
507 # Define ANDROID_SMP appropriately.
519 # Define some common includes
527 # Define the libc run-time (crt) support object files that must be built,
  /external/protobuf/
Android.mk 120 # Define the header files to be copied
186 # Define the header files to be copied
  /development/build/tools/
sdk_repo.mk 8 # Define the name of a package zip file to generate
13 define sdk-repo-pkg-zip
28 define mk-sdk-repo-pkg-1
49 define mk-sdk-repo-pkg-2
  /external/bison/data/
glr.cc 45 # must not define "b4_location_constructors". As a consequence the
103 # Define yyerror.
225 # define PARSER_HEADER_H
231 #define YYLSP_NEEDED ]b4_locations_flag[
249 # define YYDEBUG ]b4_debug_flag[
255 # define YYERROR_VERBOSE 1
257 # define YYERROR_VERBOSE ]b4_error_verbose_flag[
262 # define YYTOKEN_TABLE ]b4_token_table[
270 # define YYLLOC_DEFAULT(Current, Rhs, N) \
381 # define YYSTYPE ]b4_namespace[::]b4_parser_class_name[::semantic_typ
    [all...]
  /build/core/
cleanbuild.mk 25 define _add-clean-step
42 define add-clean-step
204 # Define the rules for commandline invocation.
config.mk 121 # Define most of the global variables. These are the ones that
154 define select-android-config-h
340 define numerically_sort
java.mk 9 $(error $(LOCAL_PATH): Target java module does not define any source or resource files)
17 $(error $(LOCAL_PATH): Must not define both LOCAL_NO_STANDARD_LIBRARIES and LOCAL_SDK_VERSION)
39 $(error $(LOCAL_PATH): Target java template must define LOCAL_BUILT_MODULE_STEM)
47 # Define the intermediate targets before including base_rules so they get
145 # Otherwise, the caller will define it as a prerequisite of
main.mk 315 # Define a function that, given a list of module tags, returns
320 define should-install-to-system
327 define should-install-to-system
519 # Define dependencies for modules that require other modules.
527 define add-required-deps
  /external/chromium/base/
string_util.h 8 #define BASE_STRING_UTIL_H_
124 #error Define string operations appropriately for your platform
  /external/grub/docs/
texinfo.tex 484 % Define the framework for environments in texinfo.tex. It's used like this:
557 %% Define @` and @' to be the same as ` and '
    [all...]
  /external/v8/test/mjsunit/
object-define-property.js 203 // Define an accessor that has only a setter
264 // Note that since dataWritable does not define configurable the configurable
  /external/tcpdump/
configure     [all...]
  /external/bison/doc/
refcard.tex 342 \key{Declare a terminal symbol, and define its association.}
349 \key{Define the union of all data types used in the parser.}
  /external/libpng/
CHANGES 55 added #define's to remove unwanted code
112 external palette (you will need to #define PNG_CORRECT_PALETTE_SUPPORTED
200 easier conditional compiling, e.g. define PNG_READ/WRITE_NOT_FULLY_SUPPORTED;
236 define PNG_ALWAYS_EXTERN when __MWERKS__ && WIN32 are defined
454 Define PNG_USE_PNGVCRD in makefile.w32, to get MMX assembler code.
469 Define PNG_ALWAYS_EXTERN in pngconf.h if __STDC__ is defined
470 Delete #define PNG_INTERNAL and include "png.h" from pngasmrd.h
551 NOTE: Applications that write text chunks MUST define png_text->lang
588 Removed leading blanks from a #define in pngvcrd.c
    [all...]
  /external/ipsec-tools/src/racoon/missing/crypto/sha2/
sha2.c 55 #define bcopy(a, b, c) memcpy((b), (a), (c))
56 #define bzero(a, b) memset((a), 0, (b))
57 #define panic(a) err(1, (a))
60 #define HAVE_EVP_097
71 * You can define SHA2_UNROLL_TRANSFORM to use the unrolled transform
73 * later in this file). Either define on the command line, for example:
77 * or define below:
79 * #define SHA2_UNROLL_TRANSFORM
83 #define assert(x)
95 * If your system does not define the above, then you can do so b
    [all...]

Completed in 662 milliseconds

1 2