Home
last modified time | relevance | path

Searched refs:map_offset (Results 1 – 25 of 722) sorted by relevance

12345678910>>...29

/dports/emulators/mess/mame-mame0226/src/devices/cpu/m6502/
H A Dom4510.lst11 map_offset[0] = (A<<8) | ((X & 0xf) << 16);
12 map_offset[1] = (Y<<8) | ((Z & 0xf) << 16);
15 logerror("0x0000 - 0x1fff = %08x\n",map_enable & 1 ? map_offset[0]+0x0000 : 0x0000);
16 logerror("0x2000 - 0x3fff = %08x\n",map_enable & 2 ? map_offset[0]+0x2000 : 0x2000);
17 logerror("0x4000 - 0x5fff = %08x\n",map_enable & 4 ? map_offset[0]+0x4000 : 0x4000);
18 logerror("0x6000 - 0x7fff = %08x\n",map_enable & 8 ? map_offset[0]+0x6000 : 0x6000);
19 logerror("0x8000 - 0x9fff = %08x\n",map_enable & 16 ? map_offset[1]+0x8000 : 0x8000);
20 logerror("0xa000 - 0xbfff = %08x\n",map_enable & 32 ? map_offset[1]+0xa000 : 0xa000);
21 logerror("0xc000 - 0xdfff = %08x\n",map_enable & 64 ? map_offset[1]+0xc000 : 0xc000);
22 logerror("0xe000 - 0xffff = %08x\n",map_enable & 128 ? map_offset[1]+0xe000 : 0xe000);
/dports/emulators/mame/mame-mame0226/src/devices/cpu/m6502/
H A Dom4510.lst11 map_offset[0] = (A<<8) | ((X & 0xf) << 16);
12 map_offset[1] = (Y<<8) | ((Z & 0xf) << 16);
15 logerror("0x0000 - 0x1fff = %08x\n",map_enable & 1 ? map_offset[0]+0x0000 : 0x0000);
16 logerror("0x2000 - 0x3fff = %08x\n",map_enable & 2 ? map_offset[0]+0x2000 : 0x2000);
17 logerror("0x4000 - 0x5fff = %08x\n",map_enable & 4 ? map_offset[0]+0x4000 : 0x4000);
18 logerror("0x6000 - 0x7fff = %08x\n",map_enable & 8 ? map_offset[0]+0x6000 : 0x6000);
19 logerror("0x8000 - 0x9fff = %08x\n",map_enable & 16 ? map_offset[1]+0x8000 : 0x8000);
20 logerror("0xa000 - 0xbfff = %08x\n",map_enable & 32 ? map_offset[1]+0xa000 : 0xa000);
21 logerror("0xc000 - 0xdfff = %08x\n",map_enable & 64 ? map_offset[1]+0xc000 : 0xc000);
22 logerror("0xe000 - 0xffff = %08x\n",map_enable & 128 ? map_offset[1]+0xe000 : 0xe000);
/dports/audio/libsndfile/libsndfile-1.0.31/src/
H A Dsd2.c64 int map_offset, map_length ; member
255 rsrc.type_offset = rsrc.map_offset + 30 ; in sd2_write_rsrc_fork()
256 …psf_binheader_writef (psf, "Eo2", BHWo (rsrc.map_offset + 24), BHW2 (rsrc.type_offset - rsrc.map_o… in sd2_write_rsrc_fork()
293 rsrc.map_length = str_offset - rsrc.map_offset ; in sd2_write_rsrc_fork()
399 rsrc.map_offset = read_rsrc_int (&rsrc, 4) ; in sd2_parse_rsrc_fork()
421 if (rsrc.map_offset > rsrc.rsrc_len) in sd2_parse_rsrc_fork()
439 …if (rsrc.data_offset + rsrc.data_length != rsrc.map_offset || rsrc.map_offset + rsrc.map_length !=… in sd2_parse_rsrc_fork()
445 if (rsrc.map_offset + 28 >= rsrc.rsrc_len) in sd2_parse_rsrc_fork()
451 rsrc.string_offset = rsrc.map_offset + read_rsrc_short (&rsrc, rsrc.map_offset + 26) ; in sd2_parse_rsrc_fork()
458 rsrc.type_offset = rsrc.map_offset + 30 ; in sd2_parse_rsrc_fork()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/pci/ivtv/
H A Divtv-udma.c30 if (map_offset < 0) in ivtv_udma_fill_sg_list()
31 return map_offset; in ivtv_udma_fill_sg_list()
40 if (PageHighMem(dma->map[map_offset])) { in ivtv_udma_fill_sg_list()
43 if (dma->bouncemap[map_offset] == NULL) in ivtv_udma_fill_sg_list()
44 dma->bouncemap[map_offset] = alloc_page(GFP_KERNEL); in ivtv_udma_fill_sg_list()
45 if (dma->bouncemap[map_offset] == NULL) in ivtv_udma_fill_sg_list()
48 src = kmap_atomic(dma->map[map_offset]) + offset; in ivtv_udma_fill_sg_list()
52 sg_set_page(&dma->SGlist[map_offset], dma->bouncemap[map_offset], len, offset); in ivtv_udma_fill_sg_list()
55 sg_set_page(&dma->SGlist[map_offset], dma->map[map_offset], len, offset); in ivtv_udma_fill_sg_list()
58 map_offset++; in ivtv_udma_fill_sg_list()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/pci/ivtv/
H A Divtv-udma.c30 if (map_offset < 0) in ivtv_udma_fill_sg_list()
31 return map_offset; in ivtv_udma_fill_sg_list()
40 if (PageHighMem(dma->map[map_offset])) { in ivtv_udma_fill_sg_list()
43 if (dma->bouncemap[map_offset] == NULL) in ivtv_udma_fill_sg_list()
44 dma->bouncemap[map_offset] = alloc_page(GFP_KERNEL); in ivtv_udma_fill_sg_list()
45 if (dma->bouncemap[map_offset] == NULL) in ivtv_udma_fill_sg_list()
48 src = kmap_atomic(dma->map[map_offset]) + offset; in ivtv_udma_fill_sg_list()
52 sg_set_page(&dma->SGlist[map_offset], dma->bouncemap[map_offset], len, offset); in ivtv_udma_fill_sg_list()
55 sg_set_page(&dma->SGlist[map_offset], dma->map[map_offset], len, offset); in ivtv_udma_fill_sg_list()
58 map_offset++; in ivtv_udma_fill_sg_list()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/pci/ivtv/
H A Divtv-udma.c30 if (map_offset < 0) in ivtv_udma_fill_sg_list()
31 return map_offset; in ivtv_udma_fill_sg_list()
40 if (PageHighMem(dma->map[map_offset])) { in ivtv_udma_fill_sg_list()
43 if (dma->bouncemap[map_offset] == NULL) in ivtv_udma_fill_sg_list()
44 dma->bouncemap[map_offset] = alloc_page(GFP_KERNEL); in ivtv_udma_fill_sg_list()
45 if (dma->bouncemap[map_offset] == NULL) in ivtv_udma_fill_sg_list()
48 src = kmap_atomic(dma->map[map_offset]) + offset; in ivtv_udma_fill_sg_list()
52 sg_set_page(&dma->SGlist[map_offset], dma->bouncemap[map_offset], len, offset); in ivtv_udma_fill_sg_list()
55 sg_set_page(&dma->SGlist[map_offset], dma->map[map_offset], len, offset); in ivtv_udma_fill_sg_list()
58 map_offset++; in ivtv_udma_fill_sg_list()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/firmware/efi/libstub/
H A Drandomalloc.c60 int map_offset; in efi_random_alloc() local
80 for (map_offset = 0; map_offset < map_size; map_offset += desc_size) { in efi_random_alloc()
81 efi_memory_desc_t *md = (void *)memory_map + map_offset; in efi_random_alloc()
103 for (map_offset = 0; map_offset < map_size; map_offset += desc_size) { in efi_random_alloc()
104 efi_memory_desc_t *md = (void *)memory_map + map_offset; in efi_random_alloc()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/firmware/efi/libstub/
H A Drandomalloc.c60 int map_offset; in efi_random_alloc() local
80 for (map_offset = 0; map_offset < map_size; map_offset += desc_size) { in efi_random_alloc()
81 efi_memory_desc_t *md = (void *)memory_map + map_offset; in efi_random_alloc()
103 for (map_offset = 0; map_offset < map_size; map_offset += desc_size) { in efi_random_alloc()
104 efi_memory_desc_t *md = (void *)memory_map + map_offset; in efi_random_alloc()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/firmware/efi/libstub/
H A Drandomalloc.c60 int map_offset; in efi_random_alloc() local
80 for (map_offset = 0; map_offset < map_size; map_offset += desc_size) { in efi_random_alloc()
81 efi_memory_desc_t *md = (void *)memory_map + map_offset; in efi_random_alloc()
103 for (map_offset = 0; map_offset < map_size; map_offset += desc_size) { in efi_random_alloc()
104 efi_memory_desc_t *md = (void *)memory_map + map_offset; in efi_random_alloc()
/dports/security/py-pyaff4/pyaff4-0.26.post6/pyaff4/
H A Daff4_map.py57 return self.map_offset + self.length
64 self.map_offset, self.length,
78 start = min(self.map_offset, other.map_offset)
82 map_offset=start,
93 adjustment = offset - self.map_offset
94 return self._replace(map_offset=self.map_offset + adjustment,
140 current_range.map_offset,
234 if range.map_offset > self.readptr:
284 left_interval = self.tree[range.map_offset-1]
301 left_range.map_offset,
[all …]
/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Dio-mmap.c35 off_t map_offset; member
113 f->map_offset = 0; in io_open()
147 if (pos < (int)f->map_offset || pos >= (int)(f->map_offset + f->map_size) ) in remap()
154 off_t b2 = f->map_offset; in remap()
176 f->map_offset = b2; in remap()
181 f->map_offset = b1; in remap()
188 f->map_offset = 0; in remap()
218 assert(pos >= f->map_offset); in io_out()
225 end = f->map_offset + f->map_size; in io_out()
308 if (end > (int)(f->map_offset + f->map_size)) in io_in()
[all …]
/dports/science/octopus/octopus-10.5/share/opencl/
H A Dprojector.cl162 …double2 phasepsi = complex_mul(phases[phases_offset + map_offset + ip], psi[((map[map_offset + ip]…
320 …double2 phasepsi = complex_mul(phases[phases_offset + map_offset + ip], psi[((map[map_offset + ip]…
517 cpsi1[((map[map_offset + ip] - 1)<<ldpsi) + ist] += position[(map_offset + ip)*3 + 0]*aa0 - aa1;
518 cpsi2[((map[map_offset + ip] - 1)<<ldpsi) + ist] += position[(map_offset + ip)*3 + 1]*aa0 - aa2;
519 cpsi3[((map[map_offset + ip] - 1)<<ldpsi) + ist] += position[(map_offset + ip)*3 + 2]*aa0 - aa3;
568 cpsi1[((map[map_offset + ip] - 1)<<ldpsi) + ist] += position[(map_offset + ip)*3 + 0]*aa0 - aa1;
569 cpsi2[((map[map_offset + ip] - 1)<<ldpsi) + ist] += position[(map_offset + ip)*3 + 1]*aa0 - aa2;
570 cpsi3[((map[map_offset + ip] - 1)<<ldpsi) + ist] += position[(map_offset + ip)*3 + 2]*aa0 - aa3;
621 cpsi1[((map[map_offset + ip] - 1)<<ldpsi) + ist] += position[(map_offset + ip)*3 + 0]*aa0 - aa1;
622 cpsi2[((map[map_offset + ip] - 1)<<ldpsi) + ist] += position[(map_offset + ip)*3 + 1]*aa0 - aa2;
[all …]
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libunwindstack/tests/
H A DUnwinderTest.cpp164 EXPECT_EQ(0U, frame->map_offset); in TEST_F()
178 EXPECT_EQ(0U, frame->map_offset); in TEST_F()
192 EXPECT_EQ(0U, frame->map_offset); in TEST_F()
225 EXPECT_EQ(0U, frame->map_offset); in TEST_F()
239 EXPECT_EQ(0U, frame->map_offset); in TEST_F()
253 EXPECT_EQ(0U, frame->map_offset); in TEST_F()
281 EXPECT_EQ(0U, frame->map_offset); in TEST_F()
309 EXPECT_EQ(0U, frame->map_offset); in TEST_F()
372 EXPECT_EQ(0U, frame->map_offset); in TEST_F()
956 frame.map_offset = 0x2000; in TEST_F()
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Dtaito_z_vidhrdw.c187 int sprite_chunk,map_offset,code,j,k,px,py; in contcirc_draw_sprites_16x8() local
212 map_offset = tilenum << 7; in contcirc_draw_sprites_16x8()
279 int sprite_chunk,map_offset,code,j,k,px,py; in chasehq_draw_sprites_16x16() local
319 map_offset = tilenum << 6; in chasehq_draw_sprites_16x16()
363 map_offset = (tilenum << 5) + 0x20000; in chasehq_draw_sprites_16x16()
407 map_offset = (tilenum << 4) + 0x30000; in chasehq_draw_sprites_16x16()
464 int sprite_chunk,map_offset,code,j,k,px,py; in bshark_draw_sprites_16x8() local
489 map_offset = tilenum << 5; in bshark_draw_sprites_16x8()
591 map_offset = tilenum << 5; in sci_draw_sprites_16x8()
684 map_offset = tilenum << 5; in aquajack_draw_sprites_16x8()
[all …]
/dports/databases/grass7/grass-7.8.6/vector/v.lrs/lib/
H A Dlrs.c68 int line_cat, double map_offset, in LR_get_milepost() argument
84 map_offset); in LR_get_milepost()
97 start_map_col, map_offset, end_map_col, map_offset); in LR_get_milepost()
212 moff = map_offset - rseg[0].start_map; in LR_get_milepost()
269 line_cat, map_offset); in LR_get_offset()
290 double offset, double *map_offset) in offset_in_rsegment() argument
299 *map_offset = 0.0; in offset_in_rsegment()
328 *map_offset = rseg->start_map + k * length; in offset_in_rsegment()
362 int *line_cat, double *map_offset) in LR_get_nearest_offset() argument
383 *map_offset = 0; in LR_get_nearest_offset()
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Dtaito_z_vidhrdw.c187 int sprite_chunk,map_offset,code,j,k,px,py; in contcirc_draw_sprites_16x8() local
212 map_offset = tilenum << 7; in contcirc_draw_sprites_16x8()
279 int sprite_chunk,map_offset,code,j,k,px,py; in chasehq_draw_sprites_16x16() local
319 map_offset = tilenum << 6; in chasehq_draw_sprites_16x16()
363 map_offset = (tilenum << 5) + 0x20000; in chasehq_draw_sprites_16x16()
407 map_offset = (tilenum << 4) + 0x30000; in chasehq_draw_sprites_16x16()
464 int sprite_chunk,map_offset,code,j,k,px,py; in bshark_draw_sprites_16x8() local
489 map_offset = tilenum << 5; in bshark_draw_sprites_16x8()
591 map_offset = tilenum << 5; in sci_draw_sprites_16x8()
684 map_offset = tilenum << 5; in aquajack_draw_sprites_16x8()
[all …]
/dports/databases/rocksdb/rocksdb-6.26.1/table/block_based/
H A Ddata_block_hash_index_test.cc26 uint16_t map_offset, const Slice& key, in SearchForOffset() argument
28 uint8_t entry = index.Lookup(data, map_offset, key); in SearchForOffset()
98 uint16_t map_offset; in TEST() local
102 ASSERT_EQ(original_size, map_offset); in TEST()
137 uint16_t map_offset; in TEST() local
141 ASSERT_EQ(original_size, map_offset); in TEST()
146 SearchForOffset(index, s.data(), map_offset, key, restart_point)); in TEST()
174 uint16_t map_offset; in TEST() local
178 ASSERT_EQ(original_size, map_offset); in TEST()
215 uint16_t map_offset; in TEST() local
[all …]
/dports/databases/rocksdb-lite/rocksdb-6.26.1/table/block_based/
H A Ddata_block_hash_index_test.cc26 uint16_t map_offset, const Slice& key, in SearchForOffset() argument
28 uint8_t entry = index.Lookup(data, map_offset, key); in SearchForOffset()
98 uint16_t map_offset; in TEST() local
102 ASSERT_EQ(original_size, map_offset); in TEST()
137 uint16_t map_offset; in TEST() local
141 ASSERT_EQ(original_size, map_offset); in TEST()
146 SearchForOffset(index, s.data(), map_offset, key, restart_point)); in TEST()
174 uint16_t map_offset; in TEST() local
178 ASSERT_EQ(original_size, map_offset); in TEST()
215 uint16_t map_offset; in TEST() local
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/table/block_based/
H A Ddata_block_hash_index_test.cc26 uint16_t map_offset, const Slice& key, in SearchForOffset() argument
28 uint8_t entry = index.Lookup(data, map_offset, key); in SearchForOffset()
98 uint16_t map_offset; in TEST() local
102 ASSERT_EQ(original_size, map_offset); in TEST()
137 uint16_t map_offset; in TEST() local
141 ASSERT_EQ(original_size, map_offset); in TEST()
146 SearchForOffset(index, s.data(), map_offset, key, restart_point)); in TEST()
174 uint16_t map_offset; in TEST() local
178 ASSERT_EQ(original_size, map_offset); in TEST()
215 uint16_t map_offset; in TEST() local
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/table/block_based/
H A Ddata_block_hash_index_test.cc26 uint16_t map_offset, const Slice& key, in SearchForOffset() argument
28 uint8_t entry = index.Lookup(data, map_offset, key); in SearchForOffset()
98 uint16_t map_offset; in TEST() local
102 ASSERT_EQ(original_size, map_offset); in TEST()
137 uint16_t map_offset; in TEST() local
141 ASSERT_EQ(original_size, map_offset); in TEST()
146 SearchForOffset(index, s.data(), map_offset, key, restart_point)); in TEST()
174 uint16_t map_offset; in TEST() local
178 ASSERT_EQ(original_size, map_offset); in TEST()
215 uint16_t map_offset; in TEST() local
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/table/block_based/
H A Ddata_block_hash_index_test.cc26 uint16_t map_offset, const Slice& key, in SearchForOffset() argument
28 uint8_t entry = index.Lookup(data, map_offset, key); in SearchForOffset()
98 uint16_t map_offset; in TEST() local
102 ASSERT_EQ(original_size, map_offset); in TEST()
137 uint16_t map_offset; in TEST() local
141 ASSERT_EQ(original_size, map_offset); in TEST()
146 SearchForOffset(index, s.data(), map_offset, key, restart_point)); in TEST()
174 uint16_t map_offset; in TEST() local
178 ASSERT_EQ(original_size, map_offset); in TEST()
215 uint16_t map_offset; in TEST() local
[all …]
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/table/block_based/
H A Ddata_block_hash_index_test.cc24 uint16_t map_offset, const Slice& key, in SearchForOffset() argument
26 uint8_t entry = index.Lookup(data, map_offset, key); in SearchForOffset()
102 uint16_t map_offset; in TEST() local
106 ASSERT_EQ(original_size, map_offset); in TEST()
141 uint16_t map_offset; in TEST() local
145 ASSERT_EQ(original_size, map_offset); in TEST()
150 SearchForOffset(index, s.data(), map_offset, key, restart_point)); in TEST()
178 uint16_t map_offset; in TEST() local
182 ASSERT_EQ(original_size, map_offset); in TEST()
219 uint16_t map_offset; in TEST() local
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/table/block_based/
H A Ddata_block_hash_index_test.cc24 uint16_t map_offset, const Slice& key, in SearchForOffset() argument
26 uint8_t entry = index.Lookup(data, map_offset, key); in SearchForOffset()
102 uint16_t map_offset; in TEST() local
106 ASSERT_EQ(original_size, map_offset); in TEST()
141 uint16_t map_offset; in TEST() local
145 ASSERT_EQ(original_size, map_offset); in TEST()
150 SearchForOffset(index, s.data(), map_offset, key, restart_point)); in TEST()
178 uint16_t map_offset; in TEST() local
182 ASSERT_EQ(original_size, map_offset); in TEST()
219 uint16_t map_offset; in TEST() local
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/rocksdb/table/block_based/
H A Ddata_block_hash_index_test.cc24 uint16_t map_offset, const Slice& key, in SearchForOffset() argument
26 uint8_t entry = index.Lookup(data, map_offset, key); in SearchForOffset()
102 uint16_t map_offset; in TEST() local
106 ASSERT_EQ(original_size, map_offset); in TEST()
141 uint16_t map_offset; in TEST() local
145 ASSERT_EQ(original_size, map_offset); in TEST()
150 SearchForOffset(index, s.data(), map_offset, key, restart_point)); in TEST()
178 uint16_t map_offset; in TEST() local
182 ASSERT_EQ(original_size, map_offset); in TEST()
219 uint16_t map_offset; in TEST() local
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/rocksdb/rocksdb/table/block_based/
H A Ddata_block_hash_index_test.cc24 uint16_t map_offset, const Slice& key, in SearchForOffset() argument
26 uint8_t entry = index.Lookup(data, map_offset, key); in SearchForOffset()
102 uint16_t map_offset; in TEST() local
106 ASSERT_EQ(original_size, map_offset); in TEST()
141 uint16_t map_offset; in TEST() local
145 ASSERT_EQ(original_size, map_offset); in TEST()
150 SearchForOffset(index, s.data(), map_offset, key, restart_point)); in TEST()
178 uint16_t map_offset; in TEST() local
182 ASSERT_EQ(original_size, map_offset); in TEST()
219 uint16_t map_offset; in TEST() local
[all …]

12345678910>>...29