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

  /external/chromium_org/third_party/libjpeg_turbo/
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/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/pdfium/core/src/fxcodec/libjpeg/
jinclude.h 85 * type returned by sizeof(). However, it seems there are some irrational
86 * implementations out there, in which sizeof() returns an int even though
88 * we always use this SIZEOF() macro in place of using sizeof() directly.
91 #define SIZEOF(object) ((size_t) sizeof(object))
  /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/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xmd.h 82 * can define this macro to be sizeof(x) if and only if their compiler doesn't
94 # define SIZEOF(x) _SIZEOF(x)
176 # define NEXTPTR(p,t) (((char *) p) + SIZEOF(t))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xmd.h 82 * can define this macro to be sizeof(x) if and only if their compiler doesn't
94 # define SIZEOF(x) _SIZEOF(x)
176 # define NEXTPTR(p,t) (((char *) p) + SIZEOF(t))
  /frameworks/compile/mclinker/include/mcld/Script/
Operator.h 88 SIZEOF = 48,
167 Operator& Operator::create<Operator::SIZEOF>();
  /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...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-packaging-plugin/0.20.0/
tycho-packaging-plugin-0.20.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /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 932 milliseconds