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

  /src/sys/arch/vax/include/
asm.h 124 .macro polyf arg:req degree:req tbladdr:req
126 movzwl \degree, %r2 variable
137 .macro polyd arg:req degree:req tbladdr:req
139 movzwl \degree, %r2 variable
  /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
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
1246 degree = ((unsigned int)(bgrt->Status & ACPI_BGRT_ORIENTATION_OFFSET)
1248 printf("\tDegree=%u\n", degree);

Completed in 25 milliseconds