/third_party/freetype/src/base/ |
D | fthash.c | 233 hash_insert( FT_Hashkey key, in hash_insert() function 281 return hash_insert( hk, data, hash, memory ); in ft_hash_str_insert() 296 return hash_insert( hk, data, hash, memory ); in ft_hash_num_insert()
|
/third_party/flutter/skia/third_party/externals/freetype/src/base/ |
D | fthash.c | 234 hash_insert( FT_Hashkey key, in hash_insert() function 282 return hash_insert( hk, data, hash, memory ); in ft_hash_str_insert() 297 return hash_insert( hk, data, hash, memory ); in ft_hash_num_insert()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | fthash.c | 233 hash_insert( FT_Hashkey key, in hash_insert() function 281 return hash_insert( hk, data, hash, memory ); in ft_hash_str_insert() 296 return hash_insert( hk, data, hash, memory ); in ft_hash_num_insert()
|
/third_party/boost/tools/build/src/engine/ |
D | modules.cpp | 41 m = (module_t *)hash_insert( module_hash, name, &found ); in bindmodule() 208 …struct module_stats * ms = (struct module_stats *)hash_insert( class_info, m->class_module->name, … in stat_module() 295 OBJECT * * const ss = (OBJECT * *)hash_insert( h, s, &found ); in import_module() 376 v = (struct fixed_variable *)hash_insert( m->variable_indices, name, &found ); in module_add_fixed_var()
|
D | pathnt.cpp | 144 path_key_entry * const result = (path_key_entry *)hash_insert( in canonicWindowsPath() 238 result = (path_key_entry *)hash_insert( path_key_cache, path, &found ); in path_key() 253 nresult = (path_key_entry *)hash_insert( path_key_cache, normalized, in path_key()
|
D | hash.h | 60 HASHDATA * hash_insert( struct hash *, OBJECT * key, int * found );
|
D | native.cpp | 27 native_rule_t * const np = (native_rule_t *)hash_insert( in declare_native_rule()
|
D | hdrmacro.cpp | 116 v = (HEADER_MACRO *)hash_insert( header_macros_hash, symbol, &found in macro_headers()
|
D | subst.cpp | 29 e = (regex_entry *)hash_insert( regex_hash, pattern, &found ); in regex_compile()
|
D | debug.cpp | 41 p = (profile_info *)hash_insert( profile_hash, rulename, &found ); in profile_enter()
|
D | hcache.cpp | 299 c = (HCACHEDATA *)hash_insert( hcachehash, cachedata.boundname, &found ) in hcache_init() 512 c = (HCACHEDATA *)hash_insert( hcachehash, t->boundname, &found ); in hcache()
|
D | filesys.cpp | 86 archive = (file_archive_info_t *)hash_insert( archivecache_hash, path_key, in file_archive_info() 222 finfo = (file_info_t *)hash_insert( filecache_hash, path_key, found ); in file_info()
|
D | class.cpp | 137 pp = (OBJECT * *)hash_insert( classes, list_front( xname ), &found ); in make_class_module()
|
D | rules.cpp | 102 RULE * const r = (RULE *)hash_insert( demand_rules( target_module ), in enter_rule() 164 t = (TARGET *)hash_insert( targethash, target_name, &found ); in bindtarget()
|
D | search.cpp | 111 ba = (BINDING *)hash_insert( explicit_bindings, key, &found ); in set_explicit_binding()
|
D | variable.cpp | 353 v = (VARIABLE *)hash_insert( module->variables, symbol, &found ); in var_enter()
|
D | hash.cpp | 149 HASHDATA * hash_insert( struct hash * hp, OBJECT * key, int * found ) in hash_insert() function
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.26 | 1796 (hash_insert, hash_lookup): ... this.
|
D | ChangeLog.23 | 639 * src/bdf/bdflib.c (hash_insert): Get size_t data, instead of
|
/third_party/flutter/skia/third_party/externals/freetype/ |
D | ChangeLog.26 | 1796 (hash_insert, hash_lookup): ... this.
|
D | ChangeLog.23 | 639 * src/bdf/bdflib.c (hash_insert): Get size_t data, instead of
|
/third_party/freetype/ |
D | ChangeLog.26 | 1796 (hash_insert, hash_lookup): ... this.
|
D | ChangeLog.23 | 639 * src/bdf/bdflib.c (hash_insert): Get size_t data, instead of
|