Searched refs:desired (Results 26 - 40 of 40) sorted by relevance

12

/freebsd-11-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c332 static int intel_ntb_remap_msix(device_t, uint32_t desired, uint32_t avail);
988 " to a smaller number of ithreads, even if the desired number are "
1001 * Remap the desired number of MSI-X messages to available ithreads in a simple
1005 intel_ntb_remap_msix(device_t dev, uint32_t desired, uint32_t avail) argument
1014 vectors = malloc(desired * sizeof(*vectors), M_NTB, M_ZERO | M_WAITOK);
1016 for (i = 0; i < desired; i++)
1019 rc = pci_remap_msix(dev, desired, vectors);
/freebsd-11-stable/contrib/tcsh/
H A Dsh.c2531 grabpgrp(int fd, pid_t desired) argument
2540 if (pgrp == desired)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c.h13546 void __ovld atomic_store(volatile atomic_int *object, int desired);
13547 void __ovld atomic_store_explicit(volatile atomic_int *object, int desired, memory_order order);
13548 void __ovld atomic_store_explicit(volatile atomic_int *object, int desired, memory_order order, memory_scope scope);
13549 void __ovld atomic_store(volatile atomic_uint *object, uint desired);
13550 void __ovld atomic_store_explicit(volatile atomic_uint *object, uint desired, memory_order order);
13551 void __ovld atomic_store_explicit(volatile atomic_uint *object, uint desired, memory_order order, memory_scope scope);
13552 void __ovld atomic_store(volatile atomic_float *object, float desired);
13553 void __ovld atomic_store_explicit(volatile atomic_float *object, float desired, memory_order order);
13554 void __ovld atomic_store_explicit(volatile atomic_float *object, float desired, memory_order order, memory_scope scope);
13557 void __ovld atomic_store(volatile atomic_double *object, double desired);
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc197 // sysctl may not return the desired path if there are multiple hardlinks
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dlb1spc.asm5 slightly edited to match the desired calling convention, and also to
H A Dsparc.c3408 mem_min_alignment (rtx mem, int desired)
3418 && MEM_ALIGN (mem) / BITS_PER_UNIT >= (unsigned)desired)
3459 && REGNO_POINTER_ALIGN (regno) >= desired * BITS_PER_UNIT)
3461 && (INTVAL (offset) & (desired - 1)) == 0)
3466 if (((INTVAL (offset) - SPARC_STACK_BIAS) & (desired - 1)) == 0)
3399 mem_min_alignment(rtx mem, int desired) argument
/freebsd-11-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex428 option specifying the desired version. It automatically makes any
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex2412 % to index the item name in whatever manner is desired (perhaps none).
2677 % @multitable ... @end multitable will make as many columns as desired.
2692 % columns as desired.
2698 % using the widest term desired in each column.
2846 % continue for many paragraphs if desired.
3520 % Put the index entry in the margin if desired.
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex2311 % to index the item name in whatever manner is desired (perhaps none).
2576 % @multitable ... @end multitable will make as many columns as desired.
2591 % columns as desired.
2597 % using the widest term desired in each column.
2745 % continue for many paragraphs if desired.
3418 % Put the index entry in the margin if desired.
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex3505 % to index the item name in whatever manner is desired (perhaps none).
3780 % @multitable ... @end multitable will make as many columns as desired.
3795 % columns as desired.
3801 % using the widest term desired in each column.
3956 % continue for many paragraphs if desired.
4748 % Put the index entry in the margin if desired.
/freebsd-11-stable/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c5802 int desired = 13; local
5890 cur_hpf += desired - bwn_hweight32(power[index]);
/freebsd-11-stable/contrib/gcc/cp/
H A Dparser.c2031 const char* desired)
2053 error ("%<%D::%D%> %s", parser->scope, name, desired);
2055 error ("%<::%D%> %s", name, desired);
2057 error ("%qD %s", name, desired);
17036 All further tokens are skipped until the desired token is
17051 /* Skip tokens until the desired token is found. */
2026 cp_parser_name_lookup_error(cp_parser* parser, tree name, tree decl, const char* desired) argument
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c12010 int allocated = 0, desired = 0;
12068 desired += 2;
12150 desired += 2;
12171 *factor = desired / (allocated > 0 ? allocated : 1);
15640 * the stored DIF offset with its own (which is the desired behavior).
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc5291 // buffer, and res contains the desired buffer size.
/freebsd-11-stable/contrib/ntp/sntp/
H A Dconfigure1605 --with-lineeditlibs edit,editline (readline may be specified if desired)

Completed in 394 milliseconds

12