Home
last modified time | relevance | path

Searched refs:ULong (Results 1 – 25 of 98) sorted by relevance

1234

/external/OpenCL-CTS/test_common/harness/
Dconversions.cpp170 typedef cl_ulong ULong; typedef
172 static ULong sUpperLimits[kNumExplicitTypes] = {
230 && (ULong)*inType##Ptr > sUpperLimits[outEnum])) \
250 if ((ULong)*inType##Ptr > sUpperLimits[outEnum]) \
319 && (ULong)wholeValue > sUpperLimits[outEnum])) \
371 && (ULong)wholeValue > sUpperLimits[outEnum])) \
404 ULong *ULongPtr; in convert_explicit_value()
469 SIMPLE_CAST_CASE(char, kULong, ULong) in convert_explicit_value()
470 SIMPLE_CAST_CASE(char, kUnsignedLong, ULong) in convert_explicit_value()
501 SIMPLE_CAST_CASE(uchar, kULong, ULong) in convert_explicit_value()
[all …]
/external/rust/crates/libz-sys/src/zlib/contrib/ada/
Dzlib-thin.ads40 type ULong is new Interfaces.C.unsigned_long; -- 32 bits or more
44 type ULong_Access is access ULong;
164 sourceLen : ULong)
171 sourceLen : ULong;
179 sourceLen : ULong)
237 (adler : ULong;
240 return ULong;
243 (crc : ULong;
246 return ULong;
341 function Total_In (Strm : in Z_Stream) return ULong;
[all …]
Dzlib-thin.adb127 function Total_In (Strm : in Z_Stream) return ULong is
136 function Total_Out (Strm : in Z_Stream) return ULong is
/external/flatbuffers/tests/MyGame/Example/
DReferrable.kt20 val id : ULong
25 fun mutateId(id: ULong) : Boolean { in mutateId()
46 fun createReferrable(builder: FlatBufferBuilder, id: ULong) : Int { in createReferrable()
52 fun addId(builder: FlatBufferBuilder, id: ULong) = builder.addLong(0, id.toLong(), 0) in startReferrable()
57 …fun __lookup_by_key(obj: Referrable?, vectorLocation: Int, key: ULong, bb: ByteBuffer) : Referrabl… in __lookup_by_key()
DMonster.kt285 val testhashu64Fnv1 : ULong
290 fun mutateTesthashu64Fnv1(testhashu64Fnv1: ULong) : Boolean { in mutateTesthashu64Fnv1()
341 val testhashu64Fnv1a : ULong
346 fun mutateTesthashu64Fnv1a(testhashu64Fnv1a: ULong) : Boolean { in mutateTesthashu64Fnv1a()
549 fun vectorOfReferrablesByKey(key: ULong) : MyGame.Example.Referrable? { in vectorOfReferrablesByKey()
557 …fun vectorOfReferrablesByKey(obj: MyGame.Example.Referrable, key: ULong) : MyGame.Example.Referrab… in vectorOfReferrablesByKey()
565 val singleWeakReference : ULong
570 fun mutateSingleWeakReference(singleWeakReference: ULong) : Boolean { in mutateSingleWeakReference()
579 fun vectorOfWeakReferences(j: Int) : ULong { in vectorOfWeakReferences()
593 fun mutateVectorOfWeakReferences(j: Int, vectorOfWeakReferences: ULong) : Boolean { in vectorOfWeakReferencesInByteBuffer()
[all …]
DTypeAliases.kt118 val u64 : ULong
123 fun mutateU64(u64: ULong) : Boolean { in mutateU64()
213 … u8: UByte, i16: Short, u16: UShort, i32: Int, u32: UInt, i64: Long, u64: ULong, f32: Float, f64: … in createTypeAliases()
237 fun addU64(builder: FlatBufferBuilder, u64: ULong) = builder.addLong(7, u64.toLong(), 0) in startTypeAliases()
/external/python/cpython2/Python/
Ddtoa.c155 typedef PY_UINT32_T ULong; typedef
188 typedef union { double d; ULong L[2]; } U;
323 ULong x[1];
364 len = (sizeof(Bigint) + (x-1)*sizeof(ULong) + sizeof(double) - 1) in Balloc()
414 len = (sizeof(Bigint) + (x-1)*sizeof(ULong) + sizeof(double) - 1) in Balloc()
451 ULong *x; in multadd()
454 ULong carry, *x, y; in multadd()
455 ULong xi, z; in multadd()
467 *x++ = (ULong)(y & FFFFFFFF); in multadd()
488 b->x[wds++] = (ULong)carry; in multadd()
[all …]
/external/python/cpython3/Python/
Ddtoa.c158 typedef uint32_t ULong; typedef
183 typedef union { double d; ULong L[2]; } U;
328 ULong x[1];
369 len = (sizeof(Bigint) + (x-1)*sizeof(ULong) + sizeof(double) - 1) in Balloc()
419 len = (sizeof(Bigint) + (x-1)*sizeof(ULong) + sizeof(double) - 1) in Balloc()
455 ULong *x; in multadd()
466 *x++ = (ULong)(y & FFFFFFFF); in multadd()
480 b->x[wds++] = (ULong)carry; in multadd()
493 s2b(const char *s, int nd0, int nd, ULong y9) in s2b()
528 hi0bits(ULong x) in hi0bits()
[all …]
/external/rust/crates/bindgen/src/ir/
Dint.rs40 ULong, enumerator
96 Bool | UChar | UShort | UInt | ULong | ULongLong | U8 | U16 | in is_signed()
/external/llvm-project/clang/lib/Sema/
DOpenCLBuiltins.td261 def ULong : Type<"ulong", QualType<"UnsignedLongTy">>;
329 def TLAll : TypeList<[Char, UChar, Short, UShort, Int, UInt, Long, ULong, Float, Doub…
330 …signed : TypeList<[UChar, UChar, UShort, UShort, UInt, UInt, ULong, ULong, UInt, ULong, UShort…
333 def TLUnsignedInts : TypeList<[UChar, UShort, UInt, ULong]>;
335 def TLIntLongFloats : TypeList<[Int, UInt, Long, ULong, Float, Double, Half]>;
340 def TLAllUIntsTwice : TypeList<[UChar, UChar, UShort, UShort, UInt, UInt, ULong, ULong]>;
342 def TLAllInts : TypeList<[Char, UChar, Short, UShort, Int, UInt, Long, ULong]>;
367 Int, UInt, Long, ULong,
393 UShort, Int, UInt, Long, ULong] in {
395 UShort, Int, UInt, Long, ULong] in {
[all …]
/external/libtextclassifier/native/utils/flatbuffers/
Dreflection.h74 reflection::ULong;
132 struct flatbuffers_cpp_type<reflection::BaseType::ULong> {
Dmutable.cc440 case reflection::ULong: in MergeFrom()
595 case reflection::ULong: in Extend()
651 case reflection::ULong: in Serialize()
/external/libtextclassifier/native/utils/grammar/semantics/
Dvalue.h131 case reflection::BaseType::ULong: in Create()
134 flatbuffers_cpp_type<reflection::BaseType::ULong>::value>( in Create()
/external/llvm/tools/llvm-pdbdump/
DBuiltinDumper.cpp67 case PDB_BuiltinType::ULong: in getTypeName()
/external/flatbuffers/include/flatbuffers/
Dminireflect.h58 virtual void ULong(uint64_t) {} in ULong() function
169 visitor->ULong(ReadScalar<uint64_t>(val)); in IterateValue()
355 void ULong(uint64_t x) { s += NumToString(x); } in ULong() function
/external/llvm-project/llvm/tools/llvm-pdbutil/
DPrettyBuiltinDumper.cpp69 case PDB_BuiltinType::ULong: in getTypeName()
/external/libtextclassifier/native/utils/
Dlua-utils.cc101 case reflection::ULong: in GetField()
165 case reflection::ULong: in GetField()
252 case reflection::ULong: in ReadFlatbuffer()
292 case reflection::ULong: in ReadFlatbuffer()
/external/flatbuffers/src/
Dreflection.cpp38 case reflection::ULong: return FLATBUFFERS_GET(uint64_t); in GetAnyValueI()
136 case reflection::ULong: FLATBUFFERS_SET(uint64_t); break; in SetAnyValueI()
572 case reflection::ULong: in VerifyVector()
655 case reflection::ULong: in VerifyObject()
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeSymbolEnumerator.cpp98 case PDB_BuiltinType::ULong: { in getValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeSymbolEnumerator.cpp96 case PDB_BuiltinType::ULong: { in getValue()
/external/llvm-project/clang-tools-extra/clang-tidy/google/
DIntegerTypesCheck.cpp115 case BuiltinType::ULong: in check()
/external/libtextclassifier/native/utils/grammar/semantics/evaluators/
Darithmetic-eval.cc119 case reflection::BaseType::ULong: in Apply()
/external/freetype/src/raster/
Dftraster.c312 typedef unsigned long ULong; typedef
2522 if ( e1 >= 0 && (ULong)e1 < ras.target.rows ) in Horizontal_Sweep_Span()
2544 if ( e2 >= 0 && (ULong)e2 < ras.target.rows ) in Horizontal_Sweep_Span()
2647 else if ( (ULong)( TRUNC( pxl ) ) >= ras.target.rows ) in Horizontal_Sweep_Drop()
2659 (ULong)e1 < ras.target.rows && in Horizontal_Sweep_Drop()
2669 if ( e1 >= 0 && (ULong)e1 < ras.target.rows ) in Horizontal_Sweep_Drop()
3259 ULong pool_size ) in ft_black_reset()
3269 ULong mode, in ft_black_set_mode()
/external/flatbuffers/reflection/
Dreflection.fbs20 ULong,
/external/fonttools/Lib/fontTools/ttLib/tables/
DotConverters.py236 class ULong(IntValue): class
243 class Flags32(ULong):
293 class ComputedULong(ComputedInt, ULong):
1716 converterClasses = [Fixed, ULong]
1721 converterClasses = [F2Dot14, ULong]
1726 converterClasses = [Short, ULong]
1731 converterClasses = [UShort, ULong]
1762 "uint32": ULong,

1234