Lines Matching defs:cnt
10454 let mut cnt = 0;
10458 cnt += 1;
10460 assert_eq!(cnt, 3);
10464 cnt += 1;
10466 assert_eq!(cnt, 5);
10470 cnt += 1;
10472 assert_eq!(cnt, 8);
10476 cnt += 1;
10478 assert_eq!(cnt, 11);
10481 cnt = 0;
10484 cnt += 1;
10486 assert!(cnt == 3);
24191 let cnt = this.inner().weak.load(SeqCst);
24194 if cnt == usize::MAX { 0 } else { cnt - 1 }
48224 // |<- deleted cnt ->|