Searched refs:from (Results 251 - 275 of 543) sorted by relevance

<<11121314151617181920>>

/haiku-fatelf/src/add-ons/media/media-add-ons/usb_webcam/addons/quickcam/
H A DQuickCamDevice.h64 virtual QuickCamDevice *Instantiate(CamRoster &roster, BUSBDevice *from);
/haiku-fatelf/src/apps/resedit/
H A DBitmapView.h91 BRect ScaleRectToFit(const BRect &from, const BRect &to);
/haiku-fatelf/src/bin/gdb/gdb/
H A Dhppa-tdep.h75 to allow us to differentiate hppa32 from hppa64 targets. */
130 we create from those in a file.
141 GDB reads in the stubs from the $UNWIND_END$ subspace, then
188 int hppa_get_field (unsigned word, int from, int to);
H A Dirix5-nat.c52 * These definitions are from the MIPS SVR4 ABI, so they may work for
153 char *from, *to; local
161 from = (char *) &deprecated_registers[DEPRECATED_REGISTER_BYTE (regi)];
163 memcpy (to, from, register_size (current_gdbarch, regi));
174 We expect the first arg to be a pointer to the jmp_buf structure from which
196 /* Provide registers to GDB from a core file.
198 CORE_REG_SECT points to an array of bytes, which were obtained from
220 /* This is a core file from a N32 executable, 64 bits are saved
238 /* copying 4 bytes from eight bytes?
H A Di387-tdep.c294 /* Read a value of type TYPE from register REGNUM in frame FRAME, and
301 char from[I386_MAX_REGISTER_SIZE];
315 get_frame_register (frame, regnum, from);
316 convert_typed_floating (from, builtin_type_i387_ext, to, type);
324 struct type *type, const void *from)
338 /* Convert from TYPE. This should be a no-op if TYPE is equivalent
340 convert_typed_floating (from, type, to, builtin_type_i387_ext);
383 /* Fill register REGNUM in REGCACHE with the appropriate value from
445 with the value from REGCACHE. If REGNUM is -1, do this for all
557 floating-point or SSE register value from *FXSAV
300 char from[I386_MAX_REGISTER_SIZE]; local
322 i387_value_to_register(struct frame_info *frame, int regnum, struct type *type, const void *from) argument
[all...]
H A Ddoublest.c48 TOTAL_LEN are the thing we are extracting it from, in byteorder ORDER. */
60 /* We start counting from the other end (i.e, from the high bytes
65 represents the number of bits from the end of our starting
112 /* Convert from FMT to a DOUBLEST.
118 const void *from,
121 unsigned char *ufrom = (unsigned char *) from;
129 /* If the mantissa bits are not contiguous from one end of the
231 TOTAL_LEN are the thing we are extracting it from, in byteorder ORDER. */
342 const DOUBLEST *from,
117 convert_floatformat_to_doublest(const struct floatformat *fmt, const void *from, DOUBLEST *to) argument
340 convert_doublest_to_floatformat(CONST struct floatformat *fmt, const DOUBLEST *from, void *to) argument
770 convert_typed_floating(const void *from, const struct type *from_type, void *to, const struct type *to_type) argument
[all...]
/haiku-fatelf/src/bin/sharutils/lib/
H A Dstrftime.c175 add_str (to, from, max)
177 const char *from;
182 for (i = 0; from[i] && i <= max; ++i)
183 to[i] = from[i];
/haiku-fatelf/src/libs/compat/freebsd_network/
H A Dfbsd_mbuf2.c17 * may be used to endorse or promote products derived from this software
45 * may be used to endorse or promote products derived from this software
143 * cannot increase from 1, as that would require posession of mbuf
168 * len bytes from <n, off> sits in single mbuf, but the caller does
187 * we need to take hlen from <n, off> and tlen from <n->m_next, 0>,
208 * we need to use m_copydata() to get data from <n->m_next, 0>.
240 /* get hlen from <n, off> into <o, 0> */
244 /* get tlen from <n->m_next, 0> into <o, hlen> */
341 /* Unlink and free a packet tag chain, starting from give
431 m_tag_copy_chain(struct mbuf *to, struct mbuf *from, int how) argument
[all...]
/haiku-fatelf/src/preferences/media/
H A DMediaWindow.h67 void _AddNodeItems(NodeList &from,
/haiku-fatelf/src/system/kernel/arch/m68k/
H A Darch_vm.cpp89 // Throw away any address space mappings we've inherited from the boot
107 arch_vm_aspace_swap(struct VMAddressSpace *from, struct VMAddressSpace *to) argument
/haiku-fatelf/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingStructures040.cpp77 // copy the top portion of the page dir from the kernel page dir
95 // remove from global list
128 #warning M68K: TODO: allocate all kernel pgdirs at boot and remove this (also dont remove them anymore from unmap)
/haiku-fatelf/src/system/kernel/arch/mipsel/
H A Darch_thread.cpp106 arch_thread_context_switch(Thread *from, Thread *to) argument
/haiku-fatelf/src/tests/kits/net/multicast/
H A Dmulticat.c27 /* SSM and protocol-independent API from RFC3678 */
159 struct sockaddr_in6 from; local
160 socklen_t fromlen = sizeof(from);
165 (struct sockaddr *) &from, &fromlen);
168 inet_ntop(AF_INET6, &from.sin6_addr, taddr, sizeof(taddr));
189 printf("Received %d bytes from [%s]:%s.\n", n, address, port);
/haiku-fatelf/src/kits/tracker/
H A DUtilities.cpp27 this Software without prior written authorization from Be Incorporated.
476 // "from" is always transparent, "to" opaque.
478 FadeRGBA32Horizontal(uint32* bits, int32 width, int32 height, int32 from, argument
482 if (width < 0 || height < 0 || from < 0 || to < 0)
485 float change = 1.f / (to - from);
486 if (from > to) {
487 int32 temp = from;
488 from = to;
495 for (int32 x = from; x <= to; x++) {
509 "from" i
512 FadeRGBA32Vertical(uint32* bits, int32 width, int32 height, int32 from, int32 to) argument
[all...]
/haiku-fatelf/headers/build/
H A DBeOSBuildCompatibility.h138 int _haiku_build_renameat(int fromFD, const char* from, int toFD,
176 # define renameat(fromFD, from, toFD, to) \
177 _haiku_build_renameat(fromFD, from, toFD, to)
/haiku-fatelf/headers/private/net/
H A Dnet_datalink.h127 status_t (*copy_address)(const struct sockaddr* from,
159 const struct sockaddr* from);
167 const struct sockaddr* from);
/haiku-fatelf/src/bin/bash/lib/readline/
H A Dtext.c118 rl_delete_text (from, to)
119 int from, to;
125 if (from > to)
126 SWAP (from, to);
132 if (from > to)
133 from = to;
135 if (from < 0)
136 from = 0;
138 text = rl_copy_text (from, to);
141 diff = to - from;
[all...]
/haiku-fatelf/src/bin/gdb/readline/
H A Dtext.c113 rl_delete_text (from, to)
114 int from, to;
120 if (from > to)
121 SWAP (from, to);
127 if (from > to)
128 from = to;
130 if (from < 0)
131 from = 0;
133 text = rl_copy_text (from, to);
136 diff = to - from;
[all...]
/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A Dpcap-haiku.cpp47 struct sockaddr_dl from; local
57 socklen_t fromLength = sizeof(from);
59 (struct sockaddr*)&from, &fromLength);
93 // TODO: get timing from packet!!!
/haiku-fatelf/src/kits/interface/
H A DSplitLayout.h28 BSplitLayout(BMessage* from);
96 static BArchivable* Instantiate(BMessage* from);
100 virtual status_t ItemUnarchived(const BMessage* from,
173 // concrete width. Cloned lazily from fVerticalLayout when needed.
/haiku-fatelf/src/tools/
H A Dhta_committer.sh16 (The ones from --list. Ignoring all other.)
27 --copy Copy catkeys from the scripts temp folder to trunk/data/calogs.
29 --test Test building catalogs from catkeys files. (jam -q catalogs")
/haiku-fatelf/src/add-ons/kernel/network/stack/
H A Dnet_buffer.cpp353 out.Print("net buffer append cloned: buffer: %p, from: %p, "
714 panic("failed to read from buffer %p, offset: %lu, size: %lu",
733 panic("failed to read from source buffer %p, offset: %lu, size: %lu",
859 /*! Tries to allocate \a size bytes from the free space in the header.
992 TRACE(("%ld: remove data node %p from header %p (located %p)\n",
1023 /*! Appends up to \a size bytes from the data of the \a from net_buffer to the
1027 append_data_from_buffer(net_buffer* to, const net_buffer* from, size_t size) argument
1029 net_buffer_private* source = (net_buffer_private*)from;
1032 if (size > from
1334 split_buffer(net_buffer* from, uint32 offset) argument
2037 net_buffer_private* from = (net_buffer_private*)_from; local
[all...]
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dnumbers.c179 /* Build buffer from back */
210 * copy from there into temp_string.
240 /* Build buffer from back */
395 * Skip over remaining alphanumeric characters from the Nd
400 * to correspond to the Letter and Digit classes from XML (and
538 const xmlChar *from,
551 if (from != NULL)
552 fromPat = xsltCompilePattern(from, doc, elem, NULL, context);
589 if ((from != NULL) &&
627 const xmlChar *from,
535 xsltNumberFormatGetAnyLevel(xsltTransformContextPtr context, xmlNodePtr node, const xmlChar *count, const xmlChar *from, double *array, xmlDocPtr doc, xmlNodePtr elem) argument
624 xsltNumberFormatGetMultipleLevel(xsltTransformContextPtr context, xmlNodePtr node, const xmlChar *count, const xmlChar *from, double *array, int max, xmlDocPtr doc, xmlNodePtr elem) argument
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/kernelland_emu/
H A Dlock.cpp423 // We failed to get the lock -- dequeue from waiter list.
630 mutex_switch_lock(mutex* from, mutex* to) argument
635 if (atomic_add(&from->count, 1) < -1)
637 _mutex_unlock(from, true);
644 mutex_switch_from_read_lock(rw_lock* from, mutex* to) argument
649 _rw_lock_write_unlock(from, true);
651 int32 oldCount = atomic_add(&from->count, -1);
653 _rw_lock_read_unlock(from, true);
/haiku-fatelf/src/system/kernel/locks/
H A Dlock.cpp378 // We failed to get the lock -- dequeue from waiter list.
632 mutex_switch_lock(mutex* from, mutex* to) argument
637 if (atomic_add(&from->count, 1) < -1)
639 _mutex_unlock(from, true);
646 mutex_switch_from_read_lock(rw_lock* from, mutex* to) argument
651 _rw_lock_write_unlock(from, true);
653 int32 oldCount = atomic_add(&from->count, -1);
655 _rw_lock_read_unlock(from, true);
833 // If the timeout occurred, we must remove our waiter structure from

Completed in 155 milliseconds

<<11121314151617181920>>