Lines Matching full:working
223 int ca_used, susp_used, susp_used_pre_ce, working; in cd9660_susp_handle_continuation_common() local
227 working = 254 - space; in cd9660_susp_handle_continuation_common()
230 working -= node->su_tail_size + 4; in cd9660_susp_handle_continuation_common()
231 /* printf("There are %i bytes to work with\n",working); */ in cd9660_susp_handle_continuation_common()
236 if (working < 0) in cd9660_susp_handle_continuation_common()
242 working -= CD9660_SUSP_ENTRY_SIZE(temp); in cd9660_susp_handle_continuation_common()
243 if (working >= 0) { in cd9660_susp_handle_continuation_common()
247 if (working >= 28) { in cd9660_susp_handle_continuation_common()
258 if (working <= 0) { in cd9660_susp_handle_continuation_common()
805 int working,len; in cd9660_rrip_add_NM() local
815 working = 1; in cd9660_rrip_add_NM()
816 while (working) { in cd9660_rrip_add_NM()
827 working = 0; in cd9660_rrip_add_NM()