Searched refs:enc (Results 376 - 400 of 525) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/libwebp/
H A Dlibwebp_dsp.target.linux-arm64.mk31 third_party/libwebp/dsp/enc.c \
H A Dlibwebp_dsp.target.linux-mips.mk31 third_party/libwebp/dsp/enc.c \
H A Dlibwebp_dsp.target.linux-mips64.mk31 third_party/libwebp/dsp/enc.c \
H A Dlibwebp_dsp.target.linux-x86.mk31 third_party/libwebp/dsp/enc.c \
H A Dlibwebp_dsp.target.linux-x86_64.mk31 third_party/libwebp/dsp/enc.c \
/external/chromium_org/third_party/skia/src/utils/
H A DSkDumpCanvas.cpp140 static void toString(const void* text, size_t byteLen, SkPaint::TextEncoding enc, argument
143 switch (enc) {
/external/chromium_org/third_party/sqlite/src/src/
H A Dupdate.c64 u8 enc = ENC(sqlite3VdbeDb(v)); local
68 sqlite3ValueFromExpr(sqlite3VdbeDb(v), pCol->pDflt, enc, local
H A Dvdbeaux.c1217 pMem->enc = SQLITE_UTF8;
1266 pMem->enc = SQLITE_UTF8;
1280 pMem->enc = SQLITE_UTF8;
1288 pMem->enc = SQLITE_UTF8;
2849 pMem->enc = pKeyInfo->enc;
2925 mem1.enc = pKeyInfo->enc;
H A Dresolve.c523 u8 enc = ENC(pParse->db); /* The database encoding */ local
529 pDef = sqlite3FindFunction(pParse->db, zId, nId, n, enc, 0);
531 pDef = sqlite3FindFunction(pParse->db, zId, nId, -1, enc, 0);
H A Dvdbeapi.c196 u8 enc, /* Encoding of z. 0 for BLOBs */
199 if( sqlite3VdbeMemSetStr(&pCtx->s, z, n, enc, xDel)==SQLITE_TOOBIG ){
1140 pValue->enc);
192 setResultStrOrError( sqlite3_context *pCtx, const char *z, int n, u8 enc, void (*xDel)(void*) ) argument
/external/skia/src/utils/
H A DSkDumpCanvas.cpp138 static void toString(const void* text, size_t byteLen, SkPaint::TextEncoding enc, argument
141 switch (enc) {
/external/chromium_org/third_party/boringssl/src/crypto/cipher/
H A De_rc4.c72 const uint8_t *iv, int enc) {
71 rc4_init_key(EVP_CIPHER_CTX *ctx, const uint8_t *key, const uint8_t *iv, int enc) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/
H A Dvp9_cx_iface.c671 ctx->priv->enc.total_encoders = 1;
673 if (ctx->config.enc) {
675 priv->cfg = *ctx->config.enc;
676 ctx->config.enc = &priv->cfg;
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dglobals.h34 * @enc: the requested source encoding
42 typedef xmlParserInputBufferPtr (*xmlParserInputBufferCreateFilenameFunc) (const char *URI, xmlCharEncoding enc);
47 * @enc: the requested target encoding
/external/libvpx/libvpx/vp9/
H A Dvp9_cx_iface.c531 ctx->priv->enc.total_encoders = 1;
533 if (ctx->config.enc) {
536 ctx->priv->alg_priv->cfg = *ctx->config.enc;
537 ctx->config.enc = &ctx->priv->alg_priv->cfg;
/external/libvpx/libvpx/vpx/src/
H A Dsvc_encodeframe.c791 if (codec_ctx->config.enc->g_pass == VPX_RC_ONE_PASS) {
800 svc_params.min_quantizer = codec_ctx->config.enc->rc_min_quantizer;
801 svc_params.max_quantizer = codec_ctx->config.enc->rc_max_quantizer;
974 if (codec_ctx->config.enc->g_pass != VPX_RC_FIRST_PASS) {
/external/libxml2/include/libxml/
H A Dglobals.h34 * @enc: the requested source encoding
42 typedef xmlParserInputBufferPtr (*xmlParserInputBufferCreateFilenameFunc) (const char *URI, xmlCharEncoding enc);
47 * @enc: the requested target encoding
/external/openssl/crypto/evp/
H A Devp.h311 const unsigned char *iv, int enc); /* init key */
600 int enc);
603 int enc);
663 const unsigned char *i, int enc);
/external/openssl/include/openssl/
H A Devp.h311 const unsigned char *iv, int enc); /* init key */
600 int enc);
603 int enc);
663 const unsigned char *i, int enc);
/external/openssl/ssl/
H A Dd1_clnt.c1074 const EVP_CIPHER *enc = NULL; local
1095 enc = kssl_map_enc(kssl_ctx->enctype);
1096 if (enc == NULL)
1162 ** EVP_EncryptInit_ex(&ciph_ctx,enc, NULL,NULL);
1169 EVP_EncryptInit_ex(&ciph_ctx,enc, NULL,
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dt2.c592 cblk = &prc->cblks.enc[cblkno];
611 cblk = prc->cblks.enc;
623 cblk = prc->cblks.enc;
729 cblk = prc->cblks.enc;
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dwrtxml.cpp47 static const char* enc =""; variable
1128 enc = outputEnc;
1129 conv=ucnv_open(enc,status);
/external/dhcpcd/
H A Ddhcp.c605 uint8_t enc; local
616 enc = *data++;
618 switch (enc) {
/external/icu/icu4c/source/tools/genrb/
H A Dwrtxml.cpp57 static const char* enc =""; variable
1138 enc = outputEnc;
1139 conv=ucnv_open(enc,status);
/external/chromium_org/third_party/libxml/src/
H A Dxmlsave.c944 xmlCharEncoding enc; local
995 enc = xmlParseCharEncoding((const char*) encoding);
999 if ((enc != XML_CHAR_ENCODING_UTF8) &&
1000 (enc != XML_CHAR_ENCODING_NONE) &&
1001 (enc != XML_CHAR_ENCODING_ASCII)) {

Completed in 542 milliseconds

<<11121314151617181920>>