Home
last modified time | relevance | path

Searched refs:bt_last (Results 1 – 25 of 27) sorted by relevance

12

/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/plugins/kdb/db2/libdb2/btree/
H A Dbt_put.c238 t->bt_last.index = idx;
239 t->bt_last.pgno = h->pgno;
244 t->bt_last.index = 0;
245 t->bt_last.pgno = h->pgno;
284 if ((h = mpool_get(t->bt_mp, t->bt_last.pgno, 0)) == NULL) {
289 t->bt_cur.index = t->bt_last.index;
306 t->bt_last.index = cmp ? ++t->bt_cur.index : t->bt_cur.index;
314 t->bt_last.index = 0;
H A Dbtree.h335 EPGNO bt_last; /* last insert */ member
/dports/devel/global/global-6.6.7/libdb/
H A Dbt_put.c234 t->bt_last.index = index;
235 t->bt_last.pgno = h->pgno;
240 t->bt_last.index = 0;
241 t->bt_last.pgno = h->pgno;
277 if ((h = mpool_get(t->bt_mp, t->bt_last.pgno, 0)) == NULL) {
282 t->bt_cur.index = t->bt_last.index;
299 t->bt_last.index = cmp ? ++t->bt_cur.index : t->bt_cur.index;
307 t->bt_last.index = 0;
H A Dbtree.h355 EPGNO bt_last; /**< last insert */ member
/dports/lang/micropython/berkeley-db-1.xx-35aaec4/btree/
H A Dbt_put.c230 t->bt_last.index = index;
231 t->bt_last.pgno = h->pgno;
236 t->bt_last.index = 0;
237 t->bt_last.pgno = h->pgno;
276 if ((h = mpool_get(t->bt_mp, t->bt_last.pgno, 0)) == NULL) {
281 t->bt_cur.index = t->bt_last.index;
298 t->bt_last.index = cmp ? ++t->bt_cur.index : t->bt_cur.index;
306 t->bt_last.index = 0;
H A Dbtree.h340 EPGNO bt_last; /* last insert */ member
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/db/btree/
H A Dbt_put.c231 t->bt_last.index = idx; in __bt_put()
232 t->bt_last.pgno = h->pgno; in __bt_put()
237 t->bt_last.index = 0; in __bt_put()
238 t->bt_last.pgno = h->pgno; in __bt_put()
274 if ((h = mpool_get(t->bt_mp, t->bt_last.pgno, 0)) == NULL) { in bt_fast()
279 t->bt_cur.index = t->bt_last.index; in bt_fast()
296 t->bt_last.index = cmp ? ++t->bt_cur.index : t->bt_cur.index; in bt_fast()
304 t->bt_last.index = 0; in bt_fast()
/dports/security/krb5/krb5-1.19.2/src/plugins/kdb/db2/libdb2/btree/
H A Dbt_put.c238 t->bt_last.index = idx;
239 t->bt_last.pgno = h->pgno;
244 t->bt_last.index = 0;
245 t->bt_last.pgno = h->pgno;
284 if ((h = mpool_get(t->bt_mp, t->bt_last.pgno, 0)) == NULL) {
289 t->bt_cur.index = t->bt_last.index;
306 t->bt_last.index = cmp ? ++t->bt_cur.index : t->bt_cur.index;
314 t->bt_last.index = 0;
H A Dbtree.h335 EPGNO bt_last; /* last insert */ member
/dports/editors/vigor/vigor-0.016/db/btree/
H A Dbt_put.c230 t->bt_last.index = index;
231 t->bt_last.pgno = h->pgno;
236 t->bt_last.index = 0;
237 t->bt_last.pgno = h->pgno;
275 if ((h = mpool_get(t->bt_mp, t->bt_last.pgno, 0)) == NULL) {
280 t->bt_cur.index = t->bt_last.index;
297 t->bt_last.index = cmp ? ++t->bt_cur.index : t->bt_cur.index;
305 t->bt_last.index = 0;
/dports/security/openvpn-mbedtls/openvpn-2.5.6/src/compat/
H A Dcompat-gettimeofday.c47 static int bt_last = 0; variable
108 if (bt && !bt_last) in gettimeofday()
112 bt_last = bt; in gettimeofday()
/dports/security/openvpn-devel/openvpn-0033811e0215af76f469d78912c95a2f59813454/src/compat/
H A Dcompat-gettimeofday.c47 static int bt_last = 0; variable
109 if (bt && !bt_last) in gettimeofday()
113 bt_last = bt; in gettimeofday()
/dports/security/openvpn/openvpn-2.5.6/src/compat/
H A Dcompat-gettimeofday.c47 static int bt_last = 0; variable
108 if (bt && !bt_last) in gettimeofday()
112 bt_last = bt; in gettimeofday()
/dports/games/openttd/openttd-12.1/src/blitter/
H A D32bpp_anim_sse4.cpp31 …ode, Blitter_32bppSSE2::ReadMode read_mode, Blitter_32bppSSE2::BlockType bt_last, bool translucent…
63 assert(bt_last == BT_NONE); // or you must ensure block type is preserved in Draw()
156 if ((bt_last == BT_NONE && effective_width & 1) || bt_last == BT_ODD) { in Draw()
267 if ((bt_last == BT_NONE && effective_width & 1) || bt_last == BT_ODD) { in Draw()
310 if ((bt_last == BT_NONE && bp->width & 1) || bt_last == BT_ODD) { in Draw()
374 const BlockType bt_last = (BlockType) (bp->width & 1); in Draw() local
375 if (bt_last == BT_EVEN) { in Draw()
H A D32bpp_sse_func.hpp194 …ode, Blitter_32bppSSE2::ReadMode read_mode, Blitter_32bppSSE2::BlockType bt_last, bool translucent>
242 assert(bt_last == BT_NONE); // or you must ensure block type is preserved
273 if ((bt_last == BT_NONE && effective_width & 1) || bt_last == BT_ODD) {
327 if ((bt_last == BT_NONE && effective_width & 1) || bt_last == BT_ODD) {
372 if ((bt_last == BT_NONE && bp->width & 1) || bt_last == BT_ODD) {
435 const BlockType bt_last = (BlockType) (bp->width & 1);
436 switch (bt_last) {
H A D32bpp_sse4.hpp29 …tter_32bppSSE_Base::ReadMode read_mode, Blitter_32bppSSE_Base::BlockType bt_last, bool translucent>
H A D32bpp_ssse3.hpp29 …tter_32bppSSE_Base::ReadMode read_mode, Blitter_32bppSSE_Base::BlockType bt_last, bool translucent>
H A D32bpp_anim_sse4.hpp35 …tter_32bppSSE_Base::ReadMode read_mode, Blitter_32bppSSE_Base::BlockType bt_last, bool translucent…
H A D32bpp_sse2.hpp84 …tter_32bppSSE_Base::ReadMode read_mode, Blitter_32bppSSE_Base::BlockType bt_last, bool translucent>
/dports/math/pspp/pspp-1.4.1/src/libpspp/
H A Dbt.h75 struct bt_node *bt_last (const struct bt *);
H A Drange-set.h222 return range_set_node_from_bt__ (bt_last (&rs->bt)); in range_set_last__()
H A Dbt.c232 bt_last (const struct bt *bt) in bt_last() function
353 return bt_last (bt); in bt_prev()
/dports/math/pspp/pspp-1.4.1/tests/libpspp/
H A Dbt-test.c319 check (bt_last (bt) == NULL); in check_bt()
331 for (p = bt_last (bt), i = 0; i < cnt; p = bt_prev (bt, p), i++) in check_bt()
/dports/databases/db18/db-18.1.40/util/
H A Ddb_dump185.c126 EPGNO bt_last; /* last insert */ member
/dports/databases/db5/db-5.3.28/util/
H A Ddb_dump185.c126 EPGNO bt_last; /* last insert */ member

12