OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:padded
(Results
26 - 50
of
206
) sorted by null
1
2
3
4
5
6
7
8
9
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/asn1/
BitString.java
41
* Sequence of bits
padded
with unused bits.
DerInputStream.java
135
// ascending order (short component are
padded
for comparison)
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
JCEBlockCipher.java
77
private boolean
padded
= true;
field in class:JCEBlockCipher
277
padded
= false;
310
padded
= false;
499
if (random != null &&
padded
)
/external/icu4c/io/
ufmt_cmn.h
97
* which will be
padded
with zeroes. -1 means do not pad.
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysmouse.cc
33
/* Convert bits to
padded
bytes */
/ndk/build/platforms/android-3/arch-arm/usr/include/sys/
stat.h
41
* Note: The kernel zero's the
padded
region because glibc might read them
/ndk/build/platforms/android-4/arch-arm/usr/include/sys/
stat.h
41
* Note: The kernel zero's the
padded
region because glibc might read them
/ndk/build/platforms/android-5/arch-arm/usr/include/sys/
stat.h
41
* Note: The kernel zero's the
padded
region because glibc might read them
/ndk/build/platforms/android-5/arch-x86/usr/include/sys/
stat.h
41
* Note: The kernel zero's the
padded
region because glibc might read them
/ndk/build/platforms/android-8/arch-arm/usr/include/sys/
stat.h
41
* Note: The kernel zero's the
padded
region because glibc might read them
/ndk/build/platforms/android-8/arch-x86/usr/include/sys/
stat.h
41
* Note: The kernel zero's the
padded
region because glibc might read them
/packages/apps/Phone/res/layout-finger/
dtmf_twelve_key_dialer.xml
89
<!-- Number Display Field,
padded
for correct text alignment -->
/external/kernel-headers/original/linux/
telephony.h
206
* always pass full size frames, any unused bytes will be
padded
with zeros,
207
* and frames passed to the driver should also be
padded
with zeros. The
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/Export_Inc/
TNETWIF.h
91
* A pointer to the read offset of the
padded
field
97
* A pointer to the write offset of the
padded
field
/external/opencore/fileformats/mp4/composer/src/
mpeg4file.cpp
62
//FT 0 (6.6 Kbps) - 132 bits; num-bits-
padded
= 4
63
//FT 1 (8.85 Kbps) - 177 bits; num-bits-
padded
= 7
64
//FT 2 (12.65 Kbps) - 253 bits; num-bits-
padded
= 3
65
//FT 3 (14.25 Kbps) - 285 bits; num-bits-
padded
= 3
66
//FT 4 (15.85 Kbps) - 317 bits; num-bits-
padded
= 3
67
//FT 5 (18.25 Kbps) - 365 bits; num-bits-
padded
= 3
68
//FT 6 (19.85 Kbps) - 397 bits; num-bits-
padded
= 3
69
//FT 7 (23.05 Kbps) - 461 bits; num-bits-
padded
= 3
70
//FT 8 (23.85 Kbps) - 477 bits; num-bits-
padded
= 3
71
//FT 9 (SID) - 5 bytes = 40 bits; num-bits-
padded
=
[
all
...]
/external/jpeg/
jcsample.c
155
* by the standard loop. Special-casing
padded
output would be more
222
* by the standard loop. Special-casing
padded
output would be more
259
* by the standard loop. Special-casing
padded
output would be more
302
* by the standard loop. Special-casing
padded
output would be more
403
* by the standard loop. Special-casing
padded
output would be more
transupp.h
55
* image edges are
padded
out to the next iMCU boundary with junk data; but
/external/jhead/
iptc.c
43
// - IPTC header Header is
padded
to even length, counting the length byte
86
pos += headerLen + 1 - (headerLen % 2); // move data pointer to the next field (Header is
padded
to even length, counting the length byte)
/external/qemu/
a.out.h
75
host_ulong tsize; /* text size in bytes,
padded
to FW bdry*/
373
host_ulong tsize; /* text size in bytes,
padded
to FW bdry*/
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
ASN1Collection.java
235
* Returns true if a <= b (arrays are assumed
padded
with zeros).
ASN1Set.java
203
// * return true if a <= b (arrays are assumed
padded
with zeros).
/external/grub/stage2/
dir.h
58
* the entry. These are followed by the name
padded
to a 4 byte boundary
/external/kernel-headers/original/asm-x86/
alternative_32.h
42
* It can be
padded
with nops as needed.
/external/openssl/crypto/des/
des.pod
209
send from Unix to VMS since a 88 byte file will suddenly be
padded
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_sysmouse.c
52
/* Convert bits to
padded
bytes */
Completed in 127 milliseconds
1
2
3
4
5
6
7
8
9