Home
last modified time | relevance | path

Searched defs:ULong (Results 1 – 11 of 11) sorted by relevance

/external/flatbuffers/python/flatbuffers/reflection/
DBaseType.py16 ULong = 10 variable in BaseType
/external/rust/crates/bindgen/ir/
Dint.rs40 ULong, enumerator
/external/flatbuffers/include/flatbuffers/
Dminireflect.h58 virtual void ULong(uint64_t) {} in ULong() function
366 void ULong(uint64_t x) { s += NumToString(x); } in ULong() function
Dreflection_generated.h59 ULong = 10, enumerator
/external/OpenCL-CTS/test_common/harness/
Dconversions.cpp171 typedef cl_ulong ULong; typedef
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h245 ULong = 14, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h344 ULong = 14, enumerator
/external/python/cpython3/Python/
Ddtoa.c158 typedef uint32_t ULong; typedef
/external/python/cpython2/Python/
Ddtoa.c155 typedef PY_UINT32_T ULong; typedef
/external/freetype/src/raster/
Dftraster.c303 typedef unsigned long ULong; typedef
/external/fonttools/Lib/fontTools/ttLib/tables/
DotConverters.py269 class ULong(IntValue): class