Searched
full:power (Results
626 -
650 of
1420) sorted by null
<<21222324252627282930>>
/external/elfutils/libelf/ |
elf32_updatenull.c | 289 /* The alignment must be a power of two. This is a
|
/external/expat/lib/ |
xmlparse.c | 73 /* Round up n to be a multiple of sz, where sz is a power of 2. */ 97 unsigned char power; member in struct:__anon1881 116 to the hash table size, which is a power of 2. We use double-hashing, 121 it odd, since odd numbers are always relative prime to a power of 2. 123 #define SECOND_HASH(hash, mask, power) \ 124 ((((hash) & ~(mask)) >> ((power) - 1)) & ((mask) >> 2)) 125 #define PROBE_STEP(hash, mask, power) \ 126 ((unsigned char)((SECOND_HASH(hash, mask, power)) | 1)) [all...] |
/external/grub/netboot/ |
3c509.h | 218 * power-up */
|
etherboot.h | 462 * Chosen to be a power of two, as most NFS servers are optimized for this. */
|
/external/guava/ |
COPYING | 19 "control" means (i) the power, direct or indirect, to cause the
|
NOTICE | 19 "control" means (i) the power, direct or indirect, to cause the
|
/external/icu4c/ |
runConfigureICU | 44 Linux/VA Use the IBM Visual Age compiler on Power PC Linux
|
/external/kernel-headers/original/linux/ |
irq.h | 82 * @set_wake: enable/disable power-management wake-on of an IRQ
|
qic117.h | 270 /*26*/ { "Power On Reset Occurred", 0, },\
|
sched.h | 624 #define SD_SHARE_CPUPOWER 128 /* Domain members share cpu power */ 625 #define SD_POWERSAVINGS_BALANCE 256 /* Balance for power savings */ 636 * CPU power of this group, SCHED_LOAD_SCALE being max power for a [all...] |
/external/mtpd/ |
NOTICE | 31 "control" means (i) the power, direct or indirect, to cause the
|
/external/openssl/apps/ |
s_apps.h | 137 #define NFDBITS (sizeof(fd_mask) * NBBY) /* bits per mask (power of 2!)*/
|
/external/openssl/crypto/bn/ |
bn_exp2.c | 236 /* Now compute the power product, using independent windows. */
|
bn_sqr.c | 198 * n must be a power of 2.
|
/external/openssl/crypto/evp/ |
enc_min.c | 266 /* we assume block size is a power of 2 in *cryptUpdate */
|
/external/qemu/distrib/sdl-1.2.12/src/audio/macrom/ |
SDL_romaudio.c | 111 #pragma options align=power
|
/external/quake/quake/src/QW/client/ |
d_surf.c | 234 // if the num is not a power of 2, assume it will not repeat
|
protocol.h | 247 // must be power of two
|
/external/quake/quake/src/QW/progs/ |
files.dat | 59 1 misc/power.wav
|
world.qc | 219 precache_sound ("misc/power.wav"); //lightning for boss
|
/external/quake/quake/src/WinQuake/ |
d_surf.cpp | 231 // if the num is not a power of 2, assume it will not repeat
|
glqnotes.txt | 65 OpenGL only allows textures to repeat on power of two boundaries (32, 64,
|
/external/quake/quake/src/WinQuake/docs/ |
readme.glquake | 79 OpenGL only allows textures to repeat on power of two boundaries (32, 64,
|
/external/quake/quake/src/WinQuake/kit/ |
README.TXT | 65 OpenGL only allows textures to repeat on power of two boundaries (32, 64,
|
/external/skia/ |
NOTICE | 31 "control" means (i) the power, direct or indirect, to cause the
|
Completed in 329 milliseconds
<<21222324252627282930>>