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

  /external/iproute2/misc/
ssfilter.y 38 %token HOSTCOND DCOND SCOND DPORT SPORT LEQ GEQ NEQ AUTOBOUND
81 | DPORT NEQ HOSTCOND
106 | SPORT NEQ HOSTCOND
241 strcmp(curtok, "neq") == 0)
242 return NEQ;
  /external/libpcap/
tokdefs.h 77 NEQ = 303,
181 #define NEQ 303
grammar.c 112 NEQ = 303,
216 #define NEQ 303
788 "LINK", "GEQ", "LEQ", "NEQ", "ID", "EID", "HID", "HID6", "AID", "LSH",
    [all...]
grammar.y 177 %token GEQ LEQ NEQ
414 | NEQ { $$ = BPF_JEQ; }
scanner.l 304 "!=" return NEQ;
scanner.c     [all...]
  /dalvik/dx/etc/
dx.bat 62 if "%A:~0,5%" NEQ "-JXmx" goto notXmx
66 if "%A:~0,2%" NEQ "-J" goto notJ
  /cts/tools/host/etc/
cts.bat 57 if debug NEQ "%1" goto NoDebug
  /sdk/layoutopt/app/etc/
layoutopt.bat 43 if debug NEQ "%1" goto NoDebug
  /sdk/ddms/app/etc/
ddms.bat 43 if debug NEQ "%1" goto NoDebug

Completed in 167 milliseconds