/external/opencv3/3rdparty/libjasper/jasper/ |
H A D | jas_seq.h | 98 typedef int_fast32_t jas_seqent_t; 101 typedef int_fast32_t jas_matent_t; 111 int_fast32_t xstart_; 114 int_fast32_t ystart_; 117 int_fast32_t xend_; 120 int_fast32_t yend_; 123 int_fast32_t numrows_; 126 int_fast32_t numcols_; 132 int_fast32_t maxrows_; 138 int_fast32_t datasize [all...] |
H A D | jas_cm.h | 230 typedef int_fast32_t jas_cmattrname_t; 231 typedef int_fast32_t jas_cmattrval_t; 232 typedef int_fast32_t jas_cmattrtype_t;
|
H A D | jas_types.h | 171 typedef int int_fast32_t; typedef
|
H A D | jas_image.h | 121 typedef int_fast32_t jas_image_coord_t; 127 typedef int_fast32_t jas_image_cmpttype_t; 445 int_fast32_t *lutents, int dtype, int newcmptno); 449 int_fast32_t v);
|
H A D | jas_stream.h | 278 int_fast32_t len_; 281 int_fast32_t pos_;
|
H A D | jas_icc.h | 216 typedef int_fast32_t jas_iccsint32_t; 217 typedef int_fast32_t jas_iccs15fixed16_t;
|
/external/icu/icu4c/source/tools/tzcode/ |
H A D | localtime.c | 80 int_fast32_t tt_gmtoff; /* UT offset in seconds */ 122 int_fast32_t r_time; /* transition time of rule */ 133 static int_fast32_t detzcode(const char * codep); 141 static const char * getsecs(const char * strp, int_fast32_t * secsp); 142 static const char * getoffset(const char * strp, int_fast32_t * offsetp); 145 static struct tm * gmtsub(const time_t * timep, int_fast32_t offset, 147 static struct tm * localsub(const time_t * timep, int_fast32_t offset, 151 static int increment_overflow32(int_fast32_t * number, int delta); 152 static int increment_overflow_time(time_t *t, int_fast32_t delta); 153 static int normalize_overflow32(int_fast32_t * tenspt [all...] |
H A D | tzfile.h | 124 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
|
H A D | private.h | 164 typedef long int_fast32_t; typedef 166 typedef int int_fast32_t; typedef
|
H A D | zdump.c | 61 typedef long int_fast32_t; typedef 63 typedef int int_fast32_t; typedef 153 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
|
/external/libcxx/test/std/atomics/atomics.types.generic/ |
H A D | cstdint_typedefs.pass.cpp | 27 // typedef atomic<int_fast32_t> atomic_int_fast32_t; 58 static_assert((std::is_same<std::atomic< std::int_fast32_t>, std::atomic_int_fast32_t>::value), "");
|
/external/opencv3/3rdparty/include/ |
H A D | msc_stdint.h | 77 typedef int32_t int_fast32_t; typedef
|
/external/opencv3/3rdparty/libjasper/ |
H A D | jpc_fix.h | 87 typedef int_fast32_t jpc_fix_t;
|
H A D | jp2_cod.h | 191 int_fast32_t *lutdata;
|
H A D | jp2_dec.c | 110 int_fast32_t *lutents; 357 lutents = jas_alloc2(pclrd->numlutents, sizeof(int_fast32_t));
|
H A D | jp2_cod.c | 105 static int jp2_getint(jas_stream_t *in, int s, int n, int_fast32_t *val); 830 int_fast32_t x; 839 if (!(pclr->lutdata = jas_alloc2(lutsize, sizeof(int_fast32_t)))) { 937 static int jp2_getint(jas_stream_t *in, int s, int n, int_fast32_t *val)
|
H A D | jas_image.c | 736 int_fast32_t x; 737 int_fast32_t y; 846 int_fast32_t *lutents, int dtype, int newcmptno) 849 int_fast32_t v; 911 int_fast32_t v)
|
/external/libcxx/test/std/depr/depr.c.headers/ |
H A D | stdint_h.pass.cpp | 117 // typedef int_fast32_t 118 static_assert(sizeof(int_fast32_t)*CHAR_BIT >= 32, 119 "sizeof(int_fast32_t)*CHAR_BIT >= 32"); 120 static_assert(std::is_signed<int_fast32_t>::value, 121 "std::is_signed<int_fast32_t>::value");
|
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
H A D | cstdint.pass.cpp | 118 // typedef std::int_fast32_t 119 static_assert(sizeof(std::int_fast32_t)*CHAR_BIT >= 32, 120 "sizeof(std::int_fast32_t)*CHAR_BIT >= 32"); 121 static_assert(std::is_signed<std::int_fast32_t>::value, 122 "std::is_signed<std::int_fast32_t>::value");
|
/external/clang/lib/Headers/ |
H A D | stdatomic.h | 118 typedef _Atomic(int_fast32_t) atomic_int_fast32_t;
|
/external/jemalloc/include/msvc_compat/C99/ |
H A D | stdint.h | 106 typedef int32_t int_fast32_t; typedef
|
/external/libvncserver/compat/msvc/ |
H A D | stdint.h | 106 typedef int32_t int_fast32_t; typedef
|
/external/mesa3d/include/c99/ |
H A D | stdint.h | 106 typedef int32_t int_fast32_t; typedef
|
/external/bison/darwin-lib/ |
H A D | stdint.h | 259 #undef int_fast32_t macro 282 #define int_fast32_t gl_int_fast32_t macro
|
/external/bison/lib/ |
H A D | stdint.in.h | 258 #undef int_fast32_t 281 #define int_fast32_t gl_int_fast32_t
|