HomeSort by relevance Sort by last modified time
    Searched full:max_window (Results 1 - 5 of 5) sorted by null

  /external/ltp/testcases/realtime/func/gtod_latency/
gtod_infinite.c 63 static unsigned int max_window = 0; /* infinite, don't use a window */ variable
84 max_window = atoi(v);
136 if (max_window > 0) {
137 printf("%d iterations in max calculation window\n", max_window);
176 if (max_window > 0 ||
181 if (max_window == 0 || ++wi == max_window) {
187 if (wi == max_window) {
  /bionic/libc/kernel/uapi/linux/
tcp.h 99 __u32 max_window; member in struct:tcp_repair_window
  /external/iproute2/include/uapi/linux/
tcp.h 132 __u32 max_window; member in struct:tcp_repair_window
  /external/kernel-headers/original/uapi/linux/
tcp.h 134 __u32 max_window; member in struct:tcp_repair_window
  /external/boringssl/src/crypto/fipsmodule/bn/
exponentiation.c 433 // windows. This must be 2^(max_window - 1), where max_window is the largest
    [all...]

Completed in 114 milliseconds