Searched refs:IBucket (Results 1 – 10 of 10) sorted by relevance
| /plan9/sys/src/cmd/venti/srv/ |
| H A D | buildbuck.c | 81 iebuck(Index *ix, u8int *b, IBucket *ib, IEStream *ies) in iebuck() 92 buildbucket(Index *ix, IEStream *ies, IBucket *ib, uint maxdata) in buildbucket()
|
| H A D | fns.h | 18 u32int buildbucket(Index *ix, IEStream *ies, IBucket *ib, uint); 101 DBlock *loadibucket(Index *index, u8int *score, ISect **is, u32int *buck, IBucket *ib); 120 int okibucket(IBucket*, ISect*); 130 void packibucket(IBucket *b, u8int *buf, u32int magic); 185 void unpackibucket(IBucket *b, u8int *buf, u32int magic);
|
| H A D | checkindex.c | 27 checkbucket(Index *ix, u32int buck, IBucket *ib) in checkbucket() 31 IBucket eib; in checkbucket() 106 IBucket ib, zib; in checkindex()
|
| H A D | dat.h | 16 typedef struct IBucket IBucket; typedef 542 struct IBucket struct
|
| H A D | index.c | 656 IBucket ib; in loadientry() 703 okibucket(IBucket *ib, ISect *is) in okibucket() 812 loadibucket0(Index *ix, u32int buck, ISect **pis, u32int *pbuck, IBucket *ib, int mode) in loadibucket0() 849 loadibucket1(Index *ix, u8int *score, ISect **pis, u32int *pbuck, IBucket *ib) in loadibucket1() 861 loadibucket(Index *ix, u8int *score, ISect **pis, u32int *pbuck, IBucket *ib) in loadibucket()
|
| H A D | printindex.c | 44 IBucket ib; in dumpisect()
|
| H A D | conv.c | 666 unpackibucket(IBucket *b, u8int *buf, u32int magic) in unpackibucket() 675 packibucket(IBucket *b, u8int *buf, u32int magic) in packibucket()
|
| H A D | icachewrite.c | 93 IBucket ib; in icachewritesect()
|
| H A D | buildindex.c | 675 IBucket ib; in sortminibuffer()
|
| /plan9/sys/src/cmd/venti/words/ |
| H A D | notes | 112 then load that block from the index section. it's an IBucket. 114 the IBucket has ib.n IEntry structures in it, sorted by score and then by type. 138 IBucket
|