Searched refs:usable (Results 1 - 12 of 12) sorted by relevance

/freebsd-10-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_shm.h64 void *usable; /* base usable address */ member in struct:apr_shm_t
/freebsd-10-stable/contrib/dialog/
H A Drangebox.c221 int usable; local
255 usable = (width - 2 - 4 * MARGIN);
264 data.value_x = (usable - data.value_len) / 2 + MARGIN;
270 if (ranges > usable) {
271 data.slide_inc = (ranges + usable - 1) / usable;
273 } else if (ranges < usable) {
274 data.slide_inc = usable / ranges;
278 data.slide_len = usable;
280 data.slide_x = (usable
[all...]
/freebsd-10-stable/contrib/apr/shmem/unix/
H A Dshm.c202 /* metadata isn't usable */
203 new_m->usable = (char *)new_m->base + APR_ALIGN_DEFAULT(sizeof(apr_size_t));
219 /* metadata isn't usable */
220 new_m->usable = (char *)new_m->base + APR_ALIGN_DEFAULT(sizeof(apr_size_t));
243 new_m->usable = new_m->base;
353 /* metadata isn't usable */
354 new_m->usable = (char *)new_m->base + APR_ALIGN_DEFAULT(sizeof(apr_size_t));
390 new_m->usable = new_m->base;
601 /* metadata isn't part of the usable segment */
602 new_m->usable
[all...]
/freebsd-10-stable/sys/xen/interface/
H A Dsysctl.h213 uint8_t usable; /* usable Px states */ member in struct:pm_px_stat
/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h4117 ** that collation is no longer usable.
4823 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
4825 ** is usable) and false if it cannot.)^
4863 unsigned char usable; /* True if this constraint is usable */ member in struct:sqlite3_index_info::sqlite3_index_constraint
H A Dsqlite3.c4670 ** that collation is no longer usable.
5376 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5378 ** is usable) and false if it cannot.)^
5416 unsigned char usable; /* True if this constraint is usable */ member in struct:sqlite3_index_info::sqlite3_index_constraint
16646 u8 *zByte; /* Memory usable by this allocator */
[all...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.h4940 ** that collation is no longer usable.
5830 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5832 ** is usable) and false if it cannot.)^
5911 unsigned char usable; /* True if this constraint is usable */ member in struct:sqlite3_index_info::sqlite3_index_constraint
H A Dsqlite3.c5200 ** that collation is no longer usable.
6090 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
6092 ** is usable) and false if it cannot.)^
6171 unsigned char usable; /* True if this constraint is usable */ member in struct:sqlite3_index_info::sqlite3_index_constraint
22233 u8 *zByte; /* Memory usable by this allocator */
[all...]
/freebsd-10-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex528 While it is already quite usable, there are a number of extra features
/freebsd-10-stable/contrib/subversion/
H A Dconfigure8086 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
8155 # linker. It appears as though 1/2 is a usable value.
23042 as_fn_error $? "Could not find a usable version of Jikes" "$LINENO" 5
23204 as_fn_error $? "Could not find a usable version of Jikes" "$LINENO" 5
23369 as_fn_error $? "Could not find a usable version of Jikes" "$LINENO" 5
/freebsd-10-stable/contrib/ntp/sntp/
H A Dconfigure13371 as_fn_error $? "pthread_create is not usable, check environment settings" "$LINENO" 5
13494 as_fn_error $? "could not locate usable POSIX Threads" "$LINENO" 5
15939 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
16008 # linker. It appears as though 1/2 is a usable value.
/freebsd-10-stable/contrib/ntp/
H A Dconfigure7660 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
7729 # linker. It appears as though 1/2 is a usable value.
22696 as_fn_error $? "pthread_create is not usable, check environment settings" "$LINENO" 5
22819 as_fn_error $? "could not locate usable POSIX Threads" "$LINENO" 5

Completed in 1044 milliseconds