HomeSort by relevance Sort by last modified time
    Searched full:hashsize (Results 26 - 50 of 114) sorted by null

12 3 4 5

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRSymbolStack.h 38 #define HASHSIZE 101
ANTLRUniqueIDMap.h 38 #define HASHSIZE 101
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBaseStack.h 37 #define HASHSIZE 101
ANTLRHashRule.h 36 #define HASHSIZE 101
ANTLRMap.h 38 #define HASHSIZE 101
ANTLRRuleStack.h 38 #define HASHSIZE 101
ANTLRSymbolStack.h 38 #define HASHSIZE 101
ANTLRUniqueIDMap.h 38 #define HASHSIZE 101
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBaseStack.h 37 #define HASHSIZE 101
ANTLRHashRule.h 36 #define HASHSIZE 101
ANTLRMap.h 38 #define HASHSIZE 101
ANTLRRuleStack.h 38 #define HASHSIZE 101
ANTLRSymbolStack.h 38 #define HASHSIZE 101
ANTLRUniqueIDMap.h 38 #define HASHSIZE 101
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBaseStack.h 37 #define HASHSIZE 101
ANTLRBaseStack.m 57 self = [super initWithLen:HASHSIZE];
ANTLRHashRule.h 36 #define HASHSIZE 101
ANTLRMap.h 38 #define HASHSIZE 101
ANTLRRuleStack.h 38 #define HASHSIZE 101
ANTLRSymbolStack.h 38 #define HASHSIZE 101
ANTLRUniqueIDMap.h 38 #define HASHSIZE 101
  /external/dropbear/libtomcrypt/src/pk/pkcs1/
pkcs_1_mgf1.c 48 hLen = hash_descriptor[hash_idx].hashsize;
  /external/srec/srec/crec/
astar_pphash.h 41 int hashsize; member in struct:__anon12610
  /external/dropbear/
packet.c 160 macsize = ses.keys->recv_algo_mac->hashsize;
236 macsize = ses.keys->recv_algo_mac->hashsize;
323 macsize = ses.keys->recv_algo_mac->hashsize;
420 macsize = ses.keys->trans_algo_mac->hashsize;
530 macsize = ses.keys->trans_algo_mac->hashsize;
  /external/opencv/cxcore/src/
cxcopy.cpp 315 if( src1->heap->active_count >= dst1->hashsize*CV_SPARSE_HASH_RATIO )
318 dst1->hashsize = src1->hashsize;
320 (void**)cvAlloc( dst1->hashsize*sizeof(dst1->hashtable[0])));
323 memset( dst1->hashtable, 0, dst1->hashsize*sizeof(dst1->hashtable[0]));
329 int tabidx = node->hashval & (dst1->hashsize - 1);
715 memset( mat1->hashtable, 0, mat1->hashsize*sizeof(mat1->hashtable[0]));
    [all...]

Completed in 937 milliseconds

12 3 4 5