Lines Matching refs:NO_FRAGMENT
196 const NO_FRAGMENT: usize = 0; constant
206 NO_FRAGMENT => { in make_data_chunk()
234 pq.push_back(make_data_chunk(0, false, NO_FRAGMENT)); in test_pending_base_queue_push_and_pop()
235 pq.push_back(make_data_chunk(1, false, NO_FRAGMENT)); in test_pending_base_queue_push_and_pop()
236 pq.push_back(make_data_chunk(2, false, NO_FRAGMENT)); in test_pending_base_queue_push_and_pop()
250 pq.push_back(make_data_chunk(3, false, NO_FRAGMENT)); in test_pending_base_queue_push_and_pop()
251 pq.push_back(make_data_chunk(4, false, NO_FRAGMENT)); in test_pending_base_queue_push_and_pop()
267 pq.push_back(make_data_chunk(0, false, NO_FRAGMENT)); in test_pending_base_queue_out_of_bounce()
278 pq.push(make_data_chunk(0, false, NO_FRAGMENT)).await; in test_pending_queue_push_and_pop()
280 pq.push(make_data_chunk(1, false, NO_FRAGMENT)).await; in test_pending_queue_push_and_pop()
282 pq.push(make_data_chunk(2, false, NO_FRAGMENT)).await; in test_pending_queue_push_and_pop()
298 pq.push(make_data_chunk(3, false, NO_FRAGMENT)).await; in test_pending_queue_push_and_pop()
300 pq.push(make_data_chunk(4, false, NO_FRAGMENT)).await; in test_pending_queue_push_and_pop()
323 pq.push(make_data_chunk(0, false, NO_FRAGMENT)).await; in test_pending_queue_unordered_wins()
325 pq.push(make_data_chunk(1, true, NO_FRAGMENT)).await; in test_pending_queue_unordered_wins()
327 pq.push(make_data_chunk(2, false, NO_FRAGMENT)).await; in test_pending_queue_unordered_wins()
329 pq.push(make_data_chunk(3, true, NO_FRAGMENT)).await; in test_pending_queue_unordered_wins()
409 pq.push(make_data_chunk(1, true, NO_FRAGMENT)).await; in test_pending_queue_selection_persistence()
432 make_data_chunk(0, false, NO_FRAGMENT), in test_pending_queue_append()
433 make_data_chunk(1, false, NO_FRAGMENT), in test_pending_queue_append()
434 make_data_chunk(3, false, NO_FRAGMENT), in test_pending_queue_append()