Home
last modified time | relevance | path

Searched refs:inType (Results 1 – 23 of 23) sorted by relevance

/external/python/cpython2/Modules/_ctypes/libffi_osx/powerpc/
Dppc-ffi_darwin.c309 const ffi_type* inType) in ffi64_struct_contains_fp() argument
314 for (i = 0; inType->elements[i] != NULL && !containsFP; i++) in ffi64_struct_contains_fp()
316 if (inType->elements[i]->type == FFI_TYPE_FLOAT || in ffi64_struct_contains_fp()
317 inType->elements[i]->type == FFI_TYPE_DOUBLE || in ffi64_struct_contains_fp()
318 inType->elements[i]->type == FFI_TYPE_LONGDOUBLE) in ffi64_struct_contains_fp()
320 else if (inType->elements[i]->type == FFI_TYPE_STRUCT) in ffi64_struct_contains_fp()
321 containsFP = ffi64_struct_contains_fp(inType->elements[i]); in ffi64_struct_contains_fp()
1032 const ffi_type* inType, in ffi64_struct_to_ram_form() argument
1070 switch (inType->size) in ffi64_struct_to_ram_form()
1073 srcGMarker += 8 - inType->size; in ffi64_struct_to_ram_form()
[all …]
Dppc-darwin.h81 bool ffi64_stret_needs_ptr(const ffi_type* inType,
/external/deqp/modules/gles2/scripts/
Dgen-conversions.py178 inType = inValues[0].typeString()
180 self.name = "%s_to_%s" % (inType, outType)
182 self.inputs = [("%s in0" % inType, inValues)]
195 inType = inValue.typeString()
197 self.name = "%s_to_%s" % (inType, outType)
198 self.op = "%s in0 = %s;\n%s out0 = %s(in0);" % (inType, str(inValue), outType, outType)
199 self.inType = inType
/external/deqp/modules/glshared/
DglsShaderConstExprTests.cpp126 const DataType inType = cases[caseNdx].inType; in createTests() local
141 …string typeName = glu::getDataTypeName((glu::DataType)(inType + compCount)); // results in … in createTests()
202 …scalarCaseName = string(cases[caseNdx].name) + "_" + typeName + "_" + glu::getDataTypeName(inType); in createTests()
204 expressionTemplateParams["MT"] = glu::getDataTypeName(inType); in createTests()
DglsShaderConstExprTests.hpp55 DataType inType; member
DglsVertexArrayTests.hpp154 …virtual void bind (int attribNdx, int offset, int size, InputType inType, OutputType outType, …
176 …virtual void bind (int attribNdx, int offset, int size, InputType inType, OutputType outType…
DglsDrawTest.cpp897 …void setupArray (bool bound, int offset, int size, DrawTestSpec::InputType inType, DrawTest…
/external/deqp/modules/gles3/scripts/
Dgen-conversions.py191 inType = inValues[0].typeString()
193 self.name = "%s_to_%s" % (inType, outType)
195 self.inputs = [("%s in0" % inType, inValues)]
208 inType = inValue.typeString()
210 self.name = "%s_to_%s" % (inType, outType)
211 self.op = "%s in0 = %s;\n%s out0 = %s(in0);" % (inType, str(inValue), outType, outType)
212 self.inType = inType
/external/icu/icu4c/source/test/intltest/
Ddcfmtest.h58 EFormatInputType inType,
Ddcfmtest.cpp386 EFormatInputType inType, // input number type in execFormatTest() argument
428 switch (inType) { in execFormatTest()
/external/python/cpython2/Mac/Modules/launch/
D_Launchmodule.c263 OSType inType; in Launch_LSGetApplicationForInfo() local
270 PyMac_GetOSType, &inType, in Launch_LSGetApplicationForInfo()
275 _err = LSGetApplicationForInfo(inType, in Launch_LSGetApplicationForInfo()
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Sources/
DChooserDialog.h99 void StartBrowsing( const char *inType, const char *inDomain );
DChooserDialog.cpp1132 void ChooserDialog::StartBrowsing( const char *inType, const char *inDomain ) in StartBrowsing() argument
1144 err = DNSBrowserStartServiceSearch( mBrowser, kDNSBrowserFlagAutoResolve, inType, inDomain ); in StartBrowsing()
/external/mdnsresponder/mDNSWindows/
DmDNSWin32.h130 typedef void (*ReportStatusFunc)(int inType, const char *inFormat, ...);
/external/python/cpython2/Mac/Modules/carbonevt/
D_CarbonEvtmodule.c185 OSType inType; in EventRef_SetEventParameter() local
191 PyMac_GetOSType, &inType, in EventRef_SetEventParameter()
197 inType, in EventRef_SetEventParameter()
321 EventParamType inType; in EventRef_GetEventParameter() local
325 if (!PyArg_ParseTuple(_args, "O&O&", PyMac_GetOSType, &inName, PyMac_GetOSType, &inType)) in EventRef_GetEventParameter()
329 _err = GetEventParameter(_self->ob_itself, inName, inType, NULL, 0, &bufferSize, NULL); in EventRef_GetEventParameter()
337 _err = GetEventParameter(_self->ob_itself, inName, inType, NULL, bufferSize, NULL, buffer); in EventRef_GetEventParameter()
/external/mdnsresponder/mDNSShared/
DDebugServices.h1292 DEBUG_EXPORT OSStatus DebugInitialize( DebugOutputType inType, ... );
1545 const char * inType,
DDebugServices.c240 DEBUG_EXPORT OSStatus DebugInitialize( DebugOutputType inType, ... ) in DebugInitialize() argument
246 va_start( args, inType ); in DebugInitialize()
273 type = inType; in DebugInitialize()
322 if( inType == kDebugOutputTypeMetaConsole ) in DebugInitialize()
821 __private_extern__ void iDebugSetOutputTypeInternal( uint32_t inType ); in DebugiDebugInit()
2028 const char * inType, in DebugHexDump() argument
2049 DEBUG_UNUSED( inType ); in DebugHexDump()
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DICUTaglet.java73 public boolean inType() { in inType() method in ICUTaglet
/external/deqp/modules/gles2/functional/
Des2fShaderOperatorTests.cpp474 DataType inType = spec.inputs[i].type; in ShaderOperatorCase() local
475 int inSize = getDataTypeScalarSize(inType); in ShaderOperatorCase()
476 bool isInt = de::inRange<int>(inType, TYPE_INT, TYPE_INT_VEC4); in ShaderOperatorCase()
477 bool isBool = de::inRange<int>(inType, TYPE_BOOL, TYPE_BOOL_VEC4); in ShaderOperatorCase()
478 const char* typeName = getDataTypeName(inType); in ShaderOperatorCase()
/external/mdnsresponder/mDNSWindows/SystemService/
DService.c128 static void ReportStatus( int inType, const char *inFormat, ... );
798 static void ReportStatus( int inType, const char *inFormat, ... ) in ReportStatus() argument
813 …ok = ReportEventA( gServiceEventSource, (WORD) inType, 0, MDNSRESPONDER_LOG, NULL, 1, 0, array, NU… in ReportStatus()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp736 const DataType inType = m_spec.inputs[inputNdx].type; in setupShaderData() local
737 const int inSize = getDataTypeScalarSize(inType); in setupShaderData()
738 const bool isInt = de::inRange<int>(inType, TYPE_INT, TYPE_INT_VEC4); in setupShaderData()
739 const bool isUint = de::inRange<int>(inType, TYPE_UINT, TYPE_UINT_VEC4); in setupShaderData()
740 const bool isBool = de::inRange<int>(inType, TYPE_BOOL, TYPE_BOOL_VEC4); in setupShaderData()
741 const char* typeName = getDataTypeName(inType); in setupShaderData()
/external/deqp/modules/gles3/functional/
Des3fShaderOperatorTests.cpp752 DataType inType = m_spec.inputs[i].type; in setupShaderData() local
753 int inSize = getDataTypeScalarSize(inType); in setupShaderData()
754 bool isInt = de::inRange<int>(inType, TYPE_INT, TYPE_INT_VEC4); in setupShaderData()
755 bool isUint = de::inRange<int>(inType, TYPE_UINT, TYPE_UINT_VEC4); in setupShaderData()
756 bool isBool = de::inRange<int>(inType, TYPE_BOOL, TYPE_BOOL_VEC4); in setupShaderData()
757 const char* typeName = getDataTypeName(inType); in setupShaderData()
/external/deqp/framework/randomshaders/
DrsgExpression.cpp714 …VariableType::Type inType = state.getRandom().choose<VariableType::Type>(&inTypes[0], &inTypes[0] … in ConstructorOp() local
717 ValueRange inValueRange(VariableType(inType, 1)); in ConstructorOp()