Home
last modified time | relevance | path

Searched refs:total_split (Results 1 – 5 of 5) sorted by relevance

/dports/archivers/py-bup/bup-0.31/lib/bup/
H A Dhashsplit.py189 total_split = 0 variable
191 global total_split
194 total_split += len(blob)
/dports/archivers/py-bup/bup-0.31/lib/cmd/
H A Dsplit-cmd.py213 hashsplit.total_split += len(blob)
216 megs = hashsplit.total_split // 1024 // 1024
246 size = hashsplit.total_split
/dports/finance/grisbi/grisbi-2.0.5/src/
H A Dtransaction_list.c135 GsbReal total_split = null_real; in transaction_list_update_white_child() local
154 total_split = gsb_real_add (total_split, in transaction_list_update_white_child()
159 variance = gsb_real_sub (gsb_data_transaction_get_amount (transaction_number), total_split); in transaction_list_update_white_child()
162 amount_string = utils_real_get_string_with_currency (total_split, in transaction_list_update_white_child()
2197 GsbReal total_split = null_real; in transaction_list_get_variance() local
2232 total_split = gsb_real_add (total_split, in transaction_list_get_variance()
2239 total_split); in transaction_list_get_variance()
H A Dgsb_data_scheduled.c1800 GsbReal total_split = null_real; in gsb_data_scheduled_get_variance() local
1812 total_split = gsb_real_add (total_split, in gsb_data_scheduled_get_variance()
1818 variance = gsb_real_sub (gsb_data_scheduled_get_amount (mother_scheduled_number), total_split); in gsb_data_scheduled_get_variance()
H A Dgsb_scheduler_list.c1852 GsbReal total_split = null_real; in gsb_scheduler_list_update_white_child() local
1872total_split = gsb_real_add (total_split, gsb_data_scheduled_get_amount (split_scheduled_number)); in gsb_scheduler_list_update_white_child()
1877 variance = gsb_real_sub (gsb_data_scheduled_get_amount (mother_scheduled_number), total_split); in gsb_scheduler_list_update_white_child()
1887 amount_string = utils_real_get_string_with_currency (total_split, currency_number, TRUE); in gsb_scheduler_list_update_white_child()