Searched defs:lim (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/upstream-netbsd/lib/libc/stdlib/
H A Dbsearch.c49 * divide the work in half by moving either left or right. If lim
50 * is odd, moving left simply involves halving lim: e.g., when lim
51 * is 5 we look at item 2, so we change lim to 2 so that we will
52 * look at items 0 & 1. If lim is even, the same applies. If lim
53 * is odd, moving right again involes halving lim, this time moving
54 * the base up one item past p: e.g., when lim is 5 we change base
55 * to item 3 and make lim 2 so that we will look at items 3 and 4.
56 * If lim i
66 size_t lim; local
[all...]
/bionic/libc/kernel/uapi/linux/
H A Dbtrfs.h65 struct btrfs_qgroup_limit lim; member in struct:btrfs_qgroup_inherit
71 struct btrfs_qgroup_limit lim; member in struct:btrfs_ioctl_qgroup_limit_args
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Dbtrfs.h65 struct btrfs_qgroup_limit lim; member in struct:btrfs_qgroup_inherit
71 struct btrfs_qgroup_limit lim; member in struct:btrfs_ioctl_qgroup_limit_args

Completed in 169 milliseconds