Home
last modified time | relevance | path

Searched refs:address_start (Results 1 – 25 of 80) sorted by relevance

1234

/dports/net-p2p/libtorrent/libtorrent-0.13.8/src/torrent/utils/
H A Dextents.h57 void insert(key_type address_start, key_type address_end, mapped_value_type value);
58 bool defined(key_type address_start, key_type address_end);
92 typename range_map_type::iterator iter = range_map.upper_bound(address_start);
98 …bool do_delete_due_to_total_overlap = address_start <= iter->first && address_end >= (iter->seco…
112 range_map.insert( std::pair<key_type,mapped_type>(address_start, entry) );
120 bool extents<Address, Value, Compare>::defined(key_type address_start, key_type address_end) {
122 typename range_map_type::iterator iter = range_map.upper_bound(address_start);
125 defined = iter->first <= address_end && (iter->second).first >= address_start;
142 typename range_map_type::iterator iter = range_map.upper_bound(address_start);
145 defined = iter->first <= address_end && (iter->second).first >= address_start;
[all …]
/dports/net-p2p/rtorrent/rtorrent-0.9.8/src/
H A Dcommand_ip.cc86 uint32_t address_start; in apply_ip_tables_get() local
126 uint32_t address_start; in apply_ip_tables_add_address() local
165 *address_start=0; in ipv4_range_parse()
218 if(*address_start <= *address_end) in ipv4_range_parse()
245 *address_start = ip & mask; in ipv4_range_parse()
256 *address_end = *address_start; in ipv4_range_parse()
275 uint32_t address_start; in ipv4_filter_parse() local
283 uint32_t net_start = htonl(address_start); in ipv4_filter_parse()
300 uint32_t address_start; in apply_ipv4_filter_get() local
377 uint32_t address_start = iter->first; in apply_ipv4_filter_dump() local
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/devices/
H A Datariic.cpp72 void AtariEEPROMInstallMap(INT32 map_handler, UINT32 address_start, UINT32 address_end) in AtariEEPROMInstallMap() argument
75 …ariEEPROMInstallMap(%d, %x, %x) called without being initialized!\n"), address_start, address_end); in AtariEEPROMInstallMap()
79 if (((address_end+1)-address_start) > atari_eeprom_size) in AtariEEPROMInstallMap()
81 address_end = address_start + (address_end & (atari_eeprom_size - 1)); in AtariEEPROMInstallMap()
84 atari_eeprom_address_start = address_start; in AtariEEPROMInstallMap()
88 SekMapMemory(atari_eeprom, address_start, address_end, MAP_ROM); in AtariEEPROMInstallMap()
89 SekMapHandler(map_handler, address_start, address_end, MAP_WRITE); in AtariEEPROMInstallMap()
176 void AtariSlapsticInstallMap(INT32 map_handler, UINT32 address_start) in AtariSlapsticInstallMap() argument
182 SekMapHandler(map_handler, address_start, address_start | 0x7fff, MAP_RAM); in AtariSlapsticInstallMap()
H A Datariic.h4 void AtariEEPROMInstallMap(INT32 map_handler, UINT32 address_start, UINT32 address_end);
12 void AtariSlapsticInstallMap(INT32 map_handler, UINT32 address_start);
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/devices/
H A Datariic.cpp72 void AtariEEPROMInstallMap(INT32 map_handler, UINT32 address_start, UINT32 address_end) in AtariEEPROMInstallMap() argument
75 …ariEEPROMInstallMap(%d, %x, %x) called without being initialized!\n"), address_start, address_end); in AtariEEPROMInstallMap()
79 if (((address_end+1)-address_start) > atari_eeprom_size) in AtariEEPROMInstallMap()
81 address_end = address_start + (address_end & (atari_eeprom_size - 1)); in AtariEEPROMInstallMap()
84 atari_eeprom_address_start = address_start; in AtariEEPROMInstallMap()
88 SekMapMemory(atari_eeprom, address_start, address_end, MAP_ROM); in AtariEEPROMInstallMap()
89 SekMapHandler(map_handler, address_start, address_end, MAP_WRITE); in AtariEEPROMInstallMap()
176 void AtariSlapsticInstallMap(INT32 map_handler, UINT32 address_start) in AtariSlapsticInstallMap() argument
182 SekMapHandler(map_handler, address_start, address_start | 0x7fff, MAP_RAM); in AtariSlapsticInstallMap()
H A Datariic.h4 void AtariEEPROMInstallMap(INT32 map_handler, UINT32 address_start, UINT32 address_end);
12 void AtariSlapsticInstallMap(INT32 map_handler, UINT32 address_start);
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dw32process-unix-default.c149 gpointer address_start, address_end, address_offset; in mono_w32process_get_modules() local
167 address_start = (gpointer)strtoul (start_start, &endp, 16); in mono_w32process_get_modules()
246 mod->address_start = address_start; in mono_w32process_get_modules()
H A Dw32process-unix-bsd.c136 mod->address_start = (gpointer)(info->dlpi_addr + info->dlpi_phdr[0].p_vaddr); in mono_w32process_get_modules()
144 __func__, mod->inode, mod->filename, mod->address_start, mod->address_end); in mono_w32process_get_modules()
H A Dw32process-unix-internals.h28 gpointer address_start; member
H A Dw32process-unix-haiku.c44 mod->address_start = MIN (imageInfo.text, imageInfo.data); in mono_w32process_get_modules()
/dports/textproc/p5-Lingua-EN-AddressParse/Lingua-EN-AddressParse-1.27/lib/Lingua/EN/
H A DAddressParse.pm1162 my ($pre_cursor,$address_start,$address_end);
1167 $address_start = $2;
1169 return($pre_cursor, $address_start . $address_end);
1254 my ($po_box_type,$address_start,$address_end);
1258 $address_start = $1;
1261 return($po_box_type, $address_start . $address_end);
/dports/devel/libunit/unit-1.26.1/src/
H A Dnxt_sockaddr.h37 uint8_t address_start; member
114 #define nxt_sockaddr_address(sa) nxt_pointer_to(sa, (sa)->address_start)
/dports/www/unit-java/unit-1.26.1/src/
H A Dnxt_sockaddr.h37 uint8_t address_start; member
114 #define nxt_sockaddr_address(sa) nxt_pointer_to(sa, (sa)->address_start)
/dports/www/unit-php/unit-1.26.1/src/
H A Dnxt_sockaddr.h37 uint8_t address_start; member
114 #define nxt_sockaddr_address(sa) nxt_pointer_to(sa, (sa)->address_start)
/dports/www/unit-python/unit-1.26.1/src/
H A Dnxt_sockaddr.h37 uint8_t address_start; member
114 #define nxt_sockaddr_address(sa) nxt_pointer_to(sa, (sa)->address_start)
/dports/www/unit-perl/unit-1.26.1/src/
H A Dnxt_sockaddr.h37 uint8_t address_start; member
114 #define nxt_sockaddr_address(sa) nxt_pointer_to(sa, (sa)->address_start)
/dports/www/unit/unit-1.26.1/src/
H A Dnxt_sockaddr.h37 uint8_t address_start; member
114 #define nxt_sockaddr_address(sa) nxt_pointer_to(sa, (sa)->address_start)
/dports/emulators/citra/citra-ac98458e0/src/core/hw/
H A Dgpu.h79 u32 address_start; member
111 return DecodeAddressRegister(address_start); in GetStartAddress()
/dports/emulators/citra-qt5/citra-ac98458e0/src/core/hw/
H A Dgpu.h79 u32 address_start; member
111 return DecodeAddressRegister(address_start); in GetStartAddress()
/dports/devel/cgdb/cgdb-0.8.0/lib/tgdb/
H A Dtgdb.cpp98 uint64_t address_start, address_end; member
300 response->choice.disassemble_function.addr_start = tgdb->address_start; in send_disassemble_func_complete_response()
304 tgdb->address_start = 0; in send_disassemble_func_complete_response()
438 tgdb->address_start = tgdb->address_start ? in gdbwire_stream_record_callback()
439 MIN(address, tgdb->address_start) : address; in gdbwire_stream_record_callback()
640 tgdb->address_start = 0; in initialize_tgdb_context()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgenpreds.c734 static unsigned int address_start, address_end; variable
1013 address_start = next; in choose_enum_order()
1469 address_start, address_end); in write_tm_preds_h()
1531 if (address_start != address_end) in write_tm_preds_h()
1532 values.safe_push (std::make_pair (address_start, "CT_ADDRESS")); in write_tm_preds_h()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dgenpreds.c734 static unsigned int address_start, address_end; variable
1013 address_start = next; in choose_enum_order()
1469 address_start, address_end); in write_tm_preds_h()
1531 if (address_start != address_end) in write_tm_preds_h()
1532 values.safe_push (std::make_pair (address_start, "CT_ADDRESS")); in write_tm_preds_h()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dgenpreds.c734 static unsigned int address_start, address_end; variable
1013 address_start = next; in choose_enum_order()
1469 address_start, address_end); in write_tm_preds_h()
1531 if (address_start != address_end) in write_tm_preds_h()
1532 values.safe_push (std::make_pair (address_start, "CT_ADDRESS")); in write_tm_preds_h()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dgenpreds.c734 static unsigned int address_start, address_end; variable
1013 address_start = next; in choose_enum_order()
1469 address_start, address_end); in write_tm_preds_h()
1531 if (address_start != address_end) in write_tm_preds_h()
1532 values.safe_push (std::make_pair (address_start, "CT_ADDRESS")); in write_tm_preds_h()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dgenpreds.c734 static unsigned int address_start, address_end; variable
1013 address_start = next; in choose_enum_order()
1469 address_start, address_end); in write_tm_preds_h()
1531 if (address_start != address_end) in write_tm_preds_h()
1532 values.safe_push (std::make_pair (address_start, "CT_ADDRESS")); in write_tm_preds_h()

1234