Home
last modified time | relevance | path

Searched refs:address_end (Results 1 – 25 of 81) 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);
95 while( iter->first <= address_end && iter != range_map.end() ) {
98 …bool do_delete_due_to_total_overlap = address_start <= iter->first && address_end >= (iter->seco…
110 entry.first = address_end;
120 bool extents<Address, Value, Compare>::defined(key_type address_start, key_type address_end) {
124 while( iter->first <= address_end && !defined && iter != range_map.end() ) {
125 defined = iter->first <= address_end && (iter->second).first >= address_start;
144 while( iter->first <= address_end && !defined && iter != range_map.end() ) {
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.cc87 uint32_t address_end; in apply_ip_tables_get() local
127 uint32_t address_end; in apply_ip_tables_add_address() local
166 *address_end=0; in ipv4_range_parse()
218 if(*address_start <= *address_end) in ipv4_range_parse()
247 *address_end = (ip & mask) | end_mask; in ipv4_range_parse()
256 *address_end = *address_start; in ipv4_range_parse()
276 uint32_t address_end; in ipv4_filter_parse() local
284 uint32_t net_end = htonl(address_end); in ipv4_filter_parse()
301 uint32_t address_end; in apply_ipv4_filter_get() local
378 uint32_t address_end = (iter->second).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()
88 SekMapMemory(atari_eeprom, address_start, address_end, MAP_ROM); in AtariEEPROMInstallMap()
89 SekMapHandler(map_handler, address_start, address_end, MAP_WRITE); in AtariEEPROMInstallMap()
H A Datariic.h4 void AtariEEPROMInstallMap(INT32 map_handler, UINT32 address_start, UINT32 address_end);
/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()
88 SekMapMemory(atari_eeprom, address_start, address_end, MAP_ROM); in AtariEEPROMInstallMap()
89 SekMapHandler(map_handler, address_start, address_end, MAP_WRITE); in AtariEEPROMInstallMap()
H A Datariic.h4 void AtariEEPROMInstallMap(INT32 map_handler, UINT32 address_start, UINT32 address_end);
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/platform/goldfish/
H A Dgoldfish_pipe.c289 unsigned long address_end, in populate_rw_params() argument
305 ? (int)(address_end - address) in populate_rw_params()
327 unsigned long address_end, in transfer_max_buffers() argument
350 populate_rw_params(pipe->pages, pages_count, address, address_end, in transfer_max_buffers()
396 unsigned long address, address_end, last_page; in goldfish_pipe_read_write() local
410 address_end = address + bufflen; in goldfish_pipe_read_write()
411 last_page = (address_end - 1) & PAGE_MASK; in goldfish_pipe_read_write()
412 last_page_size = ((address_end - 1) & ~PAGE_MASK) + 1; in goldfish_pipe_read_write()
414 while (address < address_end) { in goldfish_pipe_read_write()
418 ret = transfer_max_buffers(pipe, address, address_end, is_write, in goldfish_pipe_read_write()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/platform/goldfish/
H A Dgoldfish_pipe.c289 unsigned long address_end, in populate_rw_params() argument
305 ? (int)(address_end - address) in populate_rw_params()
327 unsigned long address_end, in transfer_max_buffers() argument
350 populate_rw_params(pipe->pages, pages_count, address, address_end, in transfer_max_buffers()
396 unsigned long address, address_end, last_page; in goldfish_pipe_read_write() local
410 address_end = address + bufflen; in goldfish_pipe_read_write()
411 last_page = (address_end - 1) & PAGE_MASK; in goldfish_pipe_read_write()
412 last_page_size = ((address_end - 1) & ~PAGE_MASK) + 1; in goldfish_pipe_read_write()
414 while (address < address_end) { in goldfish_pipe_read_write()
418 ret = transfer_max_buffers(pipe, address, address_end, is_write, in goldfish_pipe_read_write()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/platform/goldfish/
H A Dgoldfish_pipe.c289 unsigned long address_end, in populate_rw_params() argument
305 ? (int)(address_end - address) in populate_rw_params()
327 unsigned long address_end, in transfer_max_buffers() argument
350 populate_rw_params(pipe->pages, pages_count, address, address_end, in transfer_max_buffers()
396 unsigned long address, address_end, last_page; in goldfish_pipe_read_write() local
410 address_end = address + bufflen; in goldfish_pipe_read_write()
411 last_page = (address_end - 1) & PAGE_MASK; in goldfish_pipe_read_write()
412 last_page_size = ((address_end - 1) & ~PAGE_MASK) + 1; in goldfish_pipe_read_write()
414 while (address < address_end) { in goldfish_pipe_read_write()
418 ret = transfer_max_buffers(pipe, address, address_end, is_write, in goldfish_pipe_read_write()
/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
178 address_end = (gpointer)strtoul (end_start, &endp, 16); in mono_w32process_get_modules()
247 mod->address_end = address_end; in mono_w32process_get_modules()
H A Dw32process-unix-bsd.c137 mod->address_end = (gpointer)(info->dlpi_addr + info->dlpi_phdr[info->dlpi_phnum - 1].p_vaddr); in mono_w32process_get_modules()
144 __func__, mod->inode, mod->filename, mod->address_start, mod->address_end); in mono_w32process_get_modules()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-smtp/
H A Dsmtp-address.c48 const unsigned char *address_end; member
100 if (aparser->address_end != NULL) in smtp_address_parser_find_end()
112 aparser->address_end = (const unsigned char *)end; in smtp_address_parser_find_end()
114 i_assert(aparser->address_end > parser->begin); in smtp_address_parser_find_end()
115 aparser->address_end--; in smtp_address_parser_find_end()
143 dp = aparser->address_end - 1; in smtp_parse_mailbox()
147 dp = aparser->address_end; in smtp_parse_mailbox()
324 aparser.address_end = aparser.parser.end; in smtp_address_parse_mailbox()
369 *endp_r = (const char *)aparser->address_end; in smtp_address_parse_path_broken()
415 aparser.address_end = (endp_r != NULL ? NULL : aparser.parser.end); in smtp_address_parse_path_full()
[all …]
/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);
1168 $address_end = $3;
1169 return($pre_cursor, $address_start . $address_end);
1254 my ($po_box_type,$address_start,$address_end);
1260 $address_end = $3;
1261 return($po_box_type, $address_start . $address_end);
/dports/graphics/aseprite/aseprite-1.2.9/src/doc/
H A Dimage_io.cpp145 uint8_t* address_end = image->getPixelAddress(0, 0) + uncompressed_size; in read_image() local
167 zstream.avail_out = address_end - address; in read_image()
173 int uncompressed_bytes = (int)((address_end - address) - zstream.avail_out); in read_image()
/dports/mail/masqmail/masqmail-0.3.5/src/
H A Dparse.c140 gchar **domain_begin, gchar **domain_end, gchar **address_end) in parse_address_rfc822() argument
276 *address_end = p; in parse_address_rfc822()
292 gchar **domain_begin, gchar **domain_end, gchar **address_end) in parse_address_rfc821() argument
363 *address_end = p; in parse_address_rfc821()
/dports/ftp/urlgfe/urlgfe-0.7.1/src/
H A Dutility.c144 up->address_end = s; in url_part_read_address()
180 up->address_end = NULL; in url_part()
H A Dutility.h14 char *address_beg, *address_end; member
/dports/emulators/citra/citra-ac98458e0/src/core/hw/
H A Dgpu.h80 u32 address_end; member
115 return DecodeAddressRegister(address_end); in GetEndAddress()
/dports/emulators/citra-qt5/citra-ac98458e0/src/core/hw/
H A Dgpu.h80 u32 address_end; member
115 return DecodeAddressRegister(address_end); in GetEndAddress()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgenpreds.c734 static unsigned int address_start, address_end; variable
1017 address_end = 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()
1533 if (address_end != num_constraints) in write_tm_preds_h()
1534 values.safe_push (std::make_pair (address_end, "CT_FIXED_FORM")); 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
1017 address_end = 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()
1533 if (address_end != num_constraints) in write_tm_preds_h()
1534 values.safe_push (std::make_pair (address_end, "CT_FIXED_FORM")); 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
1017 address_end = 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()
1533 if (address_end != num_constraints) in write_tm_preds_h()
1534 values.safe_push (std::make_pair (address_end, "CT_FIXED_FORM")); 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
1017 address_end = 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()
1533 if (address_end != num_constraints) in write_tm_preds_h()
1534 values.safe_push (std::make_pair (address_end, "CT_FIXED_FORM")); 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
1017 address_end = 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()
1533 if (address_end != num_constraints) in write_tm_preds_h()
1534 values.safe_push (std::make_pair (address_end, "CT_FIXED_FORM")); in write_tm_preds_h()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgenpreds.c734 static unsigned int address_start, address_end; variable
1017 address_end = 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()
1533 if (address_end != num_constraints) in write_tm_preds_h()
1534 values.safe_push (std::make_pair (address_end, "CT_FIXED_FORM")); in write_tm_preds_h()

1234