Home
last modified time | relevance | path

Searched refs:uValue (Results 1 – 16 of 16) sorted by relevance

/third_party/icu/icu4c/source/test/iotest/
Dstrtst.c362 #define TestSPrintFormat(uFormat, uValue, cFormat, cValue) UPRV_BLOCK_MACRO_BEGIN { \ argument
367 uNumPrinted = u_sprintf(uBuffer, uFormat, uValue);\
609 static void TestSScanSetFormat(const char *format, const UChar *uValue, const char *cValue, UBool e… in TestSScanSetFormat() argument
623 uNumScanned = u_sscanf(uValue, format, uBuffer); in TestSScanSetFormat()
690 static void TestBadSScanfFormat(const char *format, const UChar *uValue, const char *cValue) { in TestBadSScanfFormat() argument
700 uNumScanned = u_sscanf(uValue, format, uBuffer); in TestBadSScanfFormat()
Dfiletst.c1151 #define TestFPrintFormat(uFormat, uValue, cFormat, cValue) UPRV_BLOCK_MACRO_BEGIN { \ argument
1161 uNumPrinted = u_fprintf(myFile, uFormat, uValue);\
1322 static void TestFScanSetFormat(const char *format, const UChar *uValue, const char *cValue, UBool e… in TestFScanSetFormat() argument
1341 u_fprintf(myFile, "%S", uValue); in TestFScanSetFormat()
1412 static void TestBadFScanfFormat(const char *format, const UChar *uValue, const char *cValue) { in TestBadFScanfFormat() argument
1427 u_fprintf(myFile, "%S", uValue); in TestBadFScanfFormat()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/
DToken.cpp62 bool Token::uValue(unsigned int *value) const in uValue() function in angle::pp::Token
DToken.h89 bool uValue(unsigned int *value) const;
DExpressionParser.y352 if (!token->uValue(&val) || (!token->iValue(&testVal) &&
DExpressionParser.cpp1792 if (!token->uValue(&val) || in yylex()
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
DToken.cpp62 bool Token::uValue(unsigned int *value) const in uValue() function in angle::pp::Token
DToken.h89 bool uValue(unsigned int *value) const;
Dpreprocessor.y354 if (!token->uValue(&val) || (!token->iValue(&testVal) &&
Dpreprocessor_tab_autogen.cpp1793 if (!token->uValue(&val) || in yylex()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DToken.cpp70 bool Token::uValue(unsigned int *value) const in uValue() function in pp::Token
DToken.h94 bool uValue(unsigned int *value) const;
DExpressionParser.y366 if (!token->uValue(&val) || (!token->iValue(&testVal) &&
DExpressionParser.cpp1943 if (!token->uValue(&val) || (!token->iValue(&testVal) && in yylex()
/third_party/gstreamer/gstplugins_bad/ext/voaacenc/
Dgstvoaacenc.c469 voaacenc_core_mem_set (VO_S32 uID, VO_PTR pBuff, VO_U8 uValue, VO_U32 uSize) in voaacenc_core_mem_set() argument
471 memset (pBuff, uValue, uSize); in voaacenc_core_mem_set()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cSeparateShaderObjsTests.cpp1468 unsigned int* uValue = &udata[0]; in setAndCompareUniforms() local
1493 if ((retValA[j] != *uValue++) || (retValA[j] == retValB[j])) in setAndCompareUniforms()
1534 uValue = &udata[0]; in setAndCompareUniforms()
1559 if ((retValB[j] != *uValue++) || (retValA[j] == retValB[j])) in setAndCompareUniforms()
1612 uValue = &udata[0]; in setAndCompareUniforms()
1633 if ((retVal[j] != *uValue++)) in setAndCompareUniforms()