HomeSort by relevance Sort by last modified time
    Searched defs:SIZEOF (Results 1 - 13 of 13) sorted by null

  /external/jpeg/
jinclude.h 74 * type returned by sizeof(). However, it seems there are some irrational
75 * implementations out there, in which sizeof() returns an int even though
77 * we always use this SIZEOF() macro in place of using sizeof() directly.
80 #define SIZEOF(object) ((size_t) sizeof(object))
  /external/qemu/distrib/jpeg-6b/
jinclude.h 74 * type returned by sizeof(). However, it seems there are some irrational
75 * implementations out there, in which sizeof() returns an int even though
77 * we always use this SIZEOF() macro in place of using sizeof() directly.
80 #define SIZEOF(object) ((size_t) sizeof(object))
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
gen_matypes.c 72 #define SIZEOF( s, t ) \
73 printf( "#define %s\t%lu\n", s, (unsigned long) sizeof(t) );
215 SIZEOF( "SIZEOF_GL_LIGHT ", struct gl_light );
  /external/mesa3d/src/mesa/x86/
gen_matypes.c 72 #define SIZEOF( s, t ) \
73 printf( "#define %s\t%lu\n", s, (unsigned long) sizeof(t) );
215 SIZEOF( "SIZEOF_GL_LIGHT ", struct gl_light );
  /external/bison/lib/
wait-process.c 39 #define SIZEOF(a) (sizeof(a) / sizeof(a[0]))
72 static size_t slaves_allocated = SIZEOF (static_slaves);
147 malloc (new_slaves_allocated * sizeof (slaves_entry_t));
157 slaves_allocated * sizeof (slaves_entry_t));
fatal-signal.c 32 #define SIZEOF(a) (sizeof(a) / sizeof(a[0]))
81 #define num_fatal_signals (SIZEOF (fatal_signals) - 1)
125 static size_t actions_allocated = SIZEOF (static_actions);
196 if (!(sig < sizeof (saved_sigactions) / sizeof (saved_sigactions[0])))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xmd.h 90 * can define this macro to be sizeof(x) if and only if their compiler doesn't
103 #define SIZEOF(x) _SIZEOF(x)
105 #define SIZEOF(x) sz_/**/x
202 #define NEXTPTR(p,t) (((char *) p) + SIZEOF(t))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xmd.h 90 * can define this macro to be sizeof(x) if and only if their compiler doesn't
103 #define SIZEOF(x) _SIZEOF(x)
105 #define SIZEOF(x) sz_/**/x
202 #define NEXTPTR(p,t) (((char *) p) + SIZEOF(t))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xmd.h 90 * can define this macro to be sizeof(x) if and only if their compiler doesn't
103 #define SIZEOF(x) _SIZEOF(x)
105 #define SIZEOF(x) sz_/**/x
202 #define NEXTPTR(p,t) (((char *) p) + SIZEOF(t))
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_parser.h 203 SIZEOF = 421,
404 #define SIZEOF 421
glsl_parser.cc 312 SIZEOF = 421,
513 #define SIZEOF 421
790 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
795 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
811 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
812 yyptr += yynewbytes / sizeof (*yyptr); \
824 __builtin_memcpy (To, From, (Count) * sizeof (*(From)))
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 139 milliseconds