Home | History | Annotate | Download | only in src

Lines Matching refs:int64

35   FineLockPEQueue(uint64 queuesize, int64 pagesize);
60 bool valid_index(int64 index) {
85 int64 getA(int64 m);
86 int64 getC(int64 m);
91 int64 page_size_; // For calculating array index from offset.
103 int64 a_; // 'a' multiplicative value for progressing
105 int64 c_; // 'c' additive value for prgressing randomly
107 int64 modlength_; // 'm' mod value for linear congruential