Home
last modified time | relevance | path

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

12345678910>>...128

/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/arm/
H A Dgroup-reloc-ldrs-encoding-bad.l2 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
3 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
4 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
5 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
6 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
7 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
8 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
9 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
10 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
11 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
[all …]
H A Dgroup-reloc-ldr-encoding-bad.l2 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
3 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
4 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
5 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
6 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
7 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
8 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
9 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
10 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
11 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
[all …]
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dgroup-reloc-ldrs-encoding-bad.l2 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
3 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
4 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
5 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
6 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
7 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
8 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
9 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
10 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
11 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
[all …]
H A Dgroup-reloc-ldr-encoding-bad.l2 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
3 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
4 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
5 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
6 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
7 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
8 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
9 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
10 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
11 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
[all …]
/netbsd/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()
109 while(r->available > 1024) { in corner_cases()
125 while(r->available > 864) { in corner_cases()
132 mysize = r->available; /* exactly fits */ in corner_cases()
141 unit_assert(r->available == 0); in corner_cases()
147 unit_assert(r->available > 0); in corner_cases()
151 while(r->available > 1320) { in corner_cases()
165 while(r->available > 1480) { in corner_cases()
[all …]
/netbsd/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/external/gpl3/gdb/dist/sim/ppc/
H A Dhw_memory.c86 int available; member
118 if (chunk->available) in hw_memory_set_available()
133 if (chunk->available) { in hw_memory_set_available()
142 free(available); in hw_memory_set_available()
205 new_chunk->available = 1; in hw_memory_init_address()
330 if ((chunk->available) in hw_memory_instance_claim()
378 chunk->available = 0; in hw_memory_instance_claim()
444 if (chunk->available) in hw_memory_instance_release()
453 chunk->available = 1; in hw_memory_instance_release()
466 chunk->available = 1; in hw_memory_instance_release()
[all …]
/netbsd/external/gpl3/gdb.old/dist/sim/ppc/
H A Dhw_memory.c86 int available; member
118 if (chunk->available) in hw_memory_set_available()
133 if (chunk->available) { in hw_memory_set_available()
142 free(available); in hw_memory_set_available()
205 new_chunk->available = 1; in hw_memory_init_address()
330 if ((chunk->available) in hw_memory_instance_claim()
378 chunk->available = 0; in hw_memory_instance_claim()
444 if (chunk->available) in hw_memory_instance_release()
453 chunk->available = 1; in hw_memory_instance_release()
466 chunk->available = 1; in hw_memory_instance_release()
[all …]
/netbsd/external/bsd/tmux/dist/
H A Dformat-draw.c187 available - width_right, in format_draw_none()
208 width_abs_centre = available; in format_draw_none()
242 width_after > available) { in format_draw_left()
271 available - width_right, in format_draw_left()
311 width_abs_centre = available; in format_draw_left()
345 width_after > available) { in format_draw_centre()
374 available - width_right, in format_draw_centre()
419 width_abs_centre = available; in format_draw_centre()
453 width_after > available) { in format_draw_right()
482 available - width_after, in format_draw_right()
[all …]
H A Dlayout.c346 available = lc->sx; in layout_resize_check()
349 available = lc->sy; 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()
372 available = minimum; in layout_resize_check()
375 return (available); in layout_resize_check()
766 available = size; in layout_set_size_check()
835 available = 0; in layout_resize_child_cells()
837 available = lc->sx; in layout_resize_child_cells()
[all …]
H A Dscreen.c336 if (available > 0) { in screen_resize_y()
338 available = needed; in screen_resize_y()
340 available, 8); in screen_resize_y()
342 needed -= available; in screen_resize_y()
350 available = s->cy; in screen_resize_y()
355 if (available > needed) in screen_resize_y()
356 available = needed; in screen_resize_y()
358 (*cy) -= available; in screen_resize_y()
376 available = needed; in screen_resize_y()
380 available = 0; in screen_resize_y()
[all …]
/netbsd/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
75 available shared ciphersuites whether or not they are enabled. This is a server
[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/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
75 available shared ciphersuites whether or not they are enabled. This is a server
[all …]
/netbsd/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Djemalloc_internal_defs.h.in46 /* Defined if C11 atomics are available. */
49 /* Defined if GCC __atomic atomics are available. */
52 /* Defined if GCC __sync atomics are available. */
72 * Defined if __builtin_clz() and __builtin_clzl() are available.
91 * Defined if secure_getenv(3) is available.
96 * Defined if issetugid(2) is available.
100 /* Defined if pthread_atfork(3) is available. */
103 /* Defined if pthread_setname_np(3) is available. */
112 * Defined if clock_gettime(CLOCK_MONOTONIC, ...) is available.
117 * Defined if mach_absolute_time() is available.
[all …]
/netbsd/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/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/sys/altq/
H A Daltq_jobs.c1242 available = result[i] in adjust_rates_rdc()
1249 credit += available; in adjust_rates_rdc()
1274 int64_t *available; in assign_rate_drops_adc() local
1300 if (available == NULL) in assign_rate_drops_adc()
1369 available[i] = n[i]; in assign_rate_drops_adc()
1379 available[i] = 0; in assign_rate_drops_adc()
1395 if (available[lowest]+available[highest] > 0) { in assign_rate_drops_adc()
1402 available[lowest] += available[highest]; in assign_rate_drops_adc()
1409 } else if (available[lowest]+available[highest] == 0) { in assign_rate_drops_adc()
1422 } else if (available[lowest]+available[highest] < 0) { in assign_rate_drops_adc()
[all …]
/netbsd/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/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>. */
151 /* Define if _Unwind_GetIPInfo is available. */
223 /* Define if link is available in <unistd.h>. */
229 /* Define if futex syscall is available. */
298 /* Define if poll is available in <poll.h>. */
960 /* Defined if gettimeofday is available. */
966 /* Define if LFS support is available. */
975 /* Defined if nanosleep is available. */
991 available in <pthread.h>. */
[all …]
/netbsd/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/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/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/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 */

12345678910>>...128