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

<<11121314151617181920>>

  /system/wlan/ti/wilink_6_1/stad/Export_Inc/
coreDefaultParams.h     [all...]
  /hardware/broadcom/wlan/bcm4329/src/include/
sdio.h 133 #define SDIO_POWER_SMPC 0x01 /* supports master power control (RO) */
134 #define SDIO_POWER_EMPC 0x02 /* enable master power control (allow > 200mA) (RW) */
149 uint8 pwr_sel; /* power selection support */
178 #define SDIOD_FBR_PWR_SEL 0x02 /* power selection bits */
211 #define SDIOD_PWR_SEL_SPS 0x01 /* supports power selection */
212 #define SDIOD_PWR_SEL_EPS 0x02 /* enable power selection (low-current mode) */
  /dalvik/libcore/luni/src/main/java/java/util/
HashMap.java 58 * Min capacity (other than zero) for a HashMap. Must be a power of two
64 * Max capacity for a HashMap. Must be a power of two >= MINIMUM_CAPACITY.
215 * not round the result up to a power of two; the caller must do this!
555 * @param newCapacity must be a power of two
    [all...]
Hashtable.java 44 * Min capacity (other than zero) for a Hashtable. Must be a power of two
50 * Max capacity for a Hashtable. Must be a power of two >= MINIMUM_CAPACITY.
192 * not round the result up to a power of two; the caller must do this!
489 * @param newCapacity must be a power of two
    [all...]
  /external/speex/libspeex/
preprocess.c 184 int ps_size; /**< Number of points in the power spectrum */
207 spx_word32_t *ps; /**< Current power spectrum */
213 spx_word32_t *old_ps; /**< Power spectrum for last frame */
218 spx_word32_t *S; /**< Smoothed power spectrum */
403 /* Round ps_size down to the nearest power of two */
654 /* Power spectrum */
856 /* Save old Bark power spectrum */
906 /* Save old power spectrum */
    [all...]
  /external/icu4c/i18n/
ucol_wgt.c 316 /* countBytes to the power of index */
385 uint32_t count1, count2, power_1, power; local
391 power=power_1*countBytes;
392 count2=(n+power-1)/power;
  /external/qemu/distrib/zlib-1.2.3/
crc32.c 9 * factor of two increase in speed on a Power PC G4 (PPC7455) using gcc -O3.
88 polynomial q, also with the lowest power in the most significant bit (so the
97 out is a one). We start with the highest power (least significant bit) of
377 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */
378 unsigned long odd[GF2_DIM]; /* odd-power-of-two zeros operator */
  /external/zlib/
crc32.c 9 * factor of two increase in speed on a Power PC G4 (PPC7455) using gcc -O3.
88 polynomial q, also with the lowest power in the most significant bit (so the
97 out is a one). We start with the highest power (least significant bit) of
377 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */
378 unsigned long odd[GF2_DIM]; /* odd-power-of-two zeros operator */
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/Export_Inc/
whalCtrl_api.h 496 /* power constraint as declared by the AP */
505 /* power as declared by the driver/application*/
513 int8 currentTransmitPower; /* Current transmit power of the radio.*/
587 Power Control
821 * Power Ctrl API
  /dalvik/vm/compiler/template/
gen-template.py 50 # log2(handler_size_bytes). Throws an exception if "bytes" is not a power
60 # compute log2(n), and make sure n is a power of 2
68 raise DataParseError("handler-size (%d) must be power of 2 and > 0" \
  /dalvik/vm/mterp/
gen-mterp.py 50 # log2(handler_size_bytes). Throws an exception if "bytes" is not a power
60 # compute log2(n), and make sure n is a power of 2
68 raise DataParseError("handler-size (%d) must be power of 2 and > 0" \
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceScript.java 325 //The power log event is mainly for the automated power framework
340 //Write power log to sdcard
  /external/icu4c/i18n/unicode/
dtitvinf.h 60 * For power users, who want to create their own date interval patterns,
148 * It provides flexibility for power users.
177 * and is recommended to be used only for power users who
  /external/opencore/extern_libs_v2/khronos/openmax/include/
OMX_Other.h 70 OMX_OTHER_FormatPower, /**< Perhaps used for enabling/disabling power
311 /** Descriptor for setting specifics of power type.
316 OMX_BOOL bEnablePM; /**< Flag to enable Power Management */
  /frameworks/base/services/java/com/android/server/
BatteryService.java 63 * into an AC power adapter; 2 if plugged in via USB.</p>
178 // check our power situation now that it is safe to display the shutdown dialog.
300 // Separate broadcast is sent for power connected / not connected
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Other.h 53 OMX_OTHER_FormatPower, /**< Perhaps used for enabling/disabling power
294 /** Descriptor for setting specifics of power type.
299 OMX_BOOL bEnablePM; /**< Flag to enable Power Management */
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
public_infoele.h     [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
ChunkedIntArray.java 42 final int slotsize=4; // Locked, MUST be power of two in current code
55 * be a power of two... and in fact is hardcoded to 4.
  /development/pdk/docs/porting/
bluetooth.jd 39 <li>Bluetooth Power On / Off</li>
50 <a name="androidBluetoothPortingPowerOnOff"></a><h4>Bluetooth Power On / Off</h4>
  /external/giflib/
gifalloc.c 54 /*** FIXME: Our ColorCount has to be a power of two. Is it necessary to
196 * Zero out slots up to next power of 2.
  /external/icu4c/common/
putilimp.h 94 * Floating point utility to calculate d to the power of exponent (d^exponent).
99 * Floating point utility to calculate 10 to the power of exponent (10^exponent).
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_audio.h 47 Uint16 samples; /* Audio buffer size in samples (power of 2) */
124 * This number should be a power of two, and may be adjusted by the audio
  /external/qemu/distrib/sdl-1.2.12/src/audio/dma/
SDL_dmaaudio.c 267 /* Determine the power of two of the fragment size */
270 SDL_SetError("Fragment size must be a power of two");
  /external/sonivox/arm-fm-22k/lib_src/
eas_math.c 72 implement 2^(fracPart) as a power series
140 /* use shift to approximate power-of-2 operation */
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_math.c 72 implement 2^(fracPart) as a power series
140 /* use shift to approximate power-of-2 operation */

Completed in 279 milliseconds

<<11121314151617181920>>