Home
last modified time | relevance | path

Searched +defs:end +defs:exclusive (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/members/ranges/src/
H A Drange.rs9 end: Index, field
29 let end = self.end.resolve(vector_length)?; in bounds() localVariable
39 pub fn exclusive(start: Index, end: Index) -> Range { Range { start, end, inclusive: false } } in exclusive() method
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/lockd/
H A Dxdr4.c111 __s64 end; in nlm4_decode_lock() local
184 u32 exclusive; in nlm4svc_decode_testargs() local
212 u32 exclusive; in nlm4svc_decode_lockargs() local
233 u32 exclusive; in nlm4svc_decode_cancargs() local
H A Dxdr.c118 s32 start, len, end; in nlm_decode_lock() local
187 u32 exclusive; in nlmsvc_decode_testargs() local
215 u32 exclusive; in nlmsvc_decode_lockargs() local
236 u32 exclusive; in nlmsvc_decode_cancargs() local
/dports/multimedia/libv4l/linux-5.13-rc2/fs/lockd/
H A Dxdr4.c111 __s64 end; in nlm4_decode_lock() local
184 u32 exclusive; in nlm4svc_decode_testargs() local
212 u32 exclusive; in nlm4svc_decode_lockargs() local
233 u32 exclusive; in nlm4svc_decode_cancargs() local
H A Dxdr.c118 s32 start, len, end; in nlm_decode_lock() local
187 u32 exclusive; in nlmsvc_decode_testargs() local
215 u32 exclusive; in nlmsvc_decode_lockargs() local
236 u32 exclusive; in nlmsvc_decode_cancargs() local
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/lockd/
H A Dxdr4.c111 __s64 end; in nlm4_decode_lock() local
184 u32 exclusive; in nlm4svc_decode_testargs() local
212 u32 exclusive; in nlm4svc_decode_lockargs() local
233 u32 exclusive; in nlm4svc_decode_cancargs() local
H A Dxdr.c118 s32 start, len, end; in nlm_decode_lock() local
187 u32 exclusive; in nlmsvc_decode_testargs() local
215 u32 exclusive; in nlmsvc_decode_lockargs() local
236 u32 exclusive; in nlmsvc_decode_cancargs() local
/dports/sysutils/htop/htop-3.1.2/
H A DProcessLocksScreen.h26 char* exclusive; member
33 uint64_t end; member
/dports/net/py-pyroute2.ipset/pyroute2.ipset-0.6.5/pr2modules/
H A Dipset.py83 def __init__(self, begin, end, protocol=None): argument
197 exclusive=True, counters=False, comment=False, argument
332 def _add_delete_test(self, name, entry, family, cmd, exclusive, argument
372 def add(self, name, entry, family=socket.AF_INET, exclusive=True, argument
421 def delete(self, name, entry, family=socket.AF_INET, exclusive=True, argument
/dports/devel/gnome-builder/gnome-builder-41.3/src/libide/sourceview/
H A Dide-cursor.c210 GtkTextIter begin, end; in ide_cursor_remove_cursors() local
238 GtkTextIter begin, end, temp; in ide_cursor_add_cursor_by_column() local
333 GtkTextIter begin, end, match_begin, match_end; in ide_cursor_add_cursor_by_match() local
418 GtkTextIter begin, end; in ide_cursor_insert_text() local
466 GtkTextIter begin, end; in ide_cursor_backspace() local
511 GtkTextIter begin, end; in ide_cursor_delete_from_cursor() local
561 GtkTextIter begin, end; in ide_cursor_delete_selection() local
625 gboolean exclusive, in ide_cursor_movement()
664 gboolean exclusive, in ide_cursor_select_inner()
867 GtkTextIter begin, end; in ide_cursor_clear_highlight() local
/dports/sysutils/lizardfs/lizardfs-3.12.0/src/master/
H A Dlocks.h97 bool exclusive() const { in exclusive() function
145 uint64_t end; /*!< end of locked range */ member
169 iterator erase(const_iterator start, const_iterator end) { in erase()
181 iterator end() { in end() function
189 const_iterator end() const { in end() function
375 uint64_t end = 0; in unlock() local
/dports/net/samba412/samba-4.12.15/source3/lib/
H A Dg_lock.c42 struct server_id exclusive; member
51 struct server_id exclusive; in g_lock_parse() local
112 uint8_t exclusive[SERVER_ID_BUF_LENGTH]; in g_lock_store() local
709 struct timeval end; in g_lock_lock() local
786 bool ok, exclusive; in g_lock_unlock_fn() local
872 bool exclusive; in g_lock_write_data_fn() local
1018 void (*fn)(struct server_id exclusive, in g_lock_dump()
/dports/devel/p5-ParseLex/ParseLex-2.21/lib/Parse/
H A DALex.pm698 sub exclusive { subroutine
824 sub end { subroutine
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/third-party/mruby/src/
H A Drange.c74 range_ptr_init(mrb_state *mrb, struct RRange *r, mrb_value beg, mrb_value end, mrb_bool excl)
101 range_ptr_replace(mrb_state *mrb, struct RRange *r, mrb_value beg, mrb_value end, mrb_bool excl)
159 mrb_value beg, end; local
160 mrb_bool exclusive = FALSE; local
214 mrb_value beg, end; local
335 mrb_int const end = olen < beg + len ? olen : beg + len; local
374 mrb_range_new(mrb_state *mrb, mrb_value beg, mrb_value end, mrb_bool excl)
383 mrb_int beg, end; local
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/third-party/mruby/src/
H A Drange.c88 range_ptr_init(mrb_state *mrb, struct RRange *r, mrb_value beg, mrb_value end, mrb_bool excl)
115 range_ptr_replace(mrb_state *mrb, struct RRange *r, mrb_value beg, mrb_value end, mrb_bool excl)
173 mrb_value beg, end; local
174 mrb_bool exclusive = FALSE; local
229 mrb_value beg, end; local
356 mrb_int const end = olen < beg + len ? olen : beg + len; local
395 mrb_range_new(mrb_state *mrb, mrb_value beg, mrb_value end, mrb_bool excl)
404 mrb_int beg, end; local
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/third-party/mruby/src/
H A Drange.c74 range_ptr_init(mrb_state *mrb, struct RRange *r, mrb_value beg, mrb_value end, mrb_bool excl)
101 range_ptr_replace(mrb_state *mrb, struct RRange *r, mrb_value beg, mrb_value end, mrb_bool excl)
159 mrb_value beg, end; local
160 mrb_bool exclusive = FALSE; local
214 mrb_value beg, end; local
335 mrb_int const end = olen < beg + len ? olen : beg + len; local
374 mrb_range_new(mrb_state *mrb, mrb_value beg, mrb_value end, mrb_bool excl)
383 mrb_int beg, end; local
/dports/www/libnghttp2/nghttp2-1.46.0/third-party/mruby/src/
H A Drange.c74 range_ptr_init(mrb_state *mrb, struct RRange *r, mrb_value beg, mrb_value end, mrb_bool excl)
101 range_ptr_replace(mrb_state *mrb, struct RRange *r, mrb_value beg, mrb_value end, mrb_bool excl)
159 mrb_value beg, end; local
160 mrb_bool exclusive = FALSE; local
214 mrb_value beg, end; local
335 mrb_int const end = olen < beg + len ? olen : beg + len; local
374 mrb_range_new(mrb_state *mrb, mrb_value beg, mrb_value end, mrb_bool excl)
383 mrb_int beg, end; local
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/third-party/mruby/src/
H A Drange.c88 range_ptr_init(mrb_state *mrb, struct RRange *r, mrb_value beg, mrb_value end, mrb_bool excl)
115 range_ptr_replace(mrb_state *mrb, struct RRange *r, mrb_value beg, mrb_value end, mrb_bool excl)
173 mrb_value beg, end; local
174 mrb_bool exclusive = FALSE; local
229 mrb_value beg, end; local
356 mrb_int const end = olen < beg + len ? olen : beg + len; local
395 mrb_range_new(mrb_state *mrb, mrb_value beg, mrb_value end, mrb_bool excl)
404 mrb_int beg, end; local
/dports/www/h2o-devel/h2o-dcc7134/deps/mruby/src/
H A Drange.c88 range_ptr_init(mrb_state *mrb, struct RRange *r, mrb_value beg, mrb_value end, mrb_bool excl)
115 range_ptr_replace(mrb_state *mrb, struct RRange *r, mrb_value beg, mrb_value end, mrb_bool excl)
173 mrb_value beg, end; local
174 mrb_bool exclusive = FALSE; local
229 mrb_value beg, end; local
356 mrb_int const end = olen < beg + len ? olen : beg + len; local
395 mrb_range_new(mrb_state *mrb, mrb_value beg, mrb_value end, mrb_bool excl)
404 mrb_int beg, end; local
/dports/www/nghttp2/nghttp2-1.46.0/third-party/mruby/src/
H A Drange.c74 range_ptr_init(mrb_state *mrb, struct RRange *r, mrb_value beg, mrb_value end, mrb_bool excl)
101 range_ptr_replace(mrb_state *mrb, struct RRange *r, mrb_value beg, mrb_value end, mrb_bool excl)
159 mrb_value beg, end; local
160 mrb_bool exclusive = FALSE; local
214 mrb_value beg, end; local
335 mrb_int const end = olen < beg + len ? olen : beg + len; local
374 mrb_range_new(mrb_state *mrb, mrb_value beg, mrb_value end, mrb_bool excl)
383 mrb_int beg, end; local
/dports/databases/xapian-core/xapian-core-1.4.18/include/xapian/
H A Dqueryparser.h113 SimpleStopper(Iterator begin, Iterator end) : stop_words(begin, end) { } in SimpleStopper()
1192 bool exclusive) { in add_boolean_prefix()
1212 bool exclusive) { in add_boolean_prefix()
/dports/misc/mnn/MNN-1.2.0/source/shape/
H A DShapeStridedSlice.cpp39 Tensor *end = inputs[2]; in onComputeSize() local
140 auto beginAndEndShapeLimit = [](int shape, int dimSize, bool exclusive) -> int { in onComputeSize()
/dports/comms/lirc/lirc-0.9.0/daemons/
H A Dhw_devinput.c81 static int exclusive = 0; variable
83 static struct timeval start, end, last; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/spdy/
H A Dbuffered_spdy_framer.cc60 bool exclusive, in OnHeaders()
62 bool end) { in OnHeaders()
199 bool end) { in OnPushPromise()
217 bool end) {} in OnContinuation()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/spdy/
H A Dbuffered_spdy_framer.cc62 bool exclusive, in OnHeaders()
64 bool end) { in OnHeaders()
201 bool end) { in OnPushPromise()
220 bool end) {} in OnContinuation()

12345678910>>...12