Searched refs:to (Results 51 - 75 of 284) sorted by relevance

1234567891011>>

/haiku/src/apps/bootmanager/
H A DBootDrive.cpp53 /*! Adds all boot menus from the list \a from that support the drive to \a to.
56 BootDrive::AddSupportedMenus(const BootMenuList& from, BootMenuList& to) argument
61 to.AddItem(menu);
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DParseCommandLine.cpp30 // This char is used to hold words together into single words...
34 // Turn all spaces that are not-to-be-counted-as-spaces into GUNK_CHAR chars.
69 char* to = string; local
77 *(to++) = *string;
81 *(to++) = afterBackslash ? '\n' : *string;
85 *(to++) = afterBackslash ? '\t' : *string;
89 *(to++) = *string;
95 *to = '\0';
97 if (to < endString) {
98 // needs to b
[all...]
/haiku/src/tests/add-ons/mail/imap/
H A Dimap_tester.cpp89 uint32 to; local
92 printf("usage: %s [<from>] [<to>] [header|body]\n", argv[0]);
106 to = atoul(argv[2]);
108 from = to = atoul(argv[1]);
110 IMAP::FetchCommand command(from, to, flags | IMAP::kFetchFlags);
112 // A fetch listener that dumps everything to stdout
167 uint32 to; local
169 printf("usage: %s [<from>] [<to>]\n", argv[0]);
174 to = atoul(argv[2]);
176 to
[all...]
/haiku/headers/private/app/
H A DMessageAdapter.h44 KMessage& to);
48 BMessage* to);
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dlinker_set.h38 * The following macros are used to declare global sets of objects, which
44 * Private macros, not to be used outside this header file.
52 #error this file needs to be ported to your compiler
67 * Initialize before referring to a given linker set.
81 * Sets always contain addresses of things, and "pvar" points to words
/haiku/src/system/libroot/posix/glibc/arch/sparc/
H A Daddmul_1.S2 add the product to a second limb vector.
59 add %i1,%i0,%i1 ! ...and add it to the mid-1 product
64 add %i5,%l0,%i5 ! ...add to bit 32 of the hi product
68 addcc %i0,%o0,%i0 ! add cy_limb to low 64 bits of result
69 add %i5,%i1,%i1 ! ...and add them to the high result
H A Dmul_1.S61 add %i1,%i0,%i1 ! ...and add it to the mid-1 product
65 add %i5,%l0,%i5 ! ...add to bit 32 of the hi product
70 add %i5,%i1,%i1 ! ...and add them to the high result
71 addcc %i0,%o0,%i0 ! add cy_limb to low 64 bits of result
H A Dsubmul_1.S58 add %i1,%i0,%i1 ! ...and add it to the mid-1 product
63 add %i5,%l0,%i5 ! ...add to bit 32 of the hi product
67 addcc %i0,%o0,%i0 ! add cy_limb to low 64 bits of result
68 add %i5,%i1,%i1 ! ...and add them to the high result
/haiku/src/system/kernel/arch/riscv64/
H A DRISCV64VMTranslationMap.h88 status_t MemcpyToMap(addr_t to, const char *from,
90 status_t MemcpyFromMap(char *to, addr_t from,
92 status_t MemsetToMap(addr_t to, char c, size_t count);
93 ssize_t StrlcpyFromMap(char *to, addr_t from,
95 ssize_t StrlcpyToMap(addr_t to, const char *from,
176 virtual status_t MemcpyFromPhysical(void* to, phys_addr_t from,
178 virtual status_t MemcpyToPhysical(phys_addr_t to,
181 virtual void MemcpyPhysicalPage(phys_addr_t to,
H A DRISCV64VMTranslationMap.cpp277 // we're about to release it for the last time
357 // Note: We don't need to invalidate the TLB for this address, as previously
397 Things need to be done when unmapping VMArea pages
481 // transfer the accessed/dirty flags to the page
592 // transfer the accessed/dirty flags to the page and
704 TRACE("attempt to protect not mapped page: 0x%"
863 // TODO: move to common VMTranslationMap class
872 TRACE("flush_tmap: %d pages to invalidate, invalidate all\n",
895 TRACE("flush_tmap: %d pages to invalidate, invalidate list\n",
963 RISCV64VMTranslationMap::MemcpyToMap(addr_t to, cons argument
994 MemcpyFromMap(char *to, addr_t from, size_t size) argument
1033 MemsetToMap(addr_t to, char c, size_t count) argument
1071 StrlcpyFromMap(char *to, addr_t from, size_t size) argument
1080 StrlcpyToMap(addr_t to, const char *from, size_t size) argument
1169 MemcpyFromPhysical(void* to, phys_addr_t from, size_t length, bool user) argument
1180 MemcpyToPhysical(phys_addr_t to, const void* from, size_t length, bool user) argument
1191 MemcpyPhysicalPage(phys_addr_t to, phys_addr_t from) argument
[all...]
/haiku/src/apps/cortex/TipManager/
H A DTipView.cpp16 * 3. The name of the author may not be used to endorse or promote products
110 uint32 to = (n < m_lineSet.size()-1) ? m_lineSet[n+1]-1 : local
113 if(to > from)
116 to - from,
221 uint32 to = (n < m_lineSet.size()-1) ? m_lineSet[n+1]-1 : local
225 to - from);
/haiku/src/apps/icon-o-matic/generic/support/
H A Dsupport.cpp58 calc_angle(BPoint origin, BPoint from, BPoint to, bool degree) argument
63 to.x, to.y);
65 double a = point_point_distance(from, to);
67 double c = point_point_distance(to, origin);
/haiku/src/add-ons/print/drivers/preview/
H A DJobSetupWindow.cpp59 fTo = new BTextControl("to", "To:", "", NULL);
124 int32 to = INT32_MAX; local
127 to = atoi(fTo->Text());
129 if (to < from) to = from;
140 fSetupMsg->AddInt32("last_page", to);
/haiku/src/system/kernel/arch/m68k/
H A Darch_thread.cpp99 m68k_next_page_directory(Thread *from, Thread *to) argument
101 VMAddressSpace* toAddressSpace = to->team->address_space;
121 // Currently nothing to do, i.e. zero initialized is just fine.
130 // Nothing to do. The structure is empty.
173 // let LR point to m68k_kernel_thread_root()
176 // the arguments of m68k_kernel_thread_root() are the functions to call,
201 arch_thread_context_switch(Thread *from, Thread *to) argument
205 newPageDirectory = (addr_t)m68k_next_page_directory(from, to);
214 m68k_context_switch(&from->arch_info.sp, to->arch_info.sp);
257 /** Saves everything needed to restor
[all...]
/haiku/src/kits/support/
H A DList.cpp278 /*! This moves a list item from posititon a to position b, moving the
279 appropriate block of list elements to make up for the move. For example,
286 BList::MoveItem(int32 from, int32 to) argument
288 if ((from >= fItemCount) || (to >= fItemCount) || (from < 0) || (to < 0))
292 if (from < to) {
294 (to - from) * sizeof(void*));
295 } else if (from > to) {
296 memmove(fObjectList + to + 1, fObjectList + to,
[all...]
/haiku/src/system/kernel/locks/
H A Dlock.cpp151 recursive_lock_switch_lock(recursive_lock* from, recursive_lock* to) argument
156 "disabled for locks %p, %p", from, to);
161 return recursive_lock_lock(to);
169 if (thread == RECURSIVE_LOCK_HOLDER(to)) {
170 to->recursion++;
175 status_t status = mutex_switch_lock(&from->lock, &to->lock);
185 to->holder = thread;
187 to->recursion++;
193 recursive_lock_switch_from_mutex(mutex* from, recursive_lock* to) argument
198 "disabled for locks %p, %p", from, to);
223 recursive_lock_switch_from_read_lock(rw_lock* from, recursive_lock* to) argument
911 mutex_switch_lock(mutex* from, mutex* to) argument
940 mutex_switch_from_read_lock(rw_lock* from, mutex* to) argument
[all...]
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap_address.cpp26 l2cap_copy_address(const sockaddr *from, sockaddr **to, argument
30 *to = (sockaddr *)malloc(sizeof(sockaddr_in));
31 if (*to == NULL)
34 memset(*to, 0, sizeof(sockaddr_l2cap));
35 (*to)->sa_family = AF_BLUETOOTH;
36 (*to)->sa_len = sizeof(sockaddr_l2cap);
43 *to = (sockaddr *)malloc(sizeof(sockaddr_in));
44 if (*to == NULL)
47 memcpy(*to, from, sizeof(sockaddr_l2cap));
/haiku/src/add-ons/kernel/network/stack/
H A Dancillary_data.cpp63 Adds ancillary data to the given container.
70 \param _allocatedData Will be set to the storage allocated for the data.
115 \param data Pointer to the data to be removed (as returned by
117 \param destroy If \c true, the destructor, if one was passed to
144 Moves all ancillary data from container \c from to the end of the list of
145 ancillary data of container \c to.
147 \param from The container from which to remove the ancillary data.
148 \param to The container to whic
153 move_ancillary_data(ancillary_data_container* from, ancillary_data_container* to) argument
[all...]
/haiku/src/preferences/mail/
H A DFilterConfigView.cpp150 int32 to = IndexOf(point); local
151 if (to > fDragIndex)
152 to--;
153 if (to == -1)
154 to = CountItems() - 1;
156 if (source != to) {
157 MoveItem(source,to);
162 msg.AddInt32("to",to);
270 // We need to remov
435 int32 to = msg->FindInt32("to"); local
[all...]
/haiku/src/apps/codycam/
H A DSpawningUploadClient.cpp100 SpawningUploadClient::ReadReply(BString* to) argument
105 to->Truncate(0);
109 to->Append(buff, len);
/haiku/headers/libs/x86emu/x86emu/
H A Dprim_x86_gcc.h9 * Permission to use, copy, modify, distribute, and sell this software and
14 * in advertising or publicity pertaining to distribution of the software
34 * emulator to execute native instructions.
36 * For PIC vs non-PIC code refer to:
46 #error This file is intended to be used by gcc on i386 or x86-64 system
/haiku/src/apps/soundrecorder/
H A DDrawingTidbits.h47 void ReplaceColor(BBitmap *bitmap, rgb_color from, rgb_color to);
/haiku/headers/private/kernel/arch/x86/
H A Darch_thread.h26 phys_addr_t x86_next_page_directory(Thread* from, Thread* to);
/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A DSMTP.h38 status_t Send(const char *to, const char *from,
/haiku/headers/os/interface/
H A DBitmap.h28 // would need to be extended to so that the app_server can ask
29 // the graphics driver to reserve memory for a bitmap and for this
30 // to make any sense, an accelerated blit from this memory into
31 // the framebuffer needs to be added to the API as well.
37 // Cheap to create, object will manage memory itself,
38 // no BApplication needs to run, but one can't draw such
92 BPoint from, BPoint to, BSize size);
95 BPoint to, BSiz
[all...]

Completed in 87 milliseconds

1234567891011>>