Home
last modified time | relevance | path

Searched defs:BOUND (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/net/
H A Dbootp.h80 BOUND, enumerator
/OK3568_Linux_fs/external/xserver/render/
H A Dmipict.c227 #define BOUND(v) (INT16) ((v) < MINSHORT ? MINSHORT : (v) > MAXSHORT ? MAXSHORT : (v)) macro