HomeSort by relevance Sort by last modified time
    Searched full:macro (Results 301 - 325 of 1695) sorted by null

<<11121314151617181920>>

  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/man/man1/
arm-eabi-cpp.1 159 before compilation. It is called a macro processor because it allows
180 you are writing in. Modern versions of the \s-1GNU\s0 assembler have macro
226 Predefine \fIname\fR as a macro, with definition \f(CW1\fR.
238 If you wish to define a function-like macro on the command line, write
314 Warn whenever an identifier which is not a macro is encountered in an
319 Warn about macros defined in the main file that are unused. A macro
321 The preprocessor will also warn if the macro has not been used at the
327 \&\fINote:\fR If a macro is actually used, but only used in skipped
329 warning in such a case, you might improve the scope of the macro's
681 preprocessor operations, such as macro expansion and trigrap
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/man/man1/
arm-eabi-cpp.1 159 before compilation. It is called a macro processor because it allows
180 you are writing in. Modern versions of the \s-1GNU\s0 assembler have macro
226 Predefine \fIname\fR as a macro, with definition \f(CW1\fR.
238 If you wish to define a function-like macro on the command line, write
314 Warn whenever an identifier which is not a macro is encountered in an
319 Warn about macros defined in the main file that are unused. A macro
321 The preprocessor will also warn if the macro has not been used at the
327 \&\fINote:\fR If a macro is actually used, but only used in skipped
329 warning in such a case, you might improve the scope of the macro's
681 preprocessor operations, such as macro expansion and trigrap
    [all...]
  /external/clearsilver/cs/
csparse.c 320 static void dealloc_macro (CS_MACRO **macro)
324 if (*macro == NULL) return;
325 my_macro = *macro;
330 *macro = NULL;
1131 case CS_TYPE_MACRO: return more ? "MACRO" : "m";
2828 CS_MACRO *macro; local
3003 CS_MACRO *macro; local
3118 CS_MACRO *macro; local
    [all...]
  /external/stlport/etc/
ChangeLog 121 removed LDSEARCH macro, use LDFLAGS instead;
148 _STLP_RTTI_BUG macro. Moreover __stl_new was not correctly
149 implemented with this macro, there was no check for failed
438 used to be platform dependant requiring a lot of macro checks and
491 Generalize use of _STLP_THROW_BAD_ALLOC macro to throw the
492 bad_alloc exception. Definition of this macro is now in _new.h
506 SetFilePointer do not take SEEK_CUR macro but FILE_CURRENT.
541 thanks to the _STLP_NO_TYPENAME_BEFORE_NAMESPACE macro.
616 Removed unused uint64.h include and definition of ULL macro.
658 New macro _STLP_MARK_PARAMETER_AS_UNUSED to offer a compiler specifi
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/man/man1/
arm-eabi-cpp.1 152 before compilation. It is called a macro processor because it allows
173 you are writing in. Modern versions of the \s-1GNU\s0 assembler have macro
219 Predefine \fIname\fR as a macro, with definition \f(CW1\fR.
231 If you wish to define a function-like macro on the command line, write
305 Warn whenever an identifier which is not a macro is encountered in an
310 Warn about macros defined in the main file that are unused. A macro
312 The preprocessor will also warn if the macro has not been used at the
318 \&\fINote:\fR If a macro is actually used, but only used in skipped
320 warning in such a case, you might improve the scope of the macro's
666 preprocessed. This suppresses things like macro expansion, trigrap
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/man/man1/
arm-eabi-cpp.1 152 before compilation. It is called a macro processor because it allows
173 you are writing in. Modern versions of the \s-1GNU\s0 assembler have macro
219 Predefine \fIname\fR as a macro, with definition \f(CW1\fR.
231 If you wish to define a function-like macro on the command line, write
305 Warn whenever an identifier which is not a macro is encountered in an
310 Warn about macros defined in the main file that are unused. A macro
312 The preprocessor will also warn if the macro has not been used at the
318 \&\fINote:\fR If a macro is actually used, but only used in skipped
320 warning in such a case, you might improve the scope of the macro's
666 preprocessed. This suppresses things like macro expansion, trigrap
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/man/man1/
i686-unknown-linux-gnu-cpp.1 152 before compilation. It is called a macro processor because it allows
173 you are writing in. Modern versions of the \s-1GNU\s0 assembler have macro
219 Predefine \fIname\fR as a macro, with definition \f(CW1\fR.
231 If you wish to define a function-like macro on the command line, write
305 Warn whenever an identifier which is not a macro is encountered in an
310 Warn about macros defined in the main file that are unused. A macro
312 The preprocessor will also warn if the macro has not been used at the
318 \&\fINote:\fR If a macro is actually used, but only used in skipped
320 warning in such a case, you might improve the scope of the macro's
666 preprocessed. This suppresses things like macro expansion, trigrap
    [all...]
  /external/gtest/include/gtest/internal/
gtest-param-util.h 59 // TEST_P macro is used to define two tests with the same name
418 // accumulates test information provided by TEST_P macro invocations
419 // and generators provided by INSTANTIATE_TEST_CASE_P macro invocations
433 // test case right before running them in RUN_ALL_TESTS macro.
448 // macro invocations for a particular test case and generators
449 // obtained from INSTANTIATE_TEST_CASE_P macro invocations for that
469 // TEST_P macro uses AddTestPattern() to record information
482 // INSTANTIATE_TEST_CASE_P macro uses AddGenerator() to record information
492 // test cases right before running tests in RUN_ALL_TESTS macro.
534 // with TEST_P macro
    [all...]
gtest-death-test-internal.h 59 // GTEST_DEATH_TEST_ macro. It is abstract; its static Create method
116 // The user-supplied predicate may be a macro expression rather
156 // This macro is for implementing ASSERT_DEATH*, EXPECT_DEATH*,
  /external/bluetooth/glib/docs/reference/gobject/
tut_gtype.xml 249 <listitem><para>Create a macro named <function>PREFIX_TYPE_OBJECT</function> which always
253 It is common although not a convention to implement this macro using either a global
257 <listitem><para>Create a macro named <function>PREFIX_OBJECT (obj)</function> which
258 returns a pointer of type <type>PrefixObject</type>. This macro is used to enforce
265 <listitem><para>If the type is classed, create a macro named
266 <function>PREFIX_OBJECT_CLASS (klass)</function>. This macro
267 is strictly equivalent to the previous casting macro: it does static casting with
272 <listitem><para>Create a macro named <function>PREFIX_IS_BAR (obj)</function>: this macro is expected
276 <listitem><para>If the type is classed, create a macro name
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/info/
configure.info 312 define the preprocessor macro `HAVE_GETTIMEOFDAY' to the value 1 if the
313 `gettimeofday' function is available, and to not define the macro at
330 This macro takes a single argument, which is the name of a file in
334 This macro is optional. It may be used to indicate the version of
340 This macro takes two arguments: the name of the package, and a
342 macro is not needed if you are not using automake).
345 This macro names the header file which will hold the preprocessor
346 macro definitions at run time. Normally this should be
350 This macro may optionally name the input file for that header
362 This macro always appears in Cygnus configure scripts. Othe
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/info/
configure.info 312 define the preprocessor macro `HAVE_GETTIMEOFDAY' to the value 1 if the
313 `gettimeofday' function is available, and to not define the macro at
330 This macro takes a single argument, which is the name of a file in
334 This macro is optional. It may be used to indicate the version of
340 This macro takes two arguments: the name of the package, and a
342 macro is not needed if you are not using automake).
345 This macro names the header file which will hold the preprocessor
346 macro definitions at run time. Normally this should be
350 This macro may optionally name the input file for that header
362 This macro always appears in Cygnus configure scripts. Othe
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/info/
configure.info 312 define the preprocessor macro `HAVE_GETTIMEOFDAY' to the value 1 if the
313 `gettimeofday' function is available, and to not define the macro at
330 This macro takes a single argument, which is the name of a file in
334 This macro is optional. It may be used to indicate the version of
340 This macro takes two arguments: the name of the package, and a
342 macro is not needed if you are not using automake).
345 This macro names the header file which will hold the preprocessor
346 macro definitions at run time. Normally this should be
350 This macro may optionally name the input file for that header
362 This macro always appears in Cygnus configure scripts. Othe
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/share/info/
configure.info 312 define the preprocessor macro `HAVE_GETTIMEOFDAY' to the value 1 if the
313 `gettimeofday' function is available, and to not define the macro at
330 This macro takes a single argument, which is the name of a file in
334 This macro is optional. It may be used to indicate the version of
340 This macro takes two arguments: the name of the package, and a
342 macro is not needed if you are not using automake).
345 This macro names the header file which will hold the preprocessor
346 macro definitions at run time. Normally this should be
350 This macro may optionally name the input file for that header
362 This macro always appears in Cygnus configure scripts. Othe
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/info/
configure.info 312 define the preprocessor macro `HAVE_GETTIMEOFDAY' to the value 1 if the
313 `gettimeofday' function is available, and to not define the macro at
330 This macro takes a single argument, which is the name of a file in
334 This macro is optional. It may be used to indicate the version of
340 This macro takes two arguments: the name of the package, and a
342 macro is not needed if you are not using automake).
345 This macro names the header file which will hold the preprocessor
346 macro definitions at run time. Normally this should be
350 This macro may optionally name the input file for that header
362 This macro always appears in Cygnus configure scripts. Othe
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/info/
configure.info 312 define the preprocessor macro `HAVE_GETTIMEOFDAY' to the value 1 if the
313 `gettimeofday' function is available, and to not define the macro at
330 This macro takes a single argument, which is the name of a file in
334 This macro is optional. It may be used to indicate the version of
340 This macro takes two arguments: the name of the package, and a
342 macro is not needed if you are not using automake).
345 This macro names the header file which will hold the preprocessor
346 macro definitions at run time. Normally this should be
350 This macro may optionally name the input file for that header
362 This macro always appears in Cygnus configure scripts. Othe
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/info/
configure.info 312 define the preprocessor macro `HAVE_GETTIMEOFDAY' to the value 1 if the
313 `gettimeofday' function is available, and to not define the macro at
330 This macro takes a single argument, which is the name of a file in
334 This macro is optional. It may be used to indicate the version of
340 This macro takes two arguments: the name of the package, and a
342 macro is not needed if you are not using automake).
345 This macro names the header file which will hold the preprocessor
346 macro definitions at run time. Normally this should be
350 This macro may optionally name the input file for that header
362 This macro always appears in Cygnus configure scripts. Othe
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/share/info/
configure.info 312 define the preprocessor macro `HAVE_GETTIMEOFDAY' to the value 1 if the
313 `gettimeofday' function is available, and to not define the macro at
330 This macro takes a single argument, which is the name of a file in
334 This macro is optional. It may be used to indicate the version of
340 This macro takes two arguments: the name of the package, and a
342 macro is not needed if you are not using automake).
345 This macro names the header file which will hold the preprocessor
346 macro definitions at run time. Normally this should be
350 This macro may optionally name the input file for that header
362 This macro always appears in Cygnus configure scripts. Othe
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/info/
configure.info 312 define the preprocessor macro `HAVE_GETTIMEOFDAY' to the value 1 if the
313 `gettimeofday' function is available, and to not define the macro at
330 This macro takes a single argument, which is the name of a file in
334 This macro is optional. It may be used to indicate the version of
340 This macro takes two arguments: the name of the package, and a
342 macro is not needed if you are not using automake).
345 This macro names the header file which will hold the preprocessor
346 macro definitions at run time. Normally this should be
350 This macro may optionally name the input file for that header
362 This macro always appears in Cygnus configure scripts. Othe
    [all...]
  /external/clearsilver/util/
neo_err.h 78 * arguments: using the macro, the function name, file, and lineno are
117 * arguments: with the macro, the function name, file and lineno are
134 * arguments: with the macro, the function name, file and lineno are
  /external/freetype/include/freetype/
fttypes.h 465 /* <Macro> */
469 /* This macro converts four-letter tags which are used to label */
474 /* this macro. */
    [all...]
  /external/freetype/include/freetype/internal/
ftdriver.h 245 /* <Macro> */
252 /* <Macro> */
274 /* allocated in the global scope (or the scope where the macro */
  /external/libffi/src/arm/
sysv.S 95 .macro ARM_FUNC_START name
110 .macro ARM_FUNC_START name
119 .macro RETLDM regs=, cond=, dirn=ia
  /external/v8/src/
regexp-macro-assembler-irregexp.cc 31 #include "regexp-macro-assembler.h"
32 #include "regexp-macro-assembler-irregexp.h"
33 #include "regexp-macro-assembler-irregexp-inl.h"
  /external/webkit/JavaScriptCore/wtf/
Assertions.h 38 MSVC7 note: variadic macro support was added in MSVC8, so for now we disable
170 /* FIXME: We include this here only to avoid a conflict with the ASSERT macro. */
183 /* FIXME: We include this here only to avoid a conflict with the COMPILE_ASSERT macro. */

Completed in 50 milliseconds

<<11121314151617181920>>