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

  /external/tcpdump/
print-timed.c 49 #define endof(x) ((u_char *)&(x) + sizeof (x)) macro
54 if (endof(tsp->tsp_type) > snapend) {
63 if (endof(tsp->tsp_vers) > snapend) {
69 if (endof(tsp->tsp_seq) > snapend) {
76 if (endof(tsp->tsp_hopcnt) > snapend) {
85 if (endof(tsp->tsp_time) > snapend) {
  /external/clang/include/clang/Sema/
SemaFixItUtils.h 90 } // endof namespace clang

Completed in 4204 milliseconds