Home
last modified time | relevance | path

Searched refs:hash (Results 51 – 75 of 142) sorted by relevance

123456

/aoo42x/main/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_4/
H A Dopenssl.cfg192 subjectKeyIdentifier=hash
223 subjectKeyIdentifier=hash
292 subjectKeyIdentifier=hash
/aoo42x/main/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_7/
H A Dopenssl.cfg192 subjectKeyIdentifier=hash
223 subjectKeyIdentifier=hash
292 subjectKeyIdentifier=hash
/aoo42x/main/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_8/
H A Dopenssl.cfg192 subjectKeyIdentifier=hash
223 subjectKeyIdentifier=hash
292 subjectKeyIdentifier=hash
/aoo42x/main/rsc/source/rscpp/
H A Dcpp6.c595 if (dp->hash == nhash /* Fast precheck */ in lookid()
625 if (dp->hash == nhash in defendel()
643 dp->hash = nhash; in defendel()
/aoo42x/main/solenv/bin/modules/installer/
H A Dscriptitems.pm2629 my ($hash, $item, $id) = @_;
2632 if (!defined $hash->{$item})
2635 $hash->{$item} = \@gids;
2637 my $gid_list = $hash->{$item};
2639 $hash->{$item} = $gid_list;
/aoo42x/main/slideshow/source/inc/
H A Dtools.hxx83 struct hash : ::std::unary_function<T, ::std::size_t> struct
104 return slideshow::internal::hash<void *>()(xRoot.get()); in hash_value() argument
/aoo42x/main/sc/inc/
H A Daddress.hxx332 inline size_t hash() const;
417 inline size_t ScAddress::hash() const in hash() function in ScAddress
433 return rAdr.hash(); in operator ()()
/aoo42x/main/offapi/com/sun/star/sdbcx/
H A DXRowLocate.idl137 /** returns the hash value for a specified bookmark.
139 the bookmark to hash
/aoo42x/main/vcl/source/app/
H A Dsvmainhook.cxx97 aSourceContext.hash = NULL; in ImplSVMainHook()
/aoo42x/main/sw/source/filter/ww8/
H A Dhash_wrap.hxx44 template<class C, class HashFcn = std::hash<C> > class WrappedHash
/aoo42x/main/writerfilter/source/resourcemodel/
H A DWW8Analyzer.hxx46 typedef hash_set<sal_uInt32, hash<sal_uInt32>, eqSalUInt32> IdSet;
/aoo42x/main/comphelper/inc/comphelper/
H A Dnumberedcollection.hxx82 ::std::hash< long > ,
/aoo42x/main/binaryurp/source/
H A Dcache.hxx95 struct HashT{ size_t operator()( const LruListIt& rA) const { return hash(*rA;);}; in operator ()()
/aoo42x/
H A D.gitignore87 # RepoRevision hash file
/aoo42x/main/slideshow/source/engine/slide/
H A Dlayermanager.hxx247 hash< ::com::sun::star::uno::Reference<
/aoo42x/main/ucpp/
H A Ducpp.patch46 +APP1OBJS= $(OBJ)$/assert.obj $(OBJ)$/cpp.obj $(OBJ)$/eval.obj $(OBJ)$/hash.obj $(OBJ)$/lexer.obj…
/aoo42x/main/solenv/bin/
H A Dmsg_filter64 # Create a hash %msgHash from list @knownMessages
/aoo42x/main/boost/
H A Dboost_1_55_0.patch258 - std::size_t hash_to_bucket(std::size_t hash) const
261 - return policy::to_bucket(bucket_count_, hash);
/aoo42x/main/ucb/source/ucp/file/
H A Dfiltask.hxx146 typedef std::hash_map< sal_Int32,TaskHandling,std::hash< sal_Int32 > > TaskMap;
/aoo42x/main/offapi/com/sun/star/xml/sax/
H A DXDTDHandler.idl44 use (perhaps in a hash table or object tree). If the application encounters
/aoo42x/main/redland/redland/
H A Dredland-1.0.17.patch.win3263 /* Have BDB hash support */
553 -/* Have BDB hash support */
/aoo42x/main/svx/source/customshapes/
H A DEnhancedCustomShapeTypeNames.cxx317 typedef std::hash_map< const char*, const char*, std::hash<const char*>, TCheck> TypeACCNameHashMap;
/aoo42x/main/libtextcat/
H A Dlibtextcat-2.2.patch605 * fast and furious little hash function
636 - uint4 hash = simplehash( p, len ) & TABLEMASK;
639 + uint4 hash = simplehash( p, len ) & TABLEMASK;
640 entry_t *entry = t->table[ hash ];
663 - uint4 hash = simplehash( p, len ) & TABLEMASK;
666 + uint4 hash = simplehash( p, len ) & TABLEMASK;
667 entry_t *entry = t->table[ hash ];
820 * - record the frequency of each unique n-gram in a hash table
838 /*** Create a hash table containing n-gram counts ***/
/aoo42x/main/setup_native/source/win32/
H A Dmsi-encodinglist.txt22 # comment lines begin with hash
/aoo42x/main/pyuno/source/module/
H A Duno.py221 return self.value.hash()

Completed in 131 milliseconds

123456