Home
last modified time | relevance | path

Searched refs:lLbound (Results 1 – 25 of 27) sorted by relevance

12

/reactos/modules/rostests/winetests/oleaut32/
H A Dsafearray.c314 bound.lLbound = 0; in check_for_VT_INT_PTR()
398 bound.lLbound = 0; in test_safearray()
403 bound.lLbound = 42; in test_safearray()
635 bound.lLbound = 0; in test_safearray()
1215 sab.lLbound = 1; in test_SafeArrayGetPutElement_BSTR()
1278 sab.lLbound = 1; in test_SafeArrayGetPutElement_IUnknown()
1310 sab.lLbound = 1; in test_SafeArrayRedim_IUnknown()
1340 sab.lLbound = 1; in test_SafeArrayGetPutElement_VARIANT()
1655 sab.lLbound = 0; in test_SafeArrayClear()
1696 sab.lLbound = 0; in test_SafeArrayCopy()
[all …]
H A Dusrmarshal.c179 bounds->lLbound, bounds->cElements, lpsa->rgsabound[lpsa->cDims-i-1].lLbound, in check_safearray()
242 sab[0].lLbound = 5; in test_marshal_LPSAFEARRAY()
287 sab[0].lLbound = 5; in test_marshal_LPSAFEARRAY()
289 sab[1].lLbound = 1; in test_marshal_LPSAFEARRAY()
352 sab[0].lLbound = 5; in test_marshal_LPSAFEARRAY()
388 lpsa->rgsabound[0].lLbound = 2; in test_marshal_LPSAFEARRAY()
418 sab[0].lLbound = 3; in test_marshal_LPSAFEARRAY()
430 indices[0] = i + sab[0].lLbound; in test_marshal_LPSAFEARRAY()
472 indices[0] = i + sab[0].lLbound; in test_marshal_LPSAFEARRAY()
498 lpsa->rgsabound[0].lLbound = 2; in test_marshal_LPSAFEARRAY()
[all …]
H A Dtypelib.c6011lLbound == TDATest->adesc.rgbounds[0].lLbound, "got wrong arraydesc lower bound for VT %u: 0x%x\n"… in testTDA()
/reactos/dll/win32/oleaut32/
H A Dsafearray.c268 psa->rgsabound[0].lLbound = lLbound; in SAFEARRAY_CreateVector()
679 TRACE("(%s,%d,%u)\n", debugstr_vt(vt), lLbound, cElements); in SafeArrayCreateVector()
1043 *plUbound = psa->rgsabound[psa->cDims - nDim].lLbound + in SafeArrayGetUBound()
1076 *plLbound = psa->rgsabound[psa->cDims - nDim].lLbound; in SafeArrayGetLBound()
1217 if (c1 < psab->lLbound || c1 >= psab->lLbound + (LONG)psab->cElements) in SafeArrayPtrOfIndex()
1227 *rgIndices < psab->lLbound || in SafeArrayPtrOfIndex()
1228 *rgIndices >= psab->lLbound + (LONG)psab->cElements) in SafeArrayPtrOfIndex()
1231 cell += (*rgIndices - psab->lLbound) * dimensionSize; in SafeArrayPtrOfIndex()
1235 cell += (c1 - psa->rgsabound[psa->cDims - 1].lLbound); in SafeArrayPtrOfIndex()
1474 oldBounds->lLbound = psabound->lLbound; in SafeArrayRedim()
[all …]
H A Dtypelib.c3597 MSFT_ReadLEDWords(& pTypeLibImpl->pTypeDesc[i].u.lpadesc->rgbounds[j].lLbound, in ITypeLib2_Constructor_MSFT()
7479 bound.lLbound = 0; in ITypeInfo_fnInvoke()
9595 encoded[2 + i * 2 + 1] = desc->rgbounds[i].lLbound; in WMSFT_append_arraydesc()
/reactos/dll/directx/wine/devenum/
H A Dmediacatenum.c217 bound.lLbound = 0; in DEVENUM_IPropertyBag_Read()
294 LONG lLbound = 0; in DEVENUM_IPropertyBag_Write() local
296 res = SafeArrayGetLBound(V_ARRAY(pVar), 1, &lLbound); in DEVENUM_IPropertyBag_Write()
298 cbData = (lUbound - lLbound + 1) /* * sizeof(BYTE)*/; in DEVENUM_IPropertyBag_Write()
H A Dcreatedevenum.c396 sabound.lLbound = 0; in write_filter_data()
/reactos/dll/win32/scrrun/
H A Ddictionary.c591 bound.lLbound = 0; in dictionary_Items()
654 bound.lLbound = 0; in dictionary_Keys()
/reactos/modules/rostests/winetests/propsys/
H A Dpropsys.c691 emptysafearray.rgsabound[0].lLbound = 0; in test_PropVariantCompare()
1520 sabound.lLbound = 0; in test_PropVariantToBuffer()
1540 sabound.lLbound = 0; in test_PropVariantToBuffer()
1568 sabound.lLbound = 0; in test_PropVariantToBuffer()
/reactos/modules/rostests/winetests/quartz/
H A Dfiltermapper.c500 saBound.lLbound = 0; in test_parse_filter_data()
/reactos/dll/win32/msxml3/
H A Dstylesheet.c621 bound.lLbound = 0; in xslprocessor_transform()
H A Delement.c546 sab.lLbound = 0; in variant_from_dt()
587 sab.lLbound = 0; in variant_from_dt()
H A Dhttprequest.c1226 bound.lLbound = 0; in httprequest_get_responseBody()
/reactos/dll/win32/wshom.ocx/
H A Dshell.c1560 bound.lLbound = 0; in WshShell3_RegRead()
1590 bound.lLbound = 0; in WshShell3_RegRead()
/reactos/modules/rostests/winetests/ole32/
H A Dpropvariant.c402 sabound.lLbound = 0; in test_copy()
/reactos/modules/rostests/apitests/shlwapi/
H A DSHPropertyBag.cpp38 Bound.lLbound = 0; in CreateByteArray()
/reactos/modules/rostests/winetests/dxdiagn/
H A Dcontainer.c678 bound.lLbound = 0; in test_GetProp()
/reactos/modules/rostests/winetests/vbscript/
H A Drun.c588 …ok(!safearray->rgsabound[i].lLbound, "safearray->rgsabound[%d].lLbound = %d\n", i, safearray->rgsa… in test_safearray()
/reactos/modules/rostests/winetests/jscript/
H A Drun.c1316 bound[0].lLbound = 0; in Global_InvokeEx()
1318 bound[1].lLbound = 2; in Global_InvokeEx()
/reactos/dll/directx/wine/quartz/
H A Dfiltermapper.c779 saBound.lLbound = 0; in FilterMapper3_RegisterFilter()
/reactos/sdk/include/psdk/
H A Doaidl.idl41 LONG lLbound;
/reactos/dll/win32/vbscript/
H A Dcompile.c1349 array_desc->bounds[i].lLbound = 0; in fill_array_desc()
H A Dglobal.c2159 bounds.lLbound = 0; in Global_Array()
/reactos/dll/win32/dbghelp/
H A Dcompat.h2352 LONG lLbound; member
/reactos/dll/win32/mshtml/
H A Dnavigate.c1306 bound.lLbound = 0; in handle_navigation_error()

12