HomeSort by relevance Sort by last modified time
    Searched full:decode (Results 526 - 550 of 1875) sorted by null

<<21222324252627282930>>

  /external/dropbear/libtomcrypt/src/pk/pkcs1/
pkcs_1_oaep_decode.c 21 PKCS #1 v2.00 OAEP decode
22 @param msg The encoded data to decode
  /external/libvpx/vp8/common/
blockd.h 171 unsigned char mb_skip_coeff; /* does this mb has coefficients at all, 1=no coefficients, 0=need decode tokens */
253 /* are enabled and when enabled the proabilities used to decode the per MB flags in MB_MODE_INFO */
  /external/llvm/include/llvm/MC/
MCDisassembler.h 29 /// Ternary decode status. Most backends will just use Fail and
69 /// the number of bytes consumed while attempting to decode
  /external/llvm/lib/Target/X86/Utils/
X86ShuffleDecode.h 1 //===-- X86ShuffleDecode.h - X86 shuffle decode logic -----------*-C++-*---===//
10 // Define several functions to decode x86 specific shuffle semantics into a
  /external/openssl/crypto/dh/
dh_err.c 93 {ERR_REASON(DH_R_BN_DECODE_ERROR) ,"bn decode error"},
95 {ERR_REASON(DH_R_DECODE_ERROR) ,"decode error"},
  /external/openssl/crypto/dsa/
dsa_err.c 101 {ERR_REASON(DSA_R_BN_DECODE_ERROR) ,"bn decode error"},
104 {ERR_REASON(DSA_R_DECODE_ERROR) ,"decode error"},
  /external/openssl/crypto/x509/
x509_err.c 124 {ERR_REASON(X509_R_BASE64_DECODE_ERROR) ,"base64 decode error"},
137 {ERR_REASON(X509_R_PUBLIC_KEY_DECODE_ERROR),"public key decode error"},
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_field.h 117 // Generate lines to decode this field, which will be placed inside the
121 // Generate lines to decode this field from a packed value, which will be
  /external/webkit/Source/WebCore/platform/graphics/
ImageSource.h 165 // asked to decode frames they can't decode due to the loss of previous
  /external/webkit/Source/WebKit2/Platform/mac/
SharedMemoryMac.cpp 64 bool SharedMemory::Handle::decode(CoreIPC::ArgumentDecoder* decoder, Handle& handle) function in class:WebKit::SharedMemory::Handle
74 if (!decoder->decode(CoreIPC::Out(machPort)))
  /external/webkit/Source/WebKit2/Platform/unix/
SharedMemoryUnix.cpp 76 bool SharedMemory::Handle::decode(CoreIPC::ArgumentDecoder* decoder, Handle& handle) function in class:WebKit::SharedMemory::Handle
82 if (!decoder->decode(attachment))
  /external/webkit/Source/WebKit2/Shared/
WebContextMenuItemData.cpp 109 bool WebContextMenuItemData::decode(CoreIPC::ArgumentDecoder* decoder, WebContextMenuItemData& item) function in class:WebKit::WebContextMenuItemData
118 if (!decoder->decode(CoreIPC::Out(type, action, title, checked, enabled, submenu)))
WebPreferencesStore.cpp 67 bool WebPreferencesStore::decode(CoreIPC::ArgumentDecoder* decoder, WebPreferencesStore& s) function in class:WebKit::WebPreferencesStore
69 if (!decoder->decode(CoreIPC::Out(s.m_stringValues, s.m_boolValues, s.m_uint32Values, s.m_doubleValues)))
  /external/webkit/Source/WebKit2/Shared/mac/
ShareableSurface.cpp 67 bool ShareableSurface::Handle::decode(CoreIPC::ArgumentDecoder* decoder, Handle& handle) function in class:WebKit::ShareableSurface::Handle
72 if (!decoder->decode(machPort))
  /external/webkit/Source/WebKit2/UIProcess/
ChunkedUpdateDrawingAreaProxy.cpp 156 if (!arguments->decode(updateChunk))
164 if (!arguments->decode(CoreIPC::Out(updateChunk)))
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
ChunkedUpdateDrawingArea.cpp 179 if (!arguments->decode(CoreIPC::Out(size)))
192 if (!arguments->decode(CoreIPC::Out(forceRepaint)))
  /external/webp/examples/
dwebp.c 9 // decode a WebP image into a PPM image.
20 #include "webp/decode.h"
  /external/wpa_supplicant/
base64.c 92 * base64_decode - Base64 decode
165 printf("Usage: base64 <encode|decode> <in file> <out file>\n");
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
base64.c 94 * base64_decode - Base64 decode
166 printf("Usage: base64 <encode|decode> <in file> <out file>\n");
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_GetVLCBits.c 172 /* Decode run and level from the index */
209 /* Decode run and level from the index */
  /frameworks/base/opengl/java/android/opengl/
ETC1.java 71 * Decode a block of pixels.
101 * Decode an entire image.
  /frameworks/ex/variablespeed/jni/
variablespeed.h 94 // Protects access to the shared decode buffer.
96 // Buffer into which we put the audio data as we decode.
  /libcore/luni/src/main/java/java/nio/charset/
CharsetDecoderICU.java 117 ec = NativeConverter.decode(converterHandle, input, inEnd, output, outEnd, data, true);
145 ec = NativeConverter.decode(converterHandle, input, inEnd, output, outEnd, data, false);
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Oid.java 62 public Object decode(BerInputStream in) throws IOException { method in class:ASN1Oid
77 // Allocate and decode
  /libcore/luni/src/main/java/org/apache/harmony/security/pkcs7/
ContentInfo.java 138 ASN1OctetString.getInstance().decode((byte[])values[1]),
147 SignedData.ASN1.decode((byte[])values[1]),

Completed in 988 milliseconds

<<21222324252627282930>>