Home
last modified time | relevance | path

Searched refs:low (Results 1 – 25 of 83) sorted by relevance

1234

/trunk/main/nss/
H A Dnss_win.patch395 - .low = a.low + b.low,
398 + ret.low = a.low + b.low;
408 - .low = a.low + b.low,
411 + ret.low = a.low + b.low;
421 - .low = a.low - b.low,
424 + ret.low = a.low - b.low;
434 - .low = a.low - b.low,
437 + ret.low = a.low - b.low;
449 + ret.low = a.low & b.low;
459 + ret.low = a.low ^ b.low;
[all …]
/trunk/main/i18nutil/source/utility/
H A DoneToOneMapping.cxx85 int i, j, high, low, current = -1; in makeIndex() local
93 low = (mpTableWF[k].first) & 0xFF; in makeIndex()
102 mpIndex[high][low] = &mpTableWF[k]; in makeIndex()
116 int high, low; in find() local
118 low = nKey & 0xFF; in find()
120 mpIndex[high][low] != NULL && in find()
121 mpIndex[high][low]->flag & mnFlag ) in find()
122 return mpIndex[high][low]->second; in find()
H A Dwidthfolding.cxx227 int i, j, high, low; in getfull2halfTableForASC() local
232 low = (full2halfASCException[i].first) & 0xFF; in getfull2halfTableForASC()
241 table.mpIndex[high][low] = &full2halfASCException[i]; in getfull2halfTableForASC()
261 int i, j, high, low; in gethalf2fullTableForJIS() local
266 low = (half2fullJISException[i].first) & 0xFF; in gethalf2fullTableForJIS()
275 table.mpIndex[high][low] = &half2fullJISException[i]; in gethalf2fullTableForJIS()
/trunk/main/soltools/giparser/
H A Dgi_list.cxx210 unsigned low = 0; in lower_bound() local
213 for ( unsigned cur = high / 2; high > low; cur = (low + high) / 2 ) in lower_bound()
217 low = cur+1; in lower_bound()
225 o_bExists = low < aChildren.size() in lower_bound()
226 ? !(aSearch < *aChildren[low] ) in lower_bound()
228 return &aChildren[low]; in lower_bound()
/trunk/main/sal/textenc/generate/
H A Dcns116431992.tab1841 5, /* first low-surrogate */
1864 9, /* first low-surrogate */
1883 4, /* first low-surrogate */
1916 7, /* first low-surrogate */
2058 3, /* first low-surrogate */
2148 8, /* first low-surrogate */
2208 6, /* first low-surrogate */
2352 5, /* first low-surrogate */
2416 6, /* first low-surrogate */
2671 6, /* first low-surrogate */
[all …]
/trunk/main/basic/source/runtime/
H A Ddllmgr.cxx183 std::vector< sal_Int32 > low(dims); in alignment() local
186 arr->GetDim32(i + 1, low[i], up); in alignment()
188 return alignment(arr->Get32(&low[0])); in alignment()
236 std::vector< sal_Int32 > low(dims); in marshalArray() local
239 arr->GetDim32(i + 1, low[i], up[i]); in marshalArray()
241 for (std::vector< sal_Int32 > idx = low;;) { in marshalArray()
249 idx[i] = low[i]; in marshalArray()
430 std::vector< sal_Int32 > low(dims); in unmarshal() local
433 arr->GetDim32(i + 1, low[i], up[i]); in unmarshal()
435 for (std::vector< sal_Int32 > idx = low;;) { in unmarshal()
[all …]
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/
H A DEndianConverter.java118 int high, low; in readShort() local
121 low = value[0] & 0xFF; in readShort()
123 return (short)(high << 8 | low); in readShort()
/trunk/main/autodoc/inc/cosv/
H A Dcomfunc.hxx43 inline bool in_range(E low, E val, E high); // return low <= val < high;
87 in_range(E low, E val, E high) { return low <= val AND val < high; } in in_range() argument
/trunk/main/sal/rtl/source/
H A Dsurrogates.h42 #define SAL_RTL_COMBINE_SURROGATES(high, low) \ argument
44 ((low) - SAL_RTL_FIRST_LOW_SURROGATE) + 0x10000)
H A Duri.cxx74 inline sal_uInt32 combineSurrogates(sal_uInt32 high, sal_uInt32 low) in combineSurrogates() argument
76 return SAL_RTL_COMBINE_SURROGATES(high, low); in combineSurrogates()
/trunk/main/codemaker/source/javamaker/
H A Dclassfile.cxx335 Code const * defaultBlock, sal_Int32 low, in instrTableswitch() argument
353 appendU4(m_code, static_cast< sal_uInt32 >(low)); in instrTableswitch()
354 appendU4(m_code, static_cast< sal_uInt32 >(low + (size - 1))); in instrTableswitch()
H A Dclassfile.hxx127 Code const * defaultBlock, sal_Int32 low,
/trunk/main/writerfilter/documentation/
H A Dsprms.txt4 8: justify low
/trunk/main/offapi/com/sun/star/util/
H A DColor.idl34 <p>The byte order is from high to low:
/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx1304 signed int low, mid, high, lastfound = 0xffff; in GEbinsearch() local
1309 low = 0; in GEbinsearch()
1311 while(high >= low) { in GEbinsearch()
1312 mid = (high + low)/2; in GEbinsearch()
1318 low = ++mid; in GEbinsearch()
/trunk/main/sc/source/core/data/
H A Dtable5.cxx410 set<SCROW>::iterator low = maRowPageBreaks.lower_bound(nStartRow); in RemoveRowPageBreaks() local
412 maRowPageBreaks.erase(low, high); in RemoveRowPageBreaks()
/trunk/main/svtools/source/dialogs/
H A Dprnsetup.src100 Text [ en-US ] = "Toner low" ;
/trunk/main/offapi/com/sun/star/chart2/
H A DCandleStickChartType.idl100 /** If this property is <TRUE/>, the low and high values are shown
/trunk/main/offapi/com/sun/star/xml/crypto/
H A DXXMLEncryptionTemplate.idl62 * And some times, in the low level, it is hard to determine what the key is
/trunk/main/external/mingwheaders/
H A Dmingw_atl_headers.patch194 // structured exception may be raised in low memory situations
/trunk/main/oox/source/token/
H A Dtokens.txt3119 low
/trunk/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/
H A D_Validat.idt418 …he hotkey for the shortcut. It has the virtual-key code for the key in the low-order byte, and the…
/trunk/main/instsetoo_native/inc_openoffice/windows/msi_templates/
H A D_Validat.idt418 …he hotkey for the shortcut. It has the virtual-key code for the key in the low-order byte, and the…
/trunk/main/instsetoo_native/inc_sdkoo/windows/msi_templates/
H A D_Validat.idt418 …he hotkey for the shortcut. It has the virtual-key code for the key in the low-order byte, and the…
/trunk/main/instsetoo_native/inc_ure/windows/msi_templates/
H A D_Validat.idt418 …he hotkey for the shortcut. It has the virtual-key code for the key in the low-order byte, and the…

Completed in 265 milliseconds

1234