| /OK3568_Linux_fs/kernel/drivers/block/drbd/ |
| H A D | drbd_actlog.c | 246 unsigned last = i->size == 0 ? first : (i->sector + (i->size >> 9) - 1) >> (AL_EXTENT_SHIFT-9); in drbd_al_begin_io_fastpath() local 263 unsigned last = i->size == 0 ? first : (i->sector + (i->size >> 9) - 1) >> (AL_EXTENT_SHIFT-9); in drbd_al_begin_io_prepare() local 490 unsigned last = i->size == 0 ? first : (i->sector + (i->size >> 9) - 1) >> (AL_EXTENT_SHIFT-9); in drbd_al_begin_io_nonblock() local 549 unsigned last = i->size == 0 ? first : (i->sector + (i->size >> 9) - 1) >> (AL_EXTENT_SHIFT-9); in drbd_al_complete_io() local 741 unsigned long last = device->rs_mark_time[device->rs_last_mark]; in drbd_advance_rs_marks() local
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | btree-type.h | 64 static inline void *BTREE_FN(last)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE *key) in BTREE_FN() argument 105 static inline void *BTREE_FN(last)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE *key) in BTREE_FN() argument
|
| /OK3568_Linux_fs/kernel/drivers/crypto/inside-secure/ |
| H A D | safexcel_ring.c | 181 bool first, bool last, in safexcel_add_cdesc() 226 bool first, bool last, in safexcel_add_rdesc()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/node/ |
| H A D | node.hpp | 46 inline Box elements_box(FwdIter first, FwdIter last, Translator const& tr) in elements_box() 75 inline Box values_box(FwdIter first, FwdIter last, Translator const& tr) in values_box()
|
| /OK3568_Linux_fs/kernel/lib/vdso/ |
| H A D | gettimeofday.c | 14 u64 vdso_calc_delta(u64 cycles, u64 last, u64 mask, u32 mult) in vdso_calc_delta() 55 u64 cycles, last, ns; in do_hres_timens() local 111 u64 cycles, last, sec, ns; in do_hres() local
|
| /OK3568_Linux_fs/kernel/drivers/i2c/busses/ |
| H A D | i2c-digicolor.c | 55 int last; member 104 bool last = (i2c->msgbuf_ptr + 1 == i2c->msg->len); in dc_i2c_next_read() local 215 int last) in dc_i2c_xfer_msg()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/detail/ |
| H A D | alternative_function.hpp | 175 Iterator const& last; member 204 Iterator const& last; member
|
| /OK3568_Linux_fs/kernel/arch/microblaze/include/asm/ |
| H A D | switch_to.h | 15 #define switch_to(prev, next, last) \ argument
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | switch_to.h | 31 #define switch_to(prev,next,last) do { \ argument
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | switch_to.h | 9 #define switch_to(prev, next, last) do { \ argument
|
| /OK3568_Linux_fs/kernel/arch/h8300/include/asm/ |
| H A D | switch_to.h | 35 #define switch_to(prev, next, last) \ argument
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/asm/ |
| H A D | switch_to.h | 17 #define switch_to(prev,next,last) \ argument
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | switch_to.h | 21 #define switch_to(prev, next, last) \ argument
|
| /OK3568_Linux_fs/kernel/arch/nios2/include/asm/ |
| H A D | switch_to.h | 17 #define switch_to(prev, next, last) \ argument
|
| /OK3568_Linux_fs/kernel/arch/arc/include/asm/ |
| H A D | switch_to.h | 17 #define switch_to(prev, next, last) \ argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/algo/detail/ |
| H A D | adaptive_sort_merge.hpp | 100 bool is_sorted(ForwardIt const first, ForwardIt last, Pred pred) in is_sorted() 115 bool is_sorted(::order_perf_type *first, ::order_perf_type *last, ::order_type_less) in is_sorted() 131 bool is_sorted_and_unique(ForwardIt first, ForwardIt last, Pred pred) in is_sorted_and_unique() 146 count_if_with(ForwardIt first, ForwardIt last, Pred pred, const V &v) in count_if_with() 332 range_xbuf(Iterator first, Iterator last) in range_xbuf() 610 ( RandIt first, RandIt const middle, RandIt last in op_buffered_merge() 635 ( RandIt first, RandIt const middle, RandIt last in buffered_merge() 651 ( RandIt const first, RandIt const last in collect_unique() 780 ( RandIt const first, RandIt const last, Compare comp) in slow_stable_sort() 789 ( RandIt const first, RandIt const last, Compare comp) in slow_stable_sort() [all …]
|
| /OK3568_Linux_fs/kernel/arch/c6x/include/asm/ |
| H A D | switch_to.h | 21 #define switch_to(prev, next, last) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
| H A D | npde.h | 6 bool last; member
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/ |
| H A D | pack_create.hpp | 151 node_pointer apply(InIt first, InIt last, size_type & values_count, size_type & leafs_level, in apply() 251 …internal_element per_level(EIt first, EIt last, Box const& hint_box, std::size_t values_count, sub… in per_level() 331 void per_level_packets(EIt first, EIt last, Box const& hint_box, in per_level_packets()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/intrusive/detail/ |
| H A D | iterator.hpp | 232 iterator_distance(InputIt first, InputIt last) in iterator_distance() 245 iterator_distance(InputIt first, InputIt last) in iterator_distance()
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | switch_to_64.h | 21 #define switch_to(prev, next, last) \ argument
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | switch_to.h | 26 #define switch_to(prev,next,last) \ argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/algo/ |
| H A D | unique.hpp | 32 ForwardIterator unique(ForwardIterator first, ForwardIterator last, BinaryPredicate pred) in unique()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/sym53c8xx_2/ |
| H A D | sym_misc.h | 80 struct sym_quehead *last = list->blink; in sym_que_splice() local 94 struct sym_quehead *first, *last; in sym_que_move() local
|
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbpixmap.c | 320 FbStip *bits, *first, *last; in fbValidateDrawable() local 347 FbStip *bits, *first, *last; in fbInitializeDrawable() local
|