Home
last modified time | relevance | path

Searched +refs:b +refs:size (Results 1 – 25 of 275302) sorted by relevance

12345678910>>...11013

/dports/mail/fdm/fdm-2.0/
H A Dbuffer.c76 while (b->space < b->size + size) { in buffer_ensure()
88 if (size > b->space - b->size) in buffer_add()
91 b->size += size; in buffer_add()
100 if (size > b->size) in buffer_reverse_add()
103 b->size -= size; in buffer_reverse_add()
112 if (size > b->size) in buffer_remove()
115 b->size -= size; in buffer_remove()
128 b->size += size; in buffer_reverse_remove()
144 b->size += size; in buffer_insert_range()
159 b->base + b->off + base + size, b->size - base - size); in buffer_delete_range()
[all …]
/dports/security/beecrypt/beecrypt-4.2.1/
H A Dmpbarrett.c57 b->size = size; in mpbinit()
61 b->mu = b->modl+size; in mpbinit()
87 if (b->size != size) in mpbcopy()
95 b->size = size; in mpbcopy()
138 b->size = size; in mpbset()
179 b->size = size; in mpbsetbin()
210 b->size = size; in mpbsethex()
366 mpsetx(b->size+1, wksp, b->size*2, data); in mpbmod_w()
367 mpsub(b->size+1, wksp, wksp+b->size+1); in mpbmod_w()
369 while (mpgex(b->size+1, wksp, b->size, b->modl)) in mpbmod_w()
[all …]
/dports/net/bird2/bird-2.0.8/lib/
H A Dbitmap.c25 b->size = BIRD_ALIGN(size, 4); in bmap_init()
32 b->size = BIRD_ALIGN(size, 4); in bmap_reset()
33 memset(b->data, 0, b->size); in bmap_reset()
39 uint size = b->size * 2; in bmap_grow() local
44 b->size = size; in bmap_grow()
55 b->size = 0; in bmap_free()
71 b->size[0] = B256_SIZE(size); in hmap_init()
72 b->size[1] = B256_STEP(b->size[0]); in hmap_init()
73 b->size[2] = B256_STEP(b->size[1]); in hmap_init()
87 uint size = b->size[0] * 2; in hmap_grow() local
[all …]
/dports/irc/srvx/srvx-1.3.1/rx/
H A Drxbitset.c34 rx_bitset_is_equal (size, a, b) in rx_bitset_is_equal()
62 rx_bitset_is_subset (size, a, b) in rx_bitset_is_subset()
100 rx_bitset_null (size, b) in rx_bitset_null()
114 rx_bitset_universe (size, b) in rx_bitset_universe()
130 rx_bitset_complement (size, b) in rx_bitset_complement()
149 rx_bitset_assign (size, a, b) in rx_bitset_assign()
166 rx_bitset_union (size, a, b) in rx_bitset_union()
184 rx_bitset_intersection (size, a, b) in rx_bitset_intersection()
201 rx_bitset_difference (size, a, b) in rx_bitset_difference()
235 rx_bitset_xor (size, a, b) in rx_bitset_xor()
[all …]
/dports/security/ridl/ridl-11b3240/nuklear/src/
H A Dnuklear_buffer.c47 b->size = initial_size; in nk_buffer_init()
62 b->memory.size = size; in nk_buffer_init_fixed()
63 b->size = size; in nk_buffer_init_fixed()
145 b->needed += size; in nk_buffer_alloc()
150 else unaligned = nk_ptr_add(void, b->memory.ptr, b->size - size); in nk_buffer_alloc()
155 full = ((b->allocated + size + alignment) > b->size); in nk_buffer_alloc()
156 else full = ((b->size - NK_MIN(b->size,(size + alignment))) <= b->allocated); in nk_buffer_alloc()
175 else unaligned = nk_ptr_add(void, b->memory.ptr, b->size - size); in nk_buffer_alloc()
180 else b->size -= (size + alignment); in nk_buffer_alloc()
230 b->size = b->memory.size; in nk_buffer_clear()
[all …]
/dports/x11-toolkits/nuklear/Nuklear-4.09.1/src/
H A Dnuklear_buffer.c47 b->size = initial_size; in nk_buffer_init()
62 b->memory.size = size; in nk_buffer_init_fixed()
63 b->size = size; in nk_buffer_init_fixed()
145 b->needed += size; in nk_buffer_alloc()
150 else unaligned = nk_ptr_add(void, b->memory.ptr, b->size - size); in nk_buffer_alloc()
155 full = ((b->allocated + size + alignment) > b->size); in nk_buffer_alloc()
156 else full = ((b->size - NK_MIN(b->size,(size + alignment))) <= b->allocated); in nk_buffer_alloc()
175 else unaligned = nk_ptr_add(void, b->memory.ptr, b->size - size); in nk_buffer_alloc()
180 else b->size -= (size + alignment); in nk_buffer_alloc()
230 b->size = b->memory.size; in nk_buffer_clear()
[all …]
/dports/mail/dspam/dspam-3.10.2/src/
H A Dbuffer.c41 b->size = 1024; in buffer_create()
43 b->data = malloc(b->size); in buffer_create()
51 b->size = len + 1; in buffer_create()
53 b->data = malloc (b->size); in buffer_create()
82 b->data = malloc(b->size); in buffer_ncreate()
95 b->data = malloc (b->size); in buffer_ncreate()
114 b->size = 0; in buffer_clear()
202 size = b->size; in buffer_cat()
216 b->size = size; in buffer_cat()
236 size = b->size; in buffer_ncat()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/
H A Dncbi_heapmgr.c356 size += b->head.size; in HEAP_Attach()
476 if (b->head.size < f->head.size) { in s_HEAP_Link()
523 assert(!n || HEAP_SIZE(b->head.size) == b->head.size); in s_HEAP_Collect()
605 assert(!HEAP_ISUSED(b) && size <= b->head.size); in s_HEAP_Take()
616 b->head.size = size; in s_HEAP_Take()
621 b->head.size = size; in s_HEAP_Take()
774 b->head.size += n->head.size; in s_HEAP_Free()
797 p->head.size += b->head.size; in s_HEAP_Free()
848 heap->size, b->head.flag, b->head.size)); in HEAP_Free()
1035 || HEAP_ALIGN(b->head.size) != b->head.size in x_HEAP_Walk()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/
H A Dncbi_heapmgr.c356 size += b->head.size; in HEAP_Attach()
476 if (b->head.size < f->head.size) { in s_HEAP_Link()
523 assert(!n || HEAP_SIZE(b->head.size) == b->head.size); in s_HEAP_Collect()
605 assert(!HEAP_ISUSED(b) && size <= b->head.size); in s_HEAP_Take()
616 b->head.size = size; in s_HEAP_Take()
621 b->head.size = size; in s_HEAP_Take()
774 b->head.size += n->head.size; in s_HEAP_Free()
797 p->head.size += b->head.size; in s_HEAP_Free()
848 heap->size, b->head.flag, b->head.size)); in HEAP_Free()
1035 || HEAP_ALIGN(b->head.size) != b->head.size in x_HEAP_Walk()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/s390/lib/
H A Duaccess.c85 EX_TABLE(0b,2b) EX_TABLE(3b,5b) EX_TABLE(6b,2b) EX_TABLE(7b,5b) in copy_from_user_mvcos()
88 return size; in copy_from_user_mvcos()
122 return size; in copy_from_user_mvcp()
157 EX_TABLE(0b,2b) EX_TABLE(3b,5b) EX_TABLE(6b,2b) EX_TABLE(7b,5b) in copy_to_user_mvcos()
160 return size; in copy_to_user_mvcos()
194 return size; in copy_to_user_mvcs()
225 return size; in copy_in_user_mvcos()
256 return size; in copy_in_user_mvc()
292 return size; in clear_user_mvcos()
327 return size; in clear_user_xc()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/s390/lib/
H A Duaccess.c85 EX_TABLE(0b,2b) EX_TABLE(3b,5b) EX_TABLE(6b,2b) EX_TABLE(7b,5b) in copy_from_user_mvcos()
88 return size; in copy_from_user_mvcos()
122 return size; in copy_from_user_mvcp()
157 EX_TABLE(0b,2b) EX_TABLE(3b,5b) EX_TABLE(6b,2b) EX_TABLE(7b,5b) in copy_to_user_mvcos()
160 return size; in copy_to_user_mvcos()
194 return size; in copy_to_user_mvcs()
225 return size; in copy_in_user_mvcos()
256 return size; in copy_in_user_mvc()
292 return size; in clear_user_mvcos()
327 return size; in clear_user_xc()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/s390/lib/
H A Duaccess.c85 EX_TABLE(0b,2b) EX_TABLE(3b,5b) EX_TABLE(6b,2b) EX_TABLE(7b,5b) in copy_from_user_mvcos()
88 return size; in copy_from_user_mvcos()
122 return size; in copy_from_user_mvcp()
157 EX_TABLE(0b,2b) EX_TABLE(3b,5b) EX_TABLE(6b,2b) EX_TABLE(7b,5b) in copy_to_user_mvcos()
160 return size; in copy_to_user_mvcos()
194 return size; in copy_to_user_mvcs()
225 return size; in copy_in_user_mvcos()
256 return size; in copy_in_user_mvc()
292 return size; in clear_user_mvcos()
327 return size; in clear_user_xc()
[all …]
/dports/security/gnutls/gnutls-3.6.16/doc/examples/tlsproxy/
H A Dbuffer.c85 b->buf = calloc (1, size); in bufNew()
86 b->size = size; in bufNew()
114 len = b->size - b->ridx; in bufGetReadSpan()
128 return b->size; in bufGetWriteSpan()
138 len = b->size - b->widx; in bufGetWriteSpan()
146 while (!b->empty && (size > 0)) in bufDoneRead()
151 len = b->size - b->ridx; in bufDoneRead()
158 if (b->ridx >= b->size) in bufDoneRead()
181 len = b->size - b->widx; in bufDoneWrite()
188 if (b->widx >= b->size) in bufDoneWrite()
[all …]
/dports/net/nbd-server/nbd-3.23/
H A Dbuffer.c82 b->buf = calloc (1, size); in bufNew()
83 b->size = size; in bufNew()
111 len = b->size - b->ridx; in bufGetReadSpan()
125 return b->size; in bufGetWriteSpan()
135 len = b->size - b->widx; in bufGetWriteSpan()
143 while (!b->empty && (size > 0)) in bufDoneRead()
148 len = b->size - b->ridx; in bufDoneRead()
155 if (b->ridx >= b->size) in bufDoneRead()
178 len = b->size - b->widx; in bufDoneWrite()
185 if (b->widx >= b->size) in bufDoneWrite()
[all …]
/dports/biology/ncbi-toolkit/ncbi/connect/
H A Dncbi_heapmgr.c269 b->head.size = HEAP_SIZE(size); in HEAP_Create()
322 size += b->head.size; in HEAP_Attach()
449 if (b->head.size < f->head.size) { in s_HEAP_Link()
504 assert(!n || HEAP_SIZE(b->head.size) == b->head.size); in s_HEAP_Collect()
587 assert(HEAP_ISFREE(b) && size <= b->head.size); in s_HEAP_Take()
598 b->head.size = size; in s_HEAP_Take()
603 b->head.size = size; in s_HEAP_Take()
753 b->head.size += n->head.size; in s_HEAP_Free()
776 p->head.size += b->head.size; in s_HEAP_Free()
827 heap->size, b->head.flag, b->head.size)); in HEAP_Free()
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libvcodex/
H A Dvcbuffer.c50 if(trunc >= b->buf && trunc < b->buf+b->size)
60 { /**/DEBUG_SET(Busy, Busy - b->size);
65 vc->busy -= b->size;
71 if(trunc+size > b->buf+b->size) /* no extension */
78 if(size < 3*b->size/4 )
81 /**/DEBUG_SET(Busy, Busy - b->size + size);
108 /**/DEBUG_SET(Busy, Busy - b->size);
126 b->size = head+size;
130 /**/DEBUG_SET(Busy, Busy + b->size);
133 /**/DEBUG_PRINT(2,"size=%d\n",b->size);
[all …]
/dports/shells/ksh93/ast-93u/src/lib/libvcodex/
H A Dvcbuffer.c50 if(trunc >= b->buf && trunc < b->buf+b->size)
60 { /**/DEBUG_SET(Busy, Busy - b->size);
65 vc->busy -= b->size;
71 if(trunc+size > b->buf+b->size) /* no extension */
78 if(size < 3*b->size/4 )
81 /**/DEBUG_SET(Busy, Busy - b->size + size);
108 /**/DEBUG_SET(Busy, Busy - b->size);
126 b->size = head+size;
130 /**/DEBUG_SET(Busy, Busy + b->size);
133 /**/DEBUG_PRINT(2,"size=%d\n",b->size);
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libvcodex/
H A Dvcbuffer.c50 if(trunc >= b->buf && trunc < b->buf+b->size)
60 { /**/DEBUG_SET(Busy, Busy - b->size);
65 vc->busy -= b->size;
71 if(trunc+size > b->buf+b->size) /* no extension */
78 if(size < 3*b->size/4 )
81 /**/DEBUG_SET(Busy, Busy - b->size + size);
108 /**/DEBUG_SET(Busy, Busy - b->size);
126 b->size = head+size;
130 /**/DEBUG_SET(Busy, Busy + b->size);
133 /**/DEBUG_PRINT(2,"size=%d\n",b->size);
[all …]
/dports/devel/libunit/unit-1.26.1/src/
H A Dnxt_sendbuf.c39 size = b->mem.free - b->mem.pos; in nxt_sendbuf_mem_coalesce0()
68 last = b->mem.pos + size; in nxt_sendbuf_mem_coalesce0()
109 size = b->mem.free - b->mem.pos; in nxt_sendbuf_mem_coalesce()
142 last = b->mem.pos + size; in nxt_sendbuf_mem_coalesce()
180 size = b->file_end - b->file_pos; in nxt_sendbuf_file_coalesce()
188 last = b->file_pos + size; in nxt_sendbuf_file_coalesce()
218 size = nxt_buf_mem_used_size(&b->mem); in nxt_sendbuf_copy_coalesce()
254 if (size == 0 && nxt_buf_is_sync(b)) { in nxt_sendbuf_copy_coalesce()
278 if (size == 0 && nxt_buf_is_sync(b)) { in nxt_sendbuf_copy_coalesce()
307 size = b->mem.free - b->mem.pos; in nxt_sendbuf_copy()
[all …]
/dports/www/unit/unit-1.26.1/src/
H A Dnxt_sendbuf.c39 size = b->mem.free - b->mem.pos; in nxt_sendbuf_mem_coalesce0()
68 last = b->mem.pos + size; in nxt_sendbuf_mem_coalesce0()
109 size = b->mem.free - b->mem.pos; in nxt_sendbuf_mem_coalesce()
142 last = b->mem.pos + size; in nxt_sendbuf_mem_coalesce()
180 size = b->file_end - b->file_pos; in nxt_sendbuf_file_coalesce()
188 last = b->file_pos + size; in nxt_sendbuf_file_coalesce()
218 size = nxt_buf_mem_used_size(&b->mem); in nxt_sendbuf_copy_coalesce()
254 if (size == 0 && nxt_buf_is_sync(b)) { in nxt_sendbuf_copy_coalesce()
278 if (size == 0 && nxt_buf_is_sync(b)) { in nxt_sendbuf_copy_coalesce()
307 size = b->mem.free - b->mem.pos; in nxt_sendbuf_copy()
[all …]
/dports/www/unit-perl/unit-1.26.1/src/
H A Dnxt_sendbuf.c39 size = b->mem.free - b->mem.pos; in nxt_sendbuf_mem_coalesce0()
68 last = b->mem.pos + size; in nxt_sendbuf_mem_coalesce0()
109 size = b->mem.free - b->mem.pos; in nxt_sendbuf_mem_coalesce()
142 last = b->mem.pos + size; in nxt_sendbuf_mem_coalesce()
180 size = b->file_end - b->file_pos; in nxt_sendbuf_file_coalesce()
188 last = b->file_pos + size; in nxt_sendbuf_file_coalesce()
218 size = nxt_buf_mem_used_size(&b->mem); in nxt_sendbuf_copy_coalesce()
254 if (size == 0 && nxt_buf_is_sync(b)) { in nxt_sendbuf_copy_coalesce()
278 if (size == 0 && nxt_buf_is_sync(b)) { in nxt_sendbuf_copy_coalesce()
307 size = b->mem.free - b->mem.pos; in nxt_sendbuf_copy()
[all …]
/dports/www/unit-php/unit-1.26.1/src/
H A Dnxt_sendbuf.c39 size = b->mem.free - b->mem.pos; in nxt_sendbuf_mem_coalesce0()
68 last = b->mem.pos + size; in nxt_sendbuf_mem_coalesce0()
109 size = b->mem.free - b->mem.pos; in nxt_sendbuf_mem_coalesce()
142 last = b->mem.pos + size; in nxt_sendbuf_mem_coalesce()
180 size = b->file_end - b->file_pos; in nxt_sendbuf_file_coalesce()
188 last = b->file_pos + size; in nxt_sendbuf_file_coalesce()
218 size = nxt_buf_mem_used_size(&b->mem); in nxt_sendbuf_copy_coalesce()
254 if (size == 0 && nxt_buf_is_sync(b)) { in nxt_sendbuf_copy_coalesce()
278 if (size == 0 && nxt_buf_is_sync(b)) { in nxt_sendbuf_copy_coalesce()
307 size = b->mem.free - b->mem.pos; in nxt_sendbuf_copy()
[all …]
/dports/www/unit-python/unit-1.26.1/src/
H A Dnxt_sendbuf.c39 size = b->mem.free - b->mem.pos; in nxt_sendbuf_mem_coalesce0()
68 last = b->mem.pos + size; in nxt_sendbuf_mem_coalesce0()
109 size = b->mem.free - b->mem.pos; in nxt_sendbuf_mem_coalesce()
142 last = b->mem.pos + size; in nxt_sendbuf_mem_coalesce()
180 size = b->file_end - b->file_pos; in nxt_sendbuf_file_coalesce()
188 last = b->file_pos + size; in nxt_sendbuf_file_coalesce()
218 size = nxt_buf_mem_used_size(&b->mem); in nxt_sendbuf_copy_coalesce()
254 if (size == 0 && nxt_buf_is_sync(b)) { in nxt_sendbuf_copy_coalesce()
278 if (size == 0 && nxt_buf_is_sync(b)) { in nxt_sendbuf_copy_coalesce()
307 size = b->mem.free - b->mem.pos; in nxt_sendbuf_copy()
[all …]
/dports/www/unit-java/unit-1.26.1/src/
H A Dnxt_sendbuf.c39 size = b->mem.free - b->mem.pos; in nxt_sendbuf_mem_coalesce0()
68 last = b->mem.pos + size; in nxt_sendbuf_mem_coalesce0()
109 size = b->mem.free - b->mem.pos; in nxt_sendbuf_mem_coalesce()
142 last = b->mem.pos + size; in nxt_sendbuf_mem_coalesce()
180 size = b->file_end - b->file_pos; in nxt_sendbuf_file_coalesce()
188 last = b->file_pos + size; in nxt_sendbuf_file_coalesce()
218 size = nxt_buf_mem_used_size(&b->mem); in nxt_sendbuf_copy_coalesce()
254 if (size == 0 && nxt_buf_is_sync(b)) { in nxt_sendbuf_copy_coalesce()
278 if (size == 0 && nxt_buf_is_sync(b)) { in nxt_sendbuf_copy_coalesce()
307 size = b->mem.free - b->mem.pos; in nxt_sendbuf_copy()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/tr2/dynamic_bitset/
H A Dpr87784.cc27 VERIFY( b.size() == 0 ); in test01()
28 VERIFY( b.find_first() == b.size() ); in test01()
30 VERIFY( b.size() == 1 ); in test01()
31 VERIFY( b.find_first() == b.size() ); in test01()
33 VERIFY( b.size() == 2 ); in test01()
34 VERIFY( b.find_first() == b.size() ); in test01()
37 VERIFY( b.size() == 3 ); in test01()
40 VERIFY( b.size() == 4 ); in test01()
43 VERIFY( b.size() == 5 ); in test01()
47 VERIFY( b.size() == 0 ); in test01()
[all …]

12345678910>>...11013