Lines Matching full:working
207 int ca_used, susp_used, susp_used_pre_ce, working; in cd9660_susp_handle_continuation_common() local
211 working = 254 - space; in cd9660_susp_handle_continuation_common()
214 working -= node->su_tail_size + 4; in cd9660_susp_handle_continuation_common()
215 /* printf("There are %i bytes to work with\n",working); */ in cd9660_susp_handle_continuation_common()
220 if (working < 0) in cd9660_susp_handle_continuation_common()
226 working -= CD9660_SUSP_ENTRY_SIZE(temp); in cd9660_susp_handle_continuation_common()
227 if (working >= 0) { in cd9660_susp_handle_continuation_common()
231 if (working >= 28) { in cd9660_susp_handle_continuation_common()
242 if (working <= 0) { in cd9660_susp_handle_continuation_common()
750 int working,len; in cd9660_rrip_add_NM() local
760 working = 1; in cd9660_rrip_add_NM()
761 while (working) { in cd9660_rrip_add_NM()
772 working = 0; in cd9660_rrip_add_NM()