Home
last modified time | relevance | path

Searched defs:eb (Results 1 – 25 of 3032) sorted by relevance

12345678910>>...122

/dports/net/dgd/dgd-1.4.23/src/ed/
H A Dbuffer.c33 editbuf *eb; in eb_new() local
47 void eb_del(editbuf *eb) in eb_del()
57 void eb_clear(editbuf *eb) in eb_clear()
106 block eb_delete(editbuf *eb, Int first, Int last) in eb_delete()
185 block eb_yank(editbuf *eb, Int first, Int last) in eb_yank()
206 void eb_put(editbuf *eb, Int ln, block b) in eb_put()
258 editbuf *eb; in add_line() local
277 static void flush_line(editbuf *eb) in flush_line()
295 void eb_startblock(editbuf *eb) in eb_startblock()
305 void eb_addblock(editbuf *eb, char *text) in eb_addblock()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/btrfs/
H A Dlocking.c40 void __btrfs_tree_read_lock(struct extent_buffer *eb, enum btrfs_lock_nesting nest) in __btrfs_tree_read_lock()
52 void btrfs_tree_read_lock(struct extent_buffer *eb) in btrfs_tree_read_lock()
62 int btrfs_try_tree_read_lock(struct extent_buffer *eb) in btrfs_try_tree_read_lock()
77 int btrfs_try_tree_write_lock(struct extent_buffer *eb) in btrfs_try_tree_write_lock()
90 void btrfs_tree_read_unlock(struct extent_buffer *eb) in btrfs_tree_read_unlock()
104 void __btrfs_tree_lock(struct extent_buffer *eb, enum btrfs_lock_nesting nest) in __btrfs_tree_lock()
117 void btrfs_tree_lock(struct extent_buffer *eb) in btrfs_tree_lock()
125 void btrfs_tree_unlock(struct extent_buffer *eb) in btrfs_tree_unlock()
166 struct extent_buffer *eb; in btrfs_lock_root_node() local
187 struct extent_buffer *eb; in btrfs_read_lock_root_node() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/btrfs/
H A Dlocking.c40 void __btrfs_tree_read_lock(struct extent_buffer *eb, enum btrfs_lock_nesting nest) in __btrfs_tree_read_lock()
52 void btrfs_tree_read_lock(struct extent_buffer *eb) in btrfs_tree_read_lock()
62 int btrfs_try_tree_read_lock(struct extent_buffer *eb) in btrfs_try_tree_read_lock()
77 int btrfs_try_tree_write_lock(struct extent_buffer *eb) in btrfs_try_tree_write_lock()
90 void btrfs_tree_read_unlock(struct extent_buffer *eb) in btrfs_tree_read_unlock()
104 void __btrfs_tree_lock(struct extent_buffer *eb, enum btrfs_lock_nesting nest) in __btrfs_tree_lock()
117 void btrfs_tree_lock(struct extent_buffer *eb) in btrfs_tree_lock()
125 void btrfs_tree_unlock(struct extent_buffer *eb) in btrfs_tree_unlock()
166 struct extent_buffer *eb; in btrfs_lock_root_node() local
187 struct extent_buffer *eb; in btrfs_read_lock_root_node() local
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/btrfs/
H A Dlocking.c40 void __btrfs_tree_read_lock(struct extent_buffer *eb, enum btrfs_lock_nesting nest) in __btrfs_tree_read_lock()
52 void btrfs_tree_read_lock(struct extent_buffer *eb) in btrfs_tree_read_lock()
62 int btrfs_try_tree_read_lock(struct extent_buffer *eb) in btrfs_try_tree_read_lock()
77 int btrfs_try_tree_write_lock(struct extent_buffer *eb) in btrfs_try_tree_write_lock()
90 void btrfs_tree_read_unlock(struct extent_buffer *eb) in btrfs_tree_read_unlock()
104 void __btrfs_tree_lock(struct extent_buffer *eb, enum btrfs_lock_nesting nest) in __btrfs_tree_lock()
117 void btrfs_tree_lock(struct extent_buffer *eb) in btrfs_tree_lock()
125 void btrfs_tree_unlock(struct extent_buffer *eb) in btrfs_tree_unlock()
166 struct extent_buffer *eb; in btrfs_lock_root_node() local
187 struct extent_buffer *eb; in btrfs_read_lock_root_node() local
/dports/net-mgmt/hastmon/hastmon-0.3.4/hastmon/
H A Debuf.c68 struct ebuf *eb; in ebuf_alloc() local
95 ebuf_free(struct ebuf *eb) in ebuf_free()
107 ebuf_add_head(struct ebuf *eb, const void *data, size_t size) in ebuf_add_head()
134 ebuf_add_tail(struct ebuf *eb, const void *data, size_t size) in ebuf_add_tail()
160 ebuf_del_head(struct ebuf *eb, size_t size) in ebuf_del_head()
171 ebuf_del_tail(struct ebuf *eb, size_t size) in ebuf_del_tail()
184 ebuf_data(struct ebuf *eb, size_t *sizep) in ebuf_data()
198 ebuf_size(struct ebuf *eb) in ebuf_size()
210 ebuf_head_extend(struct ebuf *eb, size_t size) in ebuf_head_extend()
238 ebuf_tail_extend(struct ebuf *eb, size_t size) in ebuf_tail_extend()
/dports/games/cgoban/cgoban-1.9.14/src/
H A DeditBoard.c117 EditBoard *eb; in editBoard_createSgf() local
129 EditBoard *eb; in createSgf() local
278 EditBoard *eb = packet; in gridPressed() local
409 EditBoard *eb = packet; in quitPressed() local
440 EditBoard *eb = packet; in passPressed() local
502 EditBoard *eb = packet; in backPressed() local
535 EditBoard *eb = packet; in fwdPressed() local
582 EditBoard *eb = packet; in donePressed() local
744 EditBoard *eb = packet; in gobanDestroyed() local
992 EditBoard *eb = packet; in newTool() local
[all …]
/dports/devel/libukcprog/libukcprog-1.0.2/src/
H A Debuf.c28 ebuf_t *eb; local
56 ebuf_reset(eb) in ebuf_reset() argument
66 ebuf_get(eb, p_len) in ebuf_get() argument
76 ebuf_start(eb, errors_are_fatal) in ebuf_start() argument
89 ebuf_free(eb) in ebuf_free() argument
97 ebuf_add(eb, buf, count) in ebuf_add() argument
123 ebuf_addstr(eb, str) in ebuf_addstr() argument
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/simulation/sim_ihacres/
H A Dihacres_elev_cal.cpp82 int eb = Parameters("NELEVBANDS") ->asInt(); in On_Execute() local
252 for (int eb = 0; eb < m_nElevBands; eb++) in _Init_Pointers() local
276 for (int eb = 0; eb < m_nElevBands; eb++) in _ReadInputFile() local
285 void Cihacres_elev_cal::_CalcSnowModule(int eb) in _CalcSnowModule()
300 for (int eb = 0; eb < m_nElevBands; eb++) in _Simulate_NonLinearModule() local
397 for (int eb = 0; eb < m_nElevBands; eb++) in _Simulate_Streamflow() local
453 for (int eb = 0; eb < m_nElevBands; eb++) { in _Sum_Streamflow() local
572 for (int eb = 0; eb < m_nElevBands; eb++) in _WriteTableParms() local
624 for (int eb = 0; eb < m_nElevBands; eb++) in _CreateTableSim() local
642 for (int eb = 0; eb < m_nElevBands; eb++) in _CreateTableSim() local
H A Dihacres_elev.cpp66 int eb = Parameters("NELEVBANDS") ->asInt(); in On_Execute() local
177 for (int eb = 0; eb < m_nElevBands; eb++) in _Init_Pointers() local
201 for (int eb = 0; eb < m_nElevBands; eb++) in _ReadInputFile() local
210 void Cihacres_elev::_CalcSnowModule(int eb) in _CalcSnowModule()
222 void Cihacres_elev::_Simulate_NonLinearModule(int eb) in _Simulate_NonLinearModule()
289 void Cihacres_elev::_Simulate_Streamflow(int eb) in _Simulate_Streamflow()
325 for (int eb = 0; eb < m_nElevBands; eb++) in _CreateTableSim() local
343 for (int eb = 0; eb < m_nElevBands; eb++) in _CreateTableSim() local
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/BrowseTracker/
H A DBrowseTracker.cpp593 if (not eb) return filename; in GetPageFilename() local
617 if (not eb) return filename; in GetPageFilename() local
690 EditorBase* eb = 0; in GetPreviousEditorIndex() local
704 if ( not eb) index = -1; in GetPreviousEditorIndex() local
1620 if (not eb) return; in OnIdle() local
1742 if (not eb) return; in OnEditorDeactivated() local
1895 if (not eb) return; in AddEditor() local
1911 if (not eb) return 0; in HashAddBrowse_Marks() local
1954 if (not eb) return; in RemoveEditor() local
2513 if (not eb) return; in RebuildBrowse_Marks() local
[all …]
/dports/misc/sword/sword-1.8.1/tests/
H A Dtestblocks.cpp34 void addEntry(EntriesBlock *eb) { in addEntry()
51 void printEntry(EntriesBlock *eb, int index) { in printEntry()
60 void printSize(EntriesBlock *eb) { in printSize()
67 void removeEntry(EntriesBlock *eb, int index) { in removeEntry()
78 EntriesBlock *eb = new EntriesBlock(); in main() local
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_delta/
H A Ddebug_editor.c68 struct edit_baton *eb = edit_baton; in set_target_revision() local
87 struct edit_baton *eb = edit_baton; in open_root() local
115 struct edit_baton *eb = pb->edit_baton; in delete_entry() local
138 struct edit_baton *eb = pb->edit_baton; in add_directory() local
169 struct edit_baton *eb = pb->edit_baton; in open_directory() local
199 struct edit_baton *eb = pb->edit_baton; in add_file() local
231 struct edit_baton *eb = pb->edit_baton; in open_file() local
261 struct edit_baton *eb = fb->edit_baton; in apply_textdelta() local
286 struct edit_baton *eb = fb->edit_baton; in apply_textdelta_stream() local
427 struct edit_baton *eb = edit_baton; in close_edit() local
[all …]
H A Dcancel.c52 struct edit_baton *eb = edit_baton; in set_target_revision() local
67 struct edit_baton *eb = edit_baton; in open_root() local
91 struct edit_baton *eb = pb->edit_baton; in delete_entry() local
110 struct edit_baton *eb = pb->edit_baton; in add_directory() local
136 struct edit_baton *eb = pb->edit_baton; in open_directory() local
162 struct edit_baton *eb = pb->edit_baton; in add_file() local
188 struct edit_baton *eb = pb->edit_baton; in open_file() local
213 struct edit_baton *eb = fb->edit_baton; in apply_textdelta() local
233 struct edit_baton *eb = fb->edit_baton; in apply_textdelta_stream() local
334 struct edit_baton *eb = edit_baton; in close_edit() local
[all …]
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_delta/
H A Ddebug_editor.c68 struct edit_baton *eb = edit_baton; in set_target_revision() local
87 struct edit_baton *eb = edit_baton; in open_root() local
115 struct edit_baton *eb = pb->edit_baton; in delete_entry() local
138 struct edit_baton *eb = pb->edit_baton; in add_directory() local
169 struct edit_baton *eb = pb->edit_baton; in open_directory() local
199 struct edit_baton *eb = pb->edit_baton; in add_file() local
231 struct edit_baton *eb = pb->edit_baton; in open_file() local
261 struct edit_baton *eb = fb->edit_baton; in apply_textdelta() local
286 struct edit_baton *eb = fb->edit_baton; in apply_textdelta_stream() local
427 struct edit_baton *eb = edit_baton; in close_edit() local
[all …]
H A Dcancel.c52 struct edit_baton *eb = edit_baton; in set_target_revision() local
67 struct edit_baton *eb = edit_baton; in open_root() local
91 struct edit_baton *eb = pb->edit_baton; in delete_entry() local
110 struct edit_baton *eb = pb->edit_baton; in add_directory() local
136 struct edit_baton *eb = pb->edit_baton; in open_directory() local
162 struct edit_baton *eb = pb->edit_baton; in add_file() local
188 struct edit_baton *eb = pb->edit_baton; in open_file() local
213 struct edit_baton *eb = fb->edit_baton; in apply_textdelta() local
233 struct edit_baton *eb = fb->edit_baton; in apply_textdelta_stream() local
334 struct edit_baton *eb = edit_baton; in close_edit() local
[all …]
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_delta/
H A Ddebug_editor.c68 struct edit_baton *eb = edit_baton; in set_target_revision() local
87 struct edit_baton *eb = edit_baton; in open_root() local
115 struct edit_baton *eb = pb->edit_baton; in delete_entry() local
138 struct edit_baton *eb = pb->edit_baton; in add_directory() local
169 struct edit_baton *eb = pb->edit_baton; in open_directory() local
199 struct edit_baton *eb = pb->edit_baton; in add_file() local
231 struct edit_baton *eb = pb->edit_baton; in open_file() local
261 struct edit_baton *eb = fb->edit_baton; in apply_textdelta() local
286 struct edit_baton *eb = fb->edit_baton; in apply_textdelta_stream() local
427 struct edit_baton *eb = edit_baton; in close_edit() local
[all …]
H A Dcancel.c52 struct edit_baton *eb = edit_baton; in set_target_revision() local
67 struct edit_baton *eb = edit_baton; in open_root() local
91 struct edit_baton *eb = pb->edit_baton; in delete_entry() local
110 struct edit_baton *eb = pb->edit_baton; in add_directory() local
136 struct edit_baton *eb = pb->edit_baton; in open_directory() local
162 struct edit_baton *eb = pb->edit_baton; in add_file() local
188 struct edit_baton *eb = pb->edit_baton; in open_file() local
213 struct edit_baton *eb = fb->edit_baton; in apply_textdelta() local
233 struct edit_baton *eb = fb->edit_baton; in apply_textdelta_stream() local
334 struct edit_baton *eb = edit_baton; in close_edit() local
[all …]
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_delta/
H A Ddebug_editor.c68 struct edit_baton *eb = edit_baton; in set_target_revision() local
87 struct edit_baton *eb = edit_baton; in open_root() local
115 struct edit_baton *eb = pb->edit_baton; in delete_entry() local
138 struct edit_baton *eb = pb->edit_baton; in add_directory() local
169 struct edit_baton *eb = pb->edit_baton; in open_directory() local
199 struct edit_baton *eb = pb->edit_baton; in add_file() local
231 struct edit_baton *eb = pb->edit_baton; in open_file() local
261 struct edit_baton *eb = fb->edit_baton; in apply_textdelta() local
286 struct edit_baton *eb = fb->edit_baton; in apply_textdelta_stream() local
427 struct edit_baton *eb = edit_baton; in close_edit() local
[all …]
H A Dcancel.c52 struct edit_baton *eb = edit_baton; in set_target_revision() local
67 struct edit_baton *eb = edit_baton; in open_root() local
91 struct edit_baton *eb = pb->edit_baton; in delete_entry() local
110 struct edit_baton *eb = pb->edit_baton; in add_directory() local
136 struct edit_baton *eb = pb->edit_baton; in open_directory() local
162 struct edit_baton *eb = pb->edit_baton; in add_file() local
188 struct edit_baton *eb = pb->edit_baton; in open_file() local
213 struct edit_baton *eb = fb->edit_baton; in apply_textdelta() local
233 struct edit_baton *eb = fb->edit_baton; in apply_textdelta_stream() local
334 struct edit_baton *eb = edit_baton; in close_edit() local
[all …]
/dports/lang/ghc/ghc-8.10.7/rts/eventlog/
H A DEventLog.c688 EventsBuf *eb = &capEventBuf[cap->no]; in postSchedEvent() local
734 EventsBuf *eb = &capEventBuf[cap->no]; in postSparkEvent() local
772 EventsBuf *eb = &capEventBuf[cap->no]; in postSparkCountersEvent() local
971 EventsBuf *eb = &capEventBuf[cap->no]; in postHeapEvent() local
1026 EventsBuf *eb = &capEventBuf[cap->no]; in postEventGcStats() local
1101 EventsBuf *eb = &capEventBuf[cap->no]; in postEvent() local
1109 EventsBuf *eb = &capEventBuf[cap->no]; in postEventAtTimestamp() local
1157 EventsBuf *eb = &capEventBuf[cap->no]; in postUserEvent() local
1182 EventsBuf *eb = &capEventBuf[cap->no]; in postUserBinaryEvent() local
1270 void postBlockMarker (EventsBuf *eb) in postBlockMarker()
[all …]
/dports/sysutils/u-boot-chip/u-boot-2021.07/fs/btrfs/
H A Dctree.h166 #define read_eb_member(eb, ptr, type, member, result) ( \ argument
172 #define write_eb_member(eb, ptr, type, member, result) ( \ argument
578 static inline void btrfs_node_key(struct extent_buffer *eb, in btrfs_node_key()
587 static inline void btrfs_set_node_key(struct extent_buffer *eb, in btrfs_set_node_key()
611 static inline u32 btrfs_item_end(struct extent_buffer *eb, in btrfs_item_end()
632 static inline void btrfs_item_key(struct extent_buffer *eb, in btrfs_item_key()
812 static inline u8 *btrfs_header_csum(struct extent_buffer *eb) in btrfs_header_csum()
818 static inline int btrfs_is_leaf(struct extent_buffer *eb) in btrfs_is_leaf()
1106 struct extent_buffer *eb, struct btrfs_balance_item *bi) in btrfs_balance_item_data()
1115 struct extent_buffer *eb, struct btrfs_balance_item *bi) in btrfs_balance_item_meta()
[all …]
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/fs/btrfs/
H A Dctree.h166 #define read_eb_member(eb, ptr, type, member, result) ( \ argument
172 #define write_eb_member(eb, ptr, type, member, result) ( \ argument
578 static inline void btrfs_node_key(struct extent_buffer *eb, in btrfs_node_key()
587 static inline void btrfs_set_node_key(struct extent_buffer *eb, in btrfs_set_node_key()
611 static inline u32 btrfs_item_end(struct extent_buffer *eb, in btrfs_item_end()
632 static inline void btrfs_item_key(struct extent_buffer *eb, in btrfs_item_key()
812 static inline u8 *btrfs_header_csum(struct extent_buffer *eb) in btrfs_header_csum()
818 static inline int btrfs_is_leaf(struct extent_buffer *eb) in btrfs_is_leaf()
1106 struct extent_buffer *eb, struct btrfs_balance_item *bi) in btrfs_balance_item_data()
1115 struct extent_buffer *eb, struct btrfs_balance_item *bi) in btrfs_balance_item_meta()
[all …]
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/fs/btrfs/
H A Dctree.h166 #define read_eb_member(eb, ptr, type, member, result) ( \ argument
172 #define write_eb_member(eb, ptr, type, member, result) ( \ argument
578 static inline void btrfs_node_key(struct extent_buffer *eb, in btrfs_node_key()
587 static inline void btrfs_set_node_key(struct extent_buffer *eb, in btrfs_set_node_key()
611 static inline u32 btrfs_item_end(struct extent_buffer *eb, in btrfs_item_end()
632 static inline void btrfs_item_key(struct extent_buffer *eb, in btrfs_item_key()
812 static inline u8 *btrfs_header_csum(struct extent_buffer *eb) in btrfs_header_csum()
818 static inline int btrfs_is_leaf(struct extent_buffer *eb) in btrfs_is_leaf()
1106 struct extent_buffer *eb, struct btrfs_balance_item *bi) in btrfs_balance_item_data()
1115 struct extent_buffer *eb, struct btrfs_balance_item *bi) in btrfs_balance_item_meta()
[all …]
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/fs/btrfs/
H A Dctree.h166 #define read_eb_member(eb, ptr, type, member, result) ( \ argument
172 #define write_eb_member(eb, ptr, type, member, result) ( \ argument
578 static inline void btrfs_node_key(struct extent_buffer *eb, in btrfs_node_key()
587 static inline void btrfs_set_node_key(struct extent_buffer *eb, in btrfs_set_node_key()
611 static inline u32 btrfs_item_end(struct extent_buffer *eb, in btrfs_item_end()
632 static inline void btrfs_item_key(struct extent_buffer *eb, in btrfs_item_key()
812 static inline u8 *btrfs_header_csum(struct extent_buffer *eb) in btrfs_header_csum()
818 static inline int btrfs_is_leaf(struct extent_buffer *eb) in btrfs_is_leaf()
1106 struct extent_buffer *eb, struct btrfs_balance_item *bi) in btrfs_balance_item_data()
1115 struct extent_buffer *eb, struct btrfs_balance_item *bi) in btrfs_balance_item_meta()
[all …]
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/fs/btrfs/
H A Dctree.h166 #define read_eb_member(eb, ptr, type, member, result) ( \ argument
172 #define write_eb_member(eb, ptr, type, member, result) ( \ argument
578 static inline void btrfs_node_key(struct extent_buffer *eb, in btrfs_node_key()
587 static inline void btrfs_set_node_key(struct extent_buffer *eb, in btrfs_set_node_key()
611 static inline u32 btrfs_item_end(struct extent_buffer *eb, in btrfs_item_end()
632 static inline void btrfs_item_key(struct extent_buffer *eb, in btrfs_item_key()
812 static inline u8 *btrfs_header_csum(struct extent_buffer *eb) in btrfs_header_csum()
818 static inline int btrfs_is_leaf(struct extent_buffer *eb) in btrfs_is_leaf()
1106 struct extent_buffer *eb, struct btrfs_balance_item *bi) in btrfs_balance_item_data()
1115 struct extent_buffer *eb, struct btrfs_balance_item *bi) in btrfs_balance_item_meta()
[all …]

12345678910>>...122