Home
last modified time | relevance | path

Searched defs:outside (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minui/
H A Dgraphics.c60 static bool outside(int x, int y) in outside() function
/OK3568_Linux_fs/external/recovery/minui/
H A Dgraphics.c68 static bool outside(int x, int y) in outside() function
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dannotate.h43 bool outside; member
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dresize.c127 #define outside(b, first, last) ((b) < (first) || (b) >= (last)) macro