/external/pdfium/third_party/freetype/src/type1/ |
D | t1parse.c | 149 parser->base_len = 0; in T1_New_Parser() 215 parser->base_len = size; in T1_New_Parser() 228 parser->base_len = size; in T1_New_Parser() 233 parser->root.limit = parser->root.cursor + parser->base_len; in T1_New_Parser() 336 FT_Byte* limit = cur + parser->base_len; in T1_Get_Private_Dict() 397 limit = parser->base_dict + parser->base_len; in T1_Get_Private_Dict() 414 parser->root.limit = parser->base_dict + parser->base_len; in T1_Get_Private_Dict() 449 size = parser->base_len - (FT_ULong)( cur - parser->base_dict ); in T1_Get_Private_Dict() 464 parser->base_len = 0; in T1_Get_Private_Dict()
|
D | t1parse.h | 67 FT_ULong base_len; member
|
D | t1load.c | 2156 parser->base_dict, parser->base_len ); in T1_Open_Face()
|
/external/bison/lib/ |
D | basename.c | 36 return xstrndup (name, base_len (name)); in base_name() 39 length = base_len (base); in base_name()
|
D | localcharset.c | 139 size_t base_len = strlen (base); in get_charset_aliases() local 141 file_name = (char *) malloc (dir_len + add_slash + base_len + 1); in get_charset_aliases() 147 memcpy (file_name + dir_len + add_slash, base, base_len + 1); in get_charset_aliases()
|
D | stripslash.c | 41 base_lim = base + base_len (base); in strip_trailing_slashes()
|
D | dirname.h | 40 size_t base_len (char const *file) _GL_ATTRIBUTE_PURE;
|
D | basename-lgpl.c | 58 base_len (char const *name) in base_len() function
|
/external/wpa_supplicant_8/src/crypto/ |
D | crypto_internal-modexp.c | 16 int crypto_mod_exp(const u8 *base, size_t base_len, in crypto_mod_exp() argument 33 if (bignum_set_unsigned_bin(bn_base, base, base_len) < 0 || in crypto_mod_exp()
|
D | crypto_gnutls.c | 154 int crypto_mod_exp(const u8 *base, size_t base_len, in crypto_mod_exp() argument 163 if (gcry_mpi_scan(&bn_base, GCRYMPI_FMT_USG, base, base_len, NULL) != in crypto_mod_exp()
|
D | crypto_libtomcrypt.c | 696 int crypto_mod_exp(const u8 *base, size_t base_len, in crypto_mod_exp() argument 706 if (mp_read_unsigned_bin(b, (u8 *) base, base_len) != CRYPT_OK || in crypto_mod_exp()
|
D | crypto.h | 455 int __must_check crypto_mod_exp(const u8 *base, size_t base_len,
|
D | crypto_openssl.c | 470 int crypto_mod_exp(const u8 *base, size_t base_len, in crypto_mod_exp() argument 483 bn_base = BN_bin2bn(base, base_len, NULL); in crypto_mod_exp()
|
/external/e2fsprogs/intl/ |
D | localcharset.c | 126 size_t base_len = strlen (base); in get_charset_aliases() local 128 file_name = (char *) malloc (dir_len + add_slash + base_len + 1); in get_charset_aliases() 134 memcpy (file_name + dir_len + add_slash, base, base_len + 1); in get_charset_aliases()
|
/external/syslinux/gpxe/src/core/ |
D | uri.c | 306 size_t base_len = ( strlen ( base_path ) + 1 ); in resolve_path() local 307 char base_path_copy[base_len]; in resolve_path() 316 memcpy ( base_tmp, base_path, base_len ); in resolve_path()
|
/external/libevent/ |
D | evdns.c | 3124 const size_t base_len = strlen(base_name); in search_make_new() local 3125 const char need_to_append_dot = base_name[base_len - 1] == '.' ? 0 : 1; in search_make_new() 3134 char *const newname = (char *) mm_malloc(base_len + need_to_append_dot + postfix_len + 1); in search_make_new() 3136 memcpy(newname, base_name, base_len); in search_make_new() 3137 if (need_to_append_dot) newname[base_len] = '.'; in search_make_new() 3138 memcpy(newname + base_len + need_to_append_dot, postfix, postfix_len); in search_make_new() 3139 newname[base_len + need_to_append_dot + postfix_len] = 0; in search_make_new()
|
/external/boringssl/src/ssl/ |
D | ssl_test.cc | 932 size_t base_len = GetClientHelloLen(max_version, session_version, 1); in TestPaddingExtension() local 933 if (base_len == 0) { in TestPaddingExtension() 938 if (base_len > test.input_len) { in TestPaddingExtension() 947 1 + test.input_len - base_len); in TestPaddingExtension()
|