OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bitwidth
(Results
1 - 9
of
9
) sorted by null
/external/grub/netboot/
otulip.c
112
const unsigned
bitwidth
= SROM_BITWIDTH;
local
113
const unsigned cmdmask = (SROMCMD_RD <<
bitwidth
);
114
const unsigned msb = 1 << (
bitwidth
+ 3 - 1);
115
unsigned lastidx = (1 <<
bitwidth
) - 1;
127
for (bits = idx|cmdmask, bit =
bitwidth
+ 3; bit > 0; bit--, bits <<= 1)
/external/skia/src/images/
SkImageDecoder_libico.cpp
221
int
bitWidth
= w*bitCount;
222
int test =
bitWidth
& 0x1F;
224
int lineBitWidth = (
bitWidth
& 0xFFFFFFE0) + (0x20 & mask);
/prebuilt/linux-x86/bcc/
bcc
slang
/hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmspibrcm.c
1124
/* Adapt clock-phase-speed-
bitwidth
between host and device */
[
all
...]
/external/ipsec-tools/src/racoon/
oakley.c
366
* NOTE: we do not support prf with different input/output
bitwidth
,
465
* NOTE: we do not support prf with different input/output
bitwidth
,
[
all
...]
/external/yaffs2/yaffs2/
yaffs_guts.c
[
all
...]
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree.h
[
all
...]
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree.h
[
all
...]
Completed in 621 milliseconds