HomeSort by: relevance | last modified time | path
    Searched defs:DB (Results 1 - 2 of 2) sorted by relevancy

  /src/include/
db.h 1 /* $NetBSD: db.h,v 1.27 2016/09/24 20:11:43 christos Exp $ */
31 * @(#)db.h 8.7 (Berkeley) 6/16/94
116 DBTYPE type; /* Underlying db type. */
125 } DB;
230 DB *dbopen(const char *, int, mode_t, DBTYPE, const void *);
236 DB *__bt_open(const char *, int, mode_t, const BTREEINFO *, int);
237 DB *__hash_open(const char *, int, mode_t, const HASHINFO *, int);
238 DB *__rec_open(const char *, int, mode_t, const RECNOINFO *, int);
239 void __dbpanic(DB *);
  /src/sys/dev/ic/
arn5008.c 2526 #define DB(x) ((x) / 2) /* Convert half dB to dB. */
2533 /* Compute min and max power in half dB for each pdGain. */
2544 boundaries[i] = DB(maxpwr[i] + minpwr[i + 1]) / 2;
2546 boundaries[i] = DB(maxpwr[i]);
2560 ss = boundaries[i - 1] - DB(minpwr[i]) -
2564 ss = -DB(minpwr[i]);
2569 nvpds = DB(maxpwr[i] - minpwr[i]) + 1;
2583 pwr += 2; /* In half dB. *
    [all...]

Completed in 50 milliseconds