/third_party/ltp/tools/sparse/sparse-src/validation/optim/ |
H A D | cast-kinds.c | 2 typedef unsigned long ulong; typedef 6 static int ulong_2_int(ulong a) { return (int)a; } in ulong_2_int() 13 static uint ulong_2_uint(ulong a) { return (uint)a; } in ulong_2_uint() 20 static long ulong_2_long(ulong a) { return (long)a; } in ulong_2_long() 25 static ulong int_2_ulong(int a) { return (ulong)a; } in int_2_ulong() 26 static ulong uint_2_ulong(uint a) { return (ulong)a; } in uint_2_ulong() 27 static ulong long_2_ulong(long a) { return (ulong) in uint_2_ulong() [all...] |
/third_party/ltp/tools/sparse/sparse-src/validation/linear/ |
H A D | cast-constants.c | 2 typedef unsigned long ulong; typedef 25 static ulong int_2_ulong(void) { return (ulong)123; } in int_2_ulong() 26 static ulong uint_2_ulong(void) { return (ulong)123U; } in uint_2_ulong() 27 static ulong long_2_ulong(void) { return (ulong)123L; } in long_2_ulong() 28 static ulong vptr_2_ulong(void) { return (ulong)((void*)123); } in vptr_2_ulong() 29 static ulong iptr_2_ulon in vptr_2_ulong() [all...] |
H A D | cast-constant-to-float.c | 2 typedef unsigned long ulong; typedef
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | Waddress-space-all-attr.c | 9 typedef unsigned long ulong; typedef 16 (ulong)(k); (__UINTPTR_TYPE__)(k); in expl() 21 (ulong)(o); (__UINTPTR_TYPE__)(o); in expl() 26 (ulong)(p); (__UINTPTR_TYPE__)(p); in expl() 31 (ulong)(pc); (__UINTPTR_TYPE__)(pc); in expl() 36 (ulong)(r); (__UINTPTR_TYPE__)(r); in expl()
|
H A D | Waddress-space-strict.c | 3 typedef unsigned long ulong; typedef 6 static void expl(ulong u, void *v, obj_t *o, obj_t __user *p) in expl() 14 (ulong)(o); in expl() 19 (ulong)(p); // w! in expl()
|
H A D | Wcast-to-as.c | 4 typedef unsigned long ulong; typedef 7 static void expl(ulong u, uintptr_t uip, void *v, obj_t *o, obj_t __user *p) in expl() 18 (ulong)(o); in expl() 23 (ulong)(p); in expl()
|
H A D | cast-weirds.c | 2 typedef unsigned long ulong; typedef
|
H A D | generic-typename.c | 32 TEST(ulong, unsigned long)
|
/third_party/mesa3d/include/HaikuGL/ |
H A D | GLView.h | 46 ulong resizingMode, ulong mode, 47 ulong options); 61 // Mesa's GLenum is uint where Be's ones was ulong! 133 ulong resizingMode, ulong mode, 134 ulong options); 141 ulong screenMode, ulong options, 148 // Mesa's GLenum is uint where Be's ones was ulong! [all...] |
H A D | GLRenderer.h | 30 BGLRenderer(BGLView *view, ulong bgl_options); 50 inline ulong Options() const { return fOptions; }; in Options() 64 ulong fOptions; // Keep that tune in memory 70 extern "C" _EXPORT BGLRenderer* instantiate_gl_renderer(BGLView *view, ulong options);
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
H A D | scatterlist.h | 44 typedef unsigned long ulong; typedef 49 ulong sg_magic; 51 ulong page_link;
|
/third_party/ltp/tools/sparse/sparse-src/validation/backend/ |
H A D | cast.c | 6 typedef unsigned long ulong; typedef 25 DEFINE_CAST(from, ulong) \ 40 DEFINE_CASTS(ulong)
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/ |
H A D | FontInputStream.java | 210 long ulong = this.readULong(); in readULongAsInt() 211 if ((ulong & 0x80000000) == 0x80000000) { in readULongAsInt() 214 return ((int) ulong) & ~0x80000000; in readULongAsInt()
|
H A D | ReadableFontData.java | 435 long ulong = this.readULong(index); in readULongAsInt() 436 if ((ulong & 0x80000000) == 0x80000000) { in readULongAsInt() 439 return (int) ulong; in readULongAsInt()
|
/third_party/mesa3d/src/hgl/ |
H A D | GLView.cpp | 38 BGLView::BGLView(BRect rect, const char* name, ulong resizingMode, ulong mode, in BGLView() 39 ulong options) in BGLView() 152 /*! Mesa's GLenum is not ulong but uint, so we can't use GLenum 457 BGLView::BGLView(BRect rect, char* name, ulong resizingMode, ulong mode, in BGLView() 458 ulong options) in BGLView() 478 BGLScreen::BGLScreen(char* name, ulong screenMode, ulong options, 512 // Mesa's GLenum is not ulong bu [all...] |
H A D | GLRendererRoster.h | 17 typedef BGLRenderer* (*InstantiateRenderer) (BGLView* view, ulong options); 32 BGLRenderer* GetRenderer(BGLView *view, ulong options);
|
H A D | GLRenderer.cpp | 12 BGLRenderer::BGLRenderer(BGLView* view, ulong glOptions) in BGLRenderer()
|
/third_party/libphonenumber/cpp/src/phonenumbers/utf/ |
H A D | utfdef.h | 18 #define ulong _utfulong macro 25 typedef unsigned long ulong; typedef
|
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/ |
H A D | SoftwareRenderer.h | 24 ulong bgl_options); 48 ulong fOptions;
|
H A D | GalliumContext.h | 26 GalliumContext(ulong options); 48 ulong fOptions;
|
/third_party/zlib/examples/ |
H A D | gzlog.c | 243 typedef unsigned long ulong; typedef 279 #define PULL4(p) (PULL2(p)+((ulong)PULL2(p+2)<<16)) 298 ulong ccrc; /* crc of compressed data */ 299 ulong clen; /* length (modulo 2^32) of compressed data */ 300 ulong tcrc; /* crc of total data */ 301 ulong tlen; /* length (modulo 2^32) of total data */
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
H A D | font_input_stream.cc | 123 int64_t ulong = ReadULong(); in ReadULongAsInt() local 124 return ((int32_t)ulong) & ~0x80000000; in ReadULongAsInt()
|
/third_party/mesa3d/src/gallium/frontends/hgl/ |
H A D | hgl_context.h | 94 struct st_visual* hgl_create_st_visual(ulong options);
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | types.h | 64 typedef unsigned long u_long, ulong; typedef
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | types.h | 67 typedef unsigned long u_long, ulong; typedef
|