Searched refs:start (Results 501 - 525 of 624) sorted by relevance

<<2122232425

/haiku/headers/private/interface/
H A DPicturePlayer.h36 void (*stroke_line)(void* userData, const BPoint& start, const BPoint& end);
H A DPictureDataWriter.h69 status_t WriteStrokeLine(const BPoint& start,
/haiku/src/system/boot/platform/next_m68k/
H A Dstart.cpp77 = gKernelArgs.cpu_kstack[0].start + gKernelArgs.cpu_kstack[0].size;
102 "move.l %1,-(%%sp); " // this is the start address
/haiku/src/system/boot/platform/efi/
H A Dconsole.cpp231 gConsoleNode = video_text_console_init(gKernelArgs.frame_buffer.physical_buffer.start);
/haiku/src/kits/storage/sniffer/
H A DParser.cpp1075 int32 start, end; local
1082 start = t->Int();
1083 end = start; // In case we aren't given an explicit end
1110 Range range(start, end);
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DInode.h93 status_t FillGapWithZeros(off_t start, off_t end);
/haiku/src/system/kernel/arch/arm64/
H A Darch_vm_translation_map.cpp101 address = (void*)args->arch_args.uart.regs.start;
/haiku/src/add-ons/accelerants/radeon_hd/
H A Ddisplayport.cpp238 bool start, bool stop)
252 if (stop || start) {
288 bool start, bool stop)
299 if (stop || start) {
237 dp_aux_get_i2c_byte(uint32 connectorIndex, uint32 address, uint8* data, bool start, bool stop) argument
287 dp_aux_set_i2c_byte(uint32 connectorIndex, uint32 address, uint8* data, bool start, bool stop) argument
/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMap.h73 uint32 start; // in sectors member in struct:partition_descriptor
169 // start offset of the partition contents
196 // relative to the start of the session
/haiku/headers/private/kernel/disk_device_manager/
H A DKPartition.h216 void _UpdateChildIndices(int32 start, int32 end);
/haiku/src/system/kernel/arch/ppc/
H A Darch_debug.cpp277 addr_t start, addr_t end)
276 arch_debug_contains_call(Thread *thread, const char *symbol, addr_t start, addr_t end) argument
/haiku/src/system/kernel/arch/m68k/
H A Darch_debug.cpp266 addr_t start, addr_t end)
265 arch_debug_contains_call(Thread *thread, const char *symbol, addr_t start, addr_t end) argument
/haiku/src/apps/mail/
H A DMailWindow.cpp941 int32 start = 0; local
972 fHeaderView->ToControl()->GetSelection(&start, &finish);
974 fCut->SetEnabled(start != finish);
996 textView->GetSelection(&start, &finish);
998 fContentView->TextView()->GetSelection(&start, &finish);
1005 fCopy->SetEnabled(start != finish);
1007 fCut->SetEnabled(start != finish);
2240 int32 finish, start; local
2241 window->fContentView->TextView()->GetSelection(&start, &finish);
2242 if (start !
2526 int32 start = alert->Go(); local
[all...]
/haiku/headers/os/interface/
H A DListView.h183 void _RecalcItemTops(int32 start, int32 end = -1);
/haiku/headers/posix/
H A Dregex.h292 /* Use PMATCH[0] to delimit the start and end of the search in the
428 regoff_t *start;
447 regoff_t rm_so; /* Byte offset from string's start to substring's start. */
448 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */
425 regoff_t *start; member in struct:re_registers
/haiku/src/servers/app/
H A DServerFont.h173 status_t IncludesUnicodeBlock(uint32 start, uint32 end,
/haiku/headers/os/drivers/
H A DKernelExport.h240 extern status_t user_memset(void *start, char c, size_t count);
/haiku/src/add-ons/accelerants/radeon_hd/atombios/
H A Datom.cpp79 uint16 start; member in struct:__anon424
692 if (ctx->lastJump == (ctx->start + target)) {
703 ctx->lastJump = ctx->start + target;
706 *ptr = ctx->start + target;
844 ctx->ctx->data_block = ctx->start;
997 TRACE("%s: switch start\n", __func__);
1006 *ptr = ctx->start + target;
1222 ectx.start = base;
/haiku/src/kits/interface/
H A DPicturePlayer.cpp55 stroke_line(void* _context, const BPoint& start, const BPoint& end) argument
59 context->user_data, start, end);
943 const BPoint* start; local
945 if (callbacks.stroke_line == NULL || !reader.Get(start)
950 callbacks.stroke_line(userData, *start, *end);
H A DTextView.cpp1198 // update the start offsets of each line below offset
1534 long start, end; local
1536 // start of selection has changed
1538 start = fSelStart;
1541 start = startOffset;
1544 Highlight(start, end);
1550 start = fSelEnd;
1553 start = endOffset;
1556 Highlight(start, end);
1575 int32 start local
3752 int32 start, offset; local
5926 int32 start; local
[all...]
/haiku/src/apps/deskcalc/
H A DCalcView.cpp396 int32 start = end - 3; local
397 if (fEnabled || strcmp(fExpressionTextView->Text() + start,
410 fExpressionTextView->SetFontAndColor(start, end, NULL, 0,
412 fExpressionTextView->SetFontAndColor(start + dot - 1,
413 start + dot, NULL, 0, &fontColor);
953 // evaluate thread failed to start, error out
/haiku/src/system/kernel/vm/
H A Dvm.cpp917 // Shift the protection bits of the second area to the start of
3975 unmap_and_free_physical_pages(VMTranslationMap* map, addr_t start, addr_t end) argument
3979 for (addr_t current = start; current < end; current += B_PAGE_SIZE) {
3996 map->Unmap(start, end);
4001 vm_free_unused_boot_loader_range(addr_t start, addr_t size) argument
4004 addr_t end = start + (size - 1);
4005 addr_t lastEnd = start;
4008 (void*)start, (void*)end));
4022 if (areaEnd < start)
4079 address = (void*)ROUNDDOWN(image->text_region.start, B_PAGE_SIZ
[all...]
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Demuxki.c395 chan->loop.start = 0x000000;
481 uint32 start, uint32 end)
483 chan->loop.start = start & EMU_CHAN_PSST_LOOPSTARTADDR_MASK;
528 (chan->fxsend.c.level << 24) | chan->loop.start);
537 uint32 start, mapval; local
541 start = chan->loop.start +
553 (voice->b16 ? 0 : EMU_CHAN_CCCA_8BITSELECT) | start);
1128 uint32 start, en local
480 emuxki_channel_set_bufparms(emuxki_channel *chan, uint32 start, uint32 end) argument
[all...]
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c360 /* See if we have to try all bytes which start multiple collation
377 /* See if we have to start the match at all multibyte characters,
401 /* ... Else catch all bytes which can start the mbchars. */
2447 int i, start, end, start_idx = re_string_cur_idx (regexp);
2453 start = fetch_number (regexp, token, syntax);
2454 if (start == -1)
2457 start = 0; /* We treat "{,m}" as "{0,m}". */
2464 if (BE (start != -2, 1))
2467 end = ((token->type == OP_CLOSE_DUP_NUM) ? start
2471 if (BE (start
2438 int i, start, end, start_idx = re_string_cur_idx (regexp); local
[all...]
/haiku/src/bin/unzip/
H A Dfileio.c453 * by some means other than readbyte(), and you then want to start using
1075 /* get pointer to start of data and its total length */
1279 /* not at start of line: want newline */
1574 (*G.message)((zvoid *)&G, slide, 0L, 0x41); /* start of line (to stderr; */
1749 /* tzset was already called at start of process_zipfiles() */
1953 The string, by the way, is assumed to start at the current file-pointer
1954 position; its length is given by 'length'. So start off by checking the
2110 /* add '\n' if not at start of line */
2175 * Fourth case: assume we're at the start of an "extra field"; malloc
2344 zvoid *start; local
2384 zvoid *start; local
[all...]

Completed in 366 milliseconds

<<2122232425