Searched refs:closest (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/sys/fs/msdosfs/
H A Dmsdosfs_fat.c261 * Find the closest entry in the fat cache to the cluster we are looking
273 struct fatcache *closest = 0; local
280 if (closest == 0 || cn > closest->fc_frcn)
281 closest = &dep->de_fc[i];
284 if (closest) {
285 *frcnp = closest->fc_frcn;
286 *fsrcnp = closest->fc_fsrcn;
/freebsd-10-stable/sbin/pfctl/
H A Dpfctl_optimize.c1457 int closest = -1; local
1470 if (closest == -1 ||
1472 i-pf_rule_desc[closest].prf_offset)
1473 closest = j;
1477 if (closest >= 0)
1480 pf_rule_desc[closest].prf_name,
1481 i - pf_rule_desc[closest].prf_offset -
1482 pf_rule_desc[closest].prf_size);
/freebsd-10-stable/contrib/unbound/util/data/
H A Dmsgencode.c64 * a lookup of a name you know its closest match, and the parent from that
65 * closest match. These are possible compression targets.
88 * Find domain name in tree, returns exact and closest match.
92 * @param match: closest or exact match.
95 * @param matchlabels: number of labels that match with closest match.
193 * @param closest: match from previous lookup, used to compress dname.
201 struct regional* region, struct compress_tree_node* closest,
208 if(closest) uplabs = labs - closest->labs;
239 prevnode->parent = closest;
200 compress_tree_store(uint8_t* dname, int labs, size_t offset, struct regional* region, struct compress_tree_node* closest, struct compress_tree_node** insertpt) argument
[all...]
/freebsd-10-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-ppc.pl209 andi. $t1,$t1,4095 ; distance to closest page boundary
H A Dsha512-ppc.pl243 andi. $t1,$t1,`4096-16*$SZ` ; distance to closest page boundary
/freebsd-10-stable/contrib/texinfo/info/
H A Dsession.c2119 /* For xrefs, find the closest reference to point,
2126 int closest = -1;
2133 closest = which;
2141 if (closest == -1)
2144 which = closest;
2238 closest to point. */
2122 int closest = -1; local
/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c53179 u32 closest; local
[all...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c63835 u32 closest; local
[all...]

Completed in 1189 milliseconds