Searched defs:entry (Results 1 - 25 of 369) sorted by relevance

1234567891011>>

/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/
H A Dentry_cmp.hpp69 entry; typedef in struct:__gnu_pbds::detail::entry_cmp
83 operator()(entry p_lhs, entry p_rhs) const
H A Dentry_pred.hpp69 entry; typedef in struct:__gnu_pbds::detail::entry_pred
83 operator()(entry p_v) const
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binary_heap_/
H A Dentry_cmp.hpp69 entry; typedef in struct:__gnu_pbds::detail::entry_cmp
83 operator()(entry p_lhs, entry p_rhs) const
H A Dentry_pred.hpp69 entry; typedef in struct:__gnu_pbds::detail::entry_pred
83 operator()(entry p_v) const
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binary_heap_/
H A Dentry_cmp.hpp69 entry; typedef in struct:__gnu_pbds::detail::entry_cmp
83 operator()(entry p_lhs, entry p_rhs) const
H A Dentry_pred.hpp69 entry; typedef in struct:__gnu_pbds::detail::entry_pred
83 operator()(entry p_v) const
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
H A Dentry_cmp.hpp69 entry; typedef in struct:__gnu_pbds::detail::entry_cmp
83 operator()(entry p_lhs, entry p_rhs) const
H A Dentry_pred.hpp69 entry; typedef in struct:__gnu_pbds::detail::entry_pred
83 operator()(entry p_v) const
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
H A Dentry_cmp.hpp69 entry; typedef in struct:__gnu_pbds::detail::entry_cmp
83 operator()(entry p_lhs, entry p_rhs) const
H A Dentry_pred.hpp69 entry; typedef in struct:__gnu_pbds::detail::entry_pred
83 operator()(entry p_v) const
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
H A Dentry_cmp.hpp69 entry; typedef in struct:__gnu_pbds::detail::entry_cmp
83 operator()(entry p_lhs, entry p_rhs) const
H A Dentry_pred.hpp69 entry; typedef in struct:__gnu_pbds::detail::entry_pred
83 operator()(entry p_v) const
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
H A Dentry_cmp.hpp69 entry; typedef in struct:__gnu_pbds::detail::entry_cmp
83 operator()(entry p_lhs, entry p_rhs) const
H A Dentry_pred.hpp69 entry; typedef in struct:__gnu_pbds::detail::entry_pred
83 operator()(entry p_v) const
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
H A Dentry_cmp.hpp69 entry; typedef in struct:__gnu_pbds::detail::entry_cmp
83 operator()(entry p_lhs, entry p_rhs) const
H A Dentry_pred.hpp69 entry; typedef in struct:__gnu_pbds::detail::entry_pred
83 operator()(entry p_v) const
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
H A Dtimer.h22 struct list_head entry; member in struct:timer_list
H A Dworkqueue.h23 struct list_head entry; member in struct:work_struct
34 #define __WORK_INITIALIZER(n, f, d) { .entry = { &(n).entry, &(n).entry }, .func = (f), .data = (d), .timer = TIMER_INITIALIZER(NULL, 0, 0), }
40 #define INIT_WORK(_work, _func, _data) do { INIT_LIST_HEAD(&(_work)->entry); (_work)->pending = 0; PREPARE_WORK((_work), (_func), (_data)); init_timer(&(_work)->timer); } while (0)
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
H A Dtimer.h22 struct list_head entry; member in struct:timer_list
H A Dworkqueue.h23 struct list_head entry; member in struct:work_struct
34 #define __WORK_INITIALIZER(n, f, d) { .entry = { &(n).entry, &(n).entry }, .func = (f), .data = (d), .timer = TIMER_INITIALIZER(NULL, 0, 0), }
40 #define INIT_WORK(_work, _func, _data) do { INIT_LIST_HEAD(&(_work)->entry); (_work)->pending = 0; PREPARE_WORK((_work), (_func), (_data)); init_timer(&(_work)->timer); } while (0)
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
H A Dtimer.h22 struct list_head entry; member in struct:timer_list
H A Dworkqueue.h23 struct list_head entry; member in struct:work_struct
34 #define __WORK_INITIALIZER(n, f, d) { .entry = { &(n).entry, &(n).entry }, .func = (f), .data = (d), .timer = TIMER_INITIALIZER(NULL, 0, 0), }
40 #define INIT_WORK(_work, _func, _data) do { INIT_LIST_HEAD(&(_work)->entry); (_work)->pending = 0; PREPARE_WORK((_work), (_func), (_data)); init_timer(&(_work)->timer); } while (0)
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
H A Dtimer.h22 struct list_head entry; member in struct:timer_list
H A Dworkqueue.h23 struct list_head entry; member in struct:work_struct
34 #define __WORK_INITIALIZER(n, f, d) { .entry = { &(n).entry, &(n).entry }, .func = (f), .data = (d), .timer = TIMER_INITIALIZER(NULL, 0, 0), }
40 #define INIT_WORK(_work, _func, _data) do { INIT_LIST_HEAD(&(_work)->entry); (_work)->pending = 0; PREPARE_WORK((_work), (_func), (_data)); init_timer(&(_work)->timer); } while (0)
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
H A Dtimer.h22 struct list_head entry; member in struct:timer_list

Completed in 296 milliseconds

1234567891011>>