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

/freebsd-10.2-release/contrib/apr/include/arch/unix/
H A Dapr_arch_shm.h64 void *usable; /* base usable address */ member in struct:apr_shm_t
/freebsd-10.2-release/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.2-release/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.2-release/sys/xen/interface/
H A Dsysctl.h213 uint8_t usable; /* usable Px states */ member in struct:pm_px_stat
/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.h4406 ** that collation is no longer usable.
5218 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5220 ** is usable) and false if it cannot.)^
5258 unsigned char usable; /* True if this constraint is usable */ member in struct:sqlite3_index_info::sqlite3_index_constraint
H A Dsqlite3.c4977 ** that collation is no longer usable.
5789 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5791 ** is usable) and false if it cannot.)^
5829 unsigned char usable; /* True if this constraint is usable */ member in struct:sqlite3_index_info::sqlite3_index_constraint
17580 u8 *zByte; /* Memory usable by this allocator */
[all...]
/freebsd-10.2-release/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.2-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex528 While it is already quite usable, there are a number of extra features
/freebsd-10.2-release/contrib/subversion/
H A Dconfigure7881 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
7949 # linker. It appears as though 1/2 is a usable value.
22158 as_fn_error $? "Could not find a usable version of Jikes" "$LINENO" 5
22314 as_fn_error $? "Could not find a usable version of Jikes" "$LINENO" 5
22473 as_fn_error $? "Could not find a usable version of Jikes" "$LINENO" 5
/freebsd-10.2-release/contrib/ntp/sntp/
H A Dconfigure14334 as_fn_error $? "pthread_create is not usable, check environment settings" "$LINENO" 5
14457 as_fn_error $? "could not locate usable POSIX Threads" "$LINENO" 5
16866 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
16929 # linker. It appears as though 1/2 is a usable value.
/freebsd-10.2-release/contrib/ntp/
H A Dconfigure9064 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
9127 # linker. It appears as though 1/2 is a usable value.
26762 as_fn_error $? "pthread_create is not usable, check environment settings" "$LINENO" 5
26885 as_fn_error $? "could not locate usable POSIX Threads" "$LINENO" 5
[all...]

Completed in 980 milliseconds