Searched refs:best (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/NetUtil/
H A Dinet_ntop.c140 struct { int base, len; } best, cur; local
156 best.base = -1;
157 best.len = 0;
168 if (best.base == -1 || cur.len > best.len)
169 best = cur;
175 if (best.base == -1 || cur.len > best.len)
176 best = cur;
178 if (best
[all...]
/vbox/src/VBox/GuestHost/OpenGL/spu_loader/
H A Dchoosevisual.c281 XVisualInfo templateVis, *best; local
304 best = vis + 0;
307 if (vis[i].depth > best->depth &&
308 vis[i].bits_per_rgb > best->bits_per_rgb )
309 best = vis + i;
312 if (best)
320 templateVis.visualid = best->visualid;
322 best = XGetVisualInfo(dpy, templateFlags, &templateVis, &count);
325 return best;
/vbox/src/VBox/Devices/PC/ipxe/src/net/80211/
H A Dnet80211.c90 /** List of best beacons for each network found so far */
1357 * the best-signal one) in order to release the probe context. A
1531 * Finish probe of 802.11 networks, returning best-signal network found
1543 struct net80211_wlan *best = NULL, *wlan; local
1549 if ( ! best || best->signal < wlan->signal )
1550 best = wlan;
1553 if ( best )
1554 list_del ( &best->list );
1568 return best;
[all...]
/vbox/src/libs/zlib-1.2.6/contrib/masmx64/
H A Dgvmat64.asm77 ;bestlen equ rsp + xx - LocalVarsSize ; size of best match so far -> r11d
472 ;;; then automatically accept it as the best possible match and leave.
479 ;;; If the length of the match is not longer than the best match we
/vbox/src/libs/zlib-1.2.6/contrib/masmx86/
H A Dmatch686.asm128 bestlen equ esp + 28 ; size of best match so far
389 ;;; then automatically accept it as the best possible match and leave.
397 ;;; If the length of the match is not longer than the best match we
/vbox/src/libs/zlib-1.2.6/contrib/pascal/
H A Dzlibpas.pas44 data_type: Integer; (* best guess about the data type: ascii or binary *)
/vbox/src/libs/libxml2-2.6.31/
H A Drelaxng.c8117 * validation error, log the message for the "best" one
9275 int best = -1; local
9288 best = j;
9294 best = j;
9301 best = j;
9306 best = j;
9315 if (best != -1) {
9316 oldstate = ctxt->states->tabState[best];
9317 ctxt->states->tabState[best] = NULL;
9530 * Find the "best" stat
9542 int best = -1; local
9579 int best; local
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_ar9003_eeprom.c3153 static void ar9300_comp_hdr_unpack(u8 *best, int *code, int *reference, argument
3158 value[0] = best[0];
3159 value[1] = best[1];
3160 value[2] = best[2];
3161 value[3] = best[3];
3833 /* identify best lower and higher x calibration measurement */
3840 /* new best higher x measurement */
3849 /* new best lower x measurement */
4385 /* identify best lower and higher frequency calibration measurement */
4403 * new best highe
[all...]
/vbox/src/libs/zlib-1.2.6/as400/
H A Dzlib.inc104 D zs_data_type 10i 0 ASC/BIN best guess
/vbox/src/libs/zlib-1.2.6/contrib/delphi/
H A DZLib.pas39 data_type: Integer; // best guess about the data type: ascii or binary
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c7064 int len, rc, best = INT_MAX, nmatched = 0; local
7094 (len = dtrace_hash_collisions(dtrace_bymod, &template)) < best) {
7095 best = len;
7100 (len = dtrace_hash_collisions(dtrace_byfunc, &template)) < best) {
7101 best = len;
7106 (len = dtrace_hash_collisions(dtrace_byname, &template)) < best) {
7107 best = len;

Completed in 107 milliseconds