/third_party/skia/third_party/externals/freetype/src/type1/ |
H A D | t1parse.c | 148 parser->base_len = 0; in FT_LOCAL_DEF() 214 parser->base_len = size; in FT_LOCAL_DEF() 227 parser->base_len = size; in FT_LOCAL_DEF() 232 parser->root.limit = parser->root.cursor + parser->base_len; in FT_LOCAL_DEF() 335 FT_Byte* limit = cur + parser->base_len; in FT_LOCAL_DEF() 396 limit = parser->base_dict + parser->base_len; in FT_LOCAL_DEF() 413 parser->root.limit = parser->base_dict + parser->base_len; in FT_LOCAL_DEF() 448 size = parser->base_len - (FT_ULong)( cur - parser->base_dict ); in FT_LOCAL_DEF() 463 parser->base_len = 0; in FT_LOCAL_DEF()
|
H A D | t1parse.h | 49 * base_len :: 75 FT_ULong base_len; member
|
H A D | t1load.c | 2543 parser->base_dict, parser->base_len ); in FT_LOCAL_DEF()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A D | crypto.h | 449 * @base_len: Length of base integer in bytes 466 int __must_check crypto_mod_exp(const u8 *base, size_t base_len,
|
H A 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/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A D | crypto.h | 449 * @base_len: Length of base integer in bytes 466 int __must_check crypto_mod_exp(const u8 *base, size_t base_len,
|
H A 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/skia/third_party/externals/freetype/src/type42/ |
H A D | t42parse.h | 35 FT_Long base_len; member
|
H A D | t42parse.c | 148 parser->base_len = 0; in FT_LOCAL_DEF() 190 parser->base_len = size; in FT_LOCAL_DEF() 204 parser->base_len = size; in FT_LOCAL_DEF() 209 parser->root.limit = parser->root.cursor + parser->base_len; in FT_LOCAL_DEF()
|
H A D | t42objs.c | 64 parser->base_dict, parser->base_len ); in T42_Open_Face()
|
/third_party/vulkan-loader/loader/ |
H A D | settings.c | 211 size_t base_len = strlen(base); in check_if_settings_path_exists() local 213 size_t path_len = base_len + suffix_len + 1; in check_if_settings_path_exists() 218 loader_strncpy(*settings_file_path, path_len, base, base_len); in check_if_settings_path_exists()
|
/third_party/ffmpeg/libavformat/ |
H A D | hlsenc.c | 1334 size_t base_len = 0; in get_relative_url() local 1339 base_len = p - master_url; in get_relative_url() 1340 if (av_strncasecmp(master_url, media_url, base_len)) { in get_relative_url() 1348 return media_url + base_len + 1; in get_relative_url()
|
/third_party/alsa-lib/src/mixer/ |
H A D | simple_none.c | 910 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/ |
H A 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()
|