/third_party/skia/third_party/externals/freetype/src/type1/ |
D | t1parse.c | 148 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()
|
D | t1parse.h | 75 FT_ULong base_len; member
|
D | t1load.c | 2543 parser->base_dict, parser->base_len ); in T1_Open_Face()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | crypto_internal-modexp.c | 89 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()
|
D | crypto_nettle.c | 375 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()
|
D | crypto_gnutls.c | 361 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()
|
D | crypto_libtomcrypt.c | 738 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()
|
D | crypto.h | 466 int __must_check crypto_mod_exp(const u8 *base, size_t base_len,
|
D | crypto_openssl.c | 662 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/ |
D | crypto_internal-modexp.c | 89 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()
|
D | crypto_nettle.c | 375 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()
|
D | crypto_gnutls.c | 361 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()
|
D | crypto_libtomcrypt.c | 738 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()
|
D | crypto.h | 466 int __must_check crypto_mod_exp(const u8 *base, size_t base_len,
|
D | crypto_openssl.c | 589 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/ |
D | t42parse.h | 35 FT_Long base_len; member
|
D | t42parse.c | 148 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()
|
D | t42objs.c | 64 parser->base_dict, parser->base_len ); in T42_Open_Face()
|
/third_party/ffmpeg/libavformat/ |
D | hlsenc.c | 1342 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/ |
D | simple_none.c | 911 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/ |
D | upb.c | 13246 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/ |
D | ChangeLog.23 | 4636 * src/type1/t1parse.h (T1_ParserRec): Make `base_len' and
|
D | ChangeLog.21 | 6931 * src/type1/t1parse.h (T1_ParserRec): Change type of `base_len'
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 24414 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;
|