Home
last modified time | relevance | path

Searched refs:base_len (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/type1/
Dt1parse.c148 parser->base_len = 0; in T1_New_Parser()
214 parser->base_len = size; in T1_New_Parser()
227 parser->base_len = size; in T1_New_Parser()
232 parser->root.limit = parser->root.cursor + parser->base_len; in T1_New_Parser()
335 FT_Byte* limit = cur + parser->base_len; in T1_Get_Private_Dict()
396 limit = parser->base_dict + parser->base_len; in T1_Get_Private_Dict()
413 parser->root.limit = parser->base_dict + parser->base_len; in T1_Get_Private_Dict()
448 size = parser->base_len - (FT_ULong)( cur - parser->base_dict ); in T1_Get_Private_Dict()
463 parser->base_len = 0; in T1_Get_Private_Dict()
Dt1parse.h75 FT_ULong base_len; member
Dt1load.c2543 parser->base_dict, parser->base_len ); in T1_Open_Face()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_internal-modexp.c89 int crypto_mod_exp(const u8 *base, size_t base_len, in crypto_mod_exp() argument
106 if (bignum_set_unsigned_bin(bn_base, base, base_len) < 0 || in crypto_mod_exp()
Dcrypto_nettle.c375 int crypto_mod_exp(const u8 *base, size_t base_len, in crypto_mod_exp() argument
385 mpz_import(bn_base, base_len, 1, 1, 1, 0, base); in crypto_mod_exp()
Dcrypto_gnutls.c361 int crypto_mod_exp(const u8 *base, size_t base_len, in crypto_mod_exp() argument
370 if (gcry_mpi_scan(&bn_base, GCRYMPI_FMT_USG, base, base_len, NULL) != in crypto_mod_exp()
Dcrypto_libtomcrypt.c738 int crypto_mod_exp(const u8 *base, size_t base_len, in crypto_mod_exp() argument
748 if (mp_read_unsigned_bin(b, (u8 *) base, base_len) != CRYPT_OK || in crypto_mod_exp()
Dcrypto.h466 int __must_check crypto_mod_exp(const u8 *base, size_t base_len,
Dcrypto_openssl.c662 int crypto_mod_exp(const u8 *base, size_t base_len, in crypto_mod_exp() argument
675 bn_base = BN_bin2bn(base, base_len, NULL); in crypto_mod_exp()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto_internal-modexp.c89 int crypto_mod_exp(const u8 *base, size_t base_len, in crypto_mod_exp() argument
106 if (bignum_set_unsigned_bin(bn_base, base, base_len) < 0 || in crypto_mod_exp()
Dcrypto_nettle.c375 int crypto_mod_exp(const u8 *base, size_t base_len, in crypto_mod_exp() argument
385 mpz_import(bn_base, base_len, 1, 1, 1, 0, base); in crypto_mod_exp()
Dcrypto_gnutls.c361 int crypto_mod_exp(const u8 *base, size_t base_len, in crypto_mod_exp() argument
370 if (gcry_mpi_scan(&bn_base, GCRYMPI_FMT_USG, base, base_len, NULL) != in crypto_mod_exp()
Dcrypto_libtomcrypt.c738 int crypto_mod_exp(const u8 *base, size_t base_len, in crypto_mod_exp() argument
748 if (mp_read_unsigned_bin(b, (u8 *) base, base_len) != CRYPT_OK || in crypto_mod_exp()
Dcrypto.h466 int __must_check crypto_mod_exp(const u8 *base, size_t base_len,
Dcrypto_openssl.c589 int crypto_mod_exp(const u8 *base, size_t base_len, in crypto_mod_exp() argument
602 bn_base = BN_bin2bn(base, base_len, NULL); in crypto_mod_exp()
/third_party/skia/third_party/externals/freetype/src/type42/
Dt42parse.h35 FT_Long base_len; member
Dt42parse.c148 parser->base_len = 0; in t42_parser_init()
190 parser->base_len = size; in t42_parser_init()
204 parser->base_len = size; in t42_parser_init()
209 parser->root.limit = parser->root.cursor + parser->base_len; in t42_parser_init()
Dt42objs.c64 parser->base_dict, parser->base_len ); in T42_Open_Face()
/third_party/ffmpeg/libavformat/
Dhlsenc.c1342 size_t base_len = 0; local
1347 base_len = p - master_url;
1348 if (av_strncasecmp(master_url, media_url, base_len)) {
1356 return media_url + base_len + 1;
/third_party/alsa-lib/src/mixer/
Dsimple_none.c911 static int base_len(const char *name, selem_ctl_type_t *type) in base_len() function
1650 len = base_len(name, &type); in simple_event_add()
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c13246 size_t base_len; in printer_enddurationmsg() local
13267 base_len = strlen(buffer); in printer_enddurationmsg()
13278 strcpy(buffer + base_len, nanos_buffer + 1); in printer_enddurationmsg()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.234636 * src/type1/t1parse.h (T1_ParserRec): Make `base_len' and
DChangeLog.216931 * src/type1/t1parse.h (T1_ParserRec): Change type of `base_len'
/third_party/chromium/patch/
D0001-cve.patch24414 FT_Byte* limit = cur + parser->base_len;
24448 + parser->root.limit = parser->base_dict + parser->base_len;
24470 - limit = parser->base_dict + parser->base_len;