HelenOS sources

end                78 boot/arch/riscv64/src/main.c 	uint8_t *end = NULL;
end                84 boot/arch/riscv64/src/main.c 			end = z.start + z.size;
end                89 boot/arch/riscv64/src/main.c 	extract_payload(&bootinfo.taskmap, load_addr, end, kernel_addr, NULL);
end                36 boot/generic/include/printf_verify.h #define _HELENOS_PRINTF_ATTRIBUTE(start, end) \
end                37 boot/generic/include/printf_verify.h 	__attribute__((format(__printf__, start, end)))
end                39 boot/generic/include/printf_verify.h #define _HELENOS_PRINTF_ATTRIBUTE(start, end) \
end                40 boot/generic/include/printf_verify.h 	__attribute__((format(gnu_printf, start, end)))
end               218 boot/generic/src/payload.c 	uint8_t *end = mem_end;
end               221 boot/generic/src/payload.c 		end = real_payload_start;
end               225 boot/generic/src/payload.c 	    kernel_dest, end, kernel_start, clear_cache, &task)) {
end               246 boot/generic/src/payload.c 			end = real_payload_start;
end               249 boot/generic/src/payload.c 		    dest, end, actual_dest, clear_cache, &task))
end               527 boot/generic/src/printf_core.c 			bool end = false;
end               549 boot/generic/src/printf_core.c 					end = true;
end               551 boot/generic/src/printf_core.c 			} while (!end);
end                74 boot/generic/src/tar.c bool tar_info(const uint8_t *start, const uint8_t *end,
end                77 boot/generic/src/tar.c 	if (end - start < TAR_BLOCK_SIZE) {
end                88 boot/generic/src/tar.c 	if (end - start < TAR_BLOCK_SIZE + len) {
end              1365 common/printf/printf_core.c 			bool end = false;
end              1388 common/printf/printf_core.c 					end = true;
end              1390 common/printf/printf_core.c 			} while (!end);
end              1461 common/str.c   	char *start, *end;
end              1482 common/str.c   	end = &s[cur];
end              1486 common/str.c   	if (start == end)
end              1490 common/str.c   	*end = '\0';
end                54 kernel/arch/arm32/src/smc.c 	uintptr_t end = (uintptr_t) a + l;
end                57 kernel/arch/arm32/src/smc.c 	for (uintptr_t addr = begin; addr < end; addr += CP15_C7_MVA_ALIGN) {
end                68 kernel/genarch/include/genarch/multiboot/multiboot.h 	mbaddr_t end;
end                85 kernel/genarch/include/genarch/multiboot/multiboot2.h 	mb2addr_t end;
end               185 kernel/genarch/src/acpi/madt.c 	struct madt_apic_header *end = (struct madt_apic_header *)
end               193 kernel/genarch/src/acpi/madt.c 	for (hdr = acpi_madt->apic_header; hdr < end;
end               205 kernel/genarch/src/acpi/madt.c 	for (hdr = acpi_madt->apic_header; hdr < end;
end                51 kernel/genarch/src/multiboot/multiboot.c 	const char *end = str_chr(cmd_line, ' ');
end                52 kernel/genarch/src/multiboot/multiboot.c 	if (end == NULL)
end                53 kernel/genarch/src/multiboot/multiboot.c 		end = cmd_line + str_size(cmd_line);
end                59 kernel/genarch/src/multiboot/multiboot.c 	const char *cp = end;
end                71 kernel/genarch/src/multiboot/multiboot.c 	str_ncpy(buf, size, start, (size_t) (end - start));
end                90 kernel/genarch/src/multiboot/multiboot.c 	const char *end = cmd_line + str_size(cmd_line);
end                93 kernel/genarch/src/multiboot/multiboot.c 	while (start != end) {
end               100 kernel/genarch/src/multiboot/multiboot.c 	str_ncpy(buf, size, start, (size_t) (end - start));
end               110 kernel/genarch/src/multiboot/multiboot.c 		init.tasks[init.cnt].size = mods[i].end - mods[i].start;
end                53 kernel/genarch/src/multiboot/multiboot2.c 		init.tasks[init.cnt].size = module->end - module->start;
end              1365 kernel/generic/common/printf/printf_core.c 			bool end = false;
end              1388 kernel/generic/common/printf/printf_core.c 					end = true;
end              1390 kernel/generic/common/printf/printf_core.c 			} while (!end);
end              1461 kernel/generic/common/str.c 	char *start, *end;
end              1482 kernel/generic/common/str.c 	end = &s[cur];
end              1486 kernel/generic/common/str.c 	if (start == end)
end              1490 kernel/generic/common/str.c 	*end = '\0';
end                39 kernel/generic/include/printf/verify.h #define _HELENOS_PRINTF_ATTRIBUTE(start, end) \
end                40 kernel/generic/include/printf/verify.h 	__attribute__((format(__printf__, start, end)))
end                42 kernel/generic/include/printf/verify.h #define _HELENOS_PRINTF_ATTRIBUTE(start, end) \
end                43 kernel/generic/include/printf/verify.h 	__attribute__((format(gnu_printf, start, end)))
end               297 kernel/generic/src/console/kconsole.c 	size_t end;
end               303 kernel/generic/src/console/kconsole.c 	end = start + 1;
end               305 kernel/generic/src/console/kconsole.c 	while (!isspace(cmdline[end]))
end               306 kernel/generic/src/console/kconsole.c 		end++;
end               308 kernel/generic/src/console/kconsole.c 	tmp = malloc(STR_BOUNDS(end - start + 1));
end               312 kernel/generic/src/console/kconsole.c 	wstr_to_str(tmp, end - start + 1, &cmdline[start]);
end               601 kernel/generic/src/console/kconsole.c 		const char *end;
end               602 kernel/generic/src/console/kconsole.c 		errno_t rc = str_uint64_t(text, &end, 0, false, &value);
end               603 kernel/generic/src/console/kconsole.c 		if (end != text + len)
end               642 kernel/generic/src/console/kconsole.c     size_t *start, size_t *end)
end               645 kernel/generic/src/console/kconsole.c 	assert(end != NULL);
end               665 kernel/generic/src/console/kconsole.c 	*end = prev;
end               681 kernel/generic/src/console/kconsole.c 	size_t end = 0;
end               682 kernel/generic/src/console/kconsole.c 	if (!parse_argument(cmdline, size, &start, &end)) {
end               695 kernel/generic/src/console/kconsole.c 		    str_nlength(cmdline + start, (size_t) (end - start)))) == 0) {
end               725 kernel/generic/src/console/kconsole.c 		start = end;
end               726 kernel/generic/src/console/kconsole.c 		if (!parse_argument(cmdline, size, &start, &end)) {
end               743 kernel/generic/src/console/kconsole.c 			    end - start);
end               746 kernel/generic/src/console/kconsole.c 			if (!parse_int_arg(cmdline + start, end - start,
end               751 kernel/generic/src/console/kconsole.c 			if ((start < end - 1) && (cmdline[start] == '"')) {
end               752 kernel/generic/src/console/kconsole.c 				if (cmdline[end - 1] == '"') {
end               756 kernel/generic/src/console/kconsole.c 					    (end - start) - 1);
end               764 kernel/generic/src/console/kconsole.c 			    end - start, &cmd->argv[i].intval)) {
end               784 kernel/generic/src/console/kconsole.c 	start = end;
end               785 kernel/generic/src/console/kconsole.c 	if (parse_argument(cmdline, size, &start, &end)) {
end               103 uspace/app/bdsh/cmds/builtins/batch/batch.c 		char *end = fusr.line + INPUT_MAX;
end               106 uspace/app/bdsh/cmds/builtins/batch/batch.c 			if (c == '\n' || c == EOF || cur == end) {
end               124 uspace/app/bdsh/cmds/builtins/batch/batch.c 					end = fusr.line + INPUT_MAX;
end                85 uspace/app/bdsh/cmds/modules/cmp/cmp.c 			goto end;
end                96 uspace/app/bdsh/cmds/modules/cmp/cmp.c 				goto end;
end               104 uspace/app/bdsh/cmds/modules/cmp/cmp.c 			goto end;
end               108 uspace/app/bdsh/cmds/modules/cmp/cmp.c end:
end               145 uspace/app/bdsh/compl.c 		size_t end = t->char_start + t->char_length;
end               151 uspace/app/bdsh/compl.c 		if (t->char_start <= pos && pos <= end) {
end              1882 uspace/app/edit/edit.c 	if (match.end) {
end              1884 uspace/app/edit/edit.c 		assert(match.end != NULL);
end              1885 uspace/app/edit/edit.c 		spt_t *end = match.end;
end              1886 uspace/app/edit/edit.c 		caret_move(*end, false, true);
end              1890 uspace/app/edit/edit.c 				spt_next_char(*end, end);
end              1892 uspace/app/edit/edit.c 				spt_prev_char(*end, end);
end              1895 uspace/app/edit/edit.c 		caret_move(*end, true, true);
end              1896 uspace/app/edit/edit.c 		free(end);
end               121 uspace/app/edit/search.c 				rc = s->ops.mark(s->client_data, &match->end);
end               130 uspace/app/edit/search.c 	match->end = NULL;
end                51 uspace/app/edit/search.h 	void *end;
end               271 uspace/app/tester/mm/common.c 	for (uint8_t *pos = block->addr, *end = pos + block->size;
end               272 uspace/app/tester/mm/common.c 	    pos < end; pos++)
end               288 uspace/app/tester/mm/common.c 	for (uint8_t *pos = block->addr, *end = pos + block->size;
end               289 uspace/app/tester/mm/common.c 	    pos < end; pos++) {
end               404 uspace/app/tester/mm/common.c 	for (uint8_t *pos = area->addr, *end = pos + area->size;
end               405 uspace/app/tester/mm/common.c 	    pos < end; pos++)
end                54 uspace/app/testwrit/testwrit.c 	char *end;
end                55 uspace/app/testwrit/testwrit.c 	iterations = strtoul(argv[1], &end, 10);
end              1403 uspace/dist/src/c/demos/edit/edit.c 	if (match.end) {
end              1405 uspace/dist/src/c/demos/edit/edit.c 		assert(match.end != NULL);
end              1406 uspace/dist/src/c/demos/edit/edit.c 		spt_t *end = match.end;
end              1407 uspace/dist/src/c/demos/edit/edit.c 		caret_move(*end, false, true);
end              1411 uspace/dist/src/c/demos/edit/edit.c 				spt_next_char(*end, end);
end              1413 uspace/dist/src/c/demos/edit/edit.c 				spt_prev_char(*end, end);
end              1416 uspace/dist/src/c/demos/edit/edit.c 		caret_move(*end, true, true);
end              1417 uspace/dist/src/c/demos/edit/edit.c 		free(end);
end               120 uspace/dist/src/c/demos/edit/search.c 				rc = s->ops.mark(s->client_data, &match->end);
end               129 uspace/dist/src/c/demos/edit/search.c 	match->end = NULL;
end                50 uspace/dist/src/c/demos/edit/search.h 	void *end;
end               481 uspace/drv/bus/isa/isa.c 	char *end = NULL;
end               484 uspace/drv/bus/isa/isa.c 	irq = (int) strtol(val, &end, 10);
end               486 uspace/drv/bus/isa/isa.c 	if (val != end)
end               492 uspace/drv/bus/isa/isa.c 	char *end = NULL;
end               495 uspace/drv/bus/isa/isa.c 	const int dma = strtol(val, &end, 10);
end               497 uspace/drv/bus/isa/isa.c 	if (val != end)
end               504 uspace/drv/bus/isa/isa.c 	char *end = NULL;
end               507 uspace/drv/bus/isa/isa.c 	addr = strtol(val, &end, 0x10);
end               509 uspace/drv/bus/isa/isa.c 	if (val == end)
end               512 uspace/drv/bus/isa/isa.c 	val = skip_spaces(end);
end               513 uspace/drv/bus/isa/isa.c 	len = strtol(val, &end, 0x10);
end               515 uspace/drv/bus/isa/isa.c 	if (val == end)
end               525 uspace/drv/bus/isa/isa.c 	char *end = NULL;
end               528 uspace/drv/bus/isa/isa.c 	addr = strtoul(val, &end, 0x10);
end               530 uspace/drv/bus/isa/isa.c 	if (val == end)
end               533 uspace/drv/bus/isa/isa.c 	val = skip_spaces(end);
end               534 uspace/drv/bus/isa/isa.c 	len = strtol(val, &end, 0x10);
end               536 uspace/drv/bus/isa/isa.c 	if (val == end)
end               544 uspace/drv/bus/isa/isa.c 	const char *end = val;
end               546 uspace/drv/bus/isa/isa.c 	while (!isspace(*end))
end               547 uspace/drv/bus/isa/isa.c 		end++;
end               549 uspace/drv/bus/isa/isa.c 	size_t size = end - val + 1;
end               557 uspace/drv/bus/isa/isa.c 	char *end = NULL;
end               561 uspace/drv/bus/isa/isa.c 	int score = (int)strtol(val, &end, 10);
end               562 uspace/drv/bus/isa/isa.c 	if (val == end) {
end               568 uspace/drv/bus/isa/isa.c 	val = skip_spaces(end);
end               280 uspace/drv/bus/usb/xhci/isoch.c 	const uint64_t end = current_mf + END_FRAME_DELAY;
end               285 uspace/drv/bus/usb/xhci/isoch.c 	} else if (mfindex <= end) {
end               289 uspace/drv/bus/usb/xhci/isoch.c 		res->offset = mfindex - end;
end               447 uspace/drv/bus/usb/xhci/trb_ring.c 	ring->end = ring->begin + size;
end               467 uspace/drv/bus/usb/xhci/trb_ring.c 	if (++ring->enqueue == ring->end)
end               486 uspace/drv/bus/usb/xhci/trb_ring.c 	if (++ring->dequeue == ring->end)
end               504 uspace/drv/bus/usb/xhci/trb_ring.c 	memset(ring->begin, 0, sizeof(xhci_trb_t) * (ring->end - ring->begin));
end               123 uspace/drv/bus/usb/xhci/trb_ring.h 	xhci_trb_t *begin, *end;
end                69 uspace/lib/bithenge/src/blob.c static errno_t sequential_buffer(bithenge_sequential_blob_t *blob, aoff64_t end)
end                72 uspace/lib/bithenge/src/blob.c 	while (end > blob->buffer_size) {
end                82 uspace/lib/bithenge/src/blob.c 	aoff64_t size = end - blob->data_size;
end               127 uspace/lib/bithenge/src/blob.c 	aoff64_t end = offset + *size;
end               128 uspace/lib/bithenge/src/blob.c 	if (end > blob->data_size) {
end               129 uspace/lib/bithenge/src/blob.c 		errno_t rc = sequential_buffer(blob, end);
end               135 uspace/lib/bithenge/src/blob.c 	*size = min(*size, blob->data_size - end);
end               109 uspace/lib/bithenge/src/print.c 		goto end;
end               115 uspace/lib/bithenge/src/print.c 		goto end;
end               116 uspace/lib/bithenge/src/print.c end:
end               379 uspace/lib/bithenge/src/sequence.c 		goto end;
end               387 uspace/lib/bithenge/src/sequence.c 			goto end;
end               398 uspace/lib/bithenge/src/sequence.c 			goto end;
end               403 uspace/lib/bithenge/src/sequence.c 			goto end;
end               409 uspace/lib/bithenge/src/sequence.c 			goto end;
end               413 uspace/lib/bithenge/src/sequence.c end:
end               290 uspace/lib/bithenge/src/transform.c 			const char *end = str_chr(format, '%');
end               291 uspace/lib/bithenge/src/transform.c 			if (!end)
end               292 uspace/lib/bithenge/src/transform.c 				end = format + str_length(format);
end               293 uspace/lib/bithenge/src/transform.c 			size_t size = min((size_t)(end - format),
end               296 uspace/lib/bithenge/src/transform.c 			format = end;
end               701 uspace/lib/bithenge/src/transform.c 		goto end;
end               718 uspace/lib/bithenge/src/transform.c end:
end              1365 uspace/lib/c/common/printf/printf_core.c 			bool end = false;
end              1388 uspace/lib/c/common/printf/printf_core.c 					end = true;
end              1390 uspace/lib/c/common/printf/printf_core.c 			} while (!end);
end              1461 uspace/lib/c/common/str.c 	char *start, *end;
end              1482 uspace/lib/c/common/str.c 	end = &s[cur];
end              1486 uspace/lib/c/common/str.c 	if (start == end)
end              1490 uspace/lib/c/common/str.c 	*end = '\0';
end                62 uspace/lib/c/generic/as.c 	    (sysarg_t) size, (sysarg_t) flags, (sysarg_t) __progsymbols.end,
end              1245 uspace/lib/c/generic/async/client.c 	    (sysarg_t) __progsymbols.end, arg, NULL, &_flags, NULL, NULL,
end              1306 uspace/lib/c/generic/async/server.c 	return ipc_answer_2(chandle, EOK, (sysarg_t) __progsymbols.end,
end                57 uspace/lib/c/generic/crt/crt1.c 		.end = _end,
end                72 uspace/lib/c/generic/ddi.c 	    pages, flags, (sysarg_t) virt, (sysarg_t) __progsymbols.end);
end               145 uspace/lib/c/generic/ddi.c 	    (sysarg_t) phys, (sysarg_t) virt, (sysarg_t) __progsymbols.end);
end               113 uspace/lib/c/generic/malloc.c 	(((uintptr_t) (area)->end) - sizeof(heap_block_foot_t))
end               149 uspace/lib/c/generic/malloc.c 	void *end;
end               284 uspace/lib/c/generic/malloc.c 	malloc_assert(area->start < area->end);
end               286 uspace/lib/c/generic/malloc.c 	malloc_assert(((uintptr_t) area->end % PAGE_SIZE) == 0);
end               308 uspace/lib/c/generic/malloc.c 	area->end = (void *) ((uintptr_t) astart + asize);
end               314 uspace/lib/c/generic/malloc.c 	size_t bsize = (size_t) (area->end - block);
end               348 uspace/lib/c/generic/malloc.c 	size_t gross_size = (size_t) (area->end - area->start) + size;
end               350 uspace/lib/c/generic/malloc.c 	void *end = (void *) ((uintptr_t) area->start + asize);
end               353 uspace/lib/c/generic/malloc.c 	if (end < area->start)
end               366 uspace/lib/c/generic/malloc.c 		size_t net_size = (size_t) (end - area->end) + last_head->size;
end               371 uspace/lib/c/generic/malloc.c 		size_t net_size = (size_t) (end - area->end);
end               373 uspace/lib/c/generic/malloc.c 			block_init(area->end, net_size, true, area);
end               377 uspace/lib/c/generic/malloc.c 	area->end = end;
end               446 uspace/lib/c/generic/malloc.c 			size_t asize = (size_t) (area->end - area->start) - shrink_size;
end               447 uspace/lib/c/generic/malloc.c 			void *end = (void *) ((uintptr_t) area->start + asize);
end               455 uspace/lib/c/generic/malloc.c 			area->end = end;
end               456 uspace/lib/c/generic/malloc.c 			size_t excess = ((size_t) area->end) - ((size_t) last_head);
end               556 uspace/lib/c/generic/malloc.c 	malloc_assert((void *) first_block < area->end);
end               558 uspace/lib/c/generic/malloc.c 	for (heap_block_head_t *cur = first_block; (void *) cur < area->end;
end               846 uspace/lib/c/generic/malloc.c 	malloc_assert((void *) head < area->end);
end               870 uspace/lib/c/generic/malloc.c 		bool have_next = ((void *) next_head < area->end);
end               872 uspace/lib/c/generic/malloc.c 		if (((void *) head) + real_size > area->end) {
end               884 uspace/lib/c/generic/malloc.c 				    next_head->size < area->end);
end               955 uspace/lib/c/generic/malloc.c 	malloc_assert((void *) head < area->end);
end               964 uspace/lib/c/generic/malloc.c 	if ((void *) next_head < area->end) {
end              1006 uspace/lib/c/generic/malloc.c 		    (area->start >= area->end) ||
end              1008 uspace/lib/c/generic/malloc.c 		    (((uintptr_t) area->end % PAGE_SIZE) != 0)) {
end              1015 uspace/lib/c/generic/malloc.c 		    AREA_FIRST_BLOCK_HEAD(area); (void *) head < area->end;
end                53 uspace/lib/c/generic/private/libc.h 	const void *end;
end                39 uspace/lib/c/include/io/verify.h #define _HELENOS_PRINTF_ATTRIBUTE(start, end) \
end                40 uspace/lib/c/include/io/verify.h 	__attribute__((format(__printf__, start, end)))
end                42 uspace/lib/c/include/io/verify.h #define _HELENOS_PRINTF_ATTRIBUTE(start, end) \
end                43 uspace/lib/c/include/io/verify.h 	__attribute__((format(gnu_printf, start, end)))
end                44 uspace/lib/c/include/perf.h 	struct timespec end;
end                57 uspace/lib/c/include/perf.h 	stopwatch->end.tv_sec = 0;
end                58 uspace/lib/c/include/perf.h 	stopwatch->end.tv_nsec = 0;
end                70 uspace/lib/c/include/perf.h 	stopwatch->end.tv_sec = NSEC2SEC(nanos);
end                71 uspace/lib/c/include/perf.h 	stopwatch->end.tv_nsec = nanos - SEC2NSEC(stopwatch->end.tv_sec);
end                93 uspace/lib/c/include/perf.h 	getuptime(&stopwatch->end);
end               103 uspace/lib/c/include/perf.h 	return ts_sub_diff(&stopwatch->end, &stopwatch->start);
end                73 uspace/lib/cpp/include/__bits/adt/array.hpp             swap_ranges(begin(), end(), other.begin());
end                88 uspace/lib/cpp/include/__bits/adt/array.hpp             return make_reverse_iterator(end());
end               108 uspace/lib/cpp/include/__bits/adt/array.hpp             return make_reverse_iterator(end());
end               398 uspace/lib/cpp/include/__bits/adt/deque.hpp                 : deque{other.begin(), other.end(), other.allocator_}
end               416 uspace/lib/cpp/include/__bits/adt/deque.hpp                 : deque{other.begin(), other.end(), alloc}
end               439 uspace/lib/cpp/include/__bits/adt/deque.hpp                 copy_from_range_(init.begin(), init.end());
end               452 uspace/lib/cpp/include/__bits/adt/deque.hpp                 copy_from_range_(other.begin(), other.end());
end               471 uspace/lib/cpp/include/__bits/adt/deque.hpp                 copy_from_range_(init.begin(), init.end());
end               495 uspace/lib/cpp/include/__bits/adt/deque.hpp                 copy_from_range_(init.begin(), init.end());
end               525 uspace/lib/cpp/include/__bits/adt/deque.hpp                 return make_reverse_iterator(end());
end               659 uspace/lib/cpp/include/__bits/adt/deque.hpp                 auto tmp = end();
end               825 uspace/lib/cpp/include/__bits/adt/deque.hpp                 return insert(position, init.begin(), init.end());
end               878 uspace/lib/cpp/include/__bits/adt/deque.hpp                     end(),
end               904 uspace/lib/cpp/include/__bits/adt/deque.hpp                     end(),
end              1049 uspace/lib/cpp/include/__bits/adt/deque.hpp                 copy_backward(it, end(), end() + count - 1);
end               215 uspace/lib/cpp/include/__bits/adt/hash_table.hpp                     return end();
end               240 uspace/lib/cpp/include/__bits/adt/hash_table.hpp                     return end();
end               281 uspace/lib/cpp/include/__bits/adt/hash_table.hpp                     return end();
end               292 uspace/lib/cpp/include/__bits/adt/hash_table.hpp                 return end();
end               301 uspace/lib/cpp/include/__bits/adt/hash_table.hpp                     return end();
end               312 uspace/lib/cpp/include/__bits/adt/hash_table.hpp                 return end();
end               468 uspace/lib/cpp/include/__bits/adt/hash_table.hpp                 while (it != end())
end               483 uspace/lib/cpp/include/__bits/adt/hash_table.hpp                         if (++tmp == end())
end                42 uspace/lib/cpp/include/__bits/adt/hash_table_policies.hpp             return table.find(key) == table.end() ? 0 : 1;
end               156 uspace/lib/cpp/include/__bits/adt/hash_table_policies.hpp                 return make_pair(table.end(), false);
end               197 uspace/lib/cpp/include/__bits/adt/hash_table_policies.hpp                 return make_pair(table.end(), false);
end               239 uspace/lib/cpp/include/__bits/adt/hash_table_policies.hpp                 return make_pair(table.end(), false);
end               375 uspace/lib/cpp/include/__bits/adt/hash_table_policies.hpp             if (first == table.end())
end               376 uspace/lib/cpp/include/__bits/adt/hash_table_policies.hpp                 return make_pair(table.end(), table.end());
end               382 uspace/lib/cpp/include/__bits/adt/hash_table_policies.hpp             } while (last != table.end() && table.keys_equal(key, *last));
end               394 uspace/lib/cpp/include/__bits/adt/hash_table_policies.hpp             if (first == table.end())
end               395 uspace/lib/cpp/include/__bits/adt/hash_table_policies.hpp                 return make_pair(table.end(), table.end());
end               401 uspace/lib/cpp/include/__bits/adt/hash_table_policies.hpp             } while (last != table.end() && table.keys_equal(key, *last));
end               448 uspace/lib/cpp/include/__bits/adt/hash_table_policies.hpp                 return table.end();
end                92 uspace/lib/cpp/include/__bits/adt/initializer_list.hpp         return init.end();
end                64 uspace/lib/cpp/include/__bits/adt/list.hpp                                     bool end = true)
end                65 uspace/lib/cpp/include/__bits/adt/list.hpp                     : current_{node}, head_{head}, end_{end}
end                74 uspace/lib/cpp/include/__bits/adt/list.hpp                     : current_{other.node()}, head_{other.head()}, end_{other.end()}
end               175 uspace/lib/cpp/include/__bits/adt/list.hpp             return (lhs.node() == rhs.node()) && (lhs.end() == rhs.end());
end               198 uspace/lib/cpp/include/__bits/adt/list.hpp                               bool end = true)
end               199 uspace/lib/cpp/include/__bits/adt/list.hpp                     : current_{node}, head_{head}, end_{end}
end               305 uspace/lib/cpp/include/__bits/adt/list.hpp             return (lhs.node() == rhs.node()) && (lhs.end() == rhs.end());
end               317 uspace/lib/cpp/include/__bits/adt/list.hpp             return (lhs.node() == rhs.node()) && (lhs.end() == rhs.end());
end               329 uspace/lib/cpp/include/__bits/adt/list.hpp             return (lhs.node() == rhs.node()) && (lhs.end() == rhs.end());
end               418 uspace/lib/cpp/include/__bits/adt/list.hpp                 init_(other.begin(), other.end());
end               433 uspace/lib/cpp/include/__bits/adt/list.hpp                 init_(init.begin(), init.end());
end               447 uspace/lib/cpp/include/__bits/adt/list.hpp                 init_(other.begin(), other.end());
end               471 uspace/lib/cpp/include/__bits/adt/list.hpp                 init_(init.begin(), init.end());
end               498 uspace/lib/cpp/include/__bits/adt/list.hpp                 init_(init.begin(), init.end());
end               528 uspace/lib/cpp/include/__bits/adt/list.hpp                 return make_reverse_iterator(end());
end               753 uspace/lib/cpp/include/__bits/adt/list.hpp                 return insert(position, init.begin(), init.end());
end               768 uspace/lib/cpp/include/__bits/adt/list.hpp                         return end();
end               787 uspace/lib/cpp/include/__bits/adt/list.hpp                     return end();
end               903 uspace/lib/cpp/include/__bits/adt/list.hpp                 if (first == other.begin() && last == other.end())
end               922 uspace/lib/cpp/include/__bits/adt/list.hpp                 else if (last == other.end())
end               979 uspace/lib/cpp/include/__bits/adt/list.hpp                 while (it != end())
end               995 uspace/lib/cpp/include/__bits/adt/list.hpp                 while (it != end())
end              1012 uspace/lib/cpp/include/__bits/adt/list.hpp                 while (it != end())
end              1030 uspace/lib/cpp/include/__bits/adt/list.hpp                 while (it != end())
end               146 uspace/lib/cpp/include/__bits/adt/map.hpp                 insert(init.begin(), init.end());
end               185 uspace/lib/cpp/include/__bits/adt/map.hpp                 insert(init.begin(), init.end());
end               207 uspace/lib/cpp/include/__bits/adt/map.hpp                 return tree_.end();
end               212 uspace/lib/cpp/include/__bits/adt/map.hpp                 return tree_.end();
end               378 uspace/lib/cpp/include/__bits/adt/map.hpp                 insert(init.begin(), init.end());
end               489 uspace/lib/cpp/include/__bits/adt/map.hpp                     first.node(), first.end()
end               670 uspace/lib/cpp/include/__bits/adt/map.hpp             lhs.begin(), lhs.end(),
end               671 uspace/lib/cpp/include/__bits/adt/map.hpp             rhs.begin(), rhs.end(),
end               805 uspace/lib/cpp/include/__bits/adt/map.hpp                 insert(init.begin(), init.end());
end               844 uspace/lib/cpp/include/__bits/adt/map.hpp                 insert(init.begin(), init.end());
end               866 uspace/lib/cpp/include/__bits/adt/map.hpp                 return tree_.end();
end               871 uspace/lib/cpp/include/__bits/adt/map.hpp                 return tree_.end();
end               989 uspace/lib/cpp/include/__bits/adt/map.hpp                 insert(init.begin(), init.end());
end              1008 uspace/lib/cpp/include/__bits/adt/map.hpp                     first.node(), first.end()
end              1189 uspace/lib/cpp/include/__bits/adt/map.hpp             lhs.begin(), lhs.end(),
end              1190 uspace/lib/cpp/include/__bits/adt/map.hpp             rhs.begin(), rhs.end(),
end               216 uspace/lib/cpp/include/__bits/adt/queue.hpp                 make_heap(c.begin(), c.end(), comp);
end               223 uspace/lib/cpp/include/__bits/adt/queue.hpp                 make_heap(c.begin(), c.end(), comp);
end               232 uspace/lib/cpp/include/__bits/adt/queue.hpp                 c.insert(c.end(), first, last);
end               233 uspace/lib/cpp/include/__bits/adt/queue.hpp                 make_heap(c.begin(), c.end(), comp);
end               242 uspace/lib/cpp/include/__bits/adt/queue.hpp                 c.insert(c.end(), first, last);
end               243 uspace/lib/cpp/include/__bits/adt/queue.hpp                 make_heap(c.begin(), c.end(), comp);
end               314 uspace/lib/cpp/include/__bits/adt/queue.hpp                 push_heap(c.begin(), c.end(), comp);
end               320 uspace/lib/cpp/include/__bits/adt/queue.hpp                 push_heap(c.begin(), c.end(), comp);
end               327 uspace/lib/cpp/include/__bits/adt/queue.hpp                 push_heap(c.begin(), c.end(), comp);
end               332 uspace/lib/cpp/include/__bits/adt/queue.hpp                 pop_heap(c.begin(), c.end(), comp);
end               146 uspace/lib/cpp/include/__bits/adt/rbtree.hpp                 return make_reverse_iterator(end());
end               212 uspace/lib/cpp/include/__bits/adt/rbtree.hpp                     return end();
end               254 uspace/lib/cpp/include/__bits/adt/rbtree.hpp                     return end();
end               263 uspace/lib/cpp/include/__bits/adt/rbtree.hpp                     return end();
end               313 uspace/lib/cpp/include/__bits/adt/rbtree.hpp                 return (it1 == end()) && (it2 == other.end());
end                61 uspace/lib/cpp/include/__bits/adt/rbtree_iterators.hpp             rbtree_iterator(node_type* current = nullptr, bool end = true)
end                62 uspace/lib/cpp/include/__bits/adt/rbtree_iterators.hpp                 : current_{current}, end_{end}
end               156 uspace/lib/cpp/include/__bits/adt/rbtree_iterators.hpp         return (lhs.node() == rhs.node()) && (lhs.end() == rhs.end());
end               189 uspace/lib/cpp/include/__bits/adt/rbtree_iterators.hpp             rbtree_const_iterator(const node_type* current = nullptr, bool end = true)
end               190 uspace/lib/cpp/include/__bits/adt/rbtree_iterators.hpp                 : current_{current}, end_{end}
end               197 uspace/lib/cpp/include/__bits/adt/rbtree_iterators.hpp                 : current_{other.node()}, end_{other.end()}
end               203 uspace/lib/cpp/include/__bits/adt/rbtree_iterators.hpp                 end_ = other.end();
end               291 uspace/lib/cpp/include/__bits/adt/rbtree_iterators.hpp         return (lhs.node() == rhs.node()) && (lhs.end() == rhs.end());
end               305 uspace/lib/cpp/include/__bits/adt/rbtree_iterators.hpp         return (lhs.node() == rhs.node()) && (lhs.end() == rhs.end());
end               319 uspace/lib/cpp/include/__bits/adt/rbtree_iterators.hpp         return (lhs.node() == rhs.node()) && (lhs.end() == rhs.end());
end                42 uspace/lib/cpp/include/__bits/adt/rbtree_policies.hpp             return tree.find(key) == tree.end() ? 0 : 1;
end                51 uspace/lib/cpp/include/__bits/adt/rbtree_policies.hpp             if (it == tree.end())
end                66 uspace/lib/cpp/include/__bits/adt/rbtree_policies.hpp             return iterator{const_cast<node_type*>(it.node()), it.end()};
end                77 uspace/lib/cpp/include/__bits/adt/rbtree_policies.hpp             auto end = tree.end();
end                82 uspace/lib/cpp/include/__bits/adt/rbtree_policies.hpp                 if (it != end)
end               109 uspace/lib/cpp/include/__bits/adt/rbtree_policies.hpp             return iterator{const_cast<node_type*>(it.node()), it.end()};
end               123 uspace/lib/cpp/include/__bits/adt/rbtree_policies.hpp             if (it == tree.end())
end               225 uspace/lib/cpp/include/__bits/adt/rbtree_policies.hpp                 return make_pair(tree.end(), false);
end               256 uspace/lib/cpp/include/__bits/adt/rbtree_policies.hpp             if (it == tree.end())
end               260 uspace/lib/cpp/include/__bits/adt/rbtree_policies.hpp             while (it != tree.end() && tree.keys_equal(tree.get_key(*it), key))
end               275 uspace/lib/cpp/include/__bits/adt/rbtree_policies.hpp             if (it == tree.end())
end               279 uspace/lib/cpp/include/__bits/adt/rbtree_policies.hpp             while (it != tree.end() && tree.keys_equal(tree.get_key(*it), key))
end               294 uspace/lib/cpp/include/__bits/adt/rbtree_policies.hpp                 const_cast<typename Tree::node_type*>(it.node()), it.end()
end               306 uspace/lib/cpp/include/__bits/adt/rbtree_policies.hpp             auto end = tree.end();
end               318 uspace/lib/cpp/include/__bits/adt/rbtree_policies.hpp                 if (it != end)
end               333 uspace/lib/cpp/include/__bits/adt/rbtree_policies.hpp                 const_cast<typename Tree::node_type*>(it.node()), it.end()
end               348 uspace/lib/cpp/include/__bits/adt/rbtree_policies.hpp             if (it == tree.end())
end               352 uspace/lib/cpp/include/__bits/adt/rbtree_policies.hpp                 while (it != tree.end() && tree.keys_equal(tree.get_key(*it), key))
end               424 uspace/lib/cpp/include/__bits/adt/rbtree_policies.hpp                 return tree.end();
end               122 uspace/lib/cpp/include/__bits/adt/set.hpp                 insert(init.begin(), init.end());
end               161 uspace/lib/cpp/include/__bits/adt/set.hpp                 insert(init.begin(), init.end());
end               183 uspace/lib/cpp/include/__bits/adt/set.hpp                 return tree_.end();
end               188 uspace/lib/cpp/include/__bits/adt/set.hpp                 return tree_.end();
end               287 uspace/lib/cpp/include/__bits/adt/set.hpp                 insert(init.begin(), init.end());
end               306 uspace/lib/cpp/include/__bits/adt/set.hpp                     first.node(), first.end()
end               487 uspace/lib/cpp/include/__bits/adt/set.hpp             lhs.begin(), lhs.end(),
end               488 uspace/lib/cpp/include/__bits/adt/set.hpp             rhs.begin(), rhs.end(),
end               603 uspace/lib/cpp/include/__bits/adt/set.hpp                 insert(init.begin(), init.end());
end               642 uspace/lib/cpp/include/__bits/adt/set.hpp                 insert(init.begin(), init.end());
end               664 uspace/lib/cpp/include/__bits/adt/set.hpp                 return tree_.end();
end               669 uspace/lib/cpp/include/__bits/adt/set.hpp                 return tree_.end();
end               768 uspace/lib/cpp/include/__bits/adt/set.hpp                 insert(init.begin(), init.end());
end               787 uspace/lib/cpp/include/__bits/adt/set.hpp                     first.node(), first.end()
end               968 uspace/lib/cpp/include/__bits/adt/set.hpp             lhs.begin(), lhs.end(),
end               969 uspace/lib/cpp/include/__bits/adt/set.hpp             rhs.begin(), rhs.end(),
end               129 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp                 insert(init.begin(), init.end());
end               189 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp                 insert(init.begin(), init.end());
end               226 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp                 return table_.end();
end               231 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp                 return table_.end();
end               304 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp                 insert(init.begin(), init.end());
end               322 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp                     return make_pair(end(), false);
end               357 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp                     return make_pair(end(), false);
end               404 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp                     return make_pair(end(), false);
end               440 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp                     return make_pair(end(), false);
end               654 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp                 return table_.end(idx);
end               659 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp                 return table_.end(idx);
end               804 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp                 insert(init.begin(), init.end());
end               866 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp                 insert(init.begin(), init.end());
end               903 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp                 return table_.end();
end               908 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp                 return table_.end();
end               981 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp                 insert(init.begin(), init.end());
end              1086 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp                 return table_.end(idx);
end              1091 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp                 return table_.end(idx);
end               134 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp                 insert(init.begin(), init.end());
end               194 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp                 insert(init.begin(), init.end());
end               231 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp                 return table_.end();
end               236 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp                 return table_.end();
end               290 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp                 insert(init.begin(), init.end());
end               395 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp                 return table_.end(idx);
end               400 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp                 return table_.end(idx);
end               550 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp                 insert(init.begin(), init.end());
end               610 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp                 insert(init.begin(), init.end());
end               647 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp                 return table_.end();
end               652 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp                 return table_.end();
end               706 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp                 insert(init.begin(), init.end());
end               811 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp                 return table_.end(idx);
end               816 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp                 return table_.end(idx);
end               132 uspace/lib/cpp/include/__bits/adt/vector.hpp                 for (size_type i = 0; it != init.end(); ++i, ++it)
end               227 uspace/lib/cpp/include/__bits/adt/vector.hpp                 return make_reverse_iterator(end());
end               400 uspace/lib/cpp/include/__bits/adt/vector.hpp                 destroy_from_end_until_(end() - 1);
end               465 uspace/lib/cpp/include/__bits/adt/vector.hpp                 copy(init.begin(), init.end(), pos);
end               546 uspace/lib/cpp/include/__bits/adt/vector.hpp                     auto last = end();
end               564 uspace/lib/cpp/include/__bits/adt/vector.hpp                     copy_backward(position, end(), end() + count);
end               584 uspace/lib/cpp/include/__bits/adt/vector.hpp                     copy(begin() + start_idx, end(), tmp.begin() + end_idx);
end               119 uspace/lib/cpp/include/__bits/io/ios.hpp             static constexpr seekdir end = 0b100;
end               216 uspace/lib/cpp/include/__bits/io/sstream.hpp                           (dir == ios_base::beg || dir == ios_base::end))
end               242 uspace/lib/cpp/include/__bits/io/sstream.hpp                     this->input_end_ = str_.end();
end               248 uspace/lib/cpp/include/__bits/io/sstream.hpp                     this->output_next_ = str_.end();
end               261 uspace/lib/cpp/include/__bits/io/sstream.hpp             pos_type seekoff_(off_type off, char_type* begin, char_type*& next, char_type* end,
end               270 uspace/lib/cpp/include/__bits/io/sstream.hpp                 else if (dir == ios_base::end)
end               271 uspace/lib/cpp/include/__bits/io/sstream.hpp                     new_off = static_cast<off_type>(end - begin);
end               273 uspace/lib/cpp/include/__bits/io/sstream.hpp                 if (new_off + off < 0 || begin + new_off + off >= end)
end              1038 uspace/lib/cpp/include/__bits/iterator.hpp     auto end(Container& c) -> decltype(c.end())
end              1040 uspace/lib/cpp/include/__bits/iterator.hpp         return c.end();
end              1044 uspace/lib/cpp/include/__bits/iterator.hpp     auto end(const Container& c) -> decltype(c.end())
end              1046 uspace/lib/cpp/include/__bits/iterator.hpp         return c.end();
end              1069 uspace/lib/cpp/include/__bits/iterator.hpp     constexpr auto cend(const Container& c) noexcept(noexcept(std::end(c)))
end              1070 uspace/lib/cpp/include/__bits/iterator.hpp         -> decltype(std::end(c))
end              1072 uspace/lib/cpp/include/__bits/iterator.hpp         return std::end(c);
end              1114 uspace/lib/cpp/include/__bits/iterator.hpp         return reverse_iterator<const T*>{init.end()};
end                91 uspace/lib/cpp/include/__bits/locale/codecvt.hpp             int length(state_type& state, const extern_type* from, const extern_type* end,
end                94 uspace/lib/cpp/include/__bits/locale/codecvt.hpp                 return do_length(state, from, end, max);
end               142 uspace/lib/cpp/include/__bits/locale/codecvt.hpp             virtual int do_length(state_type& state, const extern_type* from, const extern_type* end,
end                56 uspace/lib/cpp/include/__bits/locale/num_get.hpp             iter_type get(iter_type in, iter_type end, ios_base& base,
end                59 uspace/lib/cpp/include/__bits/locale/num_get.hpp                 return do_get(in, end, base, err, v);
end                62 uspace/lib/cpp/include/__bits/locale/num_get.hpp             iter_type get(iter_type in, iter_type end, ios_base& base,
end                65 uspace/lib/cpp/include/__bits/locale/num_get.hpp                 return do_get(in, end, base, err, v);
end                68 uspace/lib/cpp/include/__bits/locale/num_get.hpp             iter_type get(iter_type in, iter_type end, ios_base& base,
end                71 uspace/lib/cpp/include/__bits/locale/num_get.hpp                 return do_get(in, end, base, err, v);
end                74 uspace/lib/cpp/include/__bits/locale/num_get.hpp             iter_type get(iter_type in, iter_type end, ios_base& base,
end                77 uspace/lib/cpp/include/__bits/locale/num_get.hpp                 return do_get(in, end, base, err, v);
end                80 uspace/lib/cpp/include/__bits/locale/num_get.hpp             iter_type get(iter_type in, iter_type end, ios_base& base,
end                83 uspace/lib/cpp/include/__bits/locale/num_get.hpp                 return do_get(in, end, base, err, v);
end                86 uspace/lib/cpp/include/__bits/locale/num_get.hpp             iter_type get(iter_type in, iter_type end, ios_base& base,
end                89 uspace/lib/cpp/include/__bits/locale/num_get.hpp                 return do_get(in, end, base, err, v);
end                92 uspace/lib/cpp/include/__bits/locale/num_get.hpp             iter_type get(iter_type in, iter_type end, ios_base& base,
end                95 uspace/lib/cpp/include/__bits/locale/num_get.hpp                 return do_get(in, end, base, err, v);
end                98 uspace/lib/cpp/include/__bits/locale/num_get.hpp             iter_type get(iter_type in, iter_type end, ios_base& base,
end               101 uspace/lib/cpp/include/__bits/locale/num_get.hpp                 return do_get(in, end, base, err, v);
end               104 uspace/lib/cpp/include/__bits/locale/num_get.hpp             iter_type get(iter_type in, iter_type end, ios_base& base,
end               107 uspace/lib/cpp/include/__bits/locale/num_get.hpp                 return do_get(in, end, base, err, v);
end               110 uspace/lib/cpp/include/__bits/locale/num_get.hpp             iter_type get(iter_type in, iter_type end, ios_base& base,
end               113 uspace/lib/cpp/include/__bits/locale/num_get.hpp                 return do_get(in, end, base, err, v);
end               116 uspace/lib/cpp/include/__bits/locale/num_get.hpp             iter_type get(iter_type in, iter_type end, ios_base& base,
end               119 uspace/lib/cpp/include/__bits/locale/num_get.hpp                 return do_get(in, end, base, err, v);
end               128 uspace/lib/cpp/include/__bits/locale/num_get.hpp             iter_type do_get(iter_type in, iter_type end, ios_base& base,
end               131 uspace/lib/cpp/include/__bits/locale/num_get.hpp                 if (in == end)
end               140 uspace/lib/cpp/include/__bits/locale/num_get.hpp                     in = get_integral_<int64_t>(in, end, base, err, tmp);
end               190 uspace/lib/cpp/include/__bits/locale/num_get.hpp                         if (in == end || *in == '\n')
end               201 uspace/lib/cpp/include/__bits/locale/num_get.hpp                         if (++in == end)
end               210 uspace/lib/cpp/include/__bits/locale/num_get.hpp                         if (in == end)
end               222 uspace/lib/cpp/include/__bits/locale/num_get.hpp             iter_type do_get(iter_type in, iter_type end, ios_base& base,
end               225 uspace/lib/cpp/include/__bits/locale/num_get.hpp                 return get_integral_<int64_t>(in, end, base, err, v);
end               228 uspace/lib/cpp/include/__bits/locale/num_get.hpp             iter_type do_get(iter_type in, iter_type end, ios_base& base,
end               231 uspace/lib/cpp/include/__bits/locale/num_get.hpp                 return get_integral_<int64_t>(in, end, base, err, v);
end               234 uspace/lib/cpp/include/__bits/locale/num_get.hpp             iter_type do_get(iter_type in, iter_type end, ios_base& base,
end               237 uspace/lib/cpp/include/__bits/locale/num_get.hpp                 return get_integral_<uint64_t>(in, end, base, err, v);
end               240 uspace/lib/cpp/include/__bits/locale/num_get.hpp             iter_type do_get(iter_type in, iter_type end, ios_base& base,
end               243 uspace/lib/cpp/include/__bits/locale/num_get.hpp                 return get_integral_<uint64_t>(in, end, base, err, v);
end               246 uspace/lib/cpp/include/__bits/locale/num_get.hpp             iter_type do_get(iter_type in, iter_type end, ios_base& base,
end               249 uspace/lib/cpp/include/__bits/locale/num_get.hpp                 return get_integral_<uint64_t>(in, end, base, err, v);
end               252 uspace/lib/cpp/include/__bits/locale/num_get.hpp             iter_type do_get(iter_type in, iter_type end, ios_base& base,
end               255 uspace/lib/cpp/include/__bits/locale/num_get.hpp                 return get_integral_<uint64_t>(in, end, base, err, v);
end               258 uspace/lib/cpp/include/__bits/locale/num_get.hpp             iter_type do_get(iter_type in, iter_type end, ios_base& base,
end               265 uspace/lib/cpp/include/__bits/locale/num_get.hpp             iter_type do_get(iter_type in, iter_type end, ios_base& base,
end               272 uspace/lib/cpp/include/__bits/locale/num_get.hpp             iter_type do_get(iter_type in, iter_type end, ios_base& base,
end               279 uspace/lib/cpp/include/__bits/locale/num_get.hpp             iter_type do_get(iter_type in, iter_type end, ios_base& base,
end               288 uspace/lib/cpp/include/__bits/locale/num_get.hpp             iter_type get_integral_(iter_type in, iter_type end, ios_base& base,
end               300 uspace/lib/cpp/include/__bits/locale/num_get.hpp                 auto size = fill_buffer_integral_(in, end, base);
end               339 uspace/lib/cpp/include/__bits/locale/num_get.hpp             size_t fill_buffer_integral_(iter_type& in, iter_type end, ios_base& base) const
end               341 uspace/lib/cpp/include/__bits/locale/num_get.hpp                 if (in == end)
end               352 uspace/lib/cpp/include/__bits/locale/num_get.hpp                 while (in != end && i < ios_base::buffer_size_ - 1)
end              1064 uspace/lib/cpp/include/__bits/random.hpp                 : seed_seq(init.begin(), init.end())
end               644 uspace/lib/cpp/include/__bits/string/string.hpp                 return make_reverse_iterator(end());
end               961 uspace/lib/cpp/include/__bits/string/string.hpp                 copy_backward_(begin() + pos, end(), end() + n);
end               984 uspace/lib/cpp/include/__bits/string/string.hpp                 copy_backward_(begin() + idx, end(), end() + 1);
end              1001 uspace/lib/cpp/include/__bits/string/string.hpp                 copy_backward_(begin() + idx, end(), end() + n);
end              1028 uspace/lib/cpp/include/__bits/string/string.hpp                 return insert(pos, init.begin(), init.end());
end              1034 uspace/lib/cpp/include/__bits/string/string.hpp                 copy_(begin() + pos + n, end(), begin() + pos);
end              1095 uspace/lib/cpp/include/__bits/string/string.hpp                 copy_(begin() + pos + len, end(), tmp.begin() + pos + n2);
end                53 uspace/lib/cpp/include/__bits/test/test.hpp             bool end();
end               150 uspace/lib/cpp/include/__bits/test/test.hpp                     if (cont.find(*first++) == cont.end())
end              1114 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp             while (++it != cont.end())
end                57 uspace/lib/cpp/src/__bits/test/adaptors.cpp                     bool end = false
end                59 uspace/lib/cpp/src/__bits/test/adaptors.cpp                     : queue_{q}, end_{end}
end               114 uspace/lib/cpp/src/__bits/test/adaptors.cpp         return end();
end               145 uspace/lib/cpp/src/__bits/test/adaptors.cpp         std::priority_queue<int> q1{data.begin(), data.end()};
end               156 uspace/lib/cpp/src/__bits/test/adaptors.cpp             check1.begin(), check1.end(),
end               173 uspace/lib/cpp/src/__bits/test/adaptors.cpp             check2.begin(), check2.end(),
end                45 uspace/lib/cpp/src/__bits/test/algorithm.cpp         return end();
end                57 uspace/lib/cpp/src/__bits/test/algorithm.cpp             data1.begin(), data1.end(),
end                61 uspace/lib/cpp/src/__bits/test/algorithm.cpp             data1.begin(), data1.end(),
end                69 uspace/lib/cpp/src/__bits/test/algorithm.cpp             data1.begin(), data1.end(),
end                73 uspace/lib/cpp/src/__bits/test/algorithm.cpp             data1.begin(), data1.end(),
end                81 uspace/lib/cpp/src/__bits/test/algorithm.cpp             data1.begin(), data1.end(),
end                85 uspace/lib/cpp/src/__bits/test/algorithm.cpp             data1.begin(), data1.end(),
end                95 uspace/lib/cpp/src/__bits/test/algorithm.cpp             data2.begin(), data2.end(),
end               103 uspace/lib/cpp/src/__bits/test/algorithm.cpp             "for_each", check1.begin(), check1.end(),
end               104 uspace/lib/cpp/src/__bits/test/algorithm.cpp             data2.begin(), data2.end()
end               107 uspace/lib/cpp/src/__bits/test/algorithm.cpp         auto res7 = std::find(data2.begin(), data2.end(), 40);
end               111 uspace/lib/cpp/src/__bits/test/algorithm.cpp             data2.begin(), data2.end(),
end               117 uspace/lib/cpp/src/__bits/test/algorithm.cpp             data2.begin(), data2.end(),
end               125 uspace/lib/cpp/src/__bits/test/algorithm.cpp         auto res10 = std::adjacent_find(data3.begin(), data3.end());
end               129 uspace/lib/cpp/src/__bits/test/algorithm.cpp             data3.begin(), data3.end(),
end               136 uspace/lib/cpp/src/__bits/test/algorithm.cpp         auto res12 = std::count(data3.begin(), data3.end(), 3);
end               140 uspace/lib/cpp/src/__bits/test/algorithm.cpp             data3.begin(), data3.end(),
end               150 uspace/lib/cpp/src/__bits/test/algorithm.cpp             data4.begin(), data4.end(),
end               151 uspace/lib/cpp/src/__bits/test/algorithm.cpp             data5.begin(), data5.end()
end               158 uspace/lib/cpp/src/__bits/test/algorithm.cpp             data4.begin(), data4.end(),
end               159 uspace/lib/cpp/src/__bits/test/algorithm.cpp             data4.begin(), data4.end()
end               164 uspace/lib/cpp/src/__bits/test/algorithm.cpp             data4.begin(), data4.end(),
end               165 uspace/lib/cpp/src/__bits/test/algorithm.cpp             data5.begin(), data5.end()
end               170 uspace/lib/cpp/src/__bits/test/algorithm.cpp             data4.begin(), data4.end(),
end               171 uspace/lib/cpp/src/__bits/test/algorithm.cpp             data4.begin(), data4.end(),
end               179 uspace/lib/cpp/src/__bits/test/algorithm.cpp             data4.begin(), data4.end(),
end               180 uspace/lib/cpp/src/__bits/test/algorithm.cpp             data5.begin(), data5.end(),
end               197 uspace/lib/cpp/src/__bits/test/algorithm.cpp             data1.begin(), data1.end(), data2.begin() + 3
end               201 uspace/lib/cpp/src/__bits/test/algorithm.cpp             "copy pt1", check1.begin(), check1.end(),
end               202 uspace/lib/cpp/src/__bits/test/algorithm.cpp             data2.begin(), data2.end()
end               204 uspace/lib/cpp/src/__bits/test/algorithm.cpp         test_eq("copy pt2", res1, data2.end());
end               213 uspace/lib/cpp/src/__bits/test/algorithm.cpp             "copy_n pt1", check2.begin(), check2.end(),
end               214 uspace/lib/cpp/src/__bits/test/algorithm.cpp             data3.begin(), data3.end()
end               223 uspace/lib/cpp/src/__bits/test/algorithm.cpp             data5.begin(), data5.end(), data4.begin(),
end               228 uspace/lib/cpp/src/__bits/test/algorithm.cpp             "copy_if pt1", check3.begin(), check3.end(),
end               229 uspace/lib/cpp/src/__bits/test/algorithm.cpp             data4.begin(), data4.end()
end               231 uspace/lib/cpp/src/__bits/test/algorithm.cpp         test_eq("copy_if pt2", res3, data4.end());
end               246 uspace/lib/cpp/src/__bits/test/algorithm.cpp             data6.begin(), data6.end(), data7.begin()
end               249 uspace/lib/cpp/src/__bits/test/algorithm.cpp             "move pt1", check4.begin(), check4.end(),
end               250 uspace/lib/cpp/src/__bits/test/algorithm.cpp             data7.begin(), data7.end()
end               256 uspace/lib/cpp/src/__bits/test/algorithm.cpp         test_eq("move pt3", res4, data7.end());
end               264 uspace/lib/cpp/src/__bits/test/algorithm.cpp             data8.begin(), data8.end(),
end               269 uspace/lib/cpp/src/__bits/test/algorithm.cpp             "swap_ranges pt1", check6.begin(), check6.end(),
end               270 uspace/lib/cpp/src/__bits/test/algorithm.cpp             data8.begin(), data8.end()
end               273 uspace/lib/cpp/src/__bits/test/algorithm.cpp             "swap_ranges pt2", check5.begin(), check5.end(),
end               274 uspace/lib/cpp/src/__bits/test/algorithm.cpp             data9.begin(), data9.end()
end               276 uspace/lib/cpp/src/__bits/test/algorithm.cpp         test_eq("swap_ranges pt3", res5, data9.end());
end               286 uspace/lib/cpp/src/__bits/test/algorithm.cpp             data10.begin(), data10.end(), data10.begin(),
end               291 uspace/lib/cpp/src/__bits/test/algorithm.cpp             check7.begin(), check7.end(),
end               292 uspace/lib/cpp/src/__bits/test/algorithm.cpp             data10.begin(), data10.end()
end               294 uspace/lib/cpp/src/__bits/test/algorithm.cpp         test_eq("transform pt2", res6, data10.end());
end                48 uspace/lib/cpp/src/__bits/test/array.cpp             arr1.begin(), arr1.end(),
end                49 uspace/lib/cpp/src/__bits/test/array.cpp             check1.begin(), check1.end()
end                65 uspace/lib/cpp/src/__bits/test/array.cpp             arr1.begin(), arr1.end(),
end                66 uspace/lib/cpp/src/__bits/test/array.cpp             arr2.begin(), arr2.end()
end                69 uspace/lib/cpp/src/__bits/test/array.cpp         std::reverse(arr2.begin(), arr2.end());
end                72 uspace/lib/cpp/src/__bits/test/array.cpp             arr2.begin(), arr2.end(),
end                73 uspace/lib/cpp/src/__bits/test/array.cpp             check2.begin(), check2.end()
end                78 uspace/lib/cpp/src/__bits/test/array.cpp             arr2.begin(), arr2.end()
end                86 uspace/lib/cpp/src/__bits/test/array.cpp             arr3.begin(), arr3.end(),
end                87 uspace/lib/cpp/src/__bits/test/array.cpp             check3.begin(), check3.end()
end                93 uspace/lib/cpp/src/__bits/test/array.cpp             arr2.begin(), arr2.end(),
end                94 uspace/lib/cpp/src/__bits/test/array.cpp             check3.begin(), check3.end()
end                98 uspace/lib/cpp/src/__bits/test/array.cpp             arr3.begin(), arr3.end(),
end                99 uspace/lib/cpp/src/__bits/test/array.cpp             check2.begin(), check2.end()
end               110 uspace/lib/cpp/src/__bits/test/array.cpp         return end();
end                46 uspace/lib/cpp/src/__bits/test/bitset.cpp         return end();
end                46 uspace/lib/cpp/src/__bits/test/deque.cpp         return end();
end                60 uspace/lib/cpp/src/__bits/test/deque.cpp             check1.begin(), check1.end(),
end                61 uspace/lib/cpp/src/__bits/test/deque.cpp             d1.begin(), d1.end()
end                68 uspace/lib/cpp/src/__bits/test/deque.cpp             check2.begin(), check2.end(),
end                69 uspace/lib/cpp/src/__bits/test/deque.cpp             d2.begin(), d2.end()
end                73 uspace/lib/cpp/src/__bits/test/deque.cpp         std::deque<int> d3{check3.begin(), check3.end()};
end                76 uspace/lib/cpp/src/__bits/test/deque.cpp             check3.begin(), check3.end(),
end                77 uspace/lib/cpp/src/__bits/test/deque.cpp             d3.begin(), d3.end()
end                83 uspace/lib/cpp/src/__bits/test/deque.cpp             check3.begin(), check3.end(),
end                84 uspace/lib/cpp/src/__bits/test/deque.cpp             d4.begin(), d4.end()
end                90 uspace/lib/cpp/src/__bits/test/deque.cpp             check3.begin(), check3.end(),
end                91 uspace/lib/cpp/src/__bits/test/deque.cpp             d5.begin(), d5.end()
end                98 uspace/lib/cpp/src/__bits/test/deque.cpp             check3.begin(), check3.end(),
end                99 uspace/lib/cpp/src/__bits/test/deque.cpp             d6.begin(), d6.end()
end               105 uspace/lib/cpp/src/__bits/test/deque.cpp             check3.begin(), check3.end(),
end               106 uspace/lib/cpp/src/__bits/test/deque.cpp             d4.begin(), d4.end()
end               112 uspace/lib/cpp/src/__bits/test/deque.cpp             check3.begin(), check3.end(),
end               113 uspace/lib/cpp/src/__bits/test/deque.cpp             d6.begin(), d6.end()
end               120 uspace/lib/cpp/src/__bits/test/deque.cpp             check3.begin(), check3.end(),
end               121 uspace/lib/cpp/src/__bits/test/deque.cpp             d4.begin(), d4.end()
end               125 uspace/lib/cpp/src/__bits/test/deque.cpp         d7.assign(check3.begin(), check3.end());
end               128 uspace/lib/cpp/src/__bits/test/deque.cpp             check3.begin(), check3.end(),
end               129 uspace/lib/cpp/src/__bits/test/deque.cpp             d7.begin(), d7.end()
end               135 uspace/lib/cpp/src/__bits/test/deque.cpp             check2.begin(), check2.end(),
end               136 uspace/lib/cpp/src/__bits/test/deque.cpp             d7.begin(), d7.end()
end               142 uspace/lib/cpp/src/__bits/test/deque.cpp             check3.begin(), check3.end(),
end               143 uspace/lib/cpp/src/__bits/test/deque.cpp             d7.begin(), d7.end()
end               156 uspace/lib/cpp/src/__bits/test/deque.cpp             check1.begin(), check1.end(),
end               157 uspace/lib/cpp/src/__bits/test/deque.cpp             d1.begin(), d1.end()
end               163 uspace/lib/cpp/src/__bits/test/deque.cpp             check2.begin(), check2.end(),
end               164 uspace/lib/cpp/src/__bits/test/deque.cpp             d1.begin(), d1.end()
end               173 uspace/lib/cpp/src/__bits/test/deque.cpp             check1.begin(), check1.end(),
end               174 uspace/lib/cpp/src/__bits/test/deque.cpp             d2.begin(), d2.end()
end               180 uspace/lib/cpp/src/__bits/test/deque.cpp             check3.begin(), check3.end(),
end               181 uspace/lib/cpp/src/__bits/test/deque.cpp             d2.begin(), d2.end()
end               226 uspace/lib/cpp/src/__bits/test/deque.cpp         test_eq("clear() - iterators", d2.begin(), d2.end());
end               242 uspace/lib/cpp/src/__bits/test/deque.cpp         d1.insert(d1.begin() + 5, to_insert.begin(), to_insert.end());
end               245 uspace/lib/cpp/src/__bits/test/deque.cpp             check1.begin(), check1.end(),
end               246 uspace/lib/cpp/src/__bits/test/deque.cpp             d1.begin(), d1.end()
end               252 uspace/lib/cpp/src/__bits/test/deque.cpp             check1.begin(), check1.end(),
end               253 uspace/lib/cpp/src/__bits/test/deque.cpp             d2.begin(), d2.end()
end               263 uspace/lib/cpp/src/__bits/test/deque.cpp             check2.begin(), check2.end(),
end               264 uspace/lib/cpp/src/__bits/test/deque.cpp             d3.begin(), d3.end()
end               271 uspace/lib/cpp/src/__bits/test/deque.cpp             check3.begin(), check3.end(),
end               272 uspace/lib/cpp/src/__bits/test/deque.cpp             d3.begin(), d3.end()
end               279 uspace/lib/cpp/src/__bits/test/deque.cpp             check4.begin(), check4.end(),
end               280 uspace/lib/cpp/src/__bits/test/deque.cpp             d3.begin(), d3.end()
end               286 uspace/lib/cpp/src/__bits/test/deque.cpp             check1.begin(), check1.end(),
end               287 uspace/lib/cpp/src/__bits/test/deque.cpp             d3.begin(), d3.end()
end               291 uspace/lib/cpp/src/__bits/test/deque.cpp             check4.begin(), check4.end(),
end               292 uspace/lib/cpp/src/__bits/test/deque.cpp             d2.begin(), d2.end()
end                76 uspace/lib/cpp/src/__bits/test/functional.cpp         return end();
end                70 uspace/lib/cpp/src/__bits/test/future.cpp         return end();
end                44 uspace/lib/cpp/src/__bits/test/list.cpp         return end();
end                60 uspace/lib/cpp/src/__bits/test/list.cpp             check1.begin(), check1.end(),
end                61 uspace/lib/cpp/src/__bits/test/list.cpp             l1.begin(), l1.end()
end                67 uspace/lib/cpp/src/__bits/test/list.cpp             check2.begin(), check2.end(),
end                68 uspace/lib/cpp/src/__bits/test/list.cpp             l2.begin(), l2.end()
end                71 uspace/lib/cpp/src/__bits/test/list.cpp         std::list<int> l3{check2.begin(), check2.end()};
end                74 uspace/lib/cpp/src/__bits/test/list.cpp             check2.begin(), check2.end(),
end                75 uspace/lib/cpp/src/__bits/test/list.cpp             l3.begin(), l3.end()
end                81 uspace/lib/cpp/src/__bits/test/list.cpp             check2.begin(), check2.end(),
end                82 uspace/lib/cpp/src/__bits/test/list.cpp             l4.begin(), l4.end()
end                90 uspace/lib/cpp/src/__bits/test/list.cpp             check2.begin(), check2.end(),
end                91 uspace/lib/cpp/src/__bits/test/list.cpp             l5.begin(), l5.end()
end                99 uspace/lib/cpp/src/__bits/test/list.cpp             l5.begin(), l5.end(),
end               100 uspace/lib/cpp/src/__bits/test/list.cpp             l4.begin(), l4.end()
end               107 uspace/lib/cpp/src/__bits/test/list.cpp             l5.begin(), l5.end(),
end               108 uspace/lib/cpp/src/__bits/test/list.cpp             l1.begin(), l1.end()
end               116 uspace/lib/cpp/src/__bits/test/list.cpp             check3.begin(), check3.end(),
end               117 uspace/lib/cpp/src/__bits/test/list.cpp             l4.begin(), l4.end()
end               121 uspace/lib/cpp/src/__bits/test/list.cpp         l5.assign(check3.begin(), check3.end());
end               124 uspace/lib/cpp/src/__bits/test/list.cpp             check3.begin(), check3.end(),
end               125 uspace/lib/cpp/src/__bits/test/list.cpp             l5.begin(), l5.end()
end               132 uspace/lib/cpp/src/__bits/test/list.cpp             check1.begin(), check1.end(),
end               133 uspace/lib/cpp/src/__bits/test/list.cpp             l5.begin(), l5.end()
end               140 uspace/lib/cpp/src/__bits/test/list.cpp             check3.begin(), check3.end(),
end               141 uspace/lib/cpp/src/__bits/test/list.cpp             l5.begin(), l5.end()
end               148 uspace/lib/cpp/src/__bits/test/list.cpp             check4.begin(), check4.end(),
end               186 uspace/lib/cpp/src/__bits/test/list.cpp             check1.begin(), check1.end(),
end               187 uspace/lib/cpp/src/__bits/test/list.cpp             l1.begin(), l1.end()
end               195 uspace/lib/cpp/src/__bits/test/list.cpp         l1.insert(it1, data1.begin(), data1.end());
end               198 uspace/lib/cpp/src/__bits/test/list.cpp             check2.begin(), check2.end(),
end               199 uspace/lib/cpp/src/__bits/test/list.cpp             l1.begin(), l1.end()
end               209 uspace/lib/cpp/src/__bits/test/list.cpp             check3.begin(), check3.end(),
end               210 uspace/lib/cpp/src/__bits/test/list.cpp             l1.begin(), l1.end()
end               220 uspace/lib/cpp/src/__bits/test/list.cpp             check4.begin(), check4.end(),
end               221 uspace/lib/cpp/src/__bits/test/list.cpp             l1.begin(), l1.end()
end               232 uspace/lib/cpp/src/__bits/test/list.cpp             check5.begin(), check5.end(),
end               233 uspace/lib/cpp/src/__bits/test/list.cpp             l1.begin(), l1.end()
end               253 uspace/lib/cpp/src/__bits/test/list.cpp             check6.begin(), check6.end(),
end               254 uspace/lib/cpp/src/__bits/test/list.cpp             l2.begin(), l2.end()
end               258 uspace/lib/cpp/src/__bits/test/list.cpp         l3.splice(l3.begin(), l2, it6, l2.end());
end               261 uspace/lib/cpp/src/__bits/test/list.cpp             check7.begin(), check7.end(),
end               262 uspace/lib/cpp/src/__bits/test/list.cpp             l2.begin(), l2.end()
end               266 uspace/lib/cpp/src/__bits/test/list.cpp             check8.begin(), check8.end(),
end               267 uspace/lib/cpp/src/__bits/test/list.cpp             l3.begin(), l3.end()
end               279 uspace/lib/cpp/src/__bits/test/list.cpp             check9.begin(), check9.end(),
end               280 uspace/lib/cpp/src/__bits/test/list.cpp             l4.begin(), l4.end()
end               287 uspace/lib/cpp/src/__bits/test/list.cpp             check10.begin(), check10.end(),
end               288 uspace/lib/cpp/src/__bits/test/list.cpp             l4.begin(), l4.end()
end               298 uspace/lib/cpp/src/__bits/test/list.cpp             check11.begin(), check11.end(),
end               299 uspace/lib/cpp/src/__bits/test/list.cpp             l5.begin(), l5.end()
end               309 uspace/lib/cpp/src/__bits/test/list.cpp             check12.begin(), check12.end(),
end               310 uspace/lib/cpp/src/__bits/test/list.cpp             l6.begin(), l6.end()
end                51 uspace/lib/cpp/src/__bits/test/map.cpp         return end();
end                83 uspace/lib/cpp/src/__bits/test/map.cpp             check1.begin(), check1.end(),
end                84 uspace/lib/cpp/src/__bits/test/map.cpp             m1.begin(), m1.end()
end                88 uspace/lib/cpp/src/__bits/test/map.cpp         std::map<int, int> m2{src1.begin(), src1.end()};
end                91 uspace/lib/cpp/src/__bits/test/map.cpp             check1.begin(), check1.end(),
end                92 uspace/lib/cpp/src/__bits/test/map.cpp             m2.begin(), m2.end()
end                98 uspace/lib/cpp/src/__bits/test/map.cpp             check1.begin(), check1.end(),
end                99 uspace/lib/cpp/src/__bits/test/map.cpp             m3.begin(), m3.end()
end               105 uspace/lib/cpp/src/__bits/test/map.cpp             check1.begin(), check1.end(),
end               106 uspace/lib/cpp/src/__bits/test/map.cpp             m4.begin(), m4.end()
end               114 uspace/lib/cpp/src/__bits/test/map.cpp             check1.begin(), check1.end(),
end               115 uspace/lib/cpp/src/__bits/test/map.cpp             m1.begin(), m1.end()
end               121 uspace/lib/cpp/src/__bits/test/map.cpp             check1.begin(), check1.end(),
end               122 uspace/lib/cpp/src/__bits/test/map.cpp             m4.begin(), m4.end()
end               129 uspace/lib/cpp/src/__bits/test/map.cpp             check1.begin(), check1.end(),
end               130 uspace/lib/cpp/src/__bits/test/map.cpp             m1.begin(), m1.end()
end               168 uspace/lib/cpp/src/__bits/test/map.cpp         test_eq("first emplace_hint succession", (res3 != map1.end()), true);
end               173 uspace/lib/cpp/src/__bits/test/map.cpp         test_eq("second emplace_hint failure", (res4 != map1.end()), true);
end               204 uspace/lib/cpp/src/__bits/test/map.cpp         test_eq("erase", map2.find(7), map2.end());
end               205 uspace/lib/cpp/src/__bits/test/map.cpp         test_eq("highest erased", res10, map2.end());
end               220 uspace/lib/cpp/src/__bits/test/map.cpp         test_eq("erase root by iterator pt1", res14, map3.end());
end               290 uspace/lib/cpp/src/__bits/test/map.cpp             check1.begin(), check1.end(),
end               291 uspace/lib/cpp/src/__bits/test/map.cpp             mmap.begin(), mmap.end()
end               356 uspace/lib/cpp/src/__bits/test/map.cpp             check1.begin(), check1.end(),
end               382 uspace/lib/cpp/src/__bits/test/map.cpp             check2.begin(), check2.end(),
end               416 uspace/lib/cpp/src/__bits/test/map.cpp             check1.begin(), check1.end(),
end               423 uspace/lib/cpp/src/__bits/test/map.cpp             check2.begin(), check2.end(),
end               430 uspace/lib/cpp/src/__bits/test/map.cpp             check3.begin(), check3.end(),
end                98 uspace/lib/cpp/src/__bits/test/memory.cpp         return end();
end                49 uspace/lib/cpp/src/__bits/test/numeric.cpp         return end();
end                61 uspace/lib/cpp/src/__bits/test/numeric.cpp         auto res1 = std::accumulate(data1.begin(), data1.end(), 5);
end                65 uspace/lib/cpp/src/__bits/test/numeric.cpp             data1.begin(), data1.end(), 2,
end                79 uspace/lib/cpp/src/__bits/test/numeric.cpp             data2.begin(), data2.end(), data3.begin(), 0
end                84 uspace/lib/cpp/src/__bits/test/numeric.cpp             data2.begin(), data2.end(), data3.begin(), 10,
end                99 uspace/lib/cpp/src/__bits/test/numeric.cpp             data4.begin(), data4.end(), result.begin()
end               103 uspace/lib/cpp/src/__bits/test/numeric.cpp             check1.begin(), check1.end(),
end               104 uspace/lib/cpp/src/__bits/test/numeric.cpp             result.begin(), result.end()
end               106 uspace/lib/cpp/src/__bits/test/numeric.cpp         test_eq("partial sum pt2", res6, result.end());
end               110 uspace/lib/cpp/src/__bits/test/numeric.cpp             data4.begin(), data4.end(), result.begin(),
end               117 uspace/lib/cpp/src/__bits/test/numeric.cpp             check2.begin(), check2.end(),
end               118 uspace/lib/cpp/src/__bits/test/numeric.cpp             result.begin(), result.end()
end               120 uspace/lib/cpp/src/__bits/test/numeric.cpp         test_eq("partial sum pt4", res7, result.end());
end               124 uspace/lib/cpp/src/__bits/test/numeric.cpp             data4.begin(), data4.end(), result.begin()
end               128 uspace/lib/cpp/src/__bits/test/numeric.cpp             check3.begin(), check3.end(),
end               129 uspace/lib/cpp/src/__bits/test/numeric.cpp             result.begin(), result.end()
end               131 uspace/lib/cpp/src/__bits/test/numeric.cpp         test_eq("adjacent_difference pt2", res8, result.end());
end               135 uspace/lib/cpp/src/__bits/test/numeric.cpp             data4.begin(), data4.end(), result.begin(),
end               142 uspace/lib/cpp/src/__bits/test/numeric.cpp             check4.begin(), check4.end(),
end               143 uspace/lib/cpp/src/__bits/test/numeric.cpp             result.begin(), result.end()
end               145 uspace/lib/cpp/src/__bits/test/numeric.cpp         test_eq("adjacent_difference pt4", res9, result.end());
end               148 uspace/lib/cpp/src/__bits/test/numeric.cpp         std::iota(result.begin(), result.end(), 4);
end               150 uspace/lib/cpp/src/__bits/test/numeric.cpp             "iota", check5.begin(), check5.end(),
end               151 uspace/lib/cpp/src/__bits/test/numeric.cpp             result.begin(), result.end()
end               117 uspace/lib/cpp/src/__bits/test/ratio.cpp         return end();
end                49 uspace/lib/cpp/src/__bits/test/set.cpp         return end();
end                65 uspace/lib/cpp/src/__bits/test/set.cpp             check1.begin(), check1.end(),
end                66 uspace/lib/cpp/src/__bits/test/set.cpp             s1.begin(), s1.end()
end                70 uspace/lib/cpp/src/__bits/test/set.cpp         std::set<int> s2{src1.begin(), src1.end()};
end                73 uspace/lib/cpp/src/__bits/test/set.cpp             check1.begin(), check1.end(),
end                74 uspace/lib/cpp/src/__bits/test/set.cpp             s2.begin(), s2.end()
end                80 uspace/lib/cpp/src/__bits/test/set.cpp             check1.begin(), check1.end(),
end                81 uspace/lib/cpp/src/__bits/test/set.cpp             s3.begin(), s3.end()
end                87 uspace/lib/cpp/src/__bits/test/set.cpp             check1.begin(), check1.end(),
end                88 uspace/lib/cpp/src/__bits/test/set.cpp             s4.begin(), s4.end()
end                96 uspace/lib/cpp/src/__bits/test/set.cpp             check1.begin(), check1.end(),
end                97 uspace/lib/cpp/src/__bits/test/set.cpp             s1.begin(), s1.end()
end               103 uspace/lib/cpp/src/__bits/test/set.cpp             check1.begin(), check1.end(),
end               104 uspace/lib/cpp/src/__bits/test/set.cpp             s4.begin(), s4.end()
end               111 uspace/lib/cpp/src/__bits/test/set.cpp             check1.begin(), check1.end(),
end               112 uspace/lib/cpp/src/__bits/test/set.cpp             s1.begin(), s1.end()
end               129 uspace/lib/cpp/src/__bits/test/set.cpp         test_eq("first emplace_hint succession", (res3 != set1.end()), true);
end               133 uspace/lib/cpp/src/__bits/test/set.cpp         test_eq("second emplace_hint failure", (res4 != set1.end()), true);
end               150 uspace/lib/cpp/src/__bits/test/set.cpp         test_eq("erase", set1.find(2), set1.end());
end               151 uspace/lib/cpp/src/__bits/test/set.cpp         test_eq("highest erased", res10, set1.end());
end               169 uspace/lib/cpp/src/__bits/test/set.cpp         test_eq("erase root by iterator pt1", res14, set3.end());
end               217 uspace/lib/cpp/src/__bits/test/set.cpp             check1.begin(), check1.end(),
end               218 uspace/lib/cpp/src/__bits/test/set.cpp             mset.begin(), mset.end()
end               257 uspace/lib/cpp/src/__bits/test/set.cpp             check1.begin(), check1.end(),
end               267 uspace/lib/cpp/src/__bits/test/set.cpp             check2.begin(), check2.end(),
end               283 uspace/lib/cpp/src/__bits/test/set.cpp             check1.begin(), check1.end(),
end               290 uspace/lib/cpp/src/__bits/test/set.cpp             check2.begin(), check2.end(),
end               297 uspace/lib/cpp/src/__bits/test/set.cpp             check3.begin(), check3.end(),
end                51 uspace/lib/cpp/src/__bits/test/string.cpp         return end();
end                70 uspace/lib/cpp/src/__bits/test/string.cpp             str1.begin(), str1.end(),
end                77 uspace/lib/cpp/src/__bits/test/string.cpp             str1.begin(), str1.end(),
end                78 uspace/lib/cpp/src/__bits/test/string.cpp             str2.begin(), str2.end()
end                84 uspace/lib/cpp/src/__bits/test/string.cpp             str2.begin(), str2.end(),
end                85 uspace/lib/cpp/src/__bits/test/string.cpp             str3.begin(), str3.end()
end               101 uspace/lib/cpp/src/__bits/test/string.cpp             str4.begin(), str4.end(),
end               108 uspace/lib/cpp/src/__bits/test/string.cpp             str5.begin(), str5.end(),
end               121 uspace/lib/cpp/src/__bits/test/string.cpp             str1.begin(), str1.end(),
end               122 uspace/lib/cpp/src/__bits/test/string.cpp             check.begin(), check.end()
end               129 uspace/lib/cpp/src/__bits/test/string.cpp             str2.begin(), str2.end(),
end               130 uspace/lib/cpp/src/__bits/test/string.cpp             check.begin(), check.end()
end               138 uspace/lib/cpp/src/__bits/test/string.cpp             str3.begin(), str3.end(),
end               139 uspace/lib/cpp/src/__bits/test/string.cpp             check.begin(), check.end()
end               143 uspace/lib/cpp/src/__bits/test/string.cpp         str4.append(apendee.begin(), apendee.end());
end               146 uspace/lib/cpp/src/__bits/test/string.cpp             str4.begin(), str4.end(),
end               147 uspace/lib/cpp/src/__bits/test/string.cpp             check.begin(), check.end()
end               154 uspace/lib/cpp/src/__bits/test/string.cpp             str5.begin(), str5.end(),
end               155 uspace/lib/cpp/src/__bits/test/string.cpp             check.begin(), check.end()
end               162 uspace/lib/cpp/src/__bits/test/string.cpp             str6.begin(), str6.end(),
end               163 uspace/lib/cpp/src/__bits/test/string.cpp             check.begin(), check.end()
end               175 uspace/lib/cpp/src/__bits/test/string.cpp             str1.begin(), str1.end(),
end               176 uspace/lib/cpp/src/__bits/test/string.cpp             check.begin(), check.end()
end               183 uspace/lib/cpp/src/__bits/test/string.cpp             str2.begin(), str2.end(),
end               184 uspace/lib/cpp/src/__bits/test/string.cpp             check.begin(), check.end()
end               191 uspace/lib/cpp/src/__bits/test/string.cpp             str3.begin(), str3.end(),
end               192 uspace/lib/cpp/src/__bits/test/string.cpp             check.begin(), check.end()
end               198 uspace/lib/cpp/src/__bits/test/string.cpp                     insertee.end());
end               201 uspace/lib/cpp/src/__bits/test/string.cpp             str4.begin(), str4.end(),
end               202 uspace/lib/cpp/src/__bits/test/string.cpp             check.begin(), check.end()
end               210 uspace/lib/cpp/src/__bits/test/string.cpp             str5.begin(), str5.end(),
end               211 uspace/lib/cpp/src/__bits/test/string.cpp             check.begin(), check.end()
end               223 uspace/lib/cpp/src/__bits/test/string.cpp             str1.begin(), str1.end(),
end               224 uspace/lib/cpp/src/__bits/test/string.cpp             check.begin(), check.end()
end               231 uspace/lib/cpp/src/__bits/test/string.cpp             str2.begin(), str2.end(),
end               232 uspace/lib/cpp/src/__bits/test/string.cpp             check.begin(), check.end()
end               239 uspace/lib/cpp/src/__bits/test/string.cpp             str3.begin(), str3.end(),
end               240 uspace/lib/cpp/src/__bits/test/string.cpp             check.begin(), check.end()
end               247 uspace/lib/cpp/src/__bits/test/string.cpp             str4.begin(), str4.end(),
end               248 uspace/lib/cpp/src/__bits/test/string.cpp             check.begin(), check.end()
end               255 uspace/lib/cpp/src/__bits/test/string.cpp             str5.begin(), str5.end(),
end               256 uspace/lib/cpp/src/__bits/test/string.cpp             check.begin(), check.end()
end               263 uspace/lib/cpp/src/__bits/test/string.cpp             str6.begin(), str6.end(),
end               264 uspace/lib/cpp/src/__bits/test/string.cpp             check.begin(), check.end()
end               271 uspace/lib/cpp/src/__bits/test/string.cpp             str7.begin(), str7.end(),
end               272 uspace/lib/cpp/src/__bits/test/string.cpp             check.begin(), check.end()
end               284 uspace/lib/cpp/src/__bits/test/string.cpp             str1.begin(), str1.end(),
end               285 uspace/lib/cpp/src/__bits/test/string.cpp             check.begin(), check.end()
end               292 uspace/lib/cpp/src/__bits/test/string.cpp             str2.begin(), str2.end(),
end               293 uspace/lib/cpp/src/__bits/test/string.cpp             check.begin(), check.end()
end               300 uspace/lib/cpp/src/__bits/test/string.cpp             str3.begin(), str3.end(),
end               301 uspace/lib/cpp/src/__bits/test/string.cpp             check.begin(), check.end()
end               308 uspace/lib/cpp/src/__bits/test/string.cpp             str4.begin(), str4.end(),
end               309 uspace/lib/cpp/src/__bits/test/string.cpp             check.begin(), check.end()
end               316 uspace/lib/cpp/src/__bits/test/string.cpp             str5.begin(), str5.end(),
end               317 uspace/lib/cpp/src/__bits/test/string.cpp             check.begin(), check.end()
end               324 uspace/lib/cpp/src/__bits/test/string.cpp             str6.begin(), str6.end(),
end               325 uspace/lib/cpp/src/__bits/test/string.cpp             check.begin(), check.end()
end               333 uspace/lib/cpp/src/__bits/test/string.cpp             str7.begin(), str7.end(),
end               334 uspace/lib/cpp/src/__bits/test/string.cpp             check.begin(), check.end()
end               341 uspace/lib/cpp/src/__bits/test/string.cpp             str8.begin(), str8.end(),
end               342 uspace/lib/cpp/src/__bits/test/string.cpp             check.begin(), check.end()
end               349 uspace/lib/cpp/src/__bits/test/string.cpp             str9.begin(), str9.end(),
end               350 uspace/lib/cpp/src/__bits/test/string.cpp             check.begin(), check.end()
end               358 uspace/lib/cpp/src/__bits/test/string.cpp             str10.begin(), str10.end(),
end               359 uspace/lib/cpp/src/__bits/test/string.cpp             check.begin(), check.end()
end               367 uspace/lib/cpp/src/__bits/test/string.cpp             str11.begin(), str11.end(),
end               368 uspace/lib/cpp/src/__bits/test/string.cpp             check.begin(), check.end()
end               376 uspace/lib/cpp/src/__bits/test/string.cpp             str12.begin(), str12.end(),
end               377 uspace/lib/cpp/src/__bits/test/string.cpp             check.begin(), check.end()
end               391 uspace/lib/cpp/src/__bits/test/string.cpp             str2.begin(), str2.end(),
end               392 uspace/lib/cpp/src/__bits/test/string.cpp             check.begin(), check.end()
end               653 uspace/lib/cpp/src/__bits/test/string.cpp             substr1.begin(), substr1.end(),
end               654 uspace/lib/cpp/src/__bits/test/string.cpp             check1.begin(), check1.end()
end               659 uspace/lib/cpp/src/__bits/test/string.cpp             substr2.begin(), substr2.end(),
end               660 uspace/lib/cpp/src/__bits/test/string.cpp             check2.begin(), check2.end()
end               665 uspace/lib/cpp/src/__bits/test/string.cpp             substr3.begin(), substr3.end(),
end               666 uspace/lib/cpp/src/__bits/test/string.cpp             check3.begin(), check3.end()
end                51 uspace/lib/cpp/src/__bits/test/test.cpp     bool test_suite::end()
end                49 uspace/lib/cpp/src/__bits/test/tuple.cpp         return end();
end                48 uspace/lib/cpp/src/__bits/test/unordered_map.cpp         return end();
end                72 uspace/lib/cpp/src/__bits/test/unordered_map.cpp             check1.begin(), check1.end(), m1
end                76 uspace/lib/cpp/src/__bits/test/unordered_map.cpp         std::unordered_map<int, int> m2{src1.begin(), src1.end()};
end                79 uspace/lib/cpp/src/__bits/test/unordered_map.cpp             check1.begin(), check1.end(), m2
end                85 uspace/lib/cpp/src/__bits/test/unordered_map.cpp             check1.begin(), check1.end(), m3
end                91 uspace/lib/cpp/src/__bits/test/unordered_map.cpp             check1.begin(), check1.end(), m4
end                99 uspace/lib/cpp/src/__bits/test/unordered_map.cpp             check1.begin(), check1.end(), m1
end               105 uspace/lib/cpp/src/__bits/test/unordered_map.cpp             check1.begin(), check1.end(), m4
end               112 uspace/lib/cpp/src/__bits/test/unordered_map.cpp             check1.begin(), check1.end(), m1
end               150 uspace/lib/cpp/src/__bits/test/unordered_map.cpp         test_eq("first emplace_hint succession", (res3 != map1.end()), true);
end               155 uspace/lib/cpp/src/__bits/test/unordered_map.cpp         test_eq("second emplace_hint failure", (res4 != map1.end()), true);
end               186 uspace/lib/cpp/src/__bits/test/unordered_map.cpp         test_eq("erase", map2.find(7), map2.end());
end               227 uspace/lib/cpp/src/__bits/test/unordered_map.cpp             check_keys.begin(), check_keys.end(),
end               260 uspace/lib/cpp/src/__bits/test/unordered_map.cpp         test_eq("multi erase keeps bucket intact", (mmap.find(8) != mmap.end()), true);
end                46 uspace/lib/cpp/src/__bits/test/unordered_set.cpp         return end();
end                62 uspace/lib/cpp/src/__bits/test/unordered_set.cpp             check1.begin(), check1.end(), s1
end                66 uspace/lib/cpp/src/__bits/test/unordered_set.cpp         std::unordered_set<int> s2{src1.begin(), src1.end()};
end                69 uspace/lib/cpp/src/__bits/test/unordered_set.cpp             check1.begin(), check1.end(), s2
end                75 uspace/lib/cpp/src/__bits/test/unordered_set.cpp             check1.begin(), check1.end(), s3
end                81 uspace/lib/cpp/src/__bits/test/unordered_set.cpp             check1.begin(), check1.end(), s4
end                89 uspace/lib/cpp/src/__bits/test/unordered_set.cpp             check1.begin(), check1.end(), s1
end                95 uspace/lib/cpp/src/__bits/test/unordered_set.cpp             check1.begin(), check1.end(), s4
end               102 uspace/lib/cpp/src/__bits/test/unordered_set.cpp             check1.begin(), check1.end(), s1
end               119 uspace/lib/cpp/src/__bits/test/unordered_set.cpp         test_eq("first emplace_hint succession", (res3 != set1.end()), true);
end               123 uspace/lib/cpp/src/__bits/test/unordered_set.cpp         test_eq("second emplace_hint failure", (res4 != set1.end()), true);
end               140 uspace/lib/cpp/src/__bits/test/unordered_set.cpp         test_eq("erase", set1.find(2), set1.end());
end               141 uspace/lib/cpp/src/__bits/test/unordered_set.cpp         test_eq("highest erased", res10, set1.end());
end               159 uspace/lib/cpp/src/__bits/test/unordered_set.cpp         test_eq("erase only element by iterator pt1", res14, set3.end());
end               183 uspace/lib/cpp/src/__bits/test/unordered_set.cpp             check_keys.begin(), check_keys.end(),
end                46 uspace/lib/cpp/src/__bits/test/vector.cpp         return end();
end                67 uspace/lib/cpp/src/__bits/test/vector.cpp             vec1.begin(), vec1.end(),
end                68 uspace/lib/cpp/src/__bits/test/vector.cpp             check1.begin(), check1.end()
end                74 uspace/lib/cpp/src/__bits/test/vector.cpp             vec2.begin(), vec2.end(),
end                75 uspace/lib/cpp/src/__bits/test/vector.cpp             check2.begin(), check2.end()
end                84 uspace/lib/cpp/src/__bits/test/vector.cpp             vec4.begin(), vec4.end(),
end                85 uspace/lib/cpp/src/__bits/test/vector.cpp             check3.begin(), check3.end()
end                93 uspace/lib/cpp/src/__bits/test/vector.cpp             vec6.begin(), vec6.end(),
end                94 uspace/lib/cpp/src/__bits/test/vector.cpp             vec4.begin(), vec4.end()
end               100 uspace/lib/cpp/src/__bits/test/vector.cpp             vec7.begin(), vec7.end(),
end               101 uspace/lib/cpp/src/__bits/test/vector.cpp             vec4.begin(), vec4.end()
end               111 uspace/lib/cpp/src/__bits/test/vector.cpp             vec8.begin(), vec8.end(),
end               112 uspace/lib/cpp/src/__bits/test/vector.cpp             check1.begin(), check1.end()
end               119 uspace/lib/cpp/src/__bits/test/vector.cpp             vec9.begin(), vec9.end(),
end               120 uspace/lib/cpp/src/__bits/test/vector.cpp             vec8.begin(), vec8.end()
end               128 uspace/lib/cpp/src/__bits/test/vector.cpp             vec10.begin(), vec10.end(),
end               129 uspace/lib/cpp/src/__bits/test/vector.cpp             vec8.begin(), vec8.end()
end               145 uspace/lib/cpp/src/__bits/test/vector.cpp             vec1.begin(), vec1.end(),
end               146 uspace/lib/cpp/src/__bits/test/vector.cpp             check1.begin(), check1.end()
end               157 uspace/lib/cpp/src/__bits/test/vector.cpp             vec2.begin(), vec2.end(),
end               158 uspace/lib/cpp/src/__bits/test/vector.cpp             check2.begin(), check2.end()
end               165 uspace/lib/cpp/src/__bits/test/vector.cpp             vec3.begin(), vec3.end(),
end               166 uspace/lib/cpp/src/__bits/test/vector.cpp             check2.begin(), check2.end()
end               173 uspace/lib/cpp/src/__bits/test/vector.cpp             vec4.begin(), vec4.end(),
end               174 uspace/lib/cpp/src/__bits/test/vector.cpp             check3.begin(), check3.end()
end               181 uspace/lib/cpp/src/__bits/test/vector.cpp             vec5.begin(), vec5.end(),
end               182 uspace/lib/cpp/src/__bits/test/vector.cpp             check3.begin(), check3.end()
end               189 uspace/lib/cpp/src/__bits/test/vector.cpp             vec6.begin(), vec6.end(),
end               190 uspace/lib/cpp/src/__bits/test/vector.cpp             check3.begin(), check3.end()
end               204 uspace/lib/cpp/src/__bits/test/vector.cpp             vec1.begin(), vec1.end(),
end               205 uspace/lib/cpp/src/__bits/test/vector.cpp             check1.begin(), check1.end()
end               212 uspace/lib/cpp/src/__bits/test/vector.cpp             vec2.begin(), vec2.end(),
end               213 uspace/lib/cpp/src/__bits/test/vector.cpp             check2.begin(), check2.end()
end               217 uspace/lib/cpp/src/__bits/test/vector.cpp         for (auto it = vec3.begin(); it != vec3.end();)
end               226 uspace/lib/cpp/src/__bits/test/vector.cpp             vec3.begin(), vec3.end(),
end               227 uspace/lib/cpp/src/__bits/test/vector.cpp             check3.begin(), check3.end()
end                43 uspace/lib/cpp/src/string.cpp         char* end;
end                44 uspace/lib/cpp/src/string.cpp         long result = ::strtol(str.c_str(), &end, base);
end                46 uspace/lib/cpp/src/string.cpp         if (end != str.c_str())
end                49 uspace/lib/cpp/src/string.cpp                 *idx = static_cast<size_t>(end - str.c_str());
end                59 uspace/lib/cpp/src/string.cpp         char* end;
end                60 uspace/lib/cpp/src/string.cpp         unsigned long result = ::strtoul(str.c_str(), &end, base);
end                62 uspace/lib/cpp/src/string.cpp         if (end != str.c_str())
end                65 uspace/lib/cpp/src/string.cpp                 *idx = static_cast<size_t>(end - str.c_str());
end               175 uspace/lib/http/src/headers.c 		goto end;
end               180 uspace/lib/http/src/headers.c 		goto end;
end               186 uspace/lib/http/src/headers.c 		goto end;
end               208 uspace/lib/http/src/headers.c 	goto end;
end               211 uspace/lib/http/src/headers.c end:
end                52 uspace/lib/http/src/response.c 	receive_buffer_mark_t end;
end                60 uspace/lib/http/src/response.c 	recv_mark(rb, &end);
end                62 uspace/lib/http/src/response.c 	rc = recv_cut_str(rb, &start, &end, str);
end                64 uspace/lib/http/src/response.c 	recv_unmark(rb, &end);
end                39 uspace/lib/posix/include/libc/io/verify.h #define _HELENOS_PRINTF_ATTRIBUTE(start, end) \
end                40 uspace/lib/posix/include/libc/io/verify.h 	__attribute__((format(__printf__, start, end)))
end                42 uspace/lib/posix/include/libc/io/verify.h #define _HELENOS_PRINTF_ATTRIBUTE(start, end) \
end                43 uspace/lib/posix/include/libc/io/verify.h 	__attribute__((format(gnu_printf, start, end)))
end                44 uspace/lib/posix/include/libc/perf.h 	struct timespec end;
end                57 uspace/lib/posix/include/libc/perf.h 	stopwatch->end.tv_sec = 0;
end                58 uspace/lib/posix/include/libc/perf.h 	stopwatch->end.tv_nsec = 0;
end                70 uspace/lib/posix/include/libc/perf.h 	stopwatch->end.tv_sec = NSEC2SEC(nanos);
end                71 uspace/lib/posix/include/libc/perf.h 	stopwatch->end.tv_nsec = nanos - SEC2NSEC(stopwatch->end.tv_sec);
end                93 uspace/lib/posix/include/libc/perf.h 	getuptime(&stopwatch->end);
end               103 uspace/lib/posix/include/libc/perf.h 	return ts_sub_diff(&stopwatch->end, &stopwatch->start);
end               551 uspace/lib/posix/src/fnmatch.c 		const char *end;
end               554 uspace/lib/posix/src/fnmatch.c 			end = string;
end               556 uspace/lib/posix/src/fnmatch.c 			end = gnu_strchrnul(string, pathname ? '/' : '\0');
end               560 uspace/lib/posix/src/fnmatch.c 		while (string <= end) {
end                75 uspace/lib/ui/include/types/ui/paint.h 	const char *end;
end                69 uspace/lib/ui/src/paint.c 	.end = "\u2524"
end                76 uspace/lib/ui/src/paint.c 	.end = "\u2563"
end               818 uspace/lib/ui/src/paint.c 	    str_size(hbc->end) + 1;
end               832 uspace/lib/ui/src/paint.c 	str_cpy(str + off, bufsz - off, hbc->end);
end               833 uspace/lib/ui/src/paint.c 	off += str_size(hbc->end);
end                46 uspace/lib/uri/uri.c static char *cut_str(const char *start, const char *end)
end                48 uspace/lib/uri/uri.c 	size_t size = end - start;
end               612 uspace/srv/fs/udf/udf_volume.c 	aoff64_t end = pos + (addr.length / instance->sector_size) - 1;
end               614 uspace/srv/fs/udf/udf_volume.c 	if (pos == end)
end               643 uspace/srv/fs/udf/udf_volume.c 	while (pos <= end) {
end               798 uspace/srv/fs/udf/udf_volume.c 			pos = end + 1;
end               307 uspace/srv/hid/isdv4_tablet/isdv4.c 		size_t end = i;
end               330 uspace/srv/hid/isdv4_tablet/isdv4.c 			end = i;
end               333 uspace/srv/hid/isdv4_tablet/isdv4.c 			if (end > start && packet_remaining == 0) {
end               334 uspace/srv/hid/isdv4_tablet/isdv4.c 				reading = consumer(state->buf + start, end - start, state);
end               335 uspace/srv/hid/isdv4_tablet/isdv4.c 				start = end;
end               336 uspace/srv/hid/isdv4_tablet/isdv4.c 				processed_end = end;
HelenOS homepage, sources at GitHub