| /OK3568_Linux_fs/kernel/lib/ |
| H A D | bsearch.c | 31 void *bsearch(const void *key, const void *base, size_t num, size_t size, cmp_func_t cmp) in bsearch() function 35 EXPORT_SYMBOL(bsearch); 36 NOKPROBE_SYMBOL(bsearch);
|
| H A D | extable.c | 120 return bsearch(&value, base, num, in search_extable()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | vec.h | 605 T *bsearch (const void *key, int (*compar)(const void *, const void *)); 606 T *bsearch (const void *key, 1157 vec<T, A, vl_embed>::bsearch (const void *key, 1191 vec<T, A, vl_embed>::bsearch (const void *key, 1474 T *bsearch (const void *key, int (*compar)(const void *, const void *)); 1475 T *bsearch (const void *key, 2029 vec<T, va_heap, vl_ptr>::bsearch (const void *key, 2033 return m_vec->bsearch (key, cmp); 2042 vec<T, va_heap, vl_ptr>::bsearch (const void *key, 2047 return m_vec->bsearch (key, cmp, data);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | vec.h | 605 T *bsearch (const void *key, int (*compar)(const void *, const void *)); 606 T *bsearch (const void *key, 1157 vec<T, A, vl_embed>::bsearch (const void *key, 1191 vec<T, A, vl_embed>::bsearch (const void *key, 1474 T *bsearch (const void *key, int (*compar)(const void *, const void *)); 1475 T *bsearch (const void *key, 2029 vec<T, va_heap, vl_ptr>::bsearch (const void *key, 2033 return m_vec->bsearch (key, cmp); 2042 vec<T, va_heap, vl_ptr>::bsearch (const void *key, 2047 return m_vec->bsearch (key, cmp, data);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/ |
| H A D | stdlib.h | 45 bsearch(const void *key, const void *base0, size_t nmemb, size_t size,
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/ |
| H A D | mystdlib.cpp | 32 return bsearch(k, b, n, es, cmp); in mybsearch()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | bsearch.h | 30 extern void *bsearch(const void *key, const void *base, size_t num, size_t size, cmp_func_t cmp);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | stdlib-bsearch.h | 20 bsearch (const void *__key, const void *__base, size_t __nmemb, size_t __size, in bsearch() function
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | stdlib-bsearch.h | 20 bsearch (const void *__key, const void *__base, size_t __nmemb, size_t __size, in bsearch() function
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | cstdlib | 58 void* bsearch(const void* key, const void* base, size_t nmemb, size_t size, 137 using ::bsearch;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | cstdlib | 58 void* bsearch(const void* key, const void* base, size_t nmemb, size_t size, 137 using ::bsearch;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | stdlib.h | 58 using std::bsearch;
|
| H A D | cstdlib | 93 #undef bsearch 143 using ::bsearch;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | stdlib.h | 58 using std::bsearch;
|
| H A D | cstdlib | 93 #undef bsearch 143 using ::bsearch;
|
| /OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ |
| H A D | ni_routes.c | 385 return bsearch(&destination, valid_routes->routes, in ni_find_route_set() 400 if (!bsearch(&source, routes->src, routes->n_src, sizeof(int), in ni_route_set_has_source()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | stdlib.h | 27 bsearch(const void *key, const void *base0, size_t nmemb, size_t size,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | stdlib.h | 27 bsearch(const void *key, const void *base0, size_t nmemb, size_t size,
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/ |
| H A D | compar_fn_t.patch | 55 symbol_name = bsearch( name, keynames,
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | dwarf-unwind.c | 151 void *fp = &bsearch; in test_dwarf_unwind__krava_3()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | syscalltbl.c | 111 struct syscall *sc = bsearch(name, tbl->syscalls.entries, in syscalltbl__id()
|
| /OK3568_Linux_fs/kernel/drivers/sh/intc/ |
| H A D | chip.c | 126 return bsearch(&key, hp, nr_hp, sizeof(*hp), intc_handle_int_cmp); in intc_find_irq()
|
| /OK3568_Linux_fs/buildroot/package/input-event-daemon/ |
| H A D | 0004-Support-key-press-and-release-events.patch | 48 fired_key_event = bsearch(
|
| /OK3568_Linux_fs/kernel/kernel/kcsan/ |
| H A D | debugfs.c | 118 ret = !!bsearch(&func_addr, report_filterlist.addrs, in kcsan_skip_report_debugfs()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/ |
| H A D | iwl-trans.c | 250 ret = bsearch(&cmd, arr->arr, arr->size, size, iwl_hcmd_names_cmp); in iwl_get_cmd_string()
|