HomeSort by relevance Sort by last modified time
    Searched full:power (Results 551 - 575 of 1420) sorted by null

<<21222324252627282930>>

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
templates.c 501 ** SubType = Power Save (PS) POLL, */
504 ** setting the Power Management bit in the Frame control field
505 ** to be "Power Save mode"
siteMgr.c 265 DESCRIPTION: This function is used to start the Tx Power Control adjust mechanism
268 INPUT: bActivateTempFix - Whether the power should be adjusted
277 /* Set the temporary Power Level via the Regulatory Domain*/
434 /* Reset counter for Tx Power Control adjustment */
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/
whalHwMboxConfig.c 603 * DESCRIPTION: Get the ACX Power consumption statistics
    [all...]
whalHwCtrl.c 794 * Configure options (for example power levels)
809 * For example the number of power level
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/MacServices/
ScanSrv.c 283 /* send a scan complete event. This will do all necessary clean-up (timer, power manager, notifying scan complete) */
457 * \brief callback function used by the power server to notify driver mode result
461 * \param psStatus - the power save request status.\n
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
templates.c 627 ** SubType = Power Save (PS) POLL, */
630 ** setting the Power Management bit in the Frame control field
631 ** to be "Power Save mode"
ScanCncn.c     [all...]
mlmeParser.c     [all...]
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
ConcurrentHashMap.java 105 * be a power of two <= 1<<30 to ensure that entries are indexable
151 * because ConcurrentHashMap uses power-of-two length hash tables,
454 * using power-of-two expansion, the elements from each bin
455 * must either stay at same index, or move with a power of two
591 // Find power-of-two sizes best matching arguments
    [all...]
Exchanger.java 357 * due to non-power-of-2 remaindering (see {@link
359 * with "nbits", the ceiling power of two of table size (looked up
380 hash = (hash >>> nbits) | (hash << (33 - nbits)); // non-power-2 m
  /dalvik/libcore/luni/src/main/java/java/util/
TimSort.java 56 * This constant should be a power of two. It was 64 in Tim Peter's C
59 * to be a number that's not a power of two, you'll need to change the
356 * Else if n is an exact power of 2, return MIN_MERGE/2.
358 * is close to, but strictly less than, an exact power of 2.
    [all...]
  /external/bluetooth/bluez/tools/
hciconfig.c 976 fprintf(stderr, "Can't set inquiry transmit power level on hci%d: %s (%d)\n",
984 fprintf(stderr, "Can't read inquiry transmit power level on hci%d: %s (%d)\n",
990 printf("\tInquiry transmit power level: %d\n", level);
1130 printf("\tTX power level: %d\n", *((uint8_t *) ptr));
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmspibrcm.c 951 /* Default power on mode */
1139 /* If device was not power-cycled it will stay in 32bit mode with
1176 sd_trace(("Spid power was left on.\n"));
1178 sd_err(("Spid power was left on but signature read failed."
    [all...]
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
cu_cmd.c 316 { OS_POWER_LEVEL_ELP, (PS8)"Extreme Low Power" },
317 { OS_POWER_LEVEL_PD, (PS8)"Power Down" },
    [all...]
  /prebuilt/common/osgi/
osgi.jar 
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_infoele.h     [all...]
  /system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
public_infoele.h     [all...]
  /external/qemu/
ppc-dis.c 84 /* Opcode is defined for the POWER (RS/6000) architecture. */
98 but it also supports many additional POWER instructions. */
101 /* Opcode is supported in both the Power and PowerPC architectures
105 /* Opcode is supported for any Power or PowerPC platform (this is
263 only supported on the PowerPC, not the POWER. */
296 hack is needed because the Power rotate instructions can take
322 /* The POWER and PowerPC assemblers use a few macros. We keep them
588 /* The FL1 field in a POWER SC form instruction. */
594 /* The FL2 field in a POWER SC form instruction. */
635 /* The LEV field in a POWER SVC form instruction. *
    [all...]
  /packages/apps/Settings/res/values/
strings.xml 113 <string name="battery_info_power_label">Power plug:</string>
    [all...]
  /external/guava/src/com/google/common/collect/
CustomConcurrentHashMap.java 518 * concurrent hash map uses power-of-two length hash tables, that otherwise
548 * either of the constructors with arguments. MUST be a power of two <=
603 // Find power-of-two sizes best matching arguments
    [all...]
  /external/icu4c/i18n/unicode/
rbnf.h 117 * which is the highest power of 10 that is less than or equal to the base value (the user
131 * base value is a higher power of 10, changing the rule's divisor. This rule can actually be
238 * which are ignored. The rule's divisor is the highest power of 10 less than or equal to
244 * highest power of <em>rad</em> less than or equal to the base value.</td>
252 * raised to the power of the exponent; otherwise, the divisor is 1.</td>
260 * raised to the power of the exponent; otherwise, the divisor is 1.</td>
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
mlmeParser.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/
mlmeParser.c     [all...]
  /dalvik/libdex/
DexFile.h 436 int numEntries; // size of table[]; always power of 2
497 #define DEX_INTERFACE_CACHE_SIZE 128 /* must be power of 2 */
538 * Utility function -- rounds up to the nearest power of 2.
    [all...]
  /external/bluetooth/hcidump/parser/
lmp.c 950 uint8_t power = LMP_U8(frm); local
968 printf("power control mode %d\n", power);

Completed in 567 milliseconds

<<21222324252627282930>>