| /freebsd/sys/contrib/device-tree/Bindings/phy/ |
| H A D | qcom,usb-snps-femto-v2.yaml | 69 The hardware accepts only discrete values. The value closest to the 78 The hardware accepts only discrete values. The value closest to the 86 The hardware accepts only discrete values. The value closest to the 98 The hardware accepts only discrete values. The value closest to the 110 The hardware accepts only discrete values. The value closest to the 118 The hardware accepts only discrete values. The value closest to the 127 The hardware accepts only discrete values. The value closest to the 138 value closest to the provided input will be chosen as the override value 148 The hardware accepts only discrete values. The value closest to the
|
| /freebsd/contrib/unbound/validator/ |
| H A D | val_nsec3.c | 88 * Closest encloser (ce) proof results 92 /** the closest encloser name */ 924 * Given a name and a list of NSEC3s, find the candidate closest encloser. 931 * @param ce: closest encloser information is returned in here. 933 * @return true if a closest encloser candidate is found, false if not. 969 * Given a qname and its proven closest encloser, calculate the "next 970 * closest" name. Basically, this is the name that is one label longer than 971 * the closest encloser that is still a subdomain of qname. 975 * @param ce: closest encloser 992 * Given a List of nsec3 RRs, find and prove the closest encloser to qname. [all …]
|
| H A D | val_nsec.h | 115 * closest encloser is returned, else NULL (wc is unchanged). 116 * This closest encloser must then match the nameerror given for the 145 * Determine closest encloser of a query name and the NSEC that covers it 150 * @return closest encloser dname or NULL on error (bad nsec RRset).
|
| H A D | val_neg.c | 362 * Find closest existing parent zone of the given name. 403 * Find closest existing parent data for the given name. 538 /* find closest enclosing parent zone that (still) exists */ in neg_create_zone() 766 /* find closest enclosing parent data that (still) exists */ in neg_insert_data() 941 * Lookup closest data record. For NSEC denial. 1163 /** find nsec3 closest encloser in neg cache */ 1261 /* for NSEC3 ; determine the closest encloser for which we in neg_nsec3_proof_ds() 1263 * since that is the one we need a closest match for. in neg_nsec3_proof_ds() 1266 * Also check that parameters are the same on closest encloser in neg_nsec3_proof_ds() 1267 * and on closest matc in neg_nsec3_proof_ds() [all...] |
| /freebsd/contrib/unbound/util/storage/ |
| H A D | dnstree.h | 50 * This can be looked up to obtain a closest encloser parent name. 131 * Lookup closest encloser in name tree. 137 * @return closest enclosing node (could be equal) or NULL if not found. 191 * Lookup closest encloser in addr tree. 195 * @return closest enclosing node (could be equal) or NULL if not found.
|
| /freebsd/sys/dev/videomode/ |
| H A D | pickmode.c | 71 int mref, closest = 1000, i, diff; in pick_mode_by_ref() local 83 if (diff < closest) { in pick_mode_by_ref() 85 closest = diff; in pick_mode_by_ref() 89 closest = diff; in pick_mode_by_ref() 111 * are sorted on closest match to that mode.
|
| /illumos-gate/usr/src/man/man3avl/ |
| H A D | avl_nearest.3avl | 32 function returns the closest node in 78 function returns the node that is closest or
|
| /freebsd/contrib/ldns/drill/ |
| H A D | dnssec.c | 399 /*return the owner name of the closest encloser for name from the list of rrs */ 427 printf(";; finding closest encloser for type %d ", qtype); in ldns_nsec3_closest_encloser() 504 …printf(";; the closest encloser is the same name (ie. this is an exact match, ie there is no close… in ldns_nsec3_closest_encloser() 528 printf(";; no closest encloser found\n"); in ldns_nsec3_closest_encloser()
|
| /freebsd/contrib/tzcode/ |
| H A D | tzselect.8 | 44 are closest to the location with geographical coordinates 84 is used, display the closest
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ReachingDefAnalysis.h | 11 /// This pass tracks for each instruction what is the "closest" reaching def of 140 /// Provides the instruction id of the closest reaching def instruction of 181 /// Provides the clearance - the number of instructions since the closest 273 /// Provides the instruction of the closest reaching def instruction of
|
| /freebsd/contrib/unbound/util/data/ |
| H A D | msgencode.c | 74 * a lookup of a name you know its closest match, and the parent from that 75 * closest match. These are possible compression targets. 98 * Find domain name in tree, returns exact and closest match. 102 * @param match: closest or exact match. 105 * @param matchlabels: number of labels that match with closest match. 203 * @param closest: match from previous lookup, used to compress dname. 211 struct regional* region, struct compress_tree_node* closest, in compress_tree_store() argument 218 if(closest) uplabs = labs - closest->labs; in compress_tree_store() 249 prevnode->parent = closest; in compress_tree_store()
|
| /freebsd/usr.sbin/makefs/msdos/ |
| H A D | msdosfs_fat.c | 259 * Find the closest entry in the FAT cache to the cluster we are looking 267 struct fatcache *closest = NULL; in fc_lookup() local 272 if (closest == NULL || cn > closest->fc_frcn) in fc_lookup() 273 closest = &dep->de_fc[i]; in fc_lookup() 276 if (closest) { in fc_lookup() 277 *frcnp = closest->fc_frcn; in fc_lookup() 278 *fsrcnp = closest->fc_fsrcn; in fc_lookup()
|
| /illumos-gate/usr/src/man/man1/ |
| H A D | strchg.1 | 70 represents the module that should be closest to the driver. \fBstrchg\fR 194 pushed over the driver, followed by \fBldterm\fR and \fBttcompat\fR closest to
|
| /illumos-gate/usr/src/cmd/nscd/ |
| H A D | cache.h | 159 * Each number (except the first) is a prime closest to a 160 * power of 2 in increasing order. Ex: 509 is the closest prime to 161 * 512 (2**9), 1021 is closest to 1024 (2**10), and so on.
|
| /freebsd/sys/contrib/device-tree/Bindings/display/panel/ |
| H A D | panel-common.yaml | 27 property is expressed in millimeters and rounded to the closest unit. 32 property is expressed in millimeters and rounded to the closest unit.
|
| /illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/ |
| H A D | usbvc_v4l2.c | 751 * Find a frame which has the closest image size as the input args 1517 /* For the given interval, find the closest frame interval to it. */ 1521 uint32_t step, i, closest, index, approx1, approx2; in usbvc_find_interval() local 1548 closest = ((interval - approx1) < (approx2 - interval)) ? in usbvc_find_interval() 1551 return (closest); in usbvc_find_interval() 1556 * closest one. in usbvc_find_interval() 1558 closest = 0; in usbvc_find_interval() 1571 closest = i; in usbvc_find_interval() 1575 return (closest); in usbvc_find_interval()
|
| /freebsd/contrib/unbound/services/cache/ |
| H A D | rrset.h | 138 * Generates wildcard dname by prepending the wildcard label to the closest 145 * @param ce: the closest encloser, will be uses to generate the wildcard dname. 146 * @param ce_len: the closest encloser length.
|
| /freebsd/sys/fs/msdosfs/ |
| H A D | msdosfs_fat.c | 259 * Find the closest entry in the FAT cache to the cluster we are looking 267 struct fatcache *closest = NULL; in fc_lookup() local 274 if (closest == NULL || cn > closest->fc_frcn) in fc_lookup() 275 closest = &dep->de_fc[i]; in fc_lookup() 278 if (closest) { in fc_lookup() 279 *frcnp = closest->fc_frcn; in fc_lookup() 280 *fsrcnp = closest->fc_fsrcn; in fc_lookup()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaInternal.h | 120 /// the set of corrections that have the closest edit distance, if any. 126 /// closest/best edit distance from the original typop. 144 /// starting with the corrections that have the closest edit distance. An
|
| /freebsd/usr.bin/tail/ |
| H A D | read.c | 60 * it is displayed from the character closest to the beginning of the input to 130 * it is displayed from the line closest to the beginning of the input to
|
| /freebsd/contrib/ldns/ldns/ |
| H A D | radix.h | 152 * Search data in the tree, and if not found, find the closest smaller 157 * @param[out] result: the radix node with the exact or closest match. NULL if
|
| /freebsd/sys/contrib/device-tree/src/arm/intel/ixp/ |
| H A D | intel-ixp42x-freecom-fsg-3.dts | 40 /* Closest approximation of what the key should do */ 53 /* Unplug USB, closest approximation of what the key should do */
|
| /illumos-gate/usr/src/cmd/tail/ |
| H A D | read.c | 54 * it is displayed from the character closest to the beginning of the input to 124 * it is displayed from the line closest to the beginning of the input to
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | LineTable.h | 367 // Exact match always wins. Otherwise try to find the closest line > the in FindLineEntryIndexByFileIndexImpl() 369 // FIXME: Maybe want to find the line closest before and the line closest in FindLineEntryIndexByFileIndexImpl()
|
| /freebsd/contrib/sendmail/contrib/ |
| H A D | doublebounce.pl | 31 ## Received headers from the point closest to the sender back to the point 32 ## closest to us, and try to deliver a double-bounce report back to a
|