Home
last modified time | relevance | path

Searched refs:mapped_len (Results 1 – 25 of 93) sorted by relevance

1234

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/cavium/liquidio/
H A Docteon_main.h114 u32 mapped_len = 0; in octeon_map_pci_barx() local
125 mapped_len = oct->mmio[baridx].len; in octeon_map_pci_barx()
126 if (!mapped_len) in octeon_map_pci_barx()
129 if (max_map_len && (mapped_len > max_map_len)) in octeon_map_pci_barx()
130 mapped_len = max_map_len; in octeon_map_pci_barx()
133 ioremap(oct->mmio[baridx].start, mapped_len); in octeon_map_pci_barx()
134 oct->mmio[baridx].mapped_len = mapped_len; in octeon_map_pci_barx()
137 baridx, oct->mmio[baridx].start, mapped_len, in octeon_map_pci_barx()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/cavium/liquidio/
H A Docteon_main.h114 u32 mapped_len = 0; in octeon_map_pci_barx() local
125 mapped_len = oct->mmio[baridx].len; in octeon_map_pci_barx()
126 if (!mapped_len) in octeon_map_pci_barx()
129 if (max_map_len && (mapped_len > max_map_len)) in octeon_map_pci_barx()
130 mapped_len = max_map_len; in octeon_map_pci_barx()
133 ioremap(oct->mmio[baridx].start, mapped_len); in octeon_map_pci_barx()
134 oct->mmio[baridx].mapped_len = mapped_len; in octeon_map_pci_barx()
137 baridx, oct->mmio[baridx].start, mapped_len, in octeon_map_pci_barx()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/cavium/liquidio/
H A Docteon_main.h114 u32 mapped_len = 0; in octeon_map_pci_barx() local
125 mapped_len = oct->mmio[baridx].len; in octeon_map_pci_barx()
126 if (!mapped_len) in octeon_map_pci_barx()
129 if (max_map_len && (mapped_len > max_map_len)) in octeon_map_pci_barx()
130 mapped_len = max_map_len; in octeon_map_pci_barx()
133 ioremap(oct->mmio[baridx].start, mapped_len); in octeon_map_pci_barx()
134 oct->mmio[baridx].mapped_len = mapped_len; in octeon_map_pci_barx()
137 baridx, oct->mmio[baridx].start, mapped_len, in octeon_map_pci_barx()
/dports/games/openlierox/OpenLieroX/src/breakpad/external/src/common/linux/
H A Dfile_id.cc55 const ssize_t mapped_len = 4096; // Page size (matches WriteMappings()) in ElfFileIdentifier() local
60 if (fstat(fd, &st) != 0 || st.st_size <= mapped_len) { in ElfFileIdentifier()
64 void* base = mmap(NULL, mapped_len, in ElfFileIdentifier()
72 uint8_t* ptr_end = ptr + mapped_len; in ElfFileIdentifier()
79 munmap(base, mapped_len); in ElfFileIdentifier()
/dports/www/mod_php80/php-8.0.15/main/streams/
H A Dmmap.c21 …hp_stream *stream, size_t offset, size_t length, php_stream_mmap_access_t mode, size_t *mapped_len) in _php_stream_mmap_range() argument
31 if (mapped_len) { in _php_stream_mmap_range()
32 *mapped_len = range.length; in _php_stream_mmap_range()
H A Dphp_stream_mmap.h68 …p_stream *stream, size_t offset, size_t length, php_stream_mmap_access_t mode, size_t *mapped_len);
69 …nge(stream, offset, length, mode, mapped_len) _php_stream_mmap_range((stream), (offset), (length),… argument
/dports/www/mod_php81/php-8.1.1/main/streams/
H A Dmmap.c21 …hp_stream *stream, size_t offset, size_t length, php_stream_mmap_access_t mode, size_t *mapped_len) in _php_stream_mmap_range() argument
31 if (mapped_len) { in _php_stream_mmap_range()
32 *mapped_len = range.length; in _php_stream_mmap_range()
H A Dphp_stream_mmap.h68 …p_stream *stream, size_t offset, size_t length, php_stream_mmap_access_t mode, size_t *mapped_len);
69 …nge(stream, offset, length, mode, mapped_len) _php_stream_mmap_range((stream), (offset), (length),… argument
/dports/lang/php73/php-7.3.33/main/streams/
H A Dmmap.c23 …hp_stream *stream, size_t offset, size_t length, php_stream_mmap_access_t mode, size_t *mapped_len) in _php_stream_mmap_range() argument
39 if (mapped_len) { in _php_stream_mmap_range()
40 *mapped_len = range.length; in _php_stream_mmap_range()
H A Dphp_stream_mmap.h68 …p_stream *stream, size_t offset, size_t length, php_stream_mmap_access_t mode, size_t *mapped_len);
69 …nge(stream, offset, length, mode, mapped_len) _php_stream_mmap_range((stream), (offset), (length),… argument
/dports/lang/php74/php-7.4.27/main/streams/
H A Dmmap.c23 …hp_stream *stream, size_t offset, size_t length, php_stream_mmap_access_t mode, size_t *mapped_len) in _php_stream_mmap_range() argument
33 if (mapped_len) { in _php_stream_mmap_range()
34 *mapped_len = range.length; in _php_stream_mmap_range()
H A Dphp_stream_mmap.h70 …p_stream *stream, size_t offset, size_t length, php_stream_mmap_access_t mode, size_t *mapped_len);
71 …nge(stream, offset, length, mode, mapped_len) _php_stream_mmap_range((stream), (offset), (length),… argument
/dports/lang/php81/php-8.1.1/main/streams/
H A Dmmap.c21 …hp_stream *stream, size_t offset, size_t length, php_stream_mmap_access_t mode, size_t *mapped_len) in _php_stream_mmap_range() argument
31 if (mapped_len) { in _php_stream_mmap_range()
32 *mapped_len = range.length; in _php_stream_mmap_range()
H A Dphp_stream_mmap.h68 …p_stream *stream, size_t offset, size_t length, php_stream_mmap_access_t mode, size_t *mapped_len);
69 …nge(stream, offset, length, mode, mapped_len) _php_stream_mmap_range((stream), (offset), (length),… argument
/dports/lang/php80/php-8.0.15/main/streams/
H A Dmmap.c21 …hp_stream *stream, size_t offset, size_t length, php_stream_mmap_access_t mode, size_t *mapped_len) in _php_stream_mmap_range() argument
31 if (mapped_len) { in _php_stream_mmap_range()
32 *mapped_len = range.length; in _php_stream_mmap_range()
H A Dphp_stream_mmap.h68 …p_stream *stream, size_t offset, size_t length, php_stream_mmap_access_t mode, size_t *mapped_len);
69 …nge(stream, offset, length, mode, mapped_len) _php_stream_mmap_range((stream), (offset), (length),… argument
/dports/www/mod_php73/php-7.3.33/main/streams/
H A Dmmap.c23 …hp_stream *stream, size_t offset, size_t length, php_stream_mmap_access_t mode, size_t *mapped_len) in _php_stream_mmap_range() argument
39 if (mapped_len) { in _php_stream_mmap_range()
40 *mapped_len = range.length; in _php_stream_mmap_range()
H A Dphp_stream_mmap.h68 …p_stream *stream, size_t offset, size_t length, php_stream_mmap_access_t mode, size_t *mapped_len);
69 …nge(stream, offset, length, mode, mapped_len) _php_stream_mmap_range((stream), (offset), (length),… argument
/dports/www/mod_php74/php-7.4.27/main/streams/
H A Dmmap.c23 …hp_stream *stream, size_t offset, size_t length, php_stream_mmap_access_t mode, size_t *mapped_len) in _php_stream_mmap_range() argument
33 if (mapped_len) { in _php_stream_mmap_range()
34 *mapped_len = range.length; in _php_stream_mmap_range()
H A Dphp_stream_mmap.h70 …p_stream *stream, size_t offset, size_t length, php_stream_mmap_access_t mode, size_t *mapped_len);
71 …nge(stream, offset, length, mode, mapped_len) _php_stream_mmap_range((stream), (offset), (length),… argument
/dports/devel/sdl12/SDL-1.2.15/src/video/ps2gs/
H A DSDL_gsvideo.h61 int mapped_len; member
83 #define mapped_len (this->hidden->mapped_len) macro
H A DSDL_gsvideo.c466 munmap(mapped_mem, mapped_len); in GS_SetVideoMode()
486 mapped_len = pixels_len + in GS_SetVideoMode()
490 mapped_len += sizeof(tex_tags) + sizeof(scale_tags); in GS_SetVideoMode()
492 mapped_mem = mmap(0, mapped_len, PROT_READ|PROT_WRITE, in GS_SetVideoMode()
496 mapped_len); in GS_SetVideoMode()
673 munmap(mapped_mem, mapped_len); in GS_VideoQuit()
/dports/biology/stringtie/stringtie-2.1.1/gclib/
H A DGBam.h38 int mapped_len; //sum of exon lengths variable
45 clipL(0), clipR(0), mapped_len(0) {
61 clipL(r.clipL), clipR(r.clipR), mapped_len(r.mapped_len) { //copy constructor in GBamRecord()
80 mapped_len=r.mapped_len;
92 mapped_len=0; in clear()
/dports/biology/gffread/gffread-0.12.7/gclib/
H A DGBam.h38 int mapped_len; //sum of exon lengths variable
46 clipL(0), clipR(0), mapped_len(0), uval(0) {
62 clipL(r.clipL), clipR(r.clipR), mapped_len(r.mapped_len), uval(0) { //copy constructor in GBamRecord()
82 mapped_len=r.mapped_len;
94 mapped_len=0; in clear()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/memmap2-0.5.0/src/
H A Dwindows.rs364 let mapped_len = len.max(1); in map_anon() localVariable
375 (mapped_len >> 16 >> 16) as DWORD, in map_anon()
376 (mapped_len & 0xffffffff) as DWORD, in map_anon()
383 let ptr = MapViewOfFile(mapping, access, 0, 0, mapped_len as SIZE_T); in map_anon()
391 let result = VirtualProtect(ptr, mapped_len as SIZE_T, PAGE_READWRITE, &mut old); in map_anon()

1234