HomeSort by relevance Sort by last modified time
    Searched defs:thresh1 (Results 1 - 3 of 3) sorted by null

  /external/iproute2/ip/
ipntable.c 49 " [ thresh1 VAL ] [ thresh2 VAL ] [ thresh3 VAL ] [ gc_int MSEC ]\n"
103 } else if (strcmp(*argv, "thresh1") == 0) {
104 __u32 thresh1; local
109 if (get_u32(&thresh1, *argv, 0))
110 invarg("\"thresh1\" value is invalid", *argv);
112 addattr32(&req.n, sizeof(req), NDTA_THRESH1, thresh1);
421 __u32 thresh1 = rta_getattr_u32(tb[NDTA_THRESH1]); local
422 fprintf(fp, "thresh1 %u ", thresh1);
  /external/opencv/cv/src/
cvpyrsegmentation.cpp 1840 int thresh1 = cvRound( threshold1 ); local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 2178 uint16 thresh1; \/* Radar detection, thresh 1 *\/ member in struct:__anon39300
    [all...]

Completed in 601 milliseconds