Home
last modified time | relevance | path

Searched refs:hash_entry (Results 151 – 175 of 2585) sorted by relevance

12345678910>>...104

/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/
H A Dwin32-gdi-font-cache-no-HFONT.patch50 + _cairo_hash_table_remove (hash_table, &font_face->base.hash_entry);
53 - _cairo_hash_table_remove (hash_table, &font_face->base.hash_entry);
89 - &key.base.hash_entry);
95 + &key.base.hash_entry);
111 + assert (font_face->base.hash_entry.hash == key.base.hash_entry.hash);
113 - assert (font_face->base.hash_entry.hash == key.base.hash_entry.hash);
115 - &font_face->base.hash_entry);
120 + &font_face->base.hash_entry);
H A Dfix-win32-font-assertion.patch16 - assert (font_face->base.hash_entry.hash == key.base.hash_entry.hash);
19 + assert (font_face->base.hash_entry.hash == key.base.hash_entry.hash);
21 &font_face->base.hash_entry);
/dports/www/firefox/firefox-99.0/gfx/cairo/
H A Dwin32-gdi-font-cache-no-HFONT.patch50 + _cairo_hash_table_remove (hash_table, &font_face->base.hash_entry);
53 - _cairo_hash_table_remove (hash_table, &font_face->base.hash_entry);
89 - &key.base.hash_entry);
95 + &key.base.hash_entry);
111 + assert (font_face->base.hash_entry.hash == key.base.hash_entry.hash);
113 - assert (font_face->base.hash_entry.hash == key.base.hash_entry.hash);
115 - &font_face->base.hash_entry);
120 + &font_face->base.hash_entry);
H A Dfix-win32-font-assertion.patch16 - assert (font_face->base.hash_entry.hash == key.base.hash_entry.hash);
19 + assert (font_face->base.hash_entry.hash == key.base.hash_entry.hash);
21 &font_face->base.hash_entry);
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/cairo/
H A Dwin32-gdi-font-cache-no-HFONT.patch50 + _cairo_hash_table_remove (hash_table, &font_face->base.hash_entry);
53 - _cairo_hash_table_remove (hash_table, &font_face->base.hash_entry);
89 - &key.base.hash_entry);
95 + &key.base.hash_entry);
111 + assert (font_face->base.hash_entry.hash == key.base.hash_entry.hash);
113 - assert (font_face->base.hash_entry.hash == key.base.hash_entry.hash);
115 - &font_face->base.hash_entry);
120 + &font_face->base.hash_entry);
H A Dfix-win32-font-assertion.patch16 - assert (font_face->base.hash_entry.hash == key.base.hash_entry.hash);
19 + assert (font_face->base.hash_entry.hash == key.base.hash_entry.hash);
21 &font_face->base.hash_entry);
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/cairo/
H A Dwin32-gdi-font-cache-no-HFONT.patch50 + _cairo_hash_table_remove (hash_table, &font_face->base.hash_entry);
53 - _cairo_hash_table_remove (hash_table, &font_face->base.hash_entry);
89 - &key.base.hash_entry);
95 + &key.base.hash_entry);
111 + assert (font_face->base.hash_entry.hash == key.base.hash_entry.hash);
113 - assert (font_face->base.hash_entry.hash == key.base.hash_entry.hash);
115 - &font_face->base.hash_entry);
120 + &font_face->base.hash_entry);
H A Dfix-win32-font-assertion.patch16 - assert (font_face->base.hash_entry.hash == key.base.hash_entry.hash);
19 + assert (font_face->base.hash_entry.hash == key.base.hash_entry.hash);
21 &font_face->base.hash_entry);
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/cairo/
H A Dwin32-gdi-font-cache-no-HFONT.patch50 + _cairo_hash_table_remove (hash_table, &font_face->base.hash_entry);
53 - _cairo_hash_table_remove (hash_table, &font_face->base.hash_entry);
89 - &key.base.hash_entry);
95 + &key.base.hash_entry);
111 + assert (font_face->base.hash_entry.hash == key.base.hash_entry.hash);
113 - assert (font_face->base.hash_entry.hash == key.base.hash_entry.hash);
115 - &font_face->base.hash_entry);
120 + &font_face->base.hash_entry);
H A Dfix-win32-font-assertion.patch16 - assert (font_face->base.hash_entry.hash == key.base.hash_entry.hash);
19 + assert (font_face->base.hash_entry.hash == key.base.hash_entry.hash);
21 &font_face->base.hash_entry);
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/cairo/
H A Dwin32-gdi-font-cache-no-HFONT.patch50 + _cairo_hash_table_remove (hash_table, &font_face->base.hash_entry);
53 - _cairo_hash_table_remove (hash_table, &font_face->base.hash_entry);
89 - &key.base.hash_entry);
95 + &key.base.hash_entry);
111 + assert (font_face->base.hash_entry.hash == key.base.hash_entry.hash);
113 - assert (font_face->base.hash_entry.hash == key.base.hash_entry.hash);
115 - &font_face->base.hash_entry);
120 + &font_face->base.hash_entry);
H A Dfix-win32-font-assertion.patch16 - assert (font_face->base.hash_entry.hash == key.base.hash_entry.hash);
19 + assert (font_face->base.hash_entry.hash == key.base.hash_entry.hash);
21 &font_face->base.hash_entry);
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/sdl/
H A DIMG_xpm.c81 struct hash_entry { struct
84 struct hash_entry *next; argument
88 struct hash_entry **table;
89 struct hash_entry *entries; /* array of all entries */
90 struct hash_entry *next_free;
123 bytes = hash->size * sizeof(struct hash_entry **); in create_colorhash()
130 hash->table = (struct hash_entry **)SDL_calloc(1, bytes); in create_colorhash()
136 bytes = maxnum * sizeof(struct hash_entry); in create_colorhash()
138 if ((bytes / sizeof(struct hash_entry)) != maxnum) { in create_colorhash()
144 hash->entries = (struct hash_entry *)SDL_calloc(1, bytes); in create_colorhash()
[all …]
/dports/graphics/sdl2_image/SDL2_image-2.0.5/
H A DIMG_xpm.c72 struct hash_entry { struct
75 struct hash_entry *next; argument
79 struct hash_entry **table;
80 struct hash_entry *entries; /* array of all entries */
81 struct hash_entry *next_free;
114 bytes = hash->size * sizeof(struct hash_entry **); in create_colorhash()
121 hash->table = (struct hash_entry **)SDL_calloc(1, bytes); in create_colorhash()
127 bytes = maxnum * sizeof(struct hash_entry); in create_colorhash()
129 if ((bytes / sizeof(struct hash_entry)) != maxnum) { in create_colorhash()
135 hash->entries = (struct hash_entry *)SDL_calloc(1, bytes); in create_colorhash()
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/modules/uid_domain/
H A Duid_domain_mod.h59 extern struct hash_entry*** active_hash; /* Pointer to current hash table */
63 extern struct hash_entry*** hash; /* Pointer to the current hash table */
64 extern struct hash_entry** hash_1; /* Hash table 1 */
65 extern struct hash_entry** hash_2; /* Hash table 2 */
/dports/converters/recode/Recode-3.6/src/
H A Dhash.h37 struct hash_entry struct
40 struct hash_entry *next; argument
62 struct hash_entry *bucket;
63 struct hash_entry *bucket_limit;
81 struct hash_entry *free_entry_list;
/dports/net/radsecproxy/radsecproxy-1.8.2/
H A Dhash.h14 struct hash_entry { struct
37 struct hash_entry *hash_first(struct hash *hash); argument
40 struct hash_entry *hash_next(struct hash_entry *entry);
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gnat.dg/
H A Daccess7.adb24 type hash_entry is record type
27 next: access hash_entry;
30 type hashtable is array(t_hash range <>) of access hash_entry;
40 p: access hash_entry;
56 p := new hash_entry'(v => new String'(s),
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gnat.dg/
H A Daccess7.adb24 type hash_entry is record type
27 next: access hash_entry;
30 type hashtable is array(t_hash range <>) of access hash_entry;
40 p: access hash_entry;
56 p := new hash_entry'(v => new String'(s),
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gnat.dg/
H A Daccess7.adb24 type hash_entry is record type
27 next: access hash_entry;
30 type hashtable is array(t_hash range <>) of access hash_entry;
40 p: access hash_entry;
56 p := new hash_entry'(v => new String'(s),
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gnat.dg/
H A Daccess7.adb24 type hash_entry is record type
27 next: access hash_entry;
30 type hashtable is array(t_hash range <>) of access hash_entry;
40 p: access hash_entry;
56 p := new hash_entry'(v => new String'(s),
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gnat.dg/
H A Daccess7.adb24 type hash_entry is record type
27 next: access hash_entry;
30 type hashtable is array(t_hash range <>) of access hash_entry;
40 p: access hash_entry;
56 p := new hash_entry'(v => new String'(s),
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gnat.dg/
H A Daccess7.adb24 type hash_entry is record type
27 next: access hash_entry;
30 type hashtable is array(t_hash range <>) of access hash_entry;
40 p: access hash_entry;
56 p := new hash_entry'(v => new String'(s),
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gnat.dg/
H A Daccess7.adb24 type hash_entry is record type
27 next: access hash_entry;
30 type hashtable is array(t_hash range <>) of access hash_entry;
40 p: access hash_entry;
56 p := new hash_entry'(v => new String'(s),
/dports/net/kamailio/kamailio-5.4.5/utils/kamctl/db_sqlite/
H A Ddialog-create.sql3 hash_entry INTEGER NOT NULL, field
28 CREATE INDEX dialog_hash_idx ON dialog (hash_entry, hash_id);
34 hash_entry INTEGER NOT NULL, field
40 CREATE INDEX dialog_vars_hash_idx ON dialog_vars (hash_entry, hash_id);

12345678910>>...104