OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:macro
(Results
526 - 550
of
1695
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/system/core/libcutils/
private.h
223
** But some newer errno.h implementations define it as a
macro
.
233
** Others might define it as a
macro
.
/system/core/sh/
memalloc.c
258
* to be a register. The
macro
STARTSTACKSTR initializes things. Then
259
* the user uses the
macro
STPUTC to add characters to the string. In
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
OMX_TI_Debug.h
157
/* This
macro
sets the debug mask in the debug structure based on a mask
172
/* This
macro
initializes the debug structure. Default configuration is
182
/* This
macro
initializes the debug structure. Default configuration is
241
/* Use this
macro
to copy a OMX_TI_Debug config received. */
250
/* Use this
macro
to copy a OMX_TI_Debug config to be sent. */
260
/* Use this
macro
to close any opened file that was opened by OMX_DBG. */
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
defaults.h
278
archive's table of contents. Defining this
macro
to be nonzero has
280
otherwise would be. The C++ ABI requires this
macro
to be zero;
505
/* Width in bits of a pointer. Mind the value of the
macro
`Pmode'. */
593
function descriptors instead. The value of this
macro
says how
602
is the same as pointer alignment. The value of this
macro
specifies
839
/* This
macro
is used to determine what the largest unit size that
function.h
614
/*
Macro
to extract module id from global function id GID. */
617
/*
Macro
to extract function id from global function id GID. */
619
/*
Macro
to generate a global function id from module id M and
623
/* Access
macro
for module_id field of function FUNC. */
625
/* Access
macro
for funcdef_no field of function FUNC. */
627
/*
Macro
to compute global function id for FUNC. */
system.h
161
/* We can't use a function-like
macro
here because we don't know if
248
/* A
macro
to determine whether a VALUE lies inclusively within a
250
macro
won't warn if the VALUE is unsigned and the LOWER bound is
773
/* This
macro
allows casting away const-ness to pass -Wcast-qual
787
using this
macro
should be viewed with extreme caution. */
/external/webkit/WebKitTools/android/flex-2.5.4a/
NEWS
301
- The new
macro
310
in the
macro
invocation marks the buffer as interactive, a zero
311
value as non-interactive. Note that use of this
macro
overrides
317
- The new
macro
323
beginning of a line (non-zero
macro
argument; makes '^' anchored
340
- The
macro
YY_AT_BOL() returns true if the next token scanned from
353
The related
macro
714
- The new scanner
macro
YY_START returns an integer value
826
remains a
macro
and cannot be used outside of the scanner source.
[
all
...]
/external/libpng/
CHANGES
221
PNG_TIME_RFC1152_SUPPORTED
macro
to PNG_TIME_RFC1123_SUPPORTED
283
and added PNG_PROGRESSIVE_READ_NOT_SUPPORTED
macro
398
Separated the PNG_NO_STDIO
macro
into PNG_NO_STDIO and PNG_NO_CONSOLE_IO
452
Replaced 2147483647L several places with PNG_MAX_UINT
macro
, defined in png.h
502
Changed png_get_header_version() from a function to a
macro
in png.h
526
Removed all global arrays (according to PNG_NO_GLOBAL_ARRAYS
macro
), to
541
to applications a
macro
"PNG_USE_LOCAL_ARRAYS".
544
Added PNG_EXPORT_VAR
macro
to accommodate making DLL's.
574
Moved PNG_CHNK string
macro
definitions outside of PNG_NO_EXTERN block
[
all
...]
/external/bison/doc/
bison.info
[
all
...]
bison.texinfo
[
all
...]
/external/bluetooth/glib/docs/reference/glib/tmpl/
unicode.sgml
548
<!-- #####
MACRO
g_utf8_next_char ##### -->
551
valid; this
macro
is as fast as possible, and has no error-checking.
552
You would use this
macro
to iterate over a string character by
553
character. The
macro
returns the start of the next UTF-8 character.
554
Before using this
macro
, use g_utf8_validate() to validate strings
/external/dbus/dbus/
dbus-internals.c
329
* Implementation of dbus_is_verbose()
macro
if built with verbose logging
344
* use _dbus_verbose()
macro
in code.
806
/** String used in _dbus_return_if_fail
macro
*/
815
* rather than a
macro
with the inline code so
842
* rather than a
macro
with the inline code so
/external/opencore/doc/oscl_html/
group__osclerror.html
122
<tr><td> </td><td><font size=-1><em>Use this
macro
to cause a Leave. It terminates the execution of the current active function.</em> <a href="#a46"></a><em></em></font><br><br></td></tr>
124
<tr><td> </td><td><font size=-1><em>This
macro
will be used to set up a try block.</em> <a href="#a47"></a><em></em></font><br><br></td></tr>
127
<tr><td> </td><td><font size=-1><em>This section defines the macros to be used in the catch block following the try block Use this
macro
to call a function that handles all exception types thrown in the preceding try block.</em> <a href="#a49"></a><em></em></font><br><br></td></tr>
129
<tr><td> </td><td><font size=-1><em>Use this
macro
to define a block of code that catches the first exception type thrown in the preceding try block.</em> <a href="#a50"></a><em></em></font><br><br></td></tr>
131
<tr><td> </td><td><font size=-1><em>Use this
macro
to define a block of code for catching additional exception types.</em> <a href="#a51"></a><em></em></font><br><br></td></tr>
133
<tr><td> </td><td><font size=-1><em>Use this
macro
to call a function that will catch all remaining exception types.</em> <a href="#a52"></a><em></em></font><br><br></td></tr>
135
<tr><td> </td><td><font size=-1><em>Use this
macro
if OSCL_CATCH_ANY has not been used. It will mark the end of the catch block.</em> <a href="#a53"></a><em></em></font><br><br></td></tr>
304
Use this
macro
to define a block of code for catching additional exception types.
306
OSCL_FIRST_CATCH can be used to catch one exception type. Then the OSCL_CATCH
macro
can be used to catch each subsequent type. The catch block must end with OSCL_LAST_CATCH or OSCL_CATCH_ANY <dl compact><dt><b>Parameters: </b></dt><dd>
343
Use this
macro
to call a function that will catch all remaining exception types
[
all
...]
oscl__defalloc_8h-source.html
30
00032 <span class="comment">//A
macro
for using the Oscl_Alloc or Oscl_DefAlloc call with file name and</span>
38
00040 <span class="comment">//A
macro
for using the Oscl_TAlloc call with file name and line number inputs</span>
46
00048 <span class="comment">// This
macro
is defined is osclconfig_compiler_warnings.h</span>
132
00134 <span class="comment">//the caller. It can be invoked with the ALLOCATE
macro
.</span>
146
00148 <span class="comment">//the caller. It can be invoked by the ALLOC_AND_CONSTRUCT
macro
.</span>
/external/openssl/crypto/des/
VERSION
59
Noticed that in the D_ENCRYPT()
macro
, we can just do L^=(..)^(..)^..
84
The DES_PTR
macro
option checked and used by SSLeay configuration
171
my D_ENCRYPT
macro
in crypt() had an un-necessary variable.
258
Added MSDOS specific
macro
in ecb_encrypt which gives a %70
315
Added an alternative version of the D_ENCRYPT
macro
in
/external/v8/src/
assembler.cc
46
#include "regexp-
macro
-assembler.h"
48
// Include native regexp-
macro
-assembler.
51
#include "ia32/regexp-
macro
-assembler-ia32.h"
53
#include "x64/regexp-
macro
-assembler-x64.h"
55
#include "arm/regexp-
macro
-assembler-arm.h"
/external/libffi/
texinfo.tex
150
\ifx\putwordDefmac\undefined \gdef\putwordDefmac{
Macro
}\fi
396
%
macro
which expects an ordinary undelimited TeX argument.
497
% whether the environment name matches. The \checkenv
macro
can also be
[
all
...]
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/info/
gccint.info
441
routines can be renamed with the `DECLARE_LIBRARY_RENAMES'
macro
(*note
[
all
...]
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/info/
gccint.info
441
routines can be renamed with the `DECLARE_LIBRARY_RENAMES'
macro
(*note
[
all
...]
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/info/
gccint.info
441
routines can be renamed with the `DECLARE_LIBRARY_RENAMES'
macro
(*note
[
all
...]
/external/bison/build-aux/
texinfo.tex
150
\ifx\putwordDefmac\undefined \gdef\putwordDefmac{
Macro
}\fi
395
%
macro
which expects an ordinary undelimited TeX argument.
430
% We cannot use \next here, as it holds the
macro
to run;
497
% whether the environment name matches. The \checkenv
macro
can also be
[
all
...]
/external/grub/docs/
texinfo.tex
150
\ifx\putwordDefmac\undefined \gdef\putwordDefmac{
Macro
}\fi
390
%
macro
which expects an ordinary undelimited TeX argument.
425
% We cannot use \next here, as it holds the
macro
to run;
492
% whether the environment name matches. The \checkenv
macro
can also be
[
all
...]
/external/freetype/include/freetype/internal/
ftstream.h
96
/* The structure type must be set in the FT_STRUCTURE
macro
before */
97
/* calling the FT_FRAME_START()
macro
. */
270
/* Each GET_xxxx()
macro
uses an implicit `stream' variable. */
/external/kernel-headers/original/linux/
ext2_fs.h
90
*
Macro
-instructions used to manage several block sizes
120
*
Macro
-instructions used to manage fragments
149
*
Macro
-instructions used to manage group descriptors
/external/openssl/crypto/
md32_common.h
63
* this
macro
defines byte order of input stream.
94
*
macro
convering context variables to an ASCII hash string.
205
* with gcc [on P4]. Well, first
macro
to be frank. We can pull
Completed in 212 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>