Searched refs:available (Results 1 - 25 of 531) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dgdb-python.exp55 # Return true if Python module NAME is available, otherwise, return
59 set available "unknown"
62 set available false
65 set available false
68 set available true
72 if { $available == "unknown" } {
74 set available false
77 return ${available}
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
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 fo
[all...]
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 fo
[all...]
H A Dhlt.s1 # Test that hlt is available for all architectures.
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DExitCodes.h30 #error Exit code EX_IOERR not available
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dgdb-sigmask.h39 #error pthread_sigmask available without sigprocmask - please report
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dgdb-sigmask.h39 #error pthread_sigmask available without sigprocmask - please report
/netbsd-current/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)
66 available = array[used][0 .. MaxAllocSize];
70 auto p = available.ptr;
71 available = (p + nbytes)[0 .. available.length - nbytes];
82 return RegionPos(used, available);
98 available
[all...]
/netbsd-current/external/bsd/unbound/dist/testcode/
H A Dunitregional.c69 unit_assert(r->available == r->first_size - s);
78 unit_assert(r->available == r->first_size - s);
85 unit_assert(r->available == r->first_size - s);
91 unit_assert(r->available == r->first_size - s);
97 unit_assert(r->available == r->first_size - s);
105 unit_assert(r->available == r->first_size - s);
109 while(r->available > 1024) {
114 unit_assert(r->available == r->first_size - s);
125 while(r->available > 864) {
132 mysize = r->available; /* exactl
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/aarch64/
H A Dillegal-sve2-sve1ext.d1 #name: SVE2 extensions to SVE1 instructions only available in SVE2
/netbsd-current/usr.bin/make/unit-tests/
H A Dopt-debug.mk11 .MAKEFLAGS: -d0 # -d0 is available since 2020-10-03
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dhw_memory.c56 available = { <address> <size> } (automatic)
86 int available; member in struct:_hw_memory_chunk
110 memory_reg_spec *available = NULL; local
114 /* determine the nr of available chunks */
118 if (chunk->available)
126 /* now create the available struct */
129 available = zalloc(sizeof_available);
133 if (chunk->available) {
134 available[curr].base = H2BE_cell(chunk->address);
135 available[cur
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dhw_memory.c59 available = { <address> <size> } (automatic)
89 int available; member in struct:_hw_memory_chunk
113 memory_reg_spec *available = NULL; local
117 /* determine the nr of available chunks */
121 if (chunk->available)
129 /* now create the available struct */
132 available = zalloc(sizeof_available);
136 if (chunk->available) {
137 available[curr].base = H2BE_cell(chunk->address);
138 available[cur
[all...]
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Daccount_usability.c15 * A copy of this license is available in the file LICENSE in the
56 int available = 0; local
81 available = 1;
87 available = 0;
119 *availablep = available;
/netbsd-current/external/bsd/tmux/dist/
H A Dformat-draw.c158 format_draw_none(struct screen_write_ctx *octx, u_int available, u_int ocx, argument
173 while (width_left + width_centre + width_right > available) {
185 /* Write right at available - width_right. */
187 available - width_right,
195 * available - width_right.
199 + ((available - width_right) - width_left) / 2
207 if (width_abs_centre > available)
208 width_abs_centre = available;
210 (available - width_abs_centre) / 2,
217 format_draw_left(struct screen_write_ctx *octx, u_int available, u_in argument
320 format_draw_centre(struct screen_write_ctx *octx, u_int available, u_int ocx, u_int ocy, struct screen *left, struct screen *centre, struct screen *right, struct screen *abs_centre, struct screen *list, struct screen *list_left, struct screen *list_right, struct screen *after, int focus_start, int focus_end, struct format_ranges *frs) argument
428 format_draw_right(struct screen_write_ctx *octx, u_int available, u_int ocx, u_int ocy, struct screen *left, struct screen *centre, struct screen *right, struct screen *abs_centre, struct screen *list, struct screen *list_left, struct screen *list_right, struct screen *after, int focus_start, int focus_end, struct format_ranges *frs) argument
534 format_draw_absolute_centre(struct screen_write_ctx *octx, u_int available, u_int ocx, u_int ocy, struct screen *left, struct screen *centre, struct screen *right, struct screen *abs_centre, struct screen *list, struct screen *list_left, struct screen *list_right, struct screen *after, int focus_start, int focus_end, struct format_ranges *frs) argument
679 format_draw(struct screen_write_ctx *octx, const struct grid_cell *base, u_int available, const char *expanded, struct style_ranges *srs, int default_colours) argument
[all...]
H A Dlayout.c312 /* Count the number of available cells in a layout. */
333 /* Calculate how much size is available to be removed from a cell. */
339 u_int available, minimum; local
344 /* Space available in this cell only. */
346 available = lc->sx;
349 available = lc->sy;
355 if (available > minimum)
356 available -= minimum;
358 available = 0;
360 /* Same type: total of available spac
722 u_int new_size, min, max, available; local
761 u_int new_size, available, previous, count, idx; local
817 u_int previous, available, count, idx; local
[all...]
H A Dscreen.c312 u_int needed, available, oldy, i; local
335 available = oldy - 1 - s->cy;
336 if (available > 0) {
337 if (available > needed)
338 available = needed;
339 grid_view_delete_lines(gd, oldy - available,
340 available, 8);
342 needed -= available;
350 available = s->cy;
354 } else if (needed > 0 && available >
[all...]
/netbsd-current/external/lgpl3/gmp/dist/printf/
H A Drepl-vsnprintf.c90 datatypes, when available.
93 set of types are available, but "long double" is just a plain IEEE
186 ASSERT_FAIL (intmax_t not available);
196 ASSERT_FAIL (long long not available);
206 ASSERT_FAIL (quad_t not available);
213 ASSERT_FAIL (ptrdiff_t not available);
240 ASSERT_FAIL (long double not available);
258 ASSERT_FAIL (long double not available);
H A Ddoprnt.c280 ASSERT_FAIL (intmax_t not available);
290 ASSERT_FAIL (long long not available);
317 ASSERT_FAIL (quad_t not available);
328 ASSERT_FAIL (ptrdiff_t not available);
383 ASSERT_FAIL (long double not available);
461 case 'j': ASSERT_FAIL (intmax_t not available); break;
469 case 'q': ASSERT_FAIL (quad_t not available); break;
474 case 'L': ASSERT_FAIL (long long not available); break;
492 case 't': ASSERT_FAIL (ptrdiff_t not available); break;
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_gtt_mgr.c35 atomic64_t available; member in struct:amdgpu_gtt_mgr
112 atomic64_set(&mgr->available, p_size);
248 atomic64_read(&mgr->available) < mem->num_pages) {
252 atomic64_sub(mem->num_pages, &mgr->available);
280 atomic64_add(mem->num_pages, &mgr->available);
308 atomic64_add(mem->num_pages, &mgr->available);
324 s64 result = man->size - atomic64_read(&mgr->available);
365 drm_printf(printer, "man size:%"PRIu64" pages, gtt available:%"PRId64" pages, usage:%"PRIu64"MB\n",
366 man->size, (u64)atomic64_read(&mgr->available),
/netbsd-current/sys/external/bsd/drm2/dist/drm/vboxvideo/
H A Dvbva_base.c71 u32 available; local
80 available = vbva_buffer_available(vbva);
85 if (chunk >= available) {
87 available = vbva_buffer_available(vbva);
90 if (chunk >= available) {
91 if (WARN_ON(available <= vbva->partial_write_tresh)) {
95 chunk = available - vbva->partial_write_tresh;
104 available -= chunk;
/netbsd-current/usr.sbin/acpitools/aml/
H A Daml_memman.h48 unsigned int available; /* number of available chunks */ member in struct:memman_block
70 unsigned int available; /* total # of available chunks */ member in struct:memman_blockman
152 .available = MEMMAN_INITIAL_SIZE, \
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DCommand.h272 available = true;
276 void setAvailability (bool val) { available = val; }
281 bool available; // Is tab available for this experiment member in struct:DispTab
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/config/rtems/
H A Dpool.h41 gomp_sem_t available; member in struct:gomp_thread_pool_reservoir
98 gomp_sem_wait (&res->available);
121 gomp_sem_post (&res->available);
/netbsd-current/external/gpl3/gcc/dist/libgomp/config/rtems/
H A Dpool.h41 gomp_sem_t available; member in struct:gomp_thread_pool_reservoir
98 gomp_sem_wait (&res->available);
121 gomp_sem_post (&res->available);

Completed in 183 milliseconds

1234567891011>>