Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dcfi.c149 int check_index; in add_module_to_shadow() local
158 check_index = ptr_to_shadow(s, check); in add_module_to_shadow()
159 if (check_index < 0) in add_module_to_shadow()
169 s->shadow[index] = (shadow_t)check_index; in add_module_to_shadow()
/OK3568_Linux_fs/external/rk_pcba_test/mic_test_Linux/
H A Drecord_test.c34 static int check_index(int signal, int input[], int input_length);
457 ret = check_index(i, pcmInput[i], pcmIndex[i]); in recordTestWr()
495 static int check_index(int signal, int input[], int input_length) in check_index() function
/OK3568_Linux_fs/kernel/lib/842/
H A D842_compress.c134 #define check_index(p, b, n) \ macro
391 match = check_index(p, 2, b >> 1); in check_template()
393 match = check_index(p, 4, b >> 2); in check_template()
395 match = check_index(p, 8, 0); in check_template()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/
H A Dvarray.hpp91 static inline void check_index(Varray const& v, size_type i) in check_index() function
1192 errh::check_index(*this, i); in operator []()
1212 errh::check_index(*this, i); in operator []()
1997 errh::check_index(*this, i); in operator []()
2004 errh::check_index(*this, i); in operator []()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Dhif_usb.c491 static inline bool check_index(struct sk_buff *skb, u8 idx) in check_index() function
513 if (check_index(skb, idx)) { in hif_usb_sta_drain()