Searched defs:dec (Results 1 - 25 of 57) sorted by relevance

123

/external/webp/src/dec/
H A Dlayer.c23 int VP8DecodeLayer(VP8Decoder* const dec) { argument
24 assert(dec);
25 assert(dec->layer_data_size_ > 0);
26 (void)dec;
H A Dquant.c64 void VP8ParseQuant(VP8Decoder* const dec) { argument
65 VP8BitReader* const br = &dec->br_;
73 const VP8SegmentHeader* const hdr = &dec->segment_hdr_;
85 dec->dqm_[i] = dec->dqm_[0];
92 VP8QuantMatrix* const m = &dec->dqm_[i];
H A Dalpha.c117 const uint8_t* VP8DecompressAlphaRows(VP8Decoder* const dec, argument
119 const int stride = dec->pic_hdr_.width_;
121 if (row < 0 || num_rows < 0 || row + num_rows > dec->pic_hdr_.height_) {
127 if (!DecodeAlpha(dec->alpha_data_, (size_t)dec->alpha_data_size_,
128 dec->pic_hdr_.width_, dec->pic_hdr_.height_, stride,
129 dec->alpha_plane_)) {
136 return dec->alpha_plane_ + row * stride;
H A Dtree.c337 void VP8ParseIntraMode(VP8BitReader* const br, VP8Decoder* const dec) { argument
338 uint8_t* const top = dec->intra_t_ + 4 * dec->mb_x_;
339 uint8_t* const left = dec->intra_l_;
341 dec->is_i4x4_ = !VP8GetBit(br, 145); // decide for B_PRED first
342 if (!dec->is_i4x4_) {
346 dec->imodes_[0] = ymode;
350 uint8_t* modes = dec->imodes_;
383 dec->uvmode_ = !VP8GetBit(br, 142) ? DC_PRED
539 void VP8ParseProba(VP8BitReader* const br, VP8Decoder* const dec) { argument
[all...]
/external/clang/test/SemaCXX/
H A Dincrement-decrement.cpp6 const int &dec = i--; variable
/external/javassist/src/main/javassist/runtime/
H A DCflow.java31 void dec() { --depth; } method in class:Cflow.Depth
46 public void exit() { ((Depth)get()).dec(); }
/external/srtp/crypto/include/
H A Dcryptoalg.h105 cryptoalg_inv_t dec; member in struct:cryptoalg_ctx_t
H A Dxfm.h116 cryptoalg_inv_t dec; member in struct:cryptoalg_ctx_t
/external/v8/test/mjsunit/
H A Darray-reduce.js102 function dec(a, b, i, arr) { return a + b * Math.pow(10, arr.length - i - 1); } function
125 simpleArray, dec, 0);
136 testReduce("reduce", "EmptyReduceDec", 0, [], [], dec, 0);
141 testReduce("reduce", "EmptyReduceDecNoInit", 0, [], [0], dec);
162 simpleSparseArray, dec, 0);
173 testReduce("reduce", "EmptySparseReduceDecNoInit", 0, [], [,,0,,], dec);
203 verySparseArray, dec, 0);
226 verySparseArray, dec);
253 simpleArray, dec, 0);
264 testReduce("reduceRight", "EmptyReduceRightDec", 0, [], [], dec,
[all...]
/external/icu4c/i18n/
H A Dastro.h151 * @param dec The declination, measured in radians.
154 Equatorial(double asc = 0, double dec = 0)
155 : ascension(asc), declination(dec) { }
160 * @param dec The declination, measured in radians.
163 void set(double asc, double dec) { argument
165 declination = dec;
/external/libppp/src/
H A Dccp.c567 struct fsm_decode *dec)
597 fsm_rej(dec, opt);
610 fsm_rej(dec, &ccp->in.opt);
613 fsm_nak(dec, &ccp->in.opt);
616 fsm_ack(dec, &ccp->in.opt);
622 fsm_rej(dec, opt);
663 fsm_opt_normalise(dec);
664 if (dec->rejend != dec->rej || dec
566 CcpDecodeConfig(struct fsm *fp, u_char *cp, u_char *end, int mode_type, struct fsm_decode *dec) argument
[all...]
H A Dipv6cp.c661 struct fsm_decode *dec)
676 fsm_ack(dec, &opt);
678 fsm_nak(dec, &opt);
683 struct fsm_decode *dec)
710 ipv6cp_ValidateInterfaceID(ipv6cp, ifid, dec);
762 fsm_rej(dec, opt);
770 if (dec->rejend == dec->rej && dec->nakend == dec
660 ipv6cp_ValidateInterfaceID(struct ipv6cp *ipv6cp, u_char *ifid, struct fsm_decode *dec) argument
682 ipv6cp_DecodeConfig(struct fsm *fp, u_char *cp, u_char *end, int mode_type, struct fsm_decode *dec) argument
[all...]
H A Dlcp.c621 lcp_auth_nak(struct lcp *lcp, struct fsm_decode *dec) argument
631 fsm_nak(dec, &nak);
641 fsm_nak(dec, &nak);
646 fsm_nak(dec, &nak);
649 fsm_nak(dec, &nak);
660 struct fsm_decode *dec)
703 fsm_nak(dec, &nak);
710 fsm_nak(dec, &nak);
713 fsm_ack(dec, opt);
717 fsm_rej(dec, op
659 LcpDecodeConfig(struct fsm *fp, u_char *cp, u_char *end, int mode_type, struct fsm_decode *dec) argument
[all...]
/external/libvpx/vpx/
H A Dvpx_codec.h202 struct vpx_codec_dec_cfg *dec; /**< Decoder Configuration Pointer */ member in union:vpx_codec_ctx::__anon8261
/external/stlport/src/
H A Dios.cpp47 const ios_base::fmtflags ios_base::dec; member in class:ios_base
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dcrypto_gnutls.c203 gcry_cipher_hd_t dec; member in struct:crypto_cipher
225 gcry_cipher_open(&ctx->dec, a, GCRY_CIPHER_MODE_STREAM, 0);
235 gcry_cipher_open(&ctx->dec, a, GCRY_CIPHER_MODE_CBC, 0);
240 gcry_cipher_open(&ctx->dec, a, GCRY_CIPHER_MODE_CBC, 0);
245 gcry_cipher_open(&ctx->dec, a, GCRY_CIPHER_MODE_CBC, 0);
253 gcry_cipher_open(&ctx->dec, a, GCRY_CIPHER_MODE_CBC, 0);
266 gcry_cipher_setkey(ctx->dec, key, key_len) != GPG_ERR_NO_ERROR) {
268 gcry_cipher_close(ctx->dec);
275 gcry_cipher_setiv(ctx->dec, iv, ivlen) != GPG_ERR_NO_ERROR) {
277 gcry_cipher_close(ctx->dec);
[all...]
H A Dcrypto_openssl.c252 EVP_CIPHER_CTX dec; member in struct:crypto_cipher
319 EVP_CIPHER_CTX_init(&ctx->dec);
320 EVP_CIPHER_CTX_set_padding(&ctx->dec, 0);
321 if (!EVP_DecryptInit_ex(&ctx->dec, cipher, NULL, NULL, NULL) ||
322 !EVP_CIPHER_CTX_set_key_length(&ctx->dec, key_len) ||
323 !EVP_DecryptInit_ex(&ctx->dec, cipher, NULL, key, iv)) {
325 EVP_CIPHER_CTX_cleanup(&ctx->dec);
349 if (!EVP_DecryptUpdate(&ctx->dec, plain, &outl, crypt, len))
358 EVP_CIPHER_CTX_cleanup(&ctx->dec);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_gnutls.c191 gcry_cipher_hd_t dec; member in struct:crypto_cipher
213 gcry_cipher_open(&ctx->dec, a, GCRY_CIPHER_MODE_STREAM, 0);
223 gcry_cipher_open(&ctx->dec, a, GCRY_CIPHER_MODE_CBC, 0);
228 gcry_cipher_open(&ctx->dec, a, GCRY_CIPHER_MODE_CBC, 0);
233 gcry_cipher_open(&ctx->dec, a, GCRY_CIPHER_MODE_CBC, 0);
241 gcry_cipher_open(&ctx->dec, a, GCRY_CIPHER_MODE_CBC, 0);
254 gcry_cipher_setkey(ctx->dec, key, key_len) != GPG_ERR_NO_ERROR) {
256 gcry_cipher_close(ctx->dec);
263 gcry_cipher_setiv(ctx->dec, iv, ivlen) != GPG_ERR_NO_ERROR) {
265 gcry_cipher_close(ctx->dec);
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_gnutls.c191 gcry_cipher_hd_t dec; member in struct:crypto_cipher
213 gcry_cipher_open(&ctx->dec, a, GCRY_CIPHER_MODE_STREAM, 0);
223 gcry_cipher_open(&ctx->dec, a, GCRY_CIPHER_MODE_CBC, 0);
228 gcry_cipher_open(&ctx->dec, a, GCRY_CIPHER_MODE_CBC, 0);
233 gcry_cipher_open(&ctx->dec, a, GCRY_CIPHER_MODE_CBC, 0);
241 gcry_cipher_open(&ctx->dec, a, GCRY_CIPHER_MODE_CBC, 0);
254 gcry_cipher_setkey(ctx->dec, key, key_len) != GPG_ERR_NO_ERROR) {
256 gcry_cipher_close(ctx->dec);
263 gcry_cipher_setiv(ctx->dec, iv, ivlen) != GPG_ERR_NO_ERROR) {
265 gcry_cipher_close(ctx->dec);
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto_gnutls.c191 gcry_cipher_hd_t dec; member in struct:crypto_cipher
213 gcry_cipher_open(&ctx->dec, a, GCRY_CIPHER_MODE_STREAM, 0);
223 gcry_cipher_open(&ctx->dec, a, GCRY_CIPHER_MODE_CBC, 0);
228 gcry_cipher_open(&ctx->dec, a, GCRY_CIPHER_MODE_CBC, 0);
233 gcry_cipher_open(&ctx->dec, a, GCRY_CIPHER_MODE_CBC, 0);
241 gcry_cipher_open(&ctx->dec, a, GCRY_CIPHER_MODE_CBC, 0);
254 gcry_cipher_setkey(ctx->dec, key, key_len) != GPG_ERR_NO_ERROR) {
256 gcry_cipher_close(ctx->dec);
263 gcry_cipher_setiv(ctx->dec, iv, ivlen) != GPG_ERR_NO_ERROR) {
265 gcry_cipher_close(ctx->dec);
[all...]
/external/astl/include/
H A Dios_base.h106 // dec: Convert integer input or generates integer output in
131 static const fmtflags dec = android::ios_baseflags_dec; member in class:std::ios_base
/external/quake/quake/src/WinQuake/
H A Dr_part.cpp543 int dec; local
549 dec = 3;
552 dec = 1;
558 len -= dec;
/external/skia/src/core/
H A DSkString.cpp67 char* SkStrAppendS32(char string[], int32_t dec) { argument
74 if (dec < 0) {
76 dec = -dec;
80 *--p = SkToU8('0' + dec % 10);
81 dec /= 10;
82 } while (dec != 0);
97 char* SkStrAppendS64(char string[], int64_t dec, int minDigits) { argument
104 if (dec < 0) {
106 dec
478 insertS32(size_t offset, int32_t dec) argument
484 insertS64(size_t offset, int64_t dec, int minDigits) argument
[all...]
/external/speex/include/speex/
H A Dspeex.h282 decode_func dec; member in struct:SpeexMode
/external/tinyxml/
H A Dxmltest.cpp530 TiXmlDeclaration* dec = docH.Child( 0 ).Node()->ToDeclaration(); local
531 XmlTest( "UTF-8: Declaration column.", 1, dec->Column() );
617 TiXmlDeclaration dec; local
618 dec.Parse( "<?xml version='1.0' encoding='UTF-8'?>", 0, TIXML_ENCODING_UNKNOWN );
619 TiXmlDeclaration decCopy( dec );
621 decAssign = dec;

Completed in 894 milliseconds

123