Home
last modified time | relevance | path

Searched refs:int_fast32_t (Results 1 – 25 of 35) sorted by relevance

12

/external/opencv3/3rdparty/libjasper/jasper/
Djas_seq.h98 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_;
Djas_cm.h230 typedef int_fast32_t jas_cmattrname_t;
231 typedef int_fast32_t jas_cmattrval_t;
232 typedef int_fast32_t jas_cmattrtype_t;
Djas_image.h121 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);
Djas_stream.h278 int_fast32_t len_;
281 int_fast32_t pos_;
Djas_types.h171 typedef int int_fast32_t; typedef
Djas_icc.h216 typedef int_fast32_t jas_iccsint32_t;
217 typedef int_fast32_t jas_iccs15fixed16_t;
/external/icu/icu4c/source/tools/tzcode/
Dlocaltime.c80 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 * tensptr,
[all …]
Dprivate.h164 typedef long int_fast32_t; typedef
166 typedef int int_fast32_t; typedef
Dtzfile.h124 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
/external/libcxx/include/
Dcstdint127 int_fast32_t
175 using::int_fast32_t;
/external/libcxx/test/std/depr/depr.c.headers/
Dstdint_h.pass.cpp118 static_assert(sizeof(int_fast32_t)*CHAR_BIT >= 32, in main()
120 static_assert(std::is_signed<int_fast32_t>::value, in main()
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp119 static_assert(sizeof(std::int_fast32_t)*CHAR_BIT >= 32, in main()
121 static_assert(std::is_signed<std::int_fast32_t>::value, in main()
/external/bison/darwin-lib/
Dstdint.h259 #undef int_fast32_t
282 #define int_fast32_t gl_int_fast32_t macro
/external/opencv3/3rdparty/libjasper/
Djpc_fix.h87 typedef int_fast32_t jpc_fix_t;
Djp2_cod.c105 static int jp2_getint(jas_stream_t *in, int s, int n, int_fast32_t *val);
830 int_fast32_t x; in jp2_pclr_getdata()
839 if (!(pclr->lutdata = jas_alloc2(lutsize, sizeof(int_fast32_t)))) { in jp2_pclr_getdata()
937 static int jp2_getint(jas_stream_t *in, int s, int n, int_fast32_t *val) in jp2_getint()
Djp2_cod.h191 int_fast32_t *lutdata;
Djp2_dec.c110 int_fast32_t *lutents; in jp2_decode()
357 lutents = jas_alloc2(pclrd->numlutents, sizeof(int_fast32_t)); in jp2_decode()
Djas_image.c736 int_fast32_t x; in jas_image_setbbox()
737 int_fast32_t y; in jas_image_setbbox()
846 int_fast32_t *lutents, int dtype, int newcmptno) in jas_image_depalettize()
849 int_fast32_t v; in jas_image_depalettize()
911 int_fast32_t v) in jas_image_writecmptsample()
/external/bison/lib/
Dstdint.in.h258 #undef int_fast32_t
281 #define int_fast32_t gl_int_fast32_t
/external/libcxx/test/std/atomics/atomics.types.generic/
Dcstdint_typedefs.pass.cpp58 …static_assert((std::is_same<std::atomic< std::int_fast32_t>, std::atomic_int_fast32_t>::value), "… in main()
/external/opencv3/3rdparty/include/
Dmsc_stdint.h77 typedef int32_t int_fast32_t; typedef
/external/jemalloc/include/msvc_compat/C99/
Dstdint.h106 typedef int32_t int_fast32_t; typedef
/external/mesa3d/include/c99/
Dstdint.h106 typedef int32_t int_fast32_t; typedef
/external/libvncserver/compat/msvc/
Dstdint.h106 typedef int32_t int_fast32_t; typedef
/external/clang/lib/Headers/
Dstdatomic.h118 typedef _Atomic(int_fast32_t) atomic_int_fast32_t;

12