HomeSort by relevance Sort by last modified time
    Searched defs:int32_t (Results 201 - 220 of 220) sorted by null

1 2 3 4 5 6 7 89

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
coda.h 73 typedef int int32_t; typedef
162 int32_t f_blocks;
163 int32_t f_bfree;
164 int32_t f_bavail;
165 int32_t f_files;
166 int32_t f_ffree;
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
coda.h 73 typedef int int32_t; typedef
162 int32_t f_blocks;
163 int32_t f_bfree;
164 int32_t f_bavail;
165 int32_t f_files;
166 int32_t f_ffree;
  /external/chromium_org/third_party/mesa/src/include/GL/
glxext.h 491 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */
511 typedef long int int32_t; typedef
517 typedef __int32 int32_t; typedef
    [all...]
glext.h 6200 typedef long int int32_t; typedef
6206 typedef __int32 int32_t; typedef
    [all...]
  /external/libmtp/src/
libmtp.h 50 typedef __int32 int32_t; typedef
527 int32_t i32max;
528 int32_t i32min;
529 int32_t i32step;
530 int32_t* i32vals;
    [all...]
  /external/mesa3d/include/GL/
glxext.h 491 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */
511 typedef long int int32_t; typedef
517 typedef __int32 int32_t; typedef
    [all...]
glext.h 6200 typedef long int int32_t; typedef
6206 typedef __int32 int32_t; typedef
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
glxext.h 385 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */
405 typedef long int int32_t; typedef
411 typedef __int32 int32_t; typedef
691 extern Bool glXGetMscRateOML (Display *, GLXDrawable, int32_t *, int32_t *);
697 typedef Bool ( * PFNGLXGETMSCRATEOMLPROC) (Display *dpy, GLXDrawable drawable, int32_t *numerator, int32_t *denominator);
glext.h 3441 typedef long int int32_t; typedef
3447 typedef __int32 int32_t; typedef
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
glxext.h 385 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */
405 typedef long int int32_t; typedef
411 typedef __int32 int32_t; typedef
691 extern Bool glXGetMscRateOML (Display *, GLXDrawable, int32_t *, int32_t *);
697 typedef Bool ( * PFNGLXGETMSCRATEOMLPROC) (Display *dpy, GLXDrawable drawable, int32_t *numerator, int32_t *denominator);
glext.h 3441 typedef long int int32_t; typedef
3447 typedef __int32 int32_t; typedef
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
glxext.h 385 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */
405 typedef long int int32_t; typedef
411 typedef __int32 int32_t; typedef
691 extern Bool glXGetMscRateOML (Display *, GLXDrawable, int32_t *, int32_t *);
697 typedef Bool ( * PFNGLXGETMSCRATEOMLPROC) (Display *dpy, GLXDrawable drawable, int32_t *numerator, int32_t *denominator);
glext.h 3441 typedef long int int32_t; typedef
3447 typedef __int32 int32_t; typedef
    [all...]
  /external/mdnsresponder/mDNSShared/
CommonServices.h 758 typedef INT32 int32_t; typedef
770 typedef int32_t int_least32_t;
780 typedef int32_t int_fast32_t;
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios32.c 28 typedef int int32_t; typedef
    [all...]
  /external/valgrind/main/perf/
test_input_for_tinycc.c 327 typedef int int32_t __attribute__ ((__mode__ (__SI__))); typedef
567 int32_t *fptr;
568 int32_t *rptr;
569 int32_t *state;
573 int32_t *end_ptr;
577 int32_t *__restrict __result) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 2)));
    [all...]
tinycc.c 101 typedef int int32_t; typedef
119 typedef int32_t Elf32_Sword;
121 typedef int32_t Elf64_Sword;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 82 int32_t = c_int variable
83 register_t = int32_t
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 82 int32_t = c_int variable
83 register_t = int32_t
    [all...]
  /external/mksh/src/
sh.h 174 typedef signed int int32_t; typedef
194 typedef int32_t mksh_ari_t;
962 typedef int32_t Coproc_id;
    [all...]

Completed in 2886 milliseconds

1 2 3 4 5 6 7 89