HomeSort by relevance Sort by last modified time
    Searched refs:SET_COUNTER (Results 1 - 6 of 6) sorted by null

  /bionic/libc/kernel/uapi/linux/netfilter/
x_tables.h 82 #define SET_COUNTER(c,b,p) do { (c).bcnt = (b); (c).pcnt = (p); } while(0)
  /external/iproute2/include/uapi/linux/netfilter/
x_tables.h 107 #define SET_COUNTER(c,b,p) do { (c).bcnt = (b); (c).pcnt = (p); } while(0)
  /external/iptables/include/linux/netfilter/
x_tables.h 106 #define SET_COUNTER(c,b,p) do { (c).bcnt = (b); (c).pcnt = (p); } while(0)
  /external/kernel-headers/original/uapi/linux/netfilter/
x_tables.h 107 #define SET_COUNTER(c,b,p) do { (c).bcnt = (b); (c).pcnt = (p); } while(0)
  /device/google/contexthub/firmware/os/core/
seos.c 888 SET_COUNTER(stat.app, appCount);
889 SET_COUNTER(stat.task, taskCount);
890 SET_COUNTER(stat.op, stopCount);
891 SET_COUNTER(stat.erase, eraseCount);
972 SET_COUNTER(stat.app, appCount);
973 SET_COUNTER(stat.task, taskCount);
974 SET_COUNTER(stat.op, startCount);
975 SET_COUNTER(stat.erase, eraseCount);
    [all...]
  /device/google/contexthub/firmware/os/inc/
nanohubPacket.h 285 #define SET_COUNTER(counter, val) (counter = (val & 0x7F) | (val > 0x7F ? 0x80 : 0))

Completed in 179 milliseconds