Searched refs:power (Results 101 - 125 of 131) sorted by relevance

123456

/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto_cryptoapi.c777 const u8 *power, size_t power_len,
776 crypto_mod_exp(const u8 *base, size_t base_len, const u8 *power, size_t power_len, const u8 *modulus, size_t modulus_len, u8 *result, size_t *result_len) argument
H A Dcrypto_openssl.c313 const u8 *power, size_t power_len,
326 bn_exp = BN_bin2bn(power, power_len, NULL);
312 crypto_mod_exp(const u8 *base, size_t base_len, const u8 *power, size_t power_len, const u8 *modulus, size_t modulus_len, u8 *result, size_t *result_len) argument
/external/expat/lib/
H A Dxmlparse.c75 /* Round up n to be a multiple of sz, where sz is a power of 2. */
99 unsigned char power; member in struct:__anon6081
118 to the hash table size, which is a power of 2. We use double-hashing,
123 it odd, since odd numbers are always relative prime to a power of 2.
125 #define SECOND_HASH(hash, mask, power) \
126 ((((hash) & ~(mask)) >> ((power) - 1)) & ((mask) >> 2))
127 #define PROBE_STEP(hash, mask, power) \
128 ((unsigned char)((SECOND_HASH(hash, mask, power)) | 1))
2886 /* hash table size must also be a power of 2 and >= 8 */
5977 table->power
[all...]
/external/oprofile/events/mips/34K/
H A Devents69 event:0x2f counters:0 um:zero minimum:500 name:RELAX_STALLS : 47-0 Low power stall cycles (operations) as requested by the policy manager
/external/sepolicy/
H A Dfile_contexts210 /sys/devices/platform/nfc-power/nfc_power -- u:object_r:sysfs_nfc_power_writable:s0
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_openssl.c313 const u8 *power, size_t power_len,
326 bn_exp = BN_bin2bn(power, power_len, NULL);
312 crypto_mod_exp(const u8 *base, size_t base_len, const u8 *power, size_t power_len, const u8 *modulus, size_t modulus_len, u8 *result, size_t *result_len) argument
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_openssl.c313 const u8 *power, size_t power_len,
326 bn_exp = BN_bin2bn(power, power_len, NULL);
312 crypto_mod_exp(const u8 *base, size_t base_len, const u8 *power, size_t power_len, const u8 *modulus, size_t modulus_len, u8 *result, size_t *result_len) argument
/external/bison/build-aux/
H A Dconfig.sub422 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
999 power) basic_machine=power-ibm
/external/expat/conftools/
H A Dconfig.sub400 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
965 power) basic_machine=power-ibm
/external/icu4c/
H A Dconfig.sub413 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
986 power) basic_machine=power-ibm
/external/libcap-ng/libcap-ng-0.7/
H A Dconfig.sub406 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
979 power) basic_machine=power-ibm
/external/llvm/autoconf/
H A Dconfig.sub408 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
978 power) basic_machine=power-ibm
/external/llvm/projects/sample/autoconf/
H A Dconfig.sub408 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
978 power) basic_machine=power-ibm
/external/openfst/
H A Dconfig.sub413 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
986 power) basic_machine=power-ibm
/external/openssh/
H A Dconfig.sub386 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
951 power) basic_machine=power-ibm
/external/oprofile/events/mips/1004K/
H A Devents70 event:0x2f counters:0 um:zero minimum:500 name:RELAX_STALLS : 47-0 Low power stall cycles (operations) as requested by the policy manager
/external/v8/test/cctest/
H A Dtest-macro-assembler-x64.cc2123 int power = powers[i]; local
2124 intptr_t result = static_cast<intptr_t>(x) << power;
2128 __ PositiveSmiTimesPowerOfTwoToInteger64(rdx, rcx, power);
2135 __ PositiveSmiTimesPowerOfTwoToInteger64(rcx, rcx, power);
/external/dropbear/libtommath/
H A Dbn.tex977 Multiplications and divisions by any power of two can be performed with quick logical shifts either left or
1043 Since $10 > 7$ and $5 < 7$. To multiply by a power of two the following function can be used.
1053 To divide by a power of two use the following.
1079 in the least significant digits. Similarly to divide by a power of $x$ the following function is provided.
1583 the algorithm requires raising $a$ to the power of $b$ it is not ideal to attempt to find roots for large
/external/iproute2/doc/
H A Dip-tunnels.tex431 Tunnels are devices, hence all the power of Linux traffic control
/external/libvorbis/doc/
H A D08-residue.tex107 residue coding setup is restricted to a power of two.
/external/v8/src/ia32/
H A Dmacro-assembler-ia32.cc2460 int power) {
2461 ASSERT(is_uintn(power + HeapNumber::kExponentBias,
2463 mov(scratch, Immediate(power + HeapNumber::kExponentBias));
2458 LoadPowerOf2(XMMRegister dst, Register scratch, int power) argument
/external/opencv/cxcore/include/
H A Dcxcore.h641 /* Does powering: dst(idx) = src(idx)^power */
642 CVAPI(void) cvPow( const CvArr* src, CvArr* dst, double power );
/external/quake/quake/src/QW/dxsdk/sdk/inc/
H A Dd3drmobj.h571 STDMETHOD(SetPower)(THIS_ D3DVALUE power) PURE;
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
H A DD3DRMOBJ.H571 STDMETHOD(SetPower)(THIS_ D3DVALUE power) PURE;
/external/valgrind/main/include/vki/
H A Dvki-linux.h2603 #define VKI_SIOCSIWTXPOW 0x8B26 /* set transmit power (dBm) */
2604 #define VKI_SIOCGIWTXPOW 0x8B27 /* get transmit power (dBm) */
2612 /* Power saving stuff (power management, unicast and multicast) */
2685 struct vki_iw_param txpower;/* default transmit power */
2692 struct vki_iw_param power; /* PM duration/timeout */ member in union:vki_iwreq_data

Completed in 590 milliseconds

123456