Searched refs:dst_ptr_offsets_count (Results 1 – 2 of 2) sorted by relevance
314 unsigned int dst_ptr_offsets_count; /* # of offsets in following array */ member1567 if (loc + 1 > PRIV (dst_ptr_offsets_count)) in dst_define_location()1574 memset (PRIV (dst_ptr_offsets) + PRIV (dst_ptr_offsets_count), 0, in dst_define_location()1575 (loc - PRIV (dst_ptr_offsets_count)) * sizeof (unsigned int)); in dst_define_location()1576 PRIV (dst_ptr_offsets_count) = loc + 1; in dst_define_location()1590 if (loc < PRIV (dst_ptr_offsets_count)) in dst_restore_location()1605 if (*loc < PRIV (dst_ptr_offsets_count)) in dst_retrieve_location()
313 unsigned int dst_ptr_offsets_count; /* # of offsets in following array */ member1566 if (loc + 1 > PRIV (dst_ptr_offsets_count)) in dst_define_location()1573 PRIV (dst_ptr_offsets_count) = loc + 1; in dst_define_location()1587 if (loc < PRIV (dst_ptr_offsets_count)) in dst_restore_location()1602 if (*loc < PRIV (dst_ptr_offsets_count)) in dst_retrieve_location()