Home | History | Annotate | Download | only in Target

Lines Matching full:chain

1175   uint32_t* chain  = (bucket + nbucket);
1187 chain[idx] = bucket[bucket_pos];
1214 uint32_t* chain = NULL;
1257 // setup bucket and chain
1259 chain = (bucket + nbucket);
1274 // compute bucket, chain, and bitmask
1291 // last element terminates the chain
1294 chain[hashedidx - symidx] = val;