| /src/external/lgpl3/mpfr/dist/src/ |
| fpif.c | 531 size_t used_size, buf_size; local 540 used_size = buf_size; 541 buf = mpfr_fpif_store_precision (buf, &used_size, mpfr_get_prec (x)); 542 used_size > buf_size ? buf_size = used_size : 0; 543 status = fwrite (buf, used_size, 1, fh); 549 used_size = buf_size; 550 bufResult = mpfr_fpif_store_exponent (buf, &used_size, x); 554 used_size > buf_size ? buf_size = used_size : 0 591 size_t used_size; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/tui/ |
| tui-layout.c | 888 int used_size = 0; 904 used_size += info[i].size; 908 --used_size; 918 tui_debug_printf ("available_size = %d, used_size = %d", 919 available_size, used_size); 936 if (available_size != used_size && last_index != -1) 943 available_size != used_size; 948 to a window, bringing used_size closer to available_size. 955 If we still make it around the loop without moving used_size 960 /* If the used_size is greater than the available_size the 887 int used_size = 0; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/tui/ |
| tui-layout.c | 888 int used_size = 0; 904 used_size += info[i].size; 908 --used_size; 918 tui_debug_printf ("available_size = %d, used_size = %d", 919 available_size, used_size); 936 if (available_size != used_size && last_index != -1) 943 available_size != used_size; 948 to a window, bringing used_size closer to available_size. 955 If we still make it around the loop without moving used_size 960 /* If the used_size is greater than the available_size the 887 int used_size = 0; local [all...] |
| /src/sys/ufs/chfs/ |
| chfs.h | 300 uint32_t used_size; /* size of nodes */ member in struct:chfs_eraseblock
|
| /src/sys/external/bsd/sljit/dist/sljit_src/ |
| sljitLir.h | 276 sljit_uw used_size; member in struct:sljit_memory_fragment
|
| /src/usr.sbin/sysinst/ |
| partman.c | 1615 daddr_t used_size = 0; local 1631 used_size += dev_ptr->lv[i].size; 1634 dev_ptr->total_size - used_size, dev_ptr->total_size); 1985 uint used_size = 0; local 1995 used_size += lvms[i].lv[ii].size; 1996 if (used_size > lvms[i].total_size)
|