/third_party/libffi/testsuite/libffi.closures/ |
D | huge_struct.c | 120 BigStruct retVal = { in test_large_fn() local 143 retVal.a, retVal.b, retVal.c, retVal.d, retVal.e, retVal.f, in test_large_fn() 144 retVal.g, retVal.h, retVal.i, retVal.j, retVal.k, (unsigned long)retVal.l, in test_large_fn() 145 retVal.m, retVal.n, retVal.o, retVal.p, retVal.q, retVal.r, in test_large_fn() 146 retVal.s, retVal.t, retVal.u, retVal.v, retVal.w, (unsigned long)retVal.x, in test_large_fn() 147 retVal.y, retVal.z, retVal.aa, retVal.bb, retVal.cc, retVal.dd, in test_large_fn() 148 retVal.ee, retVal.ff, retVal.gg, retVal.hh, retVal.ii, (unsigned long)retVal.jj, in test_large_fn() 149 retVal.kk, retVal.ll, retVal.mm, retVal.nn, retVal.oo, retVal.pp, in test_large_fn() 150 …retVal.qq, retVal.rr, retVal.ss, retVal.tt, retVal.uu, (unsigned long)retVal.vv, retVal.ww, retVal… in test_large_fn() 152 return retVal; in test_large_fn() [all …]
|
/third_party/bounds_checking_function/src/ |
D | vsnprintf_s.c | 46 int retVal; in vsnprintf_s() local 55 retVal = SecVsnprintfImpl(strDest, count + 1, format, argList); in vsnprintf_s() 56 if (retVal == SECUREC_PRINTF_TRUNCATE) { /* To keep dest buffer not destroyed 2014.2.18 */ in vsnprintf_s() 61 retVal = SecVsnprintfImpl(strDest, destMax, format, argList); in vsnprintf_s() 63 if (retVal == SECUREC_PRINTF_TRUNCATE && count == (size_t)(-1)) { in vsnprintf_s() 69 if (retVal < 0) { in vsnprintf_s() 71 if (retVal == SECUREC_PRINTF_TRUNCATE) { in vsnprintf_s() 79 return retVal; in vsnprintf_s() 114 int retVal; in vsnprintf_truncated_s() local 122 retVal = SecVsnprintfImpl(strDest, destMax, format, argList); in vsnprintf_truncated_s() [all …]
|
D | vsprintf_s.c | 43 int retVal; /* If initialization causes e838 */ in vsprintf_s() local 51 retVal = SecVsnprintfImpl(strDest, destMax, format, argList); in vsprintf_s() 52 if (retVal < 0) { in vsprintf_s() 54 if (retVal == SECUREC_PRINTF_TRUNCATE) { in vsprintf_s() 62 return retVal; in vsprintf_s()
|
D | vswprintf_s.c | 42 int retVal; /* If initialization causes e838 */ in vswprintf_s() local 49 retVal = SecVswprintfImpl(strDest, destMax, format, argList); in vswprintf_s() 50 if (retVal < 0) { in vswprintf_s() 52 if (retVal == SECUREC_PRINTF_TRUNCATE) { in vswprintf_s() 60 return retVal; in vswprintf_s()
|
D | secureprintoutput_a.c | 81 int retVal; in SecVsnprintfImpl() local 87 retVal = vsnprintf(string, count, format, argList); in SecVsnprintfImpl() local 89 if (retVal >= (int)count) { /* The size_t to int is ok, count max is SECUREC_STRING_MAX_LEN */ in SecVsnprintfImpl() 94 if (retVal < 0) { in SecVsnprintfImpl() 98 return retVal; in SecVsnprintfImpl()
|
D | vfscanf_s.c | 42 int retVal; /* If initialization causes e838 */ in vfscanf_s() local 55 retVal = SecInputS(&fStr, format, argList); in vfscanf_s() 57 if (retVal < 0) { in vfscanf_s() 62 return retVal; in vfscanf_s()
|
D | vscanf_s.c | 41 int retVal; /* If initialization causes e838 */ local 61 retVal = SecInputS(&fStr, format, argList); 65 if (retVal < 0) { 69 return retVal;
|
D | vwscanf_s.c | 46 int retVal; /* If initialization causes e838 */ local 61 retVal = SecInputSW(&fStr, format, argList); 65 if (retVal < 0) { 70 return retVal;
|
D | vfwscanf_s.c | 46 int retVal; /* If initialization causes e838 */ in vfwscanf_s() local 59 retVal = SecInputSW(&fStr, format, argList); in vfwscanf_s() 61 if (retVal < 0) { in vfwscanf_s() 65 return retVal; in vfwscanf_s()
|
D | vsscanf_s.c | 52 int retVal; in vsscanf_s() local 77 retVal = SecInputS(&fStr, format, argList); in vsscanf_s() 78 if (retVal < 0) { in vsscanf_s() 82 return retVal; in vsscanf_s()
|
D | vswscanf_s.c | 58 int retVal; in vswscanf_s() local 72 retVal = SecInputSW(&fStr, format, argList); in vswscanf_s() 73 if (retVal < 0) { in vswscanf_s() 77 return retVal; in vswscanf_s()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fProgramInterfaceDefinitionUtil.cpp | 871 int retVal = 0; in getNumShaderBlocks() local 882 retVal += numInstances; in getNumShaderBlocks() 886 return retVal; in getNumShaderBlocks() 935 int retVal = 0; in accumulateShader() local 947 …retVal += numInstances * accumulateComplexType(shader->getDefaultBlock().interfaceBlocks[ndx].vari… in accumulateShader() 953 retVal += accumulateComplexType(shader->getDefaultBlock().variables[varNdx].varType, dMap); in accumulateShader() 955 return retVal; in accumulateShader() 1067 int retVal = 0; in getNumDefaultBlockComponents() local 1071 …retVal += accumulateComplexType(shader->getDefaultBlock().variables[varNdx].varType, getNumDataTyp… in getNumDefaultBlockComponents() 1073 return retVal; in getNumDefaultBlockComponents() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | CharacterIteration.java | 71 int retVal = lead; in nextTrail32() local 75 retVal = ((lead - UTF16.LEAD_SURROGATE_MIN_VALUE) << 10) + in nextTrail32() 82 return retVal; in nextTrail32() 90 int retVal = trail; in previous32() local 94 retVal = (((int)lead - UTF16.LEAD_SURROGATE_MIN_VALUE) << 10) + in previous32() 101 return retVal; in previous32() 106 int retVal = lead; in current32() local 107 if (retVal < UTF16.LEAD_SURROGATE_MIN_VALUE) { in current32() 108 return retVal; in current32() 114 retVal = ((lead - UTF16.LEAD_SURROGATE_MIN_VALUE) << 10) + in current32() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | CharacterIteration.java | 75 int retVal = lead; in nextTrail32() local 79 retVal = ((lead - UTF16.LEAD_SURROGATE_MIN_VALUE) << 10) + in nextTrail32() 86 return retVal; in nextTrail32() 94 int retVal = trail; in previous32() local 98 retVal = (((int)lead - UTF16.LEAD_SURROGATE_MIN_VALUE) << 10) + in previous32() 105 return retVal; in previous32() 110 int retVal = lead; in current32() local 111 if (retVal < UTF16.LEAD_SURROGATE_MIN_VALUE) { in current32() 112 return retVal; in current32() 118 retVal = ((lead - UTF16.LEAD_SURROGATE_MIN_VALUE) << 10) + in current32() [all …]
|
/third_party/musl/porting/linux/user/src/hilog/ |
D | vsnprintf_s_p.c | 223 int retVal; in vsnprintfp_s() local 235 retVal = SecVsnprintfPImpl(strDest, count + 1, priv, format, arglist); in vsnprintfp_s() 236 …if (retVal == SECUREC_PRINTF_TRUNCATE) { /* lsd add to keep dest buffer not destroyed 2014.2.18 */ in vsnprintfp_s() 241 retVal = SecVsnprintfPImpl(strDest, destMax, priv, format, arglist); in vsnprintfp_s() 243 if (retVal == SECUREC_PRINTF_TRUNCATE && count == (size_t)-1) { in vsnprintfp_s() 249 if (retVal < 0) { in vsnprintfp_s() 252 if (retVal == SECUREC_PRINTF_TRUNCATE) { in vsnprintfp_s() 261 return retVal; in vsnprintfp_s() 278 int retVal; in SecVsnprintfPImpl() local 283 retVal = SecOutputPS(&str, priv, format, arglist); in SecVsnprintfPImpl() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | constructorWithIncompleteTypeAnnotation.js | 410 var retVal = 0; 412 retVal = 1; 414 retVal = 0; 417 retVal = 1; 420 retVal = 1; 438 return retVal; 445 var retVal = 0; 448 retVal += ; 452 retVal += c.Member(); 453 retVal += xx.Foo() ? 0 : 1; [all …]
|
D | constructorWithIncompleteTypeAnnotation.symbols | 294 var retVal = 0; 295 >retVal : Symbol(retVal, Decl(constructorWithIncompleteTypeAnnotation.ts, 118, 15)) 300 retVal = 1; 301 >retVal : Symbol(retVal, Decl(constructorWithIncompleteTypeAnnotation.ts, 118, 15)) 304 retVal = 0; 305 >retVal : Symbol(retVal, Decl(constructorWithIncompleteTypeAnnotation.ts, 118, 15)) 311 retVal = 1; 312 >retVal : Symbol(retVal, Decl(constructorWithIncompleteTypeAnnotation.ts, 118, 15)) 316 retVal = 1; 317 >retVal : Symbol(retVal, Decl(constructorWithIncompleteTypeAnnotation.ts, 118, 15)) [all …]
|
D | constructorWithIncompleteTypeAnnotation.types | 430 var retVal = 0; 431 >retVal : number 439 retVal = 1; 440 >retVal = 1 : 1 441 >retVal : number 445 retVal = 0; 446 >retVal = 0 : 0 447 >retVal : number 456 retVal = 1; 457 >retVal = 1 : 1 [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ustr_wcs.cpp | 80 int count=0,retVal=0; in _strToWCS() local 166 retVal = uprv_mbstowcs(pIntTarget,(tempBuf+nulLen),remaining); in _strToWCS() 168 if(retVal==-1){ in _strToWCS() 171 }else if(retVal== remaining){/* should never occur */ in _strToWCS() 193 pIntTarget = pIntTarget + retVal+nulVal; in _strToWCS() 194 remaining -=(retVal+nulVal); in _strToWCS() 290 int32_t retVal =0, count =0 ; in _strFromWCS() local 318 retVal = uprv_wcstombs(pCSrc,src, cStackCap); in _strFromWCS() 320 if(retVal == -1){ in _strFromWCS() 323 }else if(retVal >= (cStackCap-1)){ in _strFromWCS() [all …]
|
D | udata.cpp | 308 UDataMemory *retVal = NULL; in udata_findCachedData() local 322 retVal = el->item; in udata_findCachedData() 325 fprintf(stderr, "Cache: [%s] -> %p\n", baseName, (void*) retVal); in udata_findCachedData() 327 return retVal; in udata_findCachedData() 1163 UDataMemory *retVal = NULL; in doOpenChoice() local 1310 … retVal = doLoadFromIndividualFiles(/* pkgName.data() */ "", tzFilesDir, tocEntryPathSuffix, in doOpenChoice() 1312 if((retVal != NULL) || U_FAILURE(*pErrorCode)) { in doOpenChoice() 1313 return retVal; in doOpenChoice() 1324 retVal = doLoadFromCommonData(isICUData, in doOpenChoice() 1327 if((retVal != NULL) || U_FAILURE(*pErrorCode)) { in doOpenChoice() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ustr_wcs.cpp | 80 int count=0,retVal=0; in _strToWCS() local 166 retVal = uprv_mbstowcs(pIntTarget,(tempBuf+nulLen),remaining); in _strToWCS() 168 if(retVal==-1){ in _strToWCS() 171 }else if(retVal== remaining){/* should never occur */ in _strToWCS() 193 pIntTarget = pIntTarget + retVal+nulVal; in _strToWCS() 194 remaining -=(retVal+nulVal); in _strToWCS() 290 int32_t retVal =0, count =0 ; in _strFromWCS() local 318 retVal = uprv_wcstombs(pCSrc,src, cStackCap); in _strFromWCS() 320 if(retVal == -1){ in _strFromWCS() 323 }else if(retVal >= (cStackCap-1)){ in _strFromWCS() [all …]
|
/third_party/icu/icu4c/source/common/ |
D | ustr_wcs.cpp | 80 int count=0,retVal=0; in _strToWCS() local 166 retVal = uprv_mbstowcs(pIntTarget,(tempBuf+nulLen),remaining); in _strToWCS() 168 if(retVal==-1){ in _strToWCS() 171 }else if(retVal== remaining){/* should never occur */ in _strToWCS() 193 pIntTarget = pIntTarget + retVal+nulVal; in _strToWCS() 194 remaining -=(retVal+nulVal); in _strToWCS() 290 int32_t retVal =0, count =0 ; in _strFromWCS() local 318 retVal = uprv_wcstombs(pCSrc,src, cStackCap); in _strFromWCS() 320 if(retVal == -1){ in _strFromWCS() 323 }else if(retVal >= (cStackCap-1)){ in _strFromWCS() [all …]
|
D | udata.cpp | 308 UDataMemory *retVal = NULL; in udata_findCachedData() local 322 retVal = el->item; in udata_findCachedData() 325 fprintf(stderr, "Cache: [%s] -> %p\n", baseName, (void*) retVal); in udata_findCachedData() 327 return retVal; in udata_findCachedData() 1163 UDataMemory *retVal = NULL; in doOpenChoice() local 1310 … retVal = doLoadFromIndividualFiles(/* pkgName.data() */ "", tzFilesDir, tocEntryPathSuffix, in doOpenChoice() 1312 if((retVal != NULL) || U_FAILURE(*pErrorCode)) { in doOpenChoice() 1313 return retVal; in doOpenChoice() 1324 retVal = doLoadFromCommonData(isICUData, in doOpenChoice() 1327 if((retVal != NULL) || U_FAILURE(*pErrorCode)) { in doOpenChoice() [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | ustr_wcs.cpp | 80 int count=0,retVal=0; in _strToWCS() local 166 retVal = uprv_mbstowcs(pIntTarget,(tempBuf+nulLen),remaining); in _strToWCS() 168 if(retVal==-1){ in _strToWCS() 171 }else if(retVal== remaining){/* should never occur */ in _strToWCS() 193 pIntTarget = pIntTarget + retVal+nulVal; in _strToWCS() 194 remaining -=(retVal+nulVal); in _strToWCS() 290 int32_t retVal =0, count =0 ; in _strFromWCS() local 318 retVal = uprv_wcstombs(pCSrc,src, cStackCap); in _strFromWCS() 320 if(retVal == -1){ in _strFromWCS() 323 }else if(retVal >= (cStackCap-1)){ in _strFromWCS() [all …]
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
D | stw_ext_rendertexture.c | 109 boolean retVal; in wglBindTexImageARB() local 175 retVal = stw_make_current(fb, fb, curctx); in wglBindTexImageARB() 177 if (!retVal) { in wglBindTexImageARB() 187 retVal = stw_make_current(old_fb, old_fbRead, curctx); in wglBindTexImageARB() 188 if (!retVal) { in wglBindTexImageARB() 192 return retVal; in wglBindTexImageARB()
|