HomeSort by relevance Sort by last modified time
    Searched refs:surplus (Results 1 - 7 of 7) sorted by null

  /external/wpa_supplicant_8/src/ap/
wmm.c 158 u16 val, surplus; local
174 wpa_printf(MSG_DEBUG, "WMM: Surplus Bandwidth Allowance: %u.%04u",
198 surplus = le_to_host16(tspec->surplus_bandwidth_allowance);
199 if (surplus <= 0x2000) {
200 wpa_printf(MSG_DEBUG, "WMM: Surplus Bandwidth Allowance not "
205 medium_time = (u64) surplus * pps * duration / 0x2000;
  /external/autotest/site_utils/
balance_pools.py 250 """Allocate a list DUTs that can returned as surplus.
266 @return A list of DUTs to be returned as surplus.
270 surplus = self.broken_hosts[num_broken:]
271 return surplus
386 '%s %s pool will return %d surplus DUTs, '
  /prebuilts/go/darwin-x86/src/database/sql/driver/
driver.go 152 // connections and only calls Close when there's a surplus of
  /prebuilts/go/linux-x86/src/database/sql/driver/
driver.go 152 // connections and only calls Close when there's a surplus of
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUISelLowering.cpp 913 SDValue surplus = DAG.getNode(ISD::SUB, dl, MVT::i32, local
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 60255 int surplus; \/* Overflow payload available for local storage *\/ local
    [all...]
  /external/sqlite/dist/
sqlite3.c 60255 int surplus; \/* Overflow payload available for local storage *\/ local
    [all...]

Completed in 1762 milliseconds