Home
last modified time | relevance | path

Searched defs:sgt (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/validation/optim/
H A Dext-trunc-greater.c1 short sgt(char x) in sgt() function
H A Dcanonical-cmp.c10 sint sgt(sint p, sint a) { return (123 < p) ? a : 0; } in sgt() function
H A Dbinops-same-args.c14 int sgt(int a) { return a > a; } in sgt() function
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dtautological-compare.c6 int sgt(int a) { return a > a; } in sgt() function
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.h286 struct aac_sge *sgt; /* sg table */ member