Home
last modified time | relevance | path

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

12

/external/zlib/src/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
Dreadme.txt23 - Fix definition of ULong (changed to unsigned_long), fix regression on 64 bits
Dzlib.adb174 return Unsigned_32 (crc32 (ULong (CRC),
/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.c154 typedef uint32_t ULong; typedef
179 typedef union { double d; ULong L[2]; } U;
324 ULong x[1];
365 len = (sizeof(Bigint) + (x-1)*sizeof(ULong) + sizeof(double) - 1) in Balloc()
415 len = (sizeof(Bigint) + (x-1)*sizeof(ULong) + sizeof(double) - 1) in Balloc()
451 ULong *x; in multadd()
462 *x++ = (ULong)(y & FFFFFFFF); in multadd()
476 b->x[wds++] = (ULong)carry; in multadd()
489 s2b(const char *s, int nd0, int nd, ULong y9) in s2b()
524 hi0bits(ULong x) in hi0bits()
[all …]
/external/flatbuffers/include/flatbuffers/
Dminireflect.h58 virtual void ULong(uint64_t) {} in ULong() function
168 visitor->ULong(ReadScalar<uint64_t>(val)); in IterateValue()
344 void ULong(uint64_t x) { s += NumToString(x); } in ULong() function
Dreflection.h37 return t >= reflection::UType && t <= reflection::ULong; in IsInteger()
43 return t == reflection::Long || t == reflection::ULong; in IsLong()
/external/llvm/tools/llvm-pdbdump/
DBuiltinDumper.cpp67 case PDB_BuiltinType::ULong: in getTypeName()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DPrettyBuiltinDumper.cpp70 case PDB_BuiltinType::ULong: in getTypeName()
/external/flatbuffers/src/
Dreflection.cpp37 case reflection::ULong: return FLATBUFFERS_GET(uint64_t); in GetAnyValueI()
129 case reflection::ULong: FLATBUFFERS_SET(uint64_t); break; in SetAnyValueI()
539 case reflection::ULong: in VerifyVector()
618 case reflection::ULong: in VerifyObject()
/external/freetype/src/raster/
Dftraster.c313 typedef unsigned long ULong; typedef
2510 if ( e1 >= 0 && (ULong)e1 < ras.target.rows ) in Horizontal_Sweep_Span()
2615 else if ( (ULong)( TRUNC( pxl ) ) >= ras.target.rows ) in Horizontal_Sweep_Drop()
2627 (ULong)e1 < ras.target.rows && in Horizontal_Sweep_Drop()
2637 if ( e1 >= 0 && (ULong)e1 < ras.target.rows ) in Horizontal_Sweep_Drop()
3227 ULong pool_size ) in ft_black_reset()
3237 ULong mode, in ft_black_set_mode()
/external/flatbuffers/reflection/
Dreflection.fbs20 ULong,
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h245 ULong = 14, enumerator
/external/freetype/src/pcf/
DREADME37 FT_Get_Char_Index() behavior is unmodified, that is, it converts the ULong
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h270 ULong = 14, enumerator
/external/clang/lib/Serialization/
DASTCommon.cpp48 case BuiltinType::ULong: in TypeIdxFromBuiltin()
/external/clang/lib/CodeGen/
DCodeGenTBAA.cpp126 case BuiltinType::ULong: in getTBAAInfo()
/external/clang/tools/libclang/
DCXType.cpp39 BTCASE(ULong); in GetBuiltinTypeKind()
457 TKIND(ULong); in clang_getTypeKindSpelling()
/external/clang/lib/AST/
DTypeLoc.cpp310 case BuiltinType::ULong: in getWrittenTypeSpec()
DNSAPI.cpp423 case BuiltinType::ULong: in getNSNumberFactoryMethodKind()
/external/fonttools/Lib/fontTools/ttLib/tables/
DotConverters.py201 class ULong(IntValue): class
208 class Flags32(ULong):
258 class ComputedULong(ComputedInt, ULong):
1567 "uint32": ULong,
/external/freetype/src/bdf/
DREADME50 FT_Get_Char_Index's behavior is unmodified, that is, it converts the ULong
/external/clang/lib/Analysis/
DScanfFormatString.cpp472 case BuiltinType::ULong: in fixType()
/external/clang/include/clang/AST/
DBuiltinTypes.def88 UNSIGNED_TYPE(ULong, UnsignedLongTy)

12