Searched refs:total_split (Results 1 – 5 of 5) sorted by relevance
/dports/archivers/py-bup/bup-0.31/lib/bup/ |
H A D | hashsplit.py | 189 total_split = 0 variable 191 global total_split 194 total_split += len(blob)
|
/dports/archivers/py-bup/bup-0.31/lib/cmd/ |
H A D | split-cmd.py | 213 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 D | transaction_list.c | 135 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 D | gsb_data_scheduled.c | 1800 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 D | gsb_scheduler_list.c | 1852 GsbReal total_split = null_real; in gsb_scheduler_list_update_white_child() local 1872 … total_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()
|