Home
last modified time | relevance | path

Searched refs:nMin (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/fxjs/
Dfx_date_helpers.cpp255 double FX_MakeTime(int nHour, int nMin, int nSec, int nMs) { in FX_MakeTime() argument
257 double m = static_cast<double>(nMin); in FX_MakeTime()
307 int nMin = FX_GetMinFromTime(dt); in FX_ParseDateUsingFormat() local
370 nMin = FX_ParseStringInteger(value, j, &nSkip, 2); in FX_ParseDateUsingFormat()
413 nMin = FX_ParseStringInteger(value, j, &nSkip, 2); in FX_ParseDateUsingFormat()
537 !FX_IsValid24Hour(nHour) || !FX_IsValidMinute(nMin) || in FX_ParseDateUsingFormat()
543 FX_MakeTime(nHour, nMin, nSec, 0)); in FX_ParseDateUsingFormat()
Dfx_date_helpers.h35 double FX_MakeTime(int nHour, int nMin, int nSec, int nMs);
Dcjs_publicmethods.cpp353 int nMin = FX_GetMinFromTime(dt); in ParseDate() local
421 nYear, nHour, nMin, nSec)); in ParseDate()
455 int nMin = FX_GetMinFromTime(dDate); in PrintDateUsingFormat() local
491 sPart = WideString::Format(L"%d", nMin); in PrintDateUsingFormat()
520 sPart = WideString::Format(L"%02d", nMin); in PrintDateUsingFormat()
936 int nMin = StringToFloat(wsArray[4].AsStringView()); in ParseDateAsGMT() local
940 FX_MakeTime(nHour, nMin, nSec, 0)); in ParseDateAsGMT()
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/
DPVRScopeComms.h93 int nMin; ///< Minimal value member
/external/icu/icu4c/source/samples/layout/
Dclayout.c70 si.nMin = 0; in InitParagraph()
190 si.nPos = si.nMin; in WndProc()
Dlayout.cpp69 si.nMin = 0; in InitParagraph()
188 si.nPos = si.nMin; in WndProc()
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPFXParser.cpp1321 &Params.nMin, in ParseGenericSurface()
1446 if(Cmd == GenericSurfCommands[eCmds_Min]) Params.nMin = Type; in ParseGenericSurface()
1504 TexDesc.nMin = eFilter_Default; in ParseTexture()
1630 pTex->nMin = TexDesc.nMin; in ParseTexture()
1691 TexDesc.nMin = eFilter_Default; in ParseTarget()
1764 pTex->nMin = TexDesc.nMin; in ParseTarget()
1918 pTex->nMin = uiMin; in ParseTextures()
DPVRTPFXParser.h121 unsigned int nMin, nMag, nMIP; member
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTPFXParserAPI.cpp727 switch(pPFXTex->nMin) in SetTexture()
738 switch(pPFXTex->nMin) in SetTexture()
749 switch(pPFXTex->nMin) in SetTexture()
/external/sqlite/dist/
Dsqlite3.c41946 int nMin = MIN(nBuf, (SQLITE_WIN32_DBG_BUF_SIZE - 1)); /* may be negative. */
41947 if( nMin<-1 ) nMin = -1; /* all negative values become -1. */
41948 assert( nMin==-1 || nMin==0 || nMin<SQLITE_WIN32_DBG_BUF_SIZE );
41956 if( nMin>0 ){
41958 memcpy(zDbgBuf, zBuf, nMin);
41967 nMin, (LPWSTR)zDbgBuf, SQLITE_WIN32_DBG_BUF_SIZE/sizeof(WCHAR))<=0 ){
41972 if( nMin>0 ){
41974 memcpy(zDbgBuf, zBuf, nMin);
48844 unsigned int nMin; /* Minimum number of pages reserved */
49460 pCache->nMin = 10;
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c41930 int nMin = MIN(nBuf, (SQLITE_WIN32_DBG_BUF_SIZE - 1)); /* may be negative. */
41931 if( nMin<-1 ) nMin = -1; /* all negative values become -1. */
41932 assert( nMin==-1 || nMin==0 || nMin<SQLITE_WIN32_DBG_BUF_SIZE );
41940 if( nMin>0 ){
41942 memcpy(zDbgBuf, zBuf, nMin);
41951 nMin, (LPWSTR)zDbgBuf, SQLITE_WIN32_DBG_BUF_SIZE/sizeof(WCHAR))<=0 ){
41956 if( nMin>0 ){
41958 memcpy(zDbgBuf, zBuf, nMin);
48828 unsigned int nMin; /* Minimum number of pages reserved */
49444 pCache->nMin = 10;
[all …]