Home
last modified time | relevance | path

Searched refs:bitmap_index (Results 1 – 25 of 243) sorted by relevance

12345678910

/dports/security/john/john-1.9.0-jumbo-1/src/opencl/
H A Dsha1_kernel.cl84 uint bitmap_index, tmp = 1;
88 tmp &= (bitmaps[bitmap_index >> 5] >> (bitmap_index & 31)) & 1U;
90 tmp &= (bitmaps[(BITMAP_SIZE_BITS >> 5) + (bitmap_index >> 5)] >> (bitmap_index & 31)) & 1U;
92 tmp &= (bitmaps[(BITMAP_SIZE_BITS >> 4) + (bitmap_index >> 5)] >> (bitmap_index & 31)) & 1U;
96 tmp &= (bitmaps[(BITMAP_SIZE_BITS >> 3) + (bitmap_index >> 5)] >> (bitmap_index & 31)) & 1U;
105 tmp &= (bitmaps[bitmap_index >> 5] >> (bitmap_index & 31)) & 1U;
107 tmp &= (bitmaps[(BITMAP_SIZE_BITS >> 5) + (bitmap_index >> 5)] >> (bitmap_index & 31)) & 1U;
109 tmp &= (bitmaps[(BITMAP_SIZE_BITS >> 4) + (bitmap_index >> 5)] >> (bitmap_index & 31)) & 1U;
114 tmp &= (bitmaps[bitmap_index >> 5] >> (bitmap_index & 31)) & 1U;
116 tmp &= (bitmaps[(BITMAP_SIZE_BITS >> 5) + (bitmap_index >> 5)] >> (bitmap_index & 31)) & 1U;
[all …]
H A Dsalted_sha_kernel.cl90 uint bitmap_index, tmp = 1;
100 tmp &= (bitmaps[bitmap_index >> 5] >> (bitmap_index & 31)) & 1U;
102 tmp &= (bitmaps[(BITMAP_SIZE_BITS >> 5) + (bitmap_index >> 5)] >> (bitmap_index & 31)) & 1U;
104 tmp &= (bitmaps[(BITMAP_SIZE_BITS >> 4) + (bitmap_index >> 5)] >> (bitmap_index & 31)) & 1U;
108 tmp &= (bitmaps[(BITMAP_SIZE_BITS >> 3) + (bitmap_index >> 5)] >> (bitmap_index & 31)) & 1U;
117 tmp &= (bitmaps[bitmap_index >> 5] >> (bitmap_index & 31)) & 1U;
119 tmp &= (bitmaps[(BITMAP_SIZE_BITS >> 5) + (bitmap_index >> 5)] >> (bitmap_index & 31)) & 1U;
121 tmp &= (bitmaps[(BITMAP_SIZE_BITS >> 4) + (bitmap_index >> 5)] >> (bitmap_index & 31)) & 1U;
126 tmp &= (bitmaps[bitmap_index >> 5] >> (bitmap_index & 31)) & 1U;
128 tmp &= (bitmaps[(BITMAP_SIZE_BITS >> 5) + (bitmap_index >> 5)] >> (bitmap_index & 31)) & 1U;
[all …]
H A Dmd4_kernel.cl184 uint bitmap_index, tmp = 1;
193 tmp &= (bitmaps[bitmap_index >> 5] >> (bitmap_index & 31)) & 1U;
195 tmp &= (bitmaps[(BITMAP_SIZE_BITS >> 5) + (bitmap_index >> 5)] >> (bitmap_index & 31)) & 1U;
197 tmp &= (bitmaps[(BITMAP_SIZE_BITS >> 4) + (bitmap_index >> 5)] >> (bitmap_index & 31)) & 1U;
201 tmp &= (bitmaps[(BITMAP_SIZE_BITS >> 3) + (bitmap_index >> 5)] >> (bitmap_index & 31)) & 1U;
210 tmp &= (bitmaps[bitmap_index >> 5] >> (bitmap_index & 31)) & 1U;
212 tmp &= (bitmaps[(BITMAP_SIZE_BITS >> 5) + (bitmap_index >> 5)] >> (bitmap_index & 31)) & 1U;
214 tmp &= (bitmaps[(BITMAP_SIZE_BITS >> 4) + (bitmap_index >> 5)] >> (bitmap_index & 31)) & 1U;
219 tmp &= (bitmaps[bitmap_index >> 5] >> (bitmap_index & 31)) & 1U;
221 tmp &= (bitmaps[(BITMAP_SIZE_BITS >> 5) + (bitmap_index >> 5)] >> (bitmap_index & 31)) & 1U;
[all …]
H A Dmd5_kernel.cl208 uint bitmap_index, tmp = 1;
217 tmp &= (bitmaps[bitmap_index >> 5] >> (bitmap_index & 31)) & 1U;
219 tmp &= (bitmaps[(BITMAP_SIZE_BITS >> 5) + (bitmap_index >> 5)] >> (bitmap_index & 31)) & 1U;
221 tmp &= (bitmaps[(BITMAP_SIZE_BITS >> 4) + (bitmap_index >> 5)] >> (bitmap_index & 31)) & 1U;
225 tmp &= (bitmaps[(BITMAP_SIZE_BITS >> 3) + (bitmap_index >> 5)] >> (bitmap_index & 31)) & 1U;
234 tmp &= (bitmaps[bitmap_index >> 5] >> (bitmap_index & 31)) & 1U;
236 tmp &= (bitmaps[(BITMAP_SIZE_BITS >> 5) + (bitmap_index >> 5)] >> (bitmap_index & 31)) & 1U;
238 tmp &= (bitmaps[(BITMAP_SIZE_BITS >> 4) + (bitmap_index >> 5)] >> (bitmap_index & 31)) & 1U;
243 tmp &= (bitmaps[bitmap_index >> 5] >> (bitmap_index & 31)) & 1U;
245 tmp &= (bitmaps[(BITMAP_SIZE_BITS >> 5) + (bitmap_index >> 5)] >> (bitmap_index & 31)) & 1U;
[all …]
H A Dnt_kernel.cl269 uint bitmap_index, tmp = 1;
278 tmp &= (bitmaps[bitmap_index >> 5] >> (bitmap_index & 31)) & 1U;
280 tmp &= (bitmaps[(BITMAP_SIZE_BITS >> 5) + (bitmap_index >> 5)] >> (bitmap_index & 31)) & 1U;
282 tmp &= (bitmaps[(BITMAP_SIZE_BITS >> 4) + (bitmap_index >> 5)] >> (bitmap_index & 31)) & 1U;
286 tmp &= (bitmaps[(BITMAP_SIZE_BITS >> 3) + (bitmap_index >> 5)] >> (bitmap_index & 31)) & 1U;
295 tmp &= (bitmaps[bitmap_index >> 5] >> (bitmap_index & 31)) & 1U;
297 tmp &= (bitmaps[(BITMAP_SIZE_BITS >> 5) + (bitmap_index >> 5)] >> (bitmap_index & 31)) & 1U;
299 tmp &= (bitmaps[(BITMAP_SIZE_BITS >> 4) + (bitmap_index >> 5)] >> (bitmap_index & 31)) & 1U;
304 tmp &= (bitmaps[bitmap_index >> 5] >> (bitmap_index & 31)) & 1U;
306 tmp &= (bitmaps[(BITMAP_SIZE_BITS >> 5) + (bitmap_index >> 5)] >> (bitmap_index & 31)) & 1U;
[all …]
/dports/devel/git-svn/git-2.34.1/
H A Dpack-bitmap.h44 struct bitmap_index;
46 struct bitmap_index *prepare_bitmap_git(struct repository *r);
48 void count_bitmap_commit_list(struct bitmap_index *, uint32_t *commits,
50 void traverse_bitmap_commit_list(struct bitmap_index *,
56 struct bitmap_index *prepare_bitmap_walk(struct rev_info *revs,
59 uint32_t midx_preferred_pack(struct bitmap_index *bitmap_git);
60 int reuse_partial_packfile_from_bitmap(struct bitmap_index *,
66 void free_bitmap_index(struct bitmap_index *);
67 int bitmap_walk_contains(struct bitmap_index *,
84 uint32_t *create_bitmap_mapping(struct bitmap_index *bitmap_git,
[all …]
H A Dpack-bitmap.c38 struct bitmap_index { struct
470 struct bitmap_index *bitmap_git) in open_pack_bitmap()
486 struct bitmap_index *bitmap_git) in open_midx_bitmap()
500 struct bitmap_index *bitmap_git) in open_bitmap()
532 struct bitmap_index *bitmap_git;
627 struct bitmap_index *bitmap_git;
854 struct bitmap_index *bitmap_git, in init_type_iterator()
881 struct bitmap_index *bitmap_git, in show_objects_for_type()
1224 struct bitmap_index *bitmap_git; in prepare_bitmap_walk()
1588 struct bitmap_index *bitmap_git;
[all …]
/dports/devel/git-gui/git-2.34.1/
H A Dpack-bitmap.h44 struct bitmap_index;
46 struct bitmap_index *prepare_bitmap_git(struct repository *r);
48 void count_bitmap_commit_list(struct bitmap_index *, uint32_t *commits,
50 void traverse_bitmap_commit_list(struct bitmap_index *,
56 struct bitmap_index *prepare_bitmap_walk(struct rev_info *revs,
59 uint32_t midx_preferred_pack(struct bitmap_index *bitmap_git);
60 int reuse_partial_packfile_from_bitmap(struct bitmap_index *,
66 void free_bitmap_index(struct bitmap_index *);
67 int bitmap_walk_contains(struct bitmap_index *,
84 uint32_t *create_bitmap_mapping(struct bitmap_index *bitmap_git,
[all …]
H A Dpack-bitmap.c38 struct bitmap_index { struct
470 struct bitmap_index *bitmap_git) in open_pack_bitmap()
486 struct bitmap_index *bitmap_git) in open_midx_bitmap()
500 struct bitmap_index *bitmap_git) in open_bitmap()
532 struct bitmap_index *bitmap_git;
627 struct bitmap_index *bitmap_git;
854 struct bitmap_index *bitmap_git, in init_type_iterator()
881 struct bitmap_index *bitmap_git, in show_objects_for_type()
1224 struct bitmap_index *bitmap_git; in prepare_bitmap_walk()
1588 struct bitmap_index *bitmap_git;
[all …]
/dports/devel/git-p4/git-2.34.1/
H A Dpack-bitmap.h44 struct bitmap_index;
46 struct bitmap_index *prepare_bitmap_git(struct repository *r); argument
48 void count_bitmap_commit_list(struct bitmap_index *, uint32_t *commits,
50 void traverse_bitmap_commit_list(struct bitmap_index *,
56 struct bitmap_index *prepare_bitmap_walk(struct rev_info *revs,
59 uint32_t midx_preferred_pack(struct bitmap_index *bitmap_git); argument
60 int reuse_partial_packfile_from_bitmap(struct bitmap_index *,
66 void free_bitmap_index(struct bitmap_index *);
67 int bitmap_walk_contains(struct bitmap_index *,
84 uint32_t *create_bitmap_mapping(struct bitmap_index *bitmap_git,
[all …]
H A Dpack-bitmap.c38 struct bitmap_index {
470 struct bitmap_index *bitmap_git)
486 struct bitmap_index *bitmap_git)
500 struct bitmap_index *bitmap_git)
532 struct bitmap_index *bitmap_git;
627 struct bitmap_index *bitmap_git;
854 struct bitmap_index *bitmap_git,
881 struct bitmap_index *bitmap_git,
1224 struct bitmap_index *bitmap_git;
1588 struct bitmap_index *bitmap_git;
[all …]
/dports/devel/git/git-2.34.1/
H A Dpack-bitmap.h44 struct bitmap_index;
46 struct bitmap_index *prepare_bitmap_git(struct repository *r);
48 void count_bitmap_commit_list(struct bitmap_index *, uint32_t *commits,
50 void traverse_bitmap_commit_list(struct bitmap_index *,
56 struct bitmap_index *prepare_bitmap_walk(struct rev_info *revs,
59 uint32_t midx_preferred_pack(struct bitmap_index *bitmap_git);
60 int reuse_partial_packfile_from_bitmap(struct bitmap_index *,
66 void free_bitmap_index(struct bitmap_index *);
67 int bitmap_walk_contains(struct bitmap_index *,
84 uint32_t *create_bitmap_mapping(struct bitmap_index *bitmap_git,
[all …]
H A Dpack-bitmap.c38 struct bitmap_index { struct
470 struct bitmap_index *bitmap_git) in open_pack_bitmap()
486 struct bitmap_index *bitmap_git) in open_midx_bitmap()
500 struct bitmap_index *bitmap_git) in open_bitmap()
532 struct bitmap_index *bitmap_git;
627 struct bitmap_index *bitmap_git;
854 struct bitmap_index *bitmap_git, in init_type_iterator()
881 struct bitmap_index *bitmap_git, in show_objects_for_type()
1224 struct bitmap_index *bitmap_git; in prepare_bitmap_walk()
1588 struct bitmap_index *bitmap_git;
[all …]
/dports/devel/git-cvs/git-2.34.1/
H A Dpack-bitmap.h44 struct bitmap_index;
46 struct bitmap_index *prepare_bitmap_git(struct repository *r);
48 void count_bitmap_commit_list(struct bitmap_index *, uint32_t *commits,
50 void traverse_bitmap_commit_list(struct bitmap_index *,
56 struct bitmap_index *prepare_bitmap_walk(struct rev_info *revs,
59 uint32_t midx_preferred_pack(struct bitmap_index *bitmap_git);
60 int reuse_partial_packfile_from_bitmap(struct bitmap_index *,
66 void free_bitmap_index(struct bitmap_index *);
67 int bitmap_walk_contains(struct bitmap_index *,
84 uint32_t *create_bitmap_mapping(struct bitmap_index *bitmap_git,
[all …]
H A Dpack-bitmap.c38 struct bitmap_index { struct
470 struct bitmap_index *bitmap_git) in open_pack_bitmap()
486 struct bitmap_index *bitmap_git) in open_midx_bitmap()
500 struct bitmap_index *bitmap_git) in open_bitmap()
532 struct bitmap_index *bitmap_git;
627 struct bitmap_index *bitmap_git;
854 struct bitmap_index *bitmap_git, in init_type_iterator()
881 struct bitmap_index *bitmap_git, in show_objects_for_type()
1224 struct bitmap_index *bitmap_git; in prepare_bitmap_walk()
1588 struct bitmap_index *bitmap_git;
[all …]
/dports/games/d2x/d2x-0.2.5/main/
H A Dpiggy.h45 typedef struct bitmap_index { struct
47 } __pack__ bitmap_index; typedef
75 bitmap_index piggy_register_bitmap( grs_bitmap * bmp, char * name, int in_file );
77 bitmap_index piggy_find_bitmap( char * name );
95 extern void piggy_bitmap_page_in( bitmap_index bmp );
102 static inline void _piggy_page_in(bitmap_index bmp) { in _piggy_page_in()
134 #define bitmap_index_read(bi, fp) cfread(bi, sizeof(bitmap_index), 1, fp)
135 #define bitmap_index_read_n(bi, n, fp) cfread(bi, sizeof(bitmap_index), n, fp)
142 void bitmap_index_read(bitmap_index *bi, CFILE *fp);
147 int bitmap_index_read_n(bitmap_index *bi, int n, CFILE *fp);
[all …]
/dports/devel/cgit/cgit-1.2.3/git/
H A Dpack-bitmap.h41 struct bitmap_index;
43 struct bitmap_index *prepare_bitmap_git(struct repository *r);
44 void count_bitmap_commit_list(struct bitmap_index *, uint32_t *commits,
46 void traverse_bitmap_commit_list(struct bitmap_index *,
49 struct bitmap_index *prepare_bitmap_walk(struct rev_info *revs);
50 int reuse_partial_packfile_from_bitmap(struct bitmap_index *,
53 int rebuild_existing_bitmaps(struct bitmap_index *, struct packing_data *mapping,
55 void free_bitmap_index(struct bitmap_index *);
62 int bitmap_has_oid_in_uninteresting(struct bitmap_index *, const struct object_id *oid);
H A Dpack-bitmap.c35 struct bitmap_index { struct
137 static int load_bitmap_header(struct bitmap_index *index) in load_bitmap_header()
305 static int load_pack_bitmap(struct bitmap_index *bitmap_git) in load_pack_bitmap()
333 struct bitmap_index *bitmap_git) in open_pack_bitmap()
360 struct bitmap_index *bitmap_git;
389 static int bitmap_position(struct bitmap_index *bitmap_git, in bitmap_position()
426 struct bitmap_index *bitmap_git;
620 struct bitmap_index *bitmap_git, in show_objects_for_type()
915 struct bitmap_index *bitmap_git;
956 struct bitmap_index *bitmap_git; in test_bitmap_walk()
[all …]
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/common/main/
H A Dpiggy.h71 struct bitmap_index struct
75 #define DEFINE_BITMAP_SERIAL_UDT() DEFINE_SERIAL_UDT_TO_MESSAGE(bitmap_index, b, (b.index)) argument
94 bitmap_index piggy_register_bitmap(grs_bitmap &bmp, const char * name, int in_file);
96 bitmap_index piggy_find_bitmap(const char *name);
119 extern void piggy_bitmap_page_in( bitmap_index bmp );
126 static inline void _piggy_page_in(bitmap_index bmp) { in _piggy_page_in()
163 void bitmap_index_read(PHYSFS_File *fp, bitmap_index &bi);
164 void bitmap_index_read_n(PHYSFS_File *fp, partial_range_t<bitmap_index *> r);
H A Dgauges.h30 struct bitmap_index;
53 extern std::array<bitmap_index, MAX_GAUGE_BMS_MAC> Gauges; // Array of all gauge bitmaps.
57 extern std::array<bitmap_index, MAX_GAUGE_BMS> Gauges; // Array of all gauge bitmaps.
58 extern std::array<bitmap_index, MAX_GAUGE_BMS> Gauges_hires; // hires gauges
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dopencl_lm_kernel_params.h149 unsigned int value[2] , i, bit, bitmap_index; in cmp() local
157 bitmap_index = value[1] & (BITMAP_SIZE_BITS - 1); in cmp()
158 bit = (bitmaps[bitmap_index >> 5] >> (bitmap_index & 31)) & 1U; in cmp()
159 bitmap_index = value[0] & (BITMAP_SIZE_BITS - 1); in cmp()
160 bit &= (bitmaps[(BITMAP_SIZE_BITS >> 5) + (bitmap_index >> 5)] >> (bitmap_index & 31)) & 1U; in cmp()
164 bitmap_index = value[1] & BITMAP_SIZE_BITS_LESS_ONE; in cmp()
165 bit = (bitmaps[bitmap_index >> 5] >> (bitmap_index & 31)) & 1U; in cmp()
/dports/converters/recode/Recode-3.6/libiconv/
H A Dgb18030uni.h546 …unsigned int bitmap_index = i - gb18030uni_charset2uni_ranges[2*k1] + gb18030uni_ranges[k1].bitmap… in gb18030uni_mbtowc() local
547 if ((gb18030uni_bitmap[bitmap_index >> 3] >> (bitmap_index & 7)) & 1) { in gb18030uni_mbtowc()
588 …unsigned int bitmap_index = i - gb18030uni_uni2charset_ranges[2*k1] + gb18030uni_ranges[k1].bitmap… in gb18030uni_wctomb() local
589 if ((gb18030uni_bitmap[bitmap_index >> 3] >> (bitmap_index & 7)) & 1) { in gb18030uni_wctomb()
/dports/lang/rust/rustc-1.58.1-src/vendor/libmimalloc-sys/c_src/mimalloc/src/
H A Darena.c87 static size_t mi_arena_id_create(size_t arena_index, mi_bitmap_index_t bitmap_index) { in mi_arena_id_create() argument
89 mi_assert_internal(((bitmap_index << 8) >> 8) == bitmap_index); // no overflow? in mi_arena_id_create()
90 return ((bitmap_index << 8) | ((arena_index+1) & 0xFF)); in mi_arena_id_create()
93 static void mi_arena_id_indices(size_t memid, size_t* arena_index, mi_bitmap_index_t* bitmap_index)… in mi_arena_id_indices() argument
96 *bitmap_index = (memid >> 8); in mi_arena_id_indices()
124 mi_bitmap_index_t bitmap_index; in mi_arena_alloc_from() local
125 if (!mi_arena_alloc(arena, needed_bcount, &bitmap_index)) return NULL; in mi_arena_alloc_from()
128 void* p = arena->start + (mi_bitmap_index_bit(bitmap_index)*MI_ARENA_BLOCK_SIZE); in mi_arena_alloc_from()
129 *memid = mi_arena_id_create(arena_index, bitmap_index); in mi_arena_alloc_from()
130 …mi_bitmap_claim_across(arena->blocks_dirty, arena->field_count, needed_bcount, bitmap_index, NULL); in mi_arena_alloc_from()
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/libmimalloc-sys-0.1.23/c_src/mimalloc/src/
H A Darena.c87 static size_t mi_arena_id_create(size_t arena_index, mi_bitmap_index_t bitmap_index) { in mi_arena_id_create() argument
89 mi_assert_internal(((bitmap_index << 8) >> 8) == bitmap_index); // no overflow? in mi_arena_id_create()
90 return ((bitmap_index << 8) | ((arena_index+1) & 0xFF)); in mi_arena_id_create()
93 static void mi_arena_id_indices(size_t memid, size_t* arena_index, mi_bitmap_index_t* bitmap_index)… in mi_arena_id_indices() argument
96 *bitmap_index = (memid >> 8); in mi_arena_id_indices()
124 mi_bitmap_index_t bitmap_index; in mi_arena_alloc_from() local
125 if (!mi_arena_alloc(arena, needed_bcount, &bitmap_index)) return NULL; in mi_arena_alloc_from()
128 void* p = arena->start + (mi_bitmap_index_bit(bitmap_index)*MI_ARENA_BLOCK_SIZE); in mi_arena_alloc_from()
129 *memid = mi_arena_id_create(arena_index, bitmap_index); in mi_arena_alloc_from()
130 …mi_bitmap_claim_across(arena->blocks_dirty, arena->field_count, needed_bcount, bitmap_index, NULL); in mi_arena_alloc_from()
[all …]
/dports/devel/mimalloc/mimalloc-2.0.3/src/
H A Darena.c85 static size_t mi_arena_id_create(size_t arena_index, mi_bitmap_index_t bitmap_index) { in mi_arena_id_create() argument
87 mi_assert_internal(((bitmap_index << 8) >> 8) == bitmap_index); // no overflow? in mi_arena_id_create()
88 return ((bitmap_index << 8) | ((arena_index+1) & 0xFF)); in mi_arena_id_create()
91 static void mi_arena_id_indices(size_t memid, size_t* arena_index, mi_bitmap_index_t* bitmap_index)… in mi_arena_id_indices() argument
94 *bitmap_index = (memid >> 8); in mi_arena_id_indices()
122 mi_bitmap_index_t bitmap_index; in mi_arena_alloc_from() local
123 if (!mi_arena_alloc(arena, needed_bcount, &bitmap_index)) return NULL; in mi_arena_alloc_from()
126 void* p = arena->start + (mi_bitmap_index_bit(bitmap_index)*MI_ARENA_BLOCK_SIZE); in mi_arena_alloc_from()
127 *memid = mi_arena_id_create(arena_index, bitmap_index); in mi_arena_alloc_from()
128 …mi_bitmap_claim_across(arena->blocks_dirty, arena->field_count, needed_bcount, bitmap_index, NULL); in mi_arena_alloc_from()
[all …]

12345678910