/external/OpenCL-CTS/test_common/harness/ |
D | conversions.cpp | 193 typedef cl_ulong ULong; typedef 195 static ULong sUpperLimits[ kNumExplicitTypes ] = 231 …##Ptr > (Long)sUpperLimits[outEnum] ) || ( sLowerLimits[outEnum] == 0 && (ULong)*inType##Ptr > sUp… 247 if( (ULong)*inType##Ptr > sUpperLimits[outEnum] )\ 311 …Value > (Long)sUpperLimits[outEnum] ) || ( sLowerLimits[outEnum] == 0 && (ULong)wholeValue > sUppe… 359 …Value > (Long)sUpperLimits[outEnum] ) || ( sLowerLimits[outEnum] == 0 && (ULong)wholeValue > sUppe… 386 ULong *ULongPtr; in convert_explicit_value() 449 SIMPLE_CAST_CASE(char,kULong,ULong) in convert_explicit_value() 450 SIMPLE_CAST_CASE(char,kUnsignedLong,ULong) in convert_explicit_value() 480 SIMPLE_CAST_CASE(uchar,kULong,ULong) in convert_explicit_value() [all …]
|
/external/python/cpython2/Python/ |
D | dtoa.c | 155 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/ |
D | dtoa.c | 154 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/llvm/tools/llvm-pdbdump/ |
D | BuiltinDumper.cpp | 67 case PDB_BuiltinType::ULong: in getTypeName()
|
/external/flatbuffers/include/flatbuffers/ |
D | minireflect.h | 58 virtual void ULong(uint64_t) {} in ULong() function 168 visitor->ULong(ReadScalar<uint64_t>(val)); in IterateValue() 354 void ULong(uint64_t x) { s += NumToString(x); } in ULong() function
|
D | reflection.h | 37 return t >= reflection::UType && t <= reflection::ULong; in IsInteger() 43 return t == reflection::Long || t == reflection::ULong; in IsLong()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | PrettyBuiltinDumper.cpp | 70 case PDB_BuiltinType::ULong: in getTypeName()
|
/external/flatbuffers/src/ |
D | reflection.cpp | 37 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/libtextclassifier/native/utils/ |
D | lua-utils.cc | 111 case reflection::ULong: in GetField() 182 case reflection::ULong: in GetField() 269 case reflection::ULong: in ReadFlatbuffer() 309 case reflection::ULong: in ReadFlatbuffer()
|
D | flatbuffers.cc | 464 case reflection::ULong: in MergeFrom() 501 case reflection::ULong: in MergeFrom() 674 case reflection::ULong: in Serialize()
|
D | flatbuffers.h | 124 case reflection::ULong: in IsMatchingType()
|
/external/flatbuffers/reflection/ |
D | reflection.fbs | 20 ULong,
|
/external/freetype/src/raster/ |
D | ftraster.c | 313 typedef unsigned long ULong; typedef 2519 if ( e1 >= 0 && (ULong)e1 < ras.target.rows ) in Horizontal_Sweep_Span() 2624 else if ( (ULong)( TRUNC( pxl ) ) >= ras.target.rows ) in Horizontal_Sweep_Drop() 2636 (ULong)e1 < ras.target.rows && in Horizontal_Sweep_Drop() 2646 if ( e1 >= 0 && (ULong)e1 < ras.target.rows ) in Horizontal_Sweep_Drop() 3236 ULong pool_size ) in ft_black_reset() 3246 ULong mode, in ft_black_set_mode()
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBTypes.h | 245 ULong = 14, enumerator
|
/external/freetype/src/pcf/ |
D | README | 37 FT_Get_Char_Index() behavior is unmodified, that is, it converts the ULong
|
/external/clang/lib/Serialization/ |
D | ASTCommon.cpp | 48 case BuiltinType::ULong: in TypeIdxFromBuiltin()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBTypes.h | 270 ULong = 14, enumerator
|
/external/clang/lib/CodeGen/ |
D | CodeGenTBAA.cpp | 126 case BuiltinType::ULong: in getTBAAInfo()
|
/external/clang/tools/libclang/ |
D | CXType.cpp | 39 BTCASE(ULong); in GetBuiltinTypeKind() 457 TKIND(ULong); in clang_getTypeKindSpelling()
|
/external/clang/lib/AST/ |
D | TypeLoc.cpp | 310 case BuiltinType::ULong: in getWrittenTypeSpec()
|
D | NSAPI.cpp | 423 case BuiltinType::ULong: in getNSNumberFactoryMethodKind()
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | otConverters.py | 201 class ULong(IntValue): class 208 class Flags32(ULong): 258 class ComputedULong(ComputedInt, ULong): 1567 "uint32": ULong,
|
/external/freetype/src/bdf/ |
D | README | 50 FT_Get_Char_Index's behavior is unmodified, that is, it converts the ULong
|
/external/clang/include/clang/AST/ |
D | BuiltinTypes.def | 88 UNSIGNED_TYPE(ULong, UnsignedLongTy)
|
/external/clang/lib/Analysis/ |
D | ScanfFormatString.cpp | 472 case BuiltinType::ULong: in fixType()
|