| /src/sys/dev/dtv/ |
| dtv_math.c | 50 * Here's a table of the desired and actual results, as well 53 * x desired actual err_abs err_rel 184 "x", "desired", "actual", "err_abs", "err_rel"); 188 uint32_t desired = (uint32_t)(log10((double)x) local 191 int32_t err_abs = actual - desired; 197 x, desired, actual, err_abs, err_rel);
|
| /src/external/bsd/file/dist/tests/ |
| test.c | 86 char *desired = NULL; local 148 desired = slurp(fp, &desired_len); 151 if (strcmp(result, desired) != 0) { 155 desired_len, desired); 160 free(desired);
|
| /src/sys/rump/librump/rumpkern/ |
| vm.c | 847 void *rv, *desired = NULL; local 869 desired = (void *)(0x80000000 - size); 878 error = rumpuser_anonmmap(desired, size, alignbit,
|
| /src/sbin/fsdb/ |
| fsdb.c | 1100 static long slotcount, desired; variable 1107 if (slotcount++ == desired) { 1125 desired = strtol(argv[1], &cp, 0); 1126 if (cp == argv[1] || *cp != '\0' || desired < 0) { 1150 if (slotcount++ == desired) { 1174 desired = strtoul(argv[1], &cp, 0); 1204 if (slotcount++ == desired) { 1221 desired = strtoul(argv[1], &cp, 0);
|
| /src/sys/kern/ |
| subr_vmem.c | 1567 size_t desired; local 1570 desired = atomic_load_relaxed(&vm->vm_maxbusytag); 1573 if (desired > VMEM_HASHSIZE_MAX) { 1574 desired = VMEM_HASHSIZE_MAX; 1575 } else if (desired < VMEM_HASHSIZE_MIN) { 1576 desired = VMEM_HASHSIZE_MIN; 1578 if (desired > current * 2 || desired * 2 < current) { 1579 vmem_rehash(vm, desired, VM_NOSLEEP);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| builtins.cc | 5009 /* Allocate the desired space. If the allocation stems from the declaration 5331 /* Round address up to desired boundary. */ 5567 significant bit, then truncate the result to the desired mode 5578 /* Expand fork or exec calls. TARGET is the desired target of the 5898 TYPE __atomic_exchange (TYPE *object, TYPE desired, enum memmodel) 5922 TYPE desired, BOOL weak, 5932 rtx expect, desired, mem, oldval; 5959 desired = expand_expr_force_mode (CALL_EXPR_ARG (exp, 2), mode); 5973 if (!expand_atomic_compare_and_swap (&target, &oldval, mem, expect, desired, 6072 rtx desired = expand_expr_force_mode (gimple_call_arg (call, 2), mode) 5930 rtx expect, desired, mem, oldval; local 6070 rtx desired = expand_expr_force_mode (gimple_call_arg (call, 2), mode); local [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| builtins.cc | 5749 /* Allocate the desired space. If the allocation stems from the declaration 6074 /* Round address up to desired boundary. */ 6310 significant bit, then truncate the result to the desired mode 6321 /* Expand fork or exec calls. TARGET is the desired target of the 6641 TYPE __atomic_exchange (TYPE *object, TYPE desired, enum memmodel) 6665 TYPE desired, BOOL weak, 6675 rtx expect, desired, mem, oldval; 6702 desired = expand_expr_force_mode (CALL_EXPR_ARG (exp, 2), mode); 6716 if (!expand_atomic_compare_and_swap (&target, &oldval, mem, expect, desired, 6815 rtx desired = expand_expr_force_mode (gimple_call_arg (call, 2), mode) 6673 rtx expect, desired, mem, oldval; local 6813 rtx desired = expand_expr_force_mode (gimple_call_arg (call, 2), mode); local [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| zone.c | 16507 uint32_t newserial = 0, desired = 0; local 16628 newserial = desired = 16702 newserial, desired); 23402 uint32_t oldserial, desired; local 23425 desired = sse->serial; 23453 if (desired == 0U) { 23454 desired = 1; 23456 if (!isc_serial_gt(desired, oldserial)) { 23457 if (desired != oldserial) { 23459 "setserial: desired serial (%u) [all...] |
| /src/external/mpl/bind/dist/lib/dns/ |
| zone.c | 17066 uint32_t newserial = 0, desired = 0; local 17177 newserial = desired = 17252 newserial, desired); 24629 uint32_t oldserial, desired; local 24648 desired = sse->serial; 24676 if (desired == 0U) { 24677 desired = 1; 24679 if (!isc_serial_gt(desired, oldserial)) { 24680 if (desired != oldserial) { 24682 "setserial: desired serial (%u) [all...] |