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

1 2

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
machmode.h 1 /* Machine mode definitions for GCC; included by rtl.h and tree.h.
27 /* Get the name of mode MODE as a string. */
30 #define GET_MODE_NAME(MODE) mode_name[MODE]
32 /* Mode classes. */
34 #include "mode-classes.def"
40 /* Get the general kind of object that mode MODE represents
44 #define GET_MODE_CLASS(MODE) mode_class[MODE
    [all...]
real.h 150 /* Default rounding mode for operations on this format. */
164 /* The target format used for each floating point mode.
166 float modes indexed by (MODE - first float mode), and entries for
167 decimal float modes indexed by (MODE - first decimal float mode) +
173 #define REAL_MODE_FORMAT(MODE) \
174 (real_format_for_mode[DECIMAL_FLOAT_MODE_P (MODE) \
175 ? (((MODE) - MIN_MODE_DECIMAL_FLOAT) \
177 : ((MODE) - MIN_MODE_FLOAT)]
    [all...]
defaults.h 690 #define FLOAT_LIB_COMPARE_RETURNS_BOOL(MODE, COMPARISON) false
733 #define UNITS_PER_SIMD_WORD(MODE) UNITS_PER_WORD
828 #define CLZ_DEFINED_VALUE_AT_ZERO(MODE, VALUE) 0
831 #define CTZ_DEFINED_VALUE_AT_ZERO(MODE, VALUE) 0
889 #define LEGITIMIZE_ADDRESS(X, OLDX, MODE, WIN)
901 #define REVERSIBLE_CC_MODE(MODE) 0
930 #define HARD_REGNO_NREGS_HAS_PADDING(REGNO, MODE) 0
931 #define HARD_REGNO_NREGS_WITH_PADDING(REGNO, MODE) -1
958 #define STACK_SLOT_ALIGNMENT(TYPE,MODE,ALIGN) \
968 #define MINIMUM_ALIGNMENT(EXP,MODE,ALIGN) (ALIGN
    [all...]
system.h 49 #define fopen(PATH,MODE) fopen_unlocked(PATH,MODE)
50 #define fdopen(FILDES,MODE) fdopen_unlocked(FILDES,MODE)
51 #define freopen(PATH,MODE,STREAM) freopen_unlocked(PATH,MODE,STREAM)
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
machmode.h 1 /* Machine mode definitions for GCC; included by rtl.h and tree.h.
27 /* Get the name of mode MODE as a string. */
30 #define GET_MODE_NAME(MODE) mode_name[MODE]
32 /* Mode classes. */
34 #include "mode-classes.def"
40 /* Get the general kind of object that mode MODE represents
44 #define GET_MODE_CLASS(MODE) mode_class[MODE
    [all...]
real.h 150 /* Default rounding mode for operations on this format. */
164 /* The target format used for each floating point mode.
166 float modes indexed by (MODE - first float mode), and entries for
167 decimal float modes indexed by (MODE - first decimal float mode) +
173 #define REAL_MODE_FORMAT(MODE) \
174 (real_format_for_mode[DECIMAL_FLOAT_MODE_P (MODE) \
175 ? (((MODE) - MIN_MODE_DECIMAL_FLOAT) \
177 : ((MODE) - MIN_MODE_FLOAT)]
    [all...]
defaults.h 690 #define FLOAT_LIB_COMPARE_RETURNS_BOOL(MODE, COMPARISON) false
733 #define UNITS_PER_SIMD_WORD(MODE) UNITS_PER_WORD
828 #define CLZ_DEFINED_VALUE_AT_ZERO(MODE, VALUE) 0
831 #define CTZ_DEFINED_VALUE_AT_ZERO(MODE, VALUE) 0
889 #define LEGITIMIZE_ADDRESS(X, OLDX, MODE, WIN)
901 #define REVERSIBLE_CC_MODE(MODE) 0
930 #define HARD_REGNO_NREGS_HAS_PADDING(REGNO, MODE) 0
931 #define HARD_REGNO_NREGS_WITH_PADDING(REGNO, MODE) -1
958 #define STACK_SLOT_ALIGNMENT(TYPE,MODE,ALIGN) \
968 #define MINIMUM_ALIGNMENT(EXP,MODE,ALIGN) (ALIGN
    [all...]
system.h 49 #define fopen(PATH,MODE) fopen_unlocked(PATH,MODE)
50 #define fdopen(FILDES,MODE) fdopen_unlocked(FILDES,MODE)
51 #define freopen(PATH,MODE,STREAM) freopen_unlocked(PATH,MODE,STREAM)
  /development/samples/ApiDemos/src/com/example/android/apis/app/
SearchSuggestionSampleProvider.java 22 * To create a search suggestions provider using the built-in recent queries mode,
24 * a unique authority and the mode you with to use. For more information, see
36 * These flags determine the operating mode of the suggestions provider. This value should
40 final static int MODE = DATABASE_MODE_QUERIES;
48 setupSuggestions(AUTHORITY, MODE);
SearchQueryResults.java 99 SearchSuggestionSampleProvider.AUTHORITY, SearchSuggestionSampleProvider.MODE);
SearchInvoke.java 45 // Menu mode spinner choices
77 // Create listener for the menu mode dropdown. We use this to demonstrate control
79 // the default key mode in your activity's onCreate() handler.
117 // next, add back item(s) based on current menu mode
237 SearchSuggestionSampleProvider.AUTHORITY, SearchSuggestionSampleProvider.MODE);
  /cts/tests/src/android/content/cts/
MockSRSProvider.java 22 final static int MODE = DATABASE_MODE_QUERIES + DATABASE_MODE_2LINES;
29 setupSuggestions(AUTHORITY, MODE);
37 public void setupSuggestions(String authority, int mode) {
39 super.setupSuggestions(authority, mode);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/arm/
arm.h 38 /* Define __arm__ even when in thumb mode, for \
249 /* We could use unified syntax for arm mode, but for now we just use it
280 {"mode", "%{!marm:%{!mthumb:-m%(VALUE)}}"},
471 in a wider mode than that declared by the program. In such cases,
473 type, but kept valid in the wider mode. The signedness of the
478 #define PROMOTE_MODE(MODE, UNSIGNEDP, TYPE) \
479 if (GET_MODE_CLASS (MODE) == MODE_INT \
480 && GET_MODE_SIZE (MODE) < 4) \
482 if (MODE == QImode) \
484 else if (MODE == HImode)
    [all...]
bpabi.h 49 #define FLOAT_LIB_COMPARE_RETURNS_BOOL(MODE, COMPARISON) TARGET_BPABI
153 particularly not in Thumb mode. We assume the mcount
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/arm/
arm.h 38 /* Define __arm__ even when in thumb mode, for \
249 /* We could use unified syntax for arm mode, but for now we just use it
280 {"mode", "%{!marm:%{!mthumb:-m%(VALUE)}}"},
471 in a wider mode than that declared by the program. In such cases,
473 type, but kept valid in the wider mode. The signedness of the
478 #define PROMOTE_MODE(MODE, UNSIGNEDP, TYPE) \
479 if (GET_MODE_CLASS (MODE) == MODE_INT \
480 && GET_MODE_SIZE (MODE) < 4) \
482 if (MODE == QImode) \
484 else if (MODE == HImode)
    [all...]
bpabi.h 49 #define FLOAT_LIB_COMPARE_RETURNS_BOOL(MODE, COMPARISON) TARGET_BPABI
153 particularly not in Thumb mode. We assume the mcount
  /external/dbus/test/name-test/
run-test.sh 16 MODE=$1
25 exec $DBUS_TOP_SRCDIR/tools/run-with-tmp-session-bus.sh $SCRIPTNAME $MODE
28 libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-names || die "test-client failed"
31 libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-pending-call-dispatch || die "test-client failed"
34 libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-threads-init || die "test-client failed"
  /external/ipsec-tools/src/libipsec/
policy_parse.h 49 MODE = 265,
68 #define MODE 265
policy_parse.y 56 * protocol/mode/src-dst/level
57 * protocol/mode/src-dst parsed as protocol/mode/src-dst/default
58 * protocol/mode/src-dst/ parsed as protocol/mode/src-dst/default
59 * protocol/transport parsed as protocol/mode/any-any/default
60 * protocol/transport//level parsed as protocol/mode/any-any/level
142 %token ACTION PROTOCOL MODE LEVEL LEVEL_SPECIFY IPADDRESS PORT
145 %type <num> DIR PRIORITY ACTION PROTOCOL MODE LEVEL
287 : protocol SLASH mode SLASH addresses SLASH leve
    [all...]
  /external/libvpx/vp8/common/
proposed.h 31 int (*set_mode)(codec_ptr, MODE mode, int Speed, char *File);
32 int (*get_mode)(codec_ptr, MODE *mode, int *Speed, char **File);
39 int (*set_mode)(codec_ptr, MODE mode, int Speed, char *File);
40 int (*get_mode)(codec_ptr, MODE *mode, int *Speed, char **File);
onyx.h 60 } MODE;
71 static __inline void Scale2Ratio(int mode, int *hr, int *hs)
73 switch (mode)
111 // mode ->
112 //(0)=Realtime/Live Encoding. This mode is optimized for realtim encoding (for example, capturing
126 int Mode; //
  /cts/tools/host/src/com/android/cts/
TestHost.java 53 * <li> RUN: For this mode, the TestHost will run the plan or
55 * <li> CONSOLE: For this mode, the TestHost will start the UI
59 enum MODE {
72 static MODE sMode = MODE.UNINITIALIZED;
88 if (sMode == MODE.RUN) {
93 * start the the mode of no console UI.
103 } else if (sMode == MODE.CONSOLE) {
120 * Extract mode from the options used to activating CTS.
123 * @return The mode
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/
SearchRecentSuggestionsProviderTest.java 31 final static int MODE = DATABASE_MODE_QUERIES + DATABASE_MODE_2LINES;
35 setupSuggestions(AUTHORITY, MODE);
70 TestProvider.AUTHORITY, TestProvider.MODE);
  /external/jpeg/
ltmain.sh 67 mode=$default_mode
133 --finish) mode="finish" ;;
135 --mode) prevopt="--mode" prev=mode ;;
136 --mode=*) mode="$optarg" ;;
168 # Infer the operation mode.
169 if test -z "$mode"; then
172 mode=lin
    [all...]
  /external/openssl/crypto/evp/
evp_locl.h 61 /* Wrapper functions for each cipher mode */
133 #define BLOCK_CIPHER_def1(cname, nmode, mode, MODE, kstruct, nid, block_size, \
136 static const EVP_CIPHER cname##_##mode = { \
138 flags | EVP_CIPH_##MODE##_MODE, \
140 cname##_##mode##_cipher, \
147 const EVP_CIPHER *EVP_##cname##_##mode(void) { return &cname##_##mode; }

Completed in 458 milliseconds

1 2