Home
last modified time | relevance | path

Searched refs:available (Results 1 – 25 of 3386) sorted by relevance

12345678910>>...136

/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dunitregional.c69 unit_assert(r->available == r->first_size - s); in corner_cases()
78 unit_assert(r->available == r->first_size - s); in corner_cases()
85 unit_assert(r->available == r->first_size - s); in corner_cases()
91 unit_assert(r->available == r->first_size - s); in corner_cases()
97 unit_assert(r->available == r->first_size - s); in corner_cases()
105 unit_assert(r->available == r->first_size - s); in corner_cases()
109 while(r->available > 1024) { in corner_cases()
114 unit_assert(r->available == r->first_size - s); in corner_cases()
125 while(r->available > 864) { in corner_cases()
132 mysize = r->available; /* exactly fits */ in corner_cases()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Dregion.d31 void[] available; // slice of chunk that's available to allocate
39 void[] available;
57 if (nbytes > available.length) in malloc()
66 available = array[used][0 .. MaxAllocSize]; in malloc()
70 auto p = available.ptr; in malloc()
71 available = (p + nbytes)[0 .. available.length - nbytes]; in malloc()
82 return RegionPos(used, available); in savePos()
98 available = pos.available; in release()
105 (cast(ubyte[])pos.available)[] = 0xFF; in release()
133 return used * MaxAllocSize - available.length; in size()
/netbsd-src/external/gpl3/gdb/dist/sim/ppc/
H A Dhw_memory.c89 int available; member
113 memory_reg_spec *available = NULL; in hw_memory_set_available() local
121 if (chunk->available) in hw_memory_set_available()
132 available = zalloc(sizeof_available); in hw_memory_set_available()
136 if (chunk->available) { in hw_memory_set_available()
137 available[curr].base = H2BE_cell(chunk->address); in hw_memory_set_available()
138 available[curr].size = H2BE_cell(chunk->size); in hw_memory_set_available()
144 device_set_array_property(me, "available", available, sizeof_available); in hw_memory_set_available()
145 free(available); in hw_memory_set_available()
208 new_chunk->available = 1; in hw_memory_init_address()
[all …]
/netbsd-src/external/bsd/tmux/dist/
H A Dformat-draw.c168 format_draw_none(struct screen_write_ctx *octx, u_int available, u_int ocx, in format_draw_none() argument
183 while (width_left + width_centre + width_right > available) { in format_draw_none()
197 available - width_right, in format_draw_none()
209 + ((available - width_right) - width_left) / 2 in format_draw_none()
217 if (width_abs_centre > available) in format_draw_none()
218 width_abs_centre = available; in format_draw_none()
220 (available - width_abs_centre) / 2, in format_draw_none()
227 format_draw_left(struct screen_write_ctx *octx, u_int available, u_int ocx, in format_draw_left() argument
252 width_after > available) { in format_draw_left()
271 format_draw_none(octx, available, ocx, ocy, left, centre, in format_draw_left()
[all …]
H A Dlayout.c339 u_int available, minimum; in layout_resize_check() local
346 available = lc->sx; in layout_resize_check()
349 available = lc->sy; in layout_resize_check()
355 if (available > minimum) in layout_resize_check()
356 available -= minimum; in layout_resize_check()
358 available = 0; in layout_resize_check()
361 available = 0; in layout_resize_check()
363 available += layout_resize_check(w, lcchild, type); in layout_resize_check()
368 available = layout_resize_check(w, lcchild, type); in layout_resize_check()
369 if (available < minimum) in layout_resize_check()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_get_ciphers.pod12 - get list of available SSL_CIPHERs
30 SSL_get_ciphers() returns the stack of available SSL_CIPHERs for B<ssl>,
31 sorted by preference. If B<ssl> is NULL or no ciphers are available, NULL
34 SSL_CTX_get_ciphers() returns the stack of available SSL_CIPHERs for B<ctx>.
47 If B<ssl> is NULL or no ciphers are available, NULL is returned.
49 SSL_get_client_ciphers() returns the stack of available SSL_CIPHERs matching the
51 available, or B<ssl> is not operating in server mode, NULL is returned.
63 available, or there are less ciphers than B<priority> available, NULL
67 SSL_CIPHER names that are available in both the client and the server. B<buf> is
72 a ciphersuite is available (i.e. it is configured in the cipher list) and shared
[all …]
H A DOpenSSL_version.pod126 C<compiler: ...> if available, or C<compiler: information not available>
131 The date of the build process in the form C<built on: ...> if available
132 or C<built on: date not available> otherwise.
133 The date would not be available in a reproducible build, for example.
138 if available, or C<platform: information not available> otherwise.
143 if available, or C<OPENSSLDIR: N/A> otherwise.
148 if available, or C<ENGINESDIR: N/A> otherwise. This option is deprecated in
154 if available, or C<MODULESDIR: N/A> otherwise.
163 or C<CPUINFO: N/A> if not available.
167 For an unknown I<t>, the text C<not available> is returned.
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_get_ciphers.pod12 - get list of available SSL_CIPHERs
30 SSL_get_ciphers() returns the stack of available SSL_CIPHERs for B<ssl>,
31 sorted by preference. If B<ssl> is NULL or no ciphers are available, NULL
34 SSL_CTX_get_ciphers() returns the stack of available SSL_CIPHERs for B<ctx>.
47 If B<ssl> is NULL or no ciphers are available, NULL is returned.
49 SSL_get_client_ciphers() returns the stack of available SSL_CIPHERs matching the
51 available, or B<ssl> is not operating in server mode, NULL is returned.
63 available, or there are less ciphers than B<priority> available, NULL
67 SSL_CIPHER names that are available in both the client and the server. B<buf> is
72 a ciphersuite is available (i.e. it is configured in the cipher list) and shared
[all …]
H A DOPENSSL_VERSION_NUMBER.pod67 "compiler: ..." if available or "compiler: information not available"
72 The date of the build process in the form "built on: ..." if available
73 or "built on: date not available" otherwise.
78 if available or "platform: information not available" otherwise.
83 if available or "OPENSSLDIR: N/A" otherwise.
88 if available or "ENGINESDIR: N/A" otherwise.
92 For an unknown B<t>, the text "not available" is returned.
/netbsd-src/sys/external/bsd/drm2/dist/drm/vboxvideo/
H A Dvbva_base.c71 u32 available; in vbva_write() local
80 available = vbva_buffer_available(vbva); in vbva_write()
85 if (chunk >= available) { in vbva_write()
87 available = vbva_buffer_available(vbva); in vbva_write()
90 if (chunk >= available) { in vbva_write()
91 if (WARN_ON(available <= vbva->partial_write_tresh)) { in vbva_write()
95 chunk = available - vbva->partial_write_tresh; in vbva_write()
104 available -= chunk; in vbva_write()
/netbsd-src/external/apache2/llvm/autoconf/include/llvm/Config/
H A Dllvm-config.h.in35 /* LLVM architecture name for the native architecture, if available */
38 /* LLVM name for the native AsmParser init function, if available */
41 /* LLVM name for the native AsmPrinter init function, if available */
44 /* LLVM name for the native Disassembler init function, if available */
47 /* LLVM name for the native Target init function, if available */
50 /* LLVM name for the native TargetInfo init function, if available */
53 /* LLVM name for the native target MC init function, if available */
/netbsd-src/sys/altq/
H A Daltq_jobs.c1077 int64_t credit, available, lower_bound, upper_bound; in adjust_rates_rdc() local
1242 available = result[i] in adjust_rates_rdc()
1244 if (available >= -credit) { in adjust_rates_rdc()
1248 result[i] -= available; in adjust_rates_rdc()
1249 credit += available; in adjust_rates_rdc()
1274 int64_t *available; in assign_rate_drops_adc() local
1299 available = malloc((jif->jif_maxpri+1)*sizeof(int64_t), M_DEVBUF, M_WAITOK); in assign_rate_drops_adc()
1300 if (available == NULL) in assign_rate_drops_adc()
1336 available[i] = n[i]-k[i]/c[i]; in assign_rate_drops_adc()
1345 available[ in assign_rate_drops_adc()
[all...]
/netbsd-src/external/apache2/llvm/config/llvm/Config/
H A Dllvm-config.h.in36 /* LLVM architecture name for the native architecture, if available */
39 /* LLVM name for the native AsmParser init function, if available */
42 /* LLVM name for the native AsmPrinter init function, if available */
45 /* LLVM name for the native Disassembler init function, if available */
48 /* LLVM name for the native Target init function, if available */
51 /* LLVM name for the native TargetInfo init function, if available */
54 /* LLVM name for the native target MC init function, if available */
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A Dconfig.h.in12 /* Define if arc4random is available in <stdlib.h>. */
76 /* Define if dirfd is available in <dirent.h>. */
106 /* Define if fdopendir is available in <dirent.h>. */
148 /* Define if getentropy is available in <unistd.h>. */
151 /* Define if _Unwind_GetIPInfo is available. */
154 /* Define if gets is available in <stdio.h> before C++14. */
196 /* Define if LC_MESSAGES is available in <locale.h>. */
223 /* Define if link is available in <unistd.h>. */
229 /* Define if futex syscall is available. */
295 /* Define if openat is available in <fcntl.h>. */
[all …]
/netbsd-src/external/lgpl3/gmp/dist/printf/
H A Drepl-vsnprintf.c186 ASSERT_FAIL (intmax_t not available); in __gmp_replacement_vsnprintf()
196 ASSERT_FAIL (long long not available); in __gmp_replacement_vsnprintf()
206 ASSERT_FAIL (quad_t not available); in __gmp_replacement_vsnprintf()
213 ASSERT_FAIL (ptrdiff_t not available); in __gmp_replacement_vsnprintf()
240 ASSERT_FAIL (long double not available); in __gmp_replacement_vsnprintf()
258 ASSERT_FAIL (long double not available); in __gmp_replacement_vsnprintf()
H A Ddoprnt.c280 ASSERT_FAIL (intmax_t not available); in __gmp_doprnt()
290 ASSERT_FAIL (long long not available); in __gmp_doprnt()
317 ASSERT_FAIL (quad_t not available); in __gmp_doprnt()
328 ASSERT_FAIL (ptrdiff_t not available); in __gmp_doprnt()
383 ASSERT_FAIL (long double not available); in __gmp_doprnt()
461 case 'j': ASSERT_FAIL (intmax_t not available); break; in __gmp_doprnt()
469 case 'q': ASSERT_FAIL (quad_t not available); break; in __gmp_doprnt()
474 case 'L': ASSERT_FAIL (long long not available); break; in __gmp_doprnt()
492 case 't': ASSERT_FAIL (ptrdiff_t not available); break; in __gmp_doprnt()
/netbsd-src/external/bsd/unbound/dist/
H A Dac_pkg_swig.m413 # check if the version of the available SWIG is greater than or equal to
90 # Calculate the available version number components
91 [available=$swig_version]
92 [available_major=`echo $available | sed 's/[^0-9].*//'`]
96 [available=`echo $available | sed 's/[0-9]*[^0-9]//'`]
97 [available_minor=`echo $available | sed 's/[^0-9].*//'`]
101 [available=`echo $available | sed 's/[0-9]*[^0-9]//'`]
102 [available_patch=`echo $available | sed 's/[^0-9].*//'`]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_gtt_mgr.c35 atomic64_t available; member
112 atomic64_set(&mgr->available, p_size); in amdgpu_gtt_mgr_init()
248 atomic64_read(&mgr->available) < mem->num_pages) { in amdgpu_gtt_mgr_new()
252 atomic64_sub(mem->num_pages, &mgr->available); in amdgpu_gtt_mgr_new()
280 atomic64_add(mem->num_pages, &mgr->available); in amdgpu_gtt_mgr_new()
308 atomic64_add(mem->num_pages, &mgr->available); in amdgpu_gtt_mgr_del()
324 s64 result = man->size - atomic64_read(&mgr->available); in amdgpu_gtt_mgr_usage()
366 man->size, (u64)atomic64_read(&mgr->available), in amdgpu_gtt_mgr_debug()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Config/
H A Dllvm-config.h.cmake32 /* LLVM architecture name for the native architecture, if available */
35 /* LLVM name for the native AsmParser init function, if available */
38 /* LLVM name for the native AsmPrinter init function, if available */
41 /* LLVM name for the native Disassembler init function, if available */
44 /* LLVM name for the native Target init function, if available */
47 /* LLVM name for the native TargetInfo init function, if available */
50 /* LLVM name for the native target MC init function, if available */
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/
H A Dconfig.h.in135 /* Define if _Unwind_GetIPInfo is available. */
138 /* Define if gets is available in <stdio.h> before C++14. */
156 /* Define if int64_t is available in <stdint.h>. */
189 /* Define if LC_MESSAGES is available in <locale.h>. */
216 /* Define if link is available in <unistd.h>. */
219 /* Define if futex syscall is available. */
285 /* Define if poll is available in <poll.h>. */
306 /* Define if readlink is available in <unistd.h>. */
357 /* Define if strerror_l is available in <string.h>. */
360 /* Define if strerror_r is available in <string.h>. */
[all …]
/netbsd-src/external/bsd/ipf/dist/
H A DWhatsNew40.txt14 - Master/slave programs available.
28 - IP Id number rewriting available.
33 - BPF syntax available for matching packets in ipf rules (1).
39 - Lookup functions available to map an IPv4 address to a group.
43 - Extra packet attributes available for filter rules:
50 - PPS (packets per second) matching available for ipf rules.
64 - "sticky" mapping available to ensure an address translation on
/netbsd-src/external/gpl2/groff/dist/
H A DMORE.STUFF29 Binaries for Eli Zaretskii's port using the djgpp compiler are available
48 is available from
54 A Windows 32 port is included in the groff package available from
80 everything is available from
96 available from
115 i.e. Windows 95, Windows 98, Windows NT) is available from
121 A Windows 32 port of version 1.8 is available from
126 for Debian; it is available from
139 . Dr. Robert Hermann's groff gems are available from
148 . Robert Marks's collection of useful macros and scripts is available from
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DItaniumMangleAbiTags.rst56 "required tags" which are not in the "available tags" set:
60 derived-tags := (required-tags - available-tags)
96 available. Also, for functions, all tags from the <bare-function-type>
97 (which might include the return type for template functions) are available.
100 encoding>) are available, but not implicit tags which were not active.
103 in the type of a cast operator) are NOT available.
107 required from the return type `std::string` but not available.
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dregion.d128 if (available < n) return null; in allocate()
133 assert(available >= rounded); in allocate()
171 const available = _current - _begin; in alignedAllocate() local
172 if (available < n) return null; in alignedAllocate()
202 auto result = _begin[0 .. available]; in allocateAll()
207 auto result = _current[0 .. available]; in allocateAll()
316 size_t available() const in available() function
527 size_t available() in available() function
530 return _impl.available; in available()
575 assert(r1.available == 2095, text(r1.available));
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
H A Dintel_guc_ct.c594 s32 available; /* in dwords */ in ctb_read() local
605 available = tail - head; in ctb_read()
606 if (unlikely(available == 0)) in ctb_read()
610 if (unlikely(available < 0)) in ctb_read()
611 available += size; in ctb_read()
612 CT_DEBUG_DRIVER("CT: available %d (%u:%u)\n", available, head, tail); in ctb_read()
613 GEM_BUG_ON(available < 0); in ctb_read()
620 if (unlikely(len > (u32)available)) { in ctb_read()
623 4 * (head + available - 1 > size ? in ctb_read()
624 size - head : available - 1), &cmds[head], in ctb_read()
[all …]

12345678910>>...136