/aoo41x/main/l10ntools/source/help/ |
H A D | HelpCompiler.hxx | 151 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 …]
|
/aoo41x/main/rsc/source/rscpp/ |
H A D | cpp2.c | 86 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 …]
|
/aoo41x/main/unotools/source/misc/ |
H A D | atom.cxx | 93 …::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()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/ |
H A D | SDBCReportDataFactory.java | 129 int hash = 3; in hashCode() local 130 … hash = 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()
|
/aoo41x/main/odk/examples/DevelopersGuide/Components/JavaComponent/ |
H A D | TestComponentB.java | 63 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()
|
/aoo41x/main/javaunohelper/com/sun/star/lib/uno/helper/ |
H A D | WeakBase.java | 119 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()
|
/aoo41x/main/avmedia/source/java/ |
H A D | Manager.java | 134 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()
|
/aoo41x/main/cli_ure/source/ure/uno/util/ |
H A D | WeakBase.cs | 132 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()
|
/aoo41x/main/xmlsecurity/tools/demo/ |
H A D | JavaFlatFilter.java | 158 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()
|
/aoo41x/main/l10ntools/scripts/ |
H A D | keyidGen.pl | 57 $hash = 0; 95 my ( $hash ); 102 $hash = Compress::Zlib::crc32( $String, undef ); 103 return makenumber( $hash );
|
/aoo41x/main/odk/examples/DevelopersGuide/Components/dialogcomponent/ |
H A D | DialogComponent.java | 209 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()
|
/aoo41x/main/jurt/com/sun/star/comp/loader/ |
H A D | FactoryHelper.java | 401 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()
|
/aoo41x/main/jurt/com/sun/star/lib/uno/environments/remote/ |
H A D | ThreadId.java | 55 int h = hash; in hashCode() 63 hash = h; in hashCode() 90 private int hash = 0; field in ThreadId
|
/aoo41x/main/vcl/source/glyphs/ |
H A D | graphite_features.cxx | 276 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 D | graphite_layout.cxx | 664 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()
|
/aoo41x/main/sdext/source/pdfimport/wrapper/ |
H A D | hash.cxx | 70 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()
|
/aoo41x/main/vcl/unx/generic/fontmanager/ |
H A D | afm_hash.cpp | 66 static inline unsigned int hash (const char *str, unsigned int len); 72 AfmKeywordHash::hash (register const char *str, register unsigned int len) in hash() function in AfmKeywordHash 254 register int key = hash (str, len); in in_word_set()
|
/aoo41x/main/stlport/systemstl/ |
H A D | hash_map | 44 using STLP4_EMUBASE_NS::hash; 54 typename __H = hash<__K>, 74 typename __H = hash<__K>,
|
H A D | hash_set | 44 using STLP4_EMUBASE_NS::hash; 53 typename __H = hash<__K>, 70 typename __H = hash<__K>,
|
/aoo41x/main/bridges/source/cpp_uno/cc5_solaris_sparc64/ |
H A D | exceptions.cxx | 366 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_()
|
/aoo41x/main/soltools/mkdepend/ |
H A D | parse.c | 417 static int hash( str ) in hash() function 514 hashval = hash( name ); 556 it = symbols->s_pairs[ hash( symbol ) ]; 578 hashval = hash( symbol );
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | namebuff.cxx | 136 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()
|
/aoo41x/main/vcl/inc/aqua/ |
H A D | saldata.hxx | 73 struct FrameHash : public std::hash<sal_IntPtr> 76 { return std::hash<sal_IntPtr>::operator()( reinterpret_cast<const sal_IntPtr>(frame) ); } in operator ()()
|
/aoo41x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/ |
H A D | Converter.java | 77 static public Vector convertHashMapToVector(HashMap hash) { in convertHashMapToVector() argument 80 Iterator m = hash.entrySet().iterator(); in convertHashMapToVector()
|
/aoo41x/main/unotools/inc/unotools/ |
H A D | atom.hxx | 50 ::std::hash_map< int, ::rtl::OUString, ::std::hash< int > > m_aStringMap; 72 ::std::hash_map< int, AtomProvider*, ::std::hash< int > > m_aAtomLists;
|