Home
last modified time | relevance | path

Searched refs:_fsm_cmp_ptr (Results 1 – 1 of 1) sorted by relevance

/third_party/iowow/src/fs/
Diwfsmfile.c76 IW_INLINE int _fsm_cmp_ptr(const FSMBK *a, const FSMBK *b);
77 #define _fsm_cmp(a_, b_) (_fsm_cmp_ptr(&(a_), &(b_)))
110 IW_INLINE int _fsm_cmp_ptr(const FSMBK *a, const FSMBK *b) { in _fsm_cmp_ptr() function