/third_party/ltp/tools/sparse/sparse-src/validation/optim/ |
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)a; } in long_2_ulong() 28 static ulong vptr_2_ulong(void *a) { return (ulong)a; } in vptr_2_ulong() 29 static ulong iptr_2_ulong(int *a) { return (ulong)a; } in iptr_2_ulong() 30 static ulong float_2_ulong(float a) { return (ulong)a; } in float_2_ulong() [all …]
|
/third_party/ltp/tools/sparse/sparse-src/validation/linear/ |
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_ulong(void) { return (ulong)((int*)128); } in iptr_2_ulong() 30 static ulong float_2_ulong(void) { return (ulong)1.123F; } in float_2_ulong() 31 static ulong double_2_ulong(void) { return (ulong)1.123L; } in double_2_ulong()
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
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()
|
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()
|
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()
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl-no-opt/comp/ |
D | int64.invalid.msl22.comp | 51 ulong c; 52 spvUnsafeArray<ulong, 5> d; 103 … _96.s32 = int(uint(((ulong(ssbo_0.a.x) + ssbo_1.b.y) + ulong(ssbo_2.a[1])) + ulong(ssbo_3.a[2]))); 104 _96.u32 = uint(((ulong(ssbo_0.a.y) + ssbo_1.b.z) + ulong(ssbo_2.a[0])) + ulong(ssbo_3.a[1]));
|
/third_party/mesa3d/include/HaikuGL/ |
D | GLView.h | 46 ulong resizingMode, ulong mode, 47 ulong options); 133 ulong resizingMode, ulong mode, 134 ulong options); 141 ulong screenMode, ulong options,
|
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/flatbuffers/tests/ |
D | monster_test.fbs | 72 id:ulong(key, hash:"fnv1a_64"); 101 testhashu64_fnv1:ulong (id:19, hash:"fnv1_64"); 105 testhashu64_fnv1a:ulong (id:23, hash:"fnv1a_64"); 114 single_weak_reference:ulong(id:36, hash:"fnv1a_64", cpp_type:"ReferrableT"); 115 vector_of_weak_references:[ulong](id:37, hash:"fnv1a_64", cpp_type:"ReferrableT"); 117 …co_owning_reference:ulong(id:39, hash:"fnv1a_64", cpp_type:"ReferrableT", cpp_ptr_type:"naked"); … 118 …vector_of_co_owning_references:[ulong](id:40, hash:"fnv1a_64", cpp_type:"ReferrableT", cpp_ptr_typ… 119 …non_owning_reference:ulong(id:41, hash:"fnv1a_64", cpp_type:"ReferrableT", cpp_ptr_type:"naked", c… 120 …vector_of_non_owning_references:[ulong](id:42, hash:"fnv1a_64", cpp_type:"ReferrableT", cpp_ptr_ty…
|
/third_party/skia/third_party/externals/spirv-cross/shaders-no-opt/asm/comp/ |
D | spec-constant-op-convert-sign.asm.comp | 37 %ulong = OpTypeInt 64 0 42 %ulong_0 = OpConstant %ulong 0 47 %ConstantUint64_1 = OpSpecConstantOp %ulong SConvert %ConstantInt 48 %ConstantUint64_2 = OpSpecConstantOp %ulong SConvert %ConstantUint 50 %added_ulong = OpSpecConstantOp %ulong IAdd %ConstantUint64_1 %ConstantUint64_2
|
D | buffer-reference-synthesized-pointer-2.asm.nocompat.vk.comp | 25 %ulong = OpTypeInt 64 0 26 %Registers = OpTypeStruct %ulong 31 %_ptr_PushConstant_ulong = OpTypePointer PushConstant %ulong 38 %20 = OpLoad %ulong %19
|
D | buffer-reference-synthesized-pointer.asm.nocompat.vk.comp | 30 %ulong = OpTypeInt 64 0 31 %Registers = OpTypeStruct %ulong 36 %_ptr_PushConstant_ulong = OpTypePointer PushConstant %ulong 44 %20 = OpLoad %ulong %19
|
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl/asm/frag/ |
D | pack-and-unpack-uint2.fxconly.nofxc.sm60.asm.frag | 21 %ulong = OpTypeInt 64 0 22 %_ptr_Function_ulong = OpTypePointer Function %ulong 41 %14 = OpBitcast %ulong %13 43 %17 = OpLoad %ulong %packed
|
/third_party/skia/third_party/externals/spirv-cross/shaders/asm/frag/ |
D | pack-and-unpack-uint2.asm.frag | 21 %ulong = OpTypeInt 64 0 22 %_ptr_Function_ulong = OpTypePointer Function %ulong 41 %14 = OpBitcast %ulong %13 43 %17 = OpLoad %ulong %packed
|
/third_party/ltp/tools/sparse/sparse-src/validation/backend/ |
D | cast.c | 6 typedef unsigned long ulong; typedef 25 DEFINE_CAST(from, ulong) \ 40 DEFINE_CASTS(ulong)
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
D | scatterlist.h | 45 typedef unsigned long ulong; typedef 50 ulong sg_magic; 52 ulong page_link;
|
/third_party/mesa3d/src/hgl/ |
D | GLView.cpp | 38 BGLView::BGLView(BRect rect, const char* name, ulong resizingMode, ulong mode, in BGLView() 39 ulong options) in BGLView() 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,
|
D | GLRendererRoster.h | 17 typedef BGLRenderer* (*InstantiateRenderer) (BGLView* view, ulong options); 32 BGLRenderer* GetRenderer(BGLView *view, ulong options);
|
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/ |
D | FontInputStream.java | 210 long ulong = this.readULong(); in readULongAsInt() local 211 if ((ulong & 0x80000000) == 0x80000000) { in readULongAsInt() 214 return ((int) ulong) & ~0x80000000; in readULongAsInt()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/ |
D | FontInputStream.java | 210 long ulong = this.readULong(); in readULongAsInt() local 211 if ((ulong & 0x80000000) == 0x80000000) { in readULongAsInt() 214 return ((int) ulong) & ~0x80000000; in readULongAsInt()
|
/third_party/boost/boost/iostreams/filter/ |
D | zlib.hpp | 49 typedef uint32_t ulong; typedef 206 zlib::ulong crc() const { return crc_; } in crc() 216 zlib::ulong crc_; 217 zlib::ulong crc_imp_; 275 zlib::ulong crc() { return this->filter().crc(); } in crc() 301 zlib::ulong crc() { return this->filter().crc(); } in crc()
|
/third_party/libphonenumber/cpp/src/phonenumbers/utf/ |
D | utfdef.h | 18 #define ulong _utfulong macro 25 typedef unsigned long ulong; typedef
|
/third_party/boost/libs/hana/example/ |
D | hash.cpp | 35 using Set = set<hana::int_<1>, hana::ulong<2>, hana::type<char>>; 38 static_assert(contains<Set, hana::ulong<2>>{}, "");
|
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/ |
D | GalliumContext.h | 26 GalliumContext(ulong options); 48 ulong fOptions;
|
D | SoftwareRenderer.h | 24 ulong bgl_options); 48 ulong fOptions;
|