Home | History | Annotate | Download | only in src

Lines Matching refs:to_end

1534     extern_type* to, extern_type* to_end, extern_type*& to_nxt) const
1543 for (frm_nxt = frm; frm != frm_end && to != to_end; frm = frm_nxt, to = to_nxt)
1548 static_cast<size_t>(to_end-to), &st, __l);
1565 if (to_nxt == to_end)
1574 if (n > static_cast<size_t>(to_end-to_nxt)) // is there room?
1591 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const
1600 for (frm_nxt = frm; frm != frm_end && to != to_end; frm = frm_nxt, to = to_nxt)
1605 static_cast<size_t>(to_end-to), &st, __l);
1635 if (to_nxt == to_end)
1656 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const
1664 if (n > static_cast<size_t>(to_end-to_nxt)) // is there room?
1738 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt,
1745 if (to_end-to_nxt < 3)
1758 if (to_end-to_nxt < 1)
1764 if (to_end-to_nxt < 2)
1771 if (to_end-to_nxt < 3)
1784 if (to_end-to_nxt < 4)
1802 if (to_end-to_nxt < 3)
1815 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt,
1822 if (to_end-to_nxt < 3)
1835 if (to_end-to_nxt < 1)
1841 if (to_end-to_nxt < 2)
1848 if (to_end-to_nxt < 3)
1861 if (to_end-to_nxt < 4)
1879 if (to_end-to_nxt < 3)
1892 uint16_t* to, uint16_t* to_end, uint16_t*& to_nxt,
1903 for (; frm_nxt < frm_end && to_nxt < to_end; ++to_nxt)
1985 if (to_end-to_nxt < 2)
2013 uint32_t* to, uint32_t* to_end, uint32_t*& to_nxt,
2024 for (; frm_nxt < frm_end && to_nxt < to_end; ++to_nxt)
2106 if (to_end-to_nxt < 2)
2235 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt,
2242 if (to_end-to_nxt < 3)
2255 if (to_end-to_nxt < 1)
2261 if (to_end-to_nxt < 2)
2268 if (to_end-to_nxt < 3)
2276 if (to_end-to_nxt < 4)
2290 uint32_t* to, uint32_t* to_end, uint32_t*& to_nxt,
2301 for (; frm_nxt < frm_end && to_nxt < to_end; ++to_nxt)
2502 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt,
2509 if (to_end-to_nxt < 3)
2522 if (to_end-to_nxt < 1)
2528 if (to_end-to_nxt < 2)
2535 if (to_end-to_nxt < 3)
2548 uint16_t* to, uint16_t* to_end, uint16_t*& to_nxt,
2559 for (; frm_nxt < frm_end && to_nxt < to_end; ++to_nxt)
2698 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt,
2705 if (to_end-to_nxt < 2)
2717 if (to_end-to_nxt < 2)
2724 if (to_end-to_nxt < 4)
2743 uint32_t* to, uint32_t* to_end, uint32_t*& to_nxt,
2753 for (; frm_nxt < frm_end - 1 && to_nxt < to_end; ++to_nxt)
2830 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt,
2837 if (to_end - to_nxt < 2)
2849 if (to_end-to_nxt < 2)
2856 if (to_end-to_nxt < 4)
2875 uint32_t* to, uint32_t* to_end, uint32_t*& to_nxt,
2885 for (; frm_nxt < frm_end - 1 && to_nxt < to_end; ++to_nxt)
2962 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt,
2969 if (to_end-to_nxt < 2)
2979 if (to_end-to_nxt < 2)
2990 uint16_t* to, uint16_t* to_end, uint16_t*& to_nxt,
3000 for (; frm_nxt < frm_end - 1 && to_nxt < to_end; ++to_nxt)
3036 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt,
3043 if (to_end-to_nxt < 2)
3053 if (to_end-to_nxt < 2)
3064 uint16_t* to, uint16_t* to_end, uint16_t*& to_nxt,
3074 for (; frm_nxt < frm_end - 1 && to_nxt < to_end; ++to_nxt)
3119 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const
3125 to_end);
3136 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const
3142 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end);
3196 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const
3202 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3213 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const
3219 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
3267 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const
3279 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3296 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const
3303 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end);
3309 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
3361 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const
3367 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3379 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const
3385 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end);
3436 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const
3442 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3454 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const
3460 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
3511 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const
3517 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3529 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const
3535 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
3586 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const
3592 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3604 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const
3610 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
3661 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const
3667 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3679 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const
3685 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end);
3736 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const
3742 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3754 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const
3760 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end);
3811 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const
3817 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3829 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const
3835 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
3886 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const
3892 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3904 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const
3910 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
3961 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const
3967 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3979 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const
3985 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
4036 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const
4042 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
4054 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const
4060 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end);
4111 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const
4117 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
4129 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const
4135 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);