OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:"1 decode"
(Results
26 - 50
of
777
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/go/linux-x86/src/vendor/golang_org/x/net/idna/
punycode.go
27
tmin int32 =
1
28
)
29
30
// decode decodes a string as specified in section 6.2.
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
uu.py
184
sys.exit(
1)
185
decode(input, output)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
uu.py
184
sys.exit(
1)
185
decode(input, output)
/prebuilts/misc/common/robolectric/lib/
commons-codec-1.3.jar
/prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.3/
commons-codec-1.3.jar
/external/zlib/src/contrib/masmx64/
inffas8664.c
140
ar.lmask = (1U << state->lenbits) - 1;
141
ar.dmask = (1U << state->distbits) -
1;
142
143
/* decode literals and length/distances until end-of-block or not enough
/prebuilts/go/darwin-x86/src/encoding/gob/
decoder.go
164
return -
1
165
}
166
167
// Decode reads the next value from the input stream and stores
/prebuilts/go/linux-x86/src/encoding/gob/
decoder.go
164
return -
1
165
}
166
167
// Decode reads the next value from the input stream and stores
/prebuilts/tools/common/mkidentity/
mkidentity-prebuilt.jar
/prebuilts/sdk/tools/lib/
dx.jar
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
inffast.c
116
lmask = (1U << state->lenbits) - 1;
117
dmask = (1U << state->distbits) -
1;
118
119
/* decode literals and length/distances until end-of-block or not enough
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
inffast.c
116
lmask = (1U << state->lenbits) - 1;
117
dmask = (1U << state->distbits) -
1;
118
119
/* decode literals and length/distances until end-of-block or not enough
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/encodings/
PKCS1Encoding.java
295
return ~((correct & 1) -
1);
296
}
297
298
299
/**
300
* Decode PKCS#1.5 encoding, and return a random value if the padding is not correct.
/external/fsck_msdos/
boot.c
71
boot->ValidFat = -
1;
72
73
/* decode bios parameter block */
/external/pdfium/third_party/zlib_v128/
inffast.c
116
lmask = (1U << state->lenbits) - 1;
117
dmask = (1U << state->distbits) -
1;
118
119
/* decode literals and length/distances until end-of-block or not enough
/external/protobuf/objectivec/
GPBUtilities_PackagePrivate.h
99
return GPBLogicalRightShift32(n, 1) ^ -(n &
1);
100
}
101
102
// Decode a ZigZag-encoded 64-bit value. ZigZag encodes signed integers
/external/syslinux/com32/lib/zlib/
inffast.c
116
lmask = (1U << state->lenbits) - 1;
117
dmask = (1U << state->distbits) -
1;
118
119
/* decode literals and length/distances until end-of-block or not enough
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/SwitchingSampRate/
SwitchingSampRate.cc
417
printf(" BWE Error at client %d \n", receiverIdx + 1);
418
return -
1;
419
}
420
/**/
421
// Decode
/external/webrtc/webrtc/tools/barcode_tools/
barcode_decoder.py
276
return -
1
277
278
# Decode the barcodes from the PNG frames.
/external/zlib/src/
inffast.c
116
lmask = (1U << state->lenbits) - 1;
117
dmask = (1U << state->distbits) -
1;
118
119
/* decode literals and length/distances until end-of-block or not enough
/prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-transport-file/1.0.2.v20150114/
aether-transport-file-1.0.2.v20150114.jar
/external/robolectric/v1/lib/main/
commons-codec-1.6.jar
/prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.6/
commons-codec-1.6.jar
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-cipher-1.7.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/plexus/plexus-cipher/1.7/
plexus-cipher-1.7.jar
Completed in 3532 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>