Home
last modified time | relevance | path

Searched refs:base_len (Results 1 - 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/type1/
H A Dt1parse.c148 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 Dt1parse.h49 * base_len ::
75 FT_ULong base_len; member
H A Dt1load.c2543 parser->base_dict, parser->base_len ); in FT_LOCAL_DEF()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A 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()
H A 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()
H A 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()
H A 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()
H A Dcrypto.h449 * @base_len: Length of base integer in bytes
466 int __must_check crypto_mod_exp(const u8 *base, size_t base_len,
H A 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/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A 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()
H A 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()
H A 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()
H A 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()
H A Dcrypto.h449 * @base_len: Length of base integer in bytes
466 int __must_check crypto_mod_exp(const u8 *base, size_t base_len,
H A 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/skia/third_party/externals/freetype/src/type42/
H A Dt42parse.h35 FT_Long base_len; member
H A Dt42parse.c148 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 Dt42objs.c64 parser->base_dict, parser->base_len ); in T42_Open_Face()
/third_party/vulkan-loader/loader/
H A Dsettings.c211 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 Dhlsenc.c1334 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 Dsimple_none.c910 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 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()

Completed in 60 milliseconds