HomeSort by: relevance | last modified time | path
    Searched refs:degree (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/vax/include/
asm.h 124 .macro polyf arg:req degree:req tbladdr:req
126 movzwl \degree, %r2
137 .macro polyd arg:req degree:req tbladdr:req
139 movzwl \degree, %r2
  /src/usr.bin/nbperf/
graph2.h 51 * The core observation of the paper above is that for a degree of one,
67 uint32_t degree, edges; local in function:SIZED
graph2.c 144 ++v->degree;
158 --v->degree;
168 if (v->degree == 1) {
  /src/lib/libc/cdb/
cdbw.c 362 * The core observation of the paper above is that for a degree of one,
366 uint32_t degree; member in struct:vertex
404 v->degree += delta;
414 if (v_->degree == 1) {
  /src/usr.sbin/acpitools/acpidump/
acpi.c 1239 unsigned int degree; local in function:acpi_handle_bgrt
1246 degree = ((unsigned int)(bgrt->Status & ACPI_BGRT_ORIENTATION_OFFSET)
1248 printf("\tDegree=%u\n", degree);
  /src/sys/external/isc/libsodium/dist/
aclocal.m4 558 # actually supported "in the wild" to an acceptable degree.

Completed in 18 milliseconds