Home
last modified time | relevance | path

Searched refs:hash (Results 1 – 25 of 142) sorted by relevance

123456

/trunk/main/l10ntools/source/help/
H A DHelpCompiler.hxx151 hash ^= (hash >> 6); in operator ()()
153 hash += (hash << 3); in operator ()()
154 hash ^= (hash >> 11); in operator ()()
155 hash += (hash << 15); in operator ()()
182 hash += hash >> 11; in operator ()()
203 hash ^= hash << 3; in operator ()()
204 hash += hash >> 5; in operator ()()
205 hash ^= hash << 4; in operator ()()
206 hash += hash >> 17; in operator ()()
207 hash ^= hash << 25; in operator ()()
[all …]
/trunk/main/rsc/source/rscpp/
H A Dcpp2.c86 register int hash; in control() local
99 switch (hash) { in control()
117 default: hash = L_nogood; in control()
121 hash = L_nogood; in control()
129 switch (hash) { in control()
153 if (counter > 0 && (hash == L_line || hash == L_pragma)) { in control()
157 switch (hash) { in control()
238 doif(hash); in control()
298 if (hash != L_include) { in control()
317 void doif(int hash) in doif() argument
[all …]
/trunk/main/unotools/source/misc/
H A Datom.cxx93 …::std::hash_map< int, ::rtl::OUString, ::std::hash< int > >::const_iterator it = m_aStringMap.find… in getString()
119 …for( ::std::hash_map< int, AtomProvider*, ::std::hash< int > >::iterator it = m_aAtomLists.begin()… in ~MultiAtomProvider()
126 ::std::hash_map< int, AtomProvider*, ::std::hash< int > >::iterator it = in insertAtomClass()
136 ::std::hash_map< int, AtomProvider*, ::std::hash< int > >::iterator it = in getAtom()
152 ::std::hash_map< int, AtomProvider*, ::std::hash< int > >::const_iterator it = in getLastAtom()
160 ::std::hash_map< int, AtomProvider*, ::std::hash< int > >::const_iterator it = in getRecent()
170 ::std::hash_map< int, AtomProvider*, ::std::hash< int > >::const_iterator it = in getString()
181 …::std::hash_map< int, AtomProvider*, ::std::hash< int > >::const_iterator it = m_aAtomLists.find( … in hasAtom()
187 …::std::hash_map< int, AtomProvider*, ::std::hash< int > >::const_iterator it = m_aAtomLists.find( … in getClass()
197 …::std::hash_map< int, AtomProvider*, ::std::hash< int > >::const_iterator it = m_aAtomLists.find( … in overrideAtom()
/trunk/main/reportbuilder/java/com/sun/star/report/
H A DSDBCReportDataFactory.java129 int hash = 3; in hashCode() local
130hash = 59 * hash + (this.escapeProcessing != null ? this.escapeProcessing.hashCode() : 0); in hashCode()
131 hash = 59 * hash + this.commandType; in hashCode()
132 hash = 59 * hash + (this.maxRows != null ? this.maxRows.hashCode() : 0); in hashCode()
133 hash = 59 * hash + (this.command != null ? this.command.hashCode() : 0); in hashCode()
134 hash = 59 * hash + (this.filter != null ? this.filter.hashCode() : 0); in hashCode()
135 return hash; in hashCode()
/trunk/main/odk/examples/DevelopersGuide/Components/JavaComponent/
H A DTestComponentB.java63 int hash = hashCode(); in getImplementationId() local
64 _implementationId[0] = (byte)(hash & 0xff); in getImplementationId()
65 _implementationId[1] = (byte)((hash >>> 8) & 0xff); in getImplementationId()
66 _implementationId[2] = (byte)((hash >>> 16) & 0xff); in getImplementationId()
67 _implementationId[3] = (byte)((hash >>>24) & 0xff); in getImplementationId()
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DWeakBase.java119 int hash = hashCode(); in getImplementationId() local
125 id[0]= (byte)(hash & 0xff); in getImplementationId()
126 id[1]= (byte)((hash >>> 8) & 0xff); in getImplementationId()
127 id[2]= (byte)((hash >>> 16) & 0xff); in getImplementationId()
128 id[3]= (byte)((hash >>>24) & 0xff); in getImplementationId()
/trunk/main/cli_ure/source/ure/uno/util/
H A DWeakBase.cs132 Int32 hash = GetHashCode(); in getImplementationId()
137 id[ 0 ]= (byte) (hash & 0xff); in getImplementationId()
138 id[ 1 ]= (byte) ((hash >> 8) & 0xff); in getImplementationId()
139 id[ 2 ]= (byte) ((hash >> 16) & 0xff); in getImplementationId()
140 id[ 3 ]= (byte) ((hash >> 24) & 0xff); in getImplementationId()
/trunk/main/avmedia/source/java/
H A DManager.java134 int hash = hashCode(); in getImplementationId() local
136 maImplementationId[ 0 ] = (byte)(hash & 0xff); in getImplementationId()
137 maImplementationId[ 1 ] = (byte)((hash >>> 8) & 0xff); in getImplementationId()
138 maImplementationId[ 2 ] = (byte)((hash >>> 16) & 0xff); in getImplementationId()
139 maImplementationId[ 3 ] = (byte)((hash >>>24) & 0xff); in getImplementationId()
/trunk/main/xmlsecurity/tools/demo/
H A DJavaFlatFilter.java158 int hash = hashCode(); // hashDode of this object in getImplementationId() local
159 _implementationId[0] = (byte)(hash & 0xff); in getImplementationId()
160 _implementationId[1] = (byte)((hash >>> 8) & 0xff); in getImplementationId()
161 _implementationId[2] = (byte)((hash >>> 16) & 0xff); in getImplementationId()
162 _implementationId[3] = (byte)((hash >>>24) & 0xff); in getImplementationId()
/trunk/main/l10ntools/scripts/
H A DkeyidGen.pl57 $hash = 0;
95 my ( $hash );
102 $hash = Compress::Zlib::crc32( $String, undef );
103 return makenumber( $hash );
/trunk/main/odk/examples/DevelopersGuide/Components/dialogcomponent/
H A DDialogComponent.java209 int hash = hashCode(); in getImplementationId() local
210 _implementationId[0] = (byte)(hash & 0xff); in getImplementationId()
211 _implementationId[1] = (byte)((hash >>> 8) & 0xff); in getImplementationId()
212 _implementationId[2] = (byte)((hash >>> 16) & 0xff); in getImplementationId()
213 _implementationId[3] = (byte)((hash >>>24) & 0xff); in getImplementationId()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/loader/
H A DFactoryHelper.java401 int hash = hashCode(); in getImplementationId() local
407 _implementationId[0]= (byte)(hash & 0xff); in getImplementationId()
408 _implementationId[1]= (byte)((hash >>> 8) & 0xff); in getImplementationId()
409 _implementationId[2]= (byte)((hash >>> 16) & 0xff); in getImplementationId()
410 _implementationId[3]= (byte)((hash >>>24) & 0xff); in getImplementationId()
/trunk/main/vcl/source/glyphs/
H A Dgraphite_features.cxx276 sal_Int32 hash = isoHash.mInt; in hashCode() local
279 hash = (hash << 16) ^ ((maSettings[i].id << 8) | maSettings[i].value); in hashCode()
281 return hash; in hashCode()
H A Dgraphite_layout.cxx664 sal_Int32 hash = rtl_ustr_hashCode_WithLength(uName, iSize); in hashCode() local
665 hash ^= static_cast<sal_Int32>(height()); in hashCode()
666 hash |= (bBold)? 0x1000000 : 0; in hashCode()
667 hash |= (bItalic)? 0x2000000 : 0; in hashCode()
669 hash ^= mpFeatures->hashCode(); in hashCode()
671 fprintf(grLog(), "font hash %x size %f\n", (int)hash, height()); in hashCode()
673 return hash; in hashCode()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/
H A DThreadId.java55 int h = hash; in hashCode()
63 hash = h; in hashCode()
90 private int hash = 0; field in ThreadId
/trunk/main/sdext/source/pdfimport/wrapper/
H A Dhash.cxx70 static inline unsigned int hash (const char *str, unsigned int len);
76 PdfKeywordHash::hash (register const char *str, register unsigned int len) in hash() function in PdfKeywordHash
223 register int key = hash (str, len); in in_word_set()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dafm_hash.cpp66 static inline unsigned int hash (const char *str, unsigned int len);
72 AfmKeywordHash::hash (const char *str, unsigned int len) in hash() function in AfmKeywordHash
254 int key = hash (str, len); in in_word_set()
/trunk/main/stlport/systemstl/
H A Dhash_map47 using STLP4_EMUBASE_NS::hash;
57 typename __H = hash<__K>,
76 typename __H = hash<__K>,
H A Dhash_set44 using STLP4_EMUBASE_NS::hash;
53 typename __H = hash<__K>,
70 typename __H = hash<__K>,
/trunk/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Dexceptions.cxx366 NistHash hash(rttiName); in get_() local
367 data.info->type_hash[0] = hash.hashdata[0]; in get_()
368 data.info->type_hash[1] = hash.hashdata[1]; in get_()
369 data.info->type_hash[2] = hash.hashdata[2]; in get_()
370 data.info->type_hash[3] = hash.hashdata[3]; in get_()
/trunk/main/soltools/mkdepend/
H A Dparse.c422 static int hash( str ) in hash() function
519 hashval = hash( name );
561 it = symbols->s_pairs[ hash( symbol ) ];
583 hashval = hash( symbol );
/trunk/main/sc/source/filter/excel/
H A Dnamebuff.cxx136 ShrfmlaHash::const_iterator hash = index_hash.find (aAddr); in Find() local
137 if (hash != index_hash.end()) in Find()
138 return hash->second; in Find()
/trunk/main/vcl/inc/aqua/
H A Dsaldata.hxx73 struct FrameHash : public std::hash<sal_IntPtr>
76 { return std::hash<sal_IntPtr>::operator()( reinterpret_cast<const sal_IntPtr>(frame) ); } in operator ()()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DConverter.java77 static public Vector convertHashMapToVector(HashMap hash) { in convertHashMapToVector() argument
80 Iterator m = hash.entrySet().iterator(); in convertHashMapToVector()
/trunk/main/unotools/inc/unotools/
H A Datom.hxx50 ::std::hash_map< int, ::rtl::OUString, ::std::hash< int > > m_aStringMap;
72 ::std::hash_map< int, AtomProvider*, ::std::hash< int > > m_aAtomLists;

Completed in 108 milliseconds

123456