Home
last modified time | relevance | path

Searched +defs:hash +defs:table +defs:p (Results 226 – 250 of 2686) sorted by relevance

12345678910>>...108

/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/ui/
H A Dkeymaps.c41 GHashTable *hash; member
44 static int get_keysym(const name2keysym_t *table, in get_keysym()
47 const name2keysym_t *p; in get_keysym() local
87 const name2keysym_t *table, in parse_keyboard_layout()
177 kbd_layout_t *init_keyboard_layout(const name2keysym_t *table, in init_keyboard_layout()
/dports/emulators/qemu/qemu-6.2.0/ui/
H A Dkeymaps.c41 GHashTable *hash; member
44 static int get_keysym(const name2keysym_t *table, in get_keysym()
47 const name2keysym_t *p; in get_keysym() local
87 const name2keysym_t *table, in parse_keyboard_layout()
177 kbd_layout_t *init_keyboard_layout(const name2keysym_t *table, in init_keyboard_layout()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/ui/
H A Dkeymaps.c40 GHashTable *hash; member
43 static int get_keysym(const name2keysym_t *table, in get_keysym()
46 const name2keysym_t *p; in get_keysym() local
86 const name2keysym_t *table, in parse_keyboard_layout()
176 kbd_layout_t *init_keyboard_layout(const name2keysym_t *table, in init_keyboard_layout()
/dports/emulators/qemu60/qemu-6.0.0/ui/
H A Dkeymaps.c41 GHashTable *hash; member
44 static int get_keysym(const name2keysym_t *table, in get_keysym()
47 const name2keysym_t *p; in get_keysym() local
87 const name2keysym_t *table, in parse_keyboard_layout()
177 kbd_layout_t *init_keyboard_layout(const name2keysym_t *table, in init_keyboard_layout()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dminsyms.c84 unsigned int hash = 0; in msymbol_hash_iw() local
103 unsigned int hash = 0; in msymbol_hash() local
112 struct minimal_symbol **table) in add_minsym_to_hash_table()
116 unsigned int hash in add_minsym_to_hash_table() local
127 struct minimal_symbol **table) in add_minsym_to_demangled_hash_table()
131 unsigned int hash = msymbol_hash_iw (SYMBOL_DEMANGLED_NAME (sym)) % MINIMAL_SYMBOL_HASH_SIZE; in add_minsym_to_demangled_hash_table() local
160 unsigned int hash = msymbol_hash (name) % MINIMAL_SYMBOL_HASH_SIZE; in lookup_minimal_symbol() local
166 char *p = strrchr (sfile, '/'); in lookup_minimal_symbol() local
277 unsigned int hash = msymbol_hash (name) % MINIMAL_SYMBOL_HASH_SIZE; in lookup_minimal_symbol_text() local
333 unsigned int hash = msymbol_hash (name) % MINIMAL_SYMBOL_HASH_SIZE; in lookup_minimal_symbol_solib_trampoline() local
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dminsyms.c84 unsigned int hash = 0; in msymbol_hash_iw() local
103 unsigned int hash = 0; in msymbol_hash() local
112 struct minimal_symbol **table) in add_minsym_to_hash_table()
116 unsigned int hash in add_minsym_to_hash_table() local
127 struct minimal_symbol **table) in add_minsym_to_demangled_hash_table()
131 unsigned int hash = msymbol_hash_iw (SYMBOL_DEMANGLED_NAME (sym)) % MINIMAL_SYMBOL_HASH_SIZE; in add_minsym_to_demangled_hash_table() local
160 unsigned int hash = msymbol_hash (name) % MINIMAL_SYMBOL_HASH_SIZE; in lookup_minimal_symbol() local
166 char *p = strrchr (sfile, '/'); in lookup_minimal_symbol() local
277 unsigned int hash = msymbol_hash (name) % MINIMAL_SYMBOL_HASH_SIZE; in lookup_minimal_symbol_text() local
333 unsigned int hash = msymbol_hash (name) % MINIMAL_SYMBOL_HASH_SIZE; in lookup_minimal_symbol_solib_trampoline() local
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/sdl/
H A DIMG_xpm.c88 struct hash_entry **table; member
97 int hash; in hash_key() local
109 struct color_hash *hash; in create_colorhash() local
154 static int add_colorhash(struct color_hash *hash, in add_colorhash()
167 #define QUICK_COLORHASH(hash, key) ((hash)->table[*(const Uint8 *)(key)]->color) argument
169 static Uint32 get_colorhash(struct color_hash *hash, const char *key, int cpp) in get_colorhash()
180 static void free_colorhash(struct color_hash *hash) in free_colorhash()
995 #define SKIPSPACE(p) \ argument
1001 #define SKIPNONSPACE(p) \ argument
1089 const char *p; in load_xpm() local
/dports/graphics/sdl2_image/SDL2_image-2.0.5/
H A DIMG_xpm.c79 struct hash_entry **table; member
88 int hash; in hash_key() local
100 struct color_hash *hash; in create_colorhash() local
145 static int add_colorhash(struct color_hash *hash, in add_colorhash()
158 #define QUICK_COLORHASH(hash, key) ((hash)->table[*(Uint8 *)(key)]->color) argument
160 static Uint32 get_colorhash(struct color_hash *hash, const char *key, int cpp) in get_colorhash()
171 static void free_colorhash(struct color_hash *hash) in free_colorhash()
986 #define SKIPSPACE(p) \ argument
992 #define SKIPNONSPACE(p) \ argument
1079 char *p; in load_xpm() local
/dports/print/py-fontaine/pyfontaine-1.4.0/fontaine/charsets/fontconfig/src/
H A Dfclist.c210 FcListPatternMatchAny (const FcPattern *p, in FcListPatternMatchAny()
314 FcChar32 hash; member
326 FcListHashTableInit (FcListHashTable *table) in FcListHashTableInit()
333 FcListHashTableCleanup (FcListHashTable *table) in FcListHashTableCleanup()
392 FcListAppend (FcListHashTable *table, in FcListAppend()
400 FcChar32 hash; in FcListAppend() local
478 FcPattern *p, in FcFontSetList()
485 FcListHashTable table; in FcFontSetList() local
589 FcPattern *p, in FcFontList()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/fontconfig/src/src/
H A Dfclist.c210 FcListPatternMatchAny (const FcPattern *p, in FcListPatternMatchAny()
314 FcChar32 hash; member
326 FcListHashTableInit (FcListHashTable *table) in FcListHashTableInit()
333 FcListHashTableCleanup (FcListHashTable *table) in FcListHashTableCleanup()
392 FcListAppend (FcListHashTable *table, in FcListAppend()
400 FcChar32 hash; in FcListAppend() local
478 FcPattern *p, in FcFontSetList()
485 FcListHashTable table; in FcFontSetList() local
589 FcPattern *p, in FcFontList()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/fontconfig/src/src/
H A Dfclist.c210 FcListPatternMatchAny (const FcPattern *p, in FcListPatternMatchAny()
314 FcChar32 hash; member
326 FcListHashTableInit (FcListHashTable *table) in FcListHashTableInit()
333 FcListHashTableCleanup (FcListHashTable *table) in FcListHashTableCleanup()
392 FcListAppend (FcListHashTable *table, in FcListAppend()
400 FcChar32 hash; in FcListAppend() local
478 FcPattern *p, in FcFontSetList()
485 FcListHashTable table; in FcFontSetList() local
589 FcPattern *p, in FcFontList()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/servo-fontconfig-sys-5.1.0/src/
H A Dfclist.c210 FcListPatternMatchAny (const FcPattern *p, in FcListPatternMatchAny()
312 FcChar32 hash; member
324 FcListHashTableInit (FcListHashTable *table) in FcListHashTableInit()
331 FcListHashTableCleanup (FcListHashTable *table) in FcListHashTableCleanup()
390 FcListAppend (FcListHashTable *table, in FcListAppend()
398 FcChar32 hash; in FcListAppend() local
476 FcPattern *p, in FcFontSetList()
483 FcListHashTable table; in FcFontSetList() local
583 FcPattern *p, in FcFontList()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/servo-fontconfig-sys-4.0.9/src/
H A Dfclist.c210 FcListPatternMatchAny (const FcPattern *p, in FcListPatternMatchAny()
312 FcChar32 hash; member
324 FcListHashTableInit (FcListHashTable *table) in FcListHashTableInit()
331 FcListHashTableCleanup (FcListHashTable *table) in FcListHashTableCleanup()
390 FcListAppend (FcListHashTable *table, in FcListAppend()
398 FcChar32 hash; in FcListAppend() local
476 FcPattern *p, in FcFontSetList()
483 FcListHashTable table; in FcFontSetList() local
583 FcPattern *p, in FcFontList()
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/servo-fontconfig-sys-5.1.0/src/
H A Dfclist.c210 FcListPatternMatchAny (const FcPattern *p, in FcListPatternMatchAny()
312 FcChar32 hash; member
324 FcListHashTableInit (FcListHashTable *table) in FcListHashTableInit()
331 FcListHashTableCleanup (FcListHashTable *table) in FcListHashTableCleanup()
390 FcListAppend (FcListHashTable *table, in FcListAppend()
398 FcChar32 hash; in FcListAppend() local
476 FcPattern *p, in FcFontSetList()
483 FcListHashTable table; in FcFontSetList() local
583 FcPattern *p, in FcFontList()
/dports/x11-fonts/fontconfig/fontconfig-2.13.94/src/
H A Dfclist.c210 FcListPatternMatchAny (const FcPattern *p, in FcListPatternMatchAny()
314 FcChar32 hash; member
326 FcListHashTableInit (FcListHashTable *table) in FcListHashTableInit()
333 FcListHashTableCleanup (FcListHashTable *table) in FcListHashTableCleanup()
392 FcListAppend (FcListHashTable *table, in FcListAppend()
400 FcChar32 hash; in FcListAppend() local
478 FcPattern *p, in FcFontSetList()
485 FcListHashTable table; in FcFontSetList() local
589 FcPattern *p, in FcFontList()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DObjectGroup.cpp370 static inline HashNumber hash(const Lookup& lookup) { in hash() function
371 HashNumber hash = MovableCellHasher<TaggedProto>::hash(lookup.proto); in hash() local
582 ObjectGroupCompartment::NewTable*& table = in lazySingletonGroup() local
623 ObjectGroupCompartment::NewTable* table = in setDefaultNewGroupUnknown() local
629 auto p = table->lookup(lookup); in setDefaultNewGroupUnknown() local
638 ObjectGroupCompartment::NewTable* table = in hasDefaultNewGroup() local
644 auto p = table->lookup(lookup); in hasDefaultNewGroup() local
789 ObjectGroupCompartment::ArrayObjectTable*& table = in newArrayObject() local
998 static inline HashNumber hash(const Lookup& lookup) { in hash() function
1279 static inline uint32_t hash(AllocationSiteKey key) { in hash() function
[all …]
/dports/sysutils/heirloom/heirloom-070715/units/
H A Dunits.c71 static struct table struct
76 } table[NTAB]; argument
178 register struct unit *p; in units() local
217 register struct unit *p; in convr() local
270 register struct unit *p; in lookup() local
506 hash(const char *name) in hash() function
/dports/games/minetest/minetest-5.4.1/src/script/common/
H A Dc_converter.cpp63 void push_v3f(lua_State *L, v3f p) in push_v3f()
74 void push_v2f(lua_State *L, v2f p) in push_v2f()
105 v2s16 p; in read_v2s16() local
116 void push_v2s16(lua_State *L, v2s16 p) in push_v2s16()
125 void push_v2s32(lua_State *L, v2s32 p) in push_v2s32()
136 v2s32 p; in read_v2s32() local
149 v2f p; in read_v2f() local
162 v2f p; in check_v2f() local
264 void pushFloatPos(lua_State *L, v3f p) in pushFloatPos()
275 void push_v3s16(lua_State *L, v3s16 p) in push_v3s16()
[all …]
/dports/converters/bsdconv/bsdconv-11.6/src/
H A Dbsdconv-mktable.c68 struct hash{ struct
71 struct hash *parent; argument
72 struct hash **sub; argument
77 char table[256]={}; variable
83 struct hash *datalist_hash, *data_hash; argument
85 uintptr_t hash(int *p, uintptr_t l){ in hash() function
128 uintptr_t hash_callback(int *p, uintptr_t l){ in hash_callback()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/libzip/libzip/lib/
H A Dzip_hash.c62 zip_hash_entry_t **table; member
97 hash_resize(zip_hash_t *hash, zip_uint32_t new_size, zip_error_t *error) { in hash_resize()
168 zip_hash_t *hash; in _zip_hash_new() local
184 _zip_hash_free(zip_hash_t *hash) { in _zip_hash_free()
205 _zip_hash_add(zip_hash_t *hash, const zip_uint8_t *name, zip_uint64_t index, zip_flags_t flags, zip… in _zip_hash_add()
264 _zip_hash_delete(zip_hash_t *hash, const zip_uint8_t *name, zip_error_t *error) { in _zip_hash_delete()
312 _zip_hash_lookup(zip_hash_t *hash, const zip_uint8_t *name, zip_flags_t flags, zip_error_t *error) { in _zip_hash_lookup()
347 _zip_hash_reserve_capacity(zip_hash_t *hash, zip_uint64_t capacity, zip_error_t *error) { in _zip_hash_reserve_capacity()
369 _zip_hash_revert(zip_hash_t *hash, zip_error_t *error) { in _zip_hash_revert()
378 zip_hash_entry_t *p; in _zip_hash_revert() local
/dports/archivers/libzip/libzip-1.7.3/lib/
H A Dzip_hash.c62 zip_hash_entry_t **table; member
97 hash_resize(zip_hash_t *hash, zip_uint32_t new_size, zip_error_t *error) { in hash_resize()
168 zip_hash_t *hash; in _zip_hash_new() local
184 _zip_hash_free(zip_hash_t *hash) { in _zip_hash_free()
205 _zip_hash_add(zip_hash_t *hash, const zip_uint8_t *name, zip_uint64_t index, zip_flags_t flags, zip… in _zip_hash_add()
264 _zip_hash_delete(zip_hash_t *hash, const zip_uint8_t *name, zip_error_t *error) { in _zip_hash_delete()
312 _zip_hash_lookup(zip_hash_t *hash, const zip_uint8_t *name, zip_flags_t flags, zip_error_t *error) { in _zip_hash_lookup()
347 _zip_hash_reserve_capacity(zip_hash_t *hash, zip_uint64_t capacity, zip_error_t *error) { in _zip_hash_reserve_capacity()
369 _zip_hash_revert(zip_hash_t *hash, zip_error_t *error) { in _zip_hash_revert()
378 zip_hash_entry_t *p; in _zip_hash_revert() local
/dports/x11/xmascot/xmascot-2.6a.20200830/imagelib/old/
H A Dtiflzw.c81 HASHTAB *table; member
97 hash_getdata(HASH * hash, char *buf, int index) in hash_getdata()
108 hash_addsub(HASH * hash, int index, int prev, int data) in hash_addsub()
110 int l, h, p; in hash_addsub() local
128 hash_add(HASH * hash, int prev, int data) in hash_add()
138 hash_init(HASH * hash) in hash_init()
154 hash_create(HASH * hash) in hash_create()
163 hash_destroy(HASH * hash) in hash_destroy()
171 hash_getfirst(HASH * hash, int index) in hash_getfirst()
178 hash_getmaxindex(HASH * hash) in hash_getmaxindex()
/dports/devel/cutils/cutils-1.6/lib/
H A Dhtable.c48 hbucket *table; member
55 static unsigned long htable_hash(const char *p, unsigned long size) in htable_hash()
57 unsigned long hash = 0, g; in htable_hash() local
131 unsigned long hash; in htable_store_key() local
152 unsigned long hash; in htable_store_data() local
179 unsigned long hash; in htable_exists() local
193 unsigned long hash; in htable_fetch() local
207 unsigned long hash; in htable_remove() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/classfile/
H A DsymbolTable.cpp91 for (HashtableEntry<Symbol*, mtSymbol>* p = the_table()->bucket(i); in symbols_do() local
103 for (HashtableEntry<Symbol*, mtSymbol>* p = the_table()->bucket(i); in metaspace_pointers_do() local
240 int len, unsigned int hash) { in lookup()
278 unsigned int hash = hash_symbol(s, len); in decode_shared() local
360 unsigned int& hash) { in lookup_only()
427 SymbolTable* table = the_table(); in add() local
442 unsigned int hash; in new_permanent_symbol() local
450 SymbolTable* table = the_table(); in new_permanent_symbol() local
553 HashtableEntry<Symbol*, mtSymbol>* p = the_table()->bucket(i); in verify() local
608 unsigned int hash = hash_symbol(name, len); in write_to_archive() local
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/classfile/
H A DsymbolTable.cpp91 for (HashtableEntry<Symbol*, mtSymbol>* p = the_table()->bucket(i); in symbols_do() local
103 for (HashtableEntry<Symbol*, mtSymbol>* p = the_table()->bucket(i); in metaspace_pointers_do() local
240 int len, unsigned int hash) { in lookup()
278 unsigned int hash = hash_symbol(s, len); in decode_shared() local
360 unsigned int& hash) { in lookup_only()
427 SymbolTable* table = the_table(); in add() local
442 unsigned int hash; in new_permanent_symbol() local
450 SymbolTable* table = the_table(); in new_permanent_symbol() local
553 HashtableEntry<Symbol*, mtSymbol>* p = the_table()->bucket(i); in verify() local
608 unsigned int hash = hash_symbol(name, len); in write_to_archive() local
[all …]

12345678910>>...108