Lines Matching defs:present
67 uint64_t present;
601 /* assumes sector number of descriptor to be already present */
3506 // printf("Closing last open session if present\n");
3675 found_packet->present |= ((uint64_t) 1 << rel_loc);
3704 packet->present = ((uint64_t) 1 << rel_loc);
3742 if (found_packet->present & ((uint64_t) 1 << rel_loc)) {
3755 found_packet->present |= ((uint64_t) 1 << rel_loc);
3786 uint64_t present, all_present = -1;
3802 present = packet->present;
3803 if (present != all_present) {
3805 //printf("%16lu : readin %08lx\n", packet->start_sectornr, packet->present ^ all_present);
3815 //printf("present %08lx, testing bit %08lx, value %08lx\n", present, ((uint64_t) 1 << i), (present & ((uint64_t) 1 << i)));
3816 if ((present & ((uint64_t) 1 << i)) > 0)
3818 //printf("NOT PRESENT\n");
3823 packet->present |= ((uint64_t) 1<<i);
3827 assert(packet->present == all_present);
3833 if (complete || (packet->present == all_present)) {
3856 if (complete || (packet->present == all_present)) {