Home
last modified time | relevance | path

Searched refs:typeEnum (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/tools/toolutil/
Dpackage.cpp100 makeTypeLetter(int32_t typeEnum) { in makeTypeLetter() argument
101 return types[typeEnum]; in makeTypeLetter()
106 int32_t typeEnum=makeTypeEnum(type); in makeTypeProps() local
107 charset=(uint8_t)(typeEnum>>1); in makeTypeProps()
108 isBigEndian=(UBool)(typeEnum&1); in makeTypeProps()
310 int32_t fileLength, typeEnum; in readFile() local
354 typeEnum=getTypeEnumForInputData(data.getAlias(), length, &errorCode); in readFile()
355 if(typeEnum<0 || U_FAILURE(errorCode)) { in readFile()
364 type=makeTypeLetter(typeEnum); in readFile()
452 int32_t itemLength, typeEnum; in readPackage() local
[all …]
/external/llvm-project/mlir/lib/Dialect/SPIRV/Serialization/
DSerializer.cpp262 spirv::Opcode &typeEnum,
268 spirv::Opcode &typeEnum,
1055 auto typeEnum = spirv::Opcode::OpTypeVoid; in processTypeImpl() local
1059 succeeded(prepareFunctionType(loc, type.cast<FunctionType>(), typeEnum, in processTypeImpl()
1061 succeeded(prepareBasicType(loc, type, typeID, typeEnum, operands, in processTypeImpl()
1068 if (failed(encodeInstructionInto(typesGlobalValues, typeEnum, operands))) in processTypeImpl()
1097 Location loc, Type type, uint32_t resultID, spirv::Opcode &typeEnum, in prepareBasicType() argument
1103 typeEnum = spirv::Opcode::OpTypeVoid; in prepareBasicType()
1109 typeEnum = spirv::Opcode::OpTypeBool; in prepareBasicType()
1113 typeEnum = spirv::Opcode::OpTypeInt; in prepareBasicType()
[all …]
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/ext/
DExternalTypeIdTest.java259 protected Type965 typeEnum; field in ExternalTypeIdTest.Wrapper965
265 return typeEnum.name(); in getTypeString()
270 this.typeEnum = Type965.valueOf(type); in setTypeString()
520 w.typeEnum = Type965.BIG_DECIMAL; in testBigDecimal965()
535 assertEquals(w.typeEnum, w2.typeEnum); in testBigDecimal965()
/external/mesa3d/src/mesa/main/
Dperformance_query.c318 GLuint *typeEnum, in _mesa_GetPerfCounterInfoINTEL() argument
382 if (typeEnum) in _mesa_GetPerfCounterInfoINTEL()
383 *typeEnum = counterTypeEnum; in _mesa_GetPerfCounterInfoINTEL()
/external/deqp/modules/glshared/
DglsAttributeLocationTests.hpp48 AttribType (const std::string& name, deUint32 locationSize, deUint32 typeEnum);
DglsAttributeLocationTests.cpp651 AttribType::AttribType (const string& name, deUint32 localSize, deUint32 typeEnum) in AttribType() argument
654 , m_glTypeEnum (typeEnum) in AttribType()