HomeSort by: relevance | last modified time | path
    Searched refs:desired (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/common/lib/libc/atomic/
atomic_c11_compare_exchange_cas_16.c 45 void *expected, uint16_t desired,
56 const uint16_t prev = atomic_cas_16(mem, old, desired);
atomic_c11_compare_exchange_cas_32.c 45 void *expected, uint32_t desired,
56 const uint32_t prev = atomic_cas_32(mem, old, desired);
atomic_c11_compare_exchange_cas_8.c 45 void *expected, uint8_t desired,
56 const uint8_t prev = atomic_cas_8(mem, old, desired);
  /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/sys/external/bsd/compiler_rt/dist/lib/builtins/
atomic.c 189 /// to the value at *expected, then this copies value at *desired to *ptr. If
194 void *desired, int success, int failure) {
197 *(type*)desired, success, failure)
203 memcpy(ptr, desired, size);
283 int __atomic_compare_exchange_##n(type *ptr, type *expected, type desired,\
286 return __c11_atomic_compare_exchange_strong((_Atomic(type)*)ptr, expected, desired,\
291 *ptr = desired;\
  /src/usr.bin/make/unit-tests/
deptgt-end-jobs.mk 4 # which is run after making the desired targets.
deptgt-end.mk 4 # which is run after making the desired targets.
  /src/sys/arch/m68k/060sp/dist/
ilsp.doc 79 below in "68060ILSP Entry Points" that corresponds to the desired
143 to record that such an event occurred if desired.
iskeletn.s 67 # can do any clean-up desired. The stack frame is the
fplsp.doc 79 below in "68060FPLSP entry points" that corresponds to the desired
fpsp.s 5654 #--US THE DESIRED VALUE IN FLOATING POINT.
6085 #--US THE DESIRED VALUE IN FLOATING POINT.
10243 # positive which is the desired result for fetox(). #
10277 # positive which is the desired result for fcosh(). #
23530 # The mantissa is scaled to the desired number of #
23905 # The mantissa is scaled to the desired number of significant
24467 # d0 = desired length (LEN) #
  /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/arch/m68k/m68k/
copy.s 254 tstl 16(%sp) | length desired?
293 tstl 16(%sp) | length desired?
  /src/usr.bin/at/
parsetime.c 299 expect(tokid_t desired)
302 if (token() != desired)
  /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/lib/libc/time/
tzselect.ksh 476 echo >&2 'Please enter the desired value' \
  /src/sys/arch/mvme68k/stand/libsa/
SRT0.S 44 lea xstart:l, %a4 | a4 = desired location (LINKADDR)
49 movl #_C_LABEL(edata),%d2 | Desired end of program
  /src/sys/arch/sun68k/stand/libsa/
SRT0.S 52 lea start:l,%a1 | desired location (LINKADDR)
57 movl #_edata,%d0 | Desired end of program
  /src/sys/lib/libkern/arch/m68k/
udivsi3.S 92 | so our guess quotient cannot be less than our real 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/distrib/sets/
fmt-list 51 -- of the string to the desired width.
  /src/sys/arch/mips/mips/
locore_mips1.S 1417 beq a2, ta2, 3f # is the desired cell loaded?
mipsX_subr.S 2591 beq a2, ta2, 3f # is the desired cell loaded?
  /src/sys/arch/sparc/sparc/
locore.s 3871 * If we're already running at our desired virtual load address,
6067 cmp %fp, %g7 ! compare against desired frame
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc 5205 // buffer, and res contains the desired buffer size.

Completed in 1069 milliseconds

1 2