Searched refs:from (Results 26 - 50 of 543) sorted by relevance

1234567891011>>

/haiku-fatelf/headers/private/kernel/boot/platform/amiga_m68k/
H A Dplatform_kernel_args.h9 # error This file is included from <boot/kernel_args.h> only
H A Dplatform_stage2_args.h9 # error This file is included from <boot/stage2_args.h> only
/haiku-fatelf/headers/private/kernel/boot/platform/atari_m68k/
H A Dplatform_kernel_args.h9 # error This file is included from <boot/kernel_args.h> only
H A Dplatform_stage2_args.h9 # error This file is included from <boot/stage2_args.h> only
/haiku-fatelf/headers/private/kernel/boot/platform/cfe/
H A Dplatform_kernel_args.h9 # error This file is included from <boot/kernel_args.h> only
/haiku-fatelf/headers/private/kernel/boot/platform/openfirmware/
H A Dplatform_kernel_args.h9 # error This file is included from <boot/kernel_args.h> only
/haiku-fatelf/headers/private/kernel/boot/platform/raspberrypi_arm/
H A Dplatform_kernel_args.h9 # error This file is included from <boot/kernel_args.h> only
H A Dplatform_stage2_args.h9 # error This file is included from <boot/stage2_args.h> only
/haiku-fatelf/headers/private/kernel/boot/platform/routerboard_mipsel/
H A Dplatform_stage2_args.h9 # error This file is included from <boot/stage2_args.h> only
/haiku-fatelf/headers/private/kernel/boot/platform/u-boot/
H A Dplatform_kernel_args.h9 # error This file is included from <boot/kernel_args.h> only
H A Dplatform_stage2_args.h9 # error This file is included from <boot/stage2_args.h> only
/haiku-fatelf/src/servers/app/
H A DServerBitmap.h74 inline void ShallowCopy(const ServerBitmap *from);
80 BPoint from, BPoint to, int32 width,
129 ServerBitmap::ShallowCopy(const ServerBitmap* from) argument
131 if (!from)
134 fBuffer = from->fBuffer;
135 fWidth = from->fWidth;
136 fHeight = from->fHeight;
137 fBytesPerRow = from->fBytesPerRow;
138 fSpace = from->fSpace;
139 fFlags = from
[all...]
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxmlautomata.h57 xmlAutomataStatePtr from,
63 xmlAutomataStatePtr from,
70 xmlAutomataStatePtr from,
78 xmlAutomataStatePtr from,
86 xmlAutomataStatePtr from,
95 xmlAutomataStatePtr from,
103 xmlAutomataStatePtr from,
112 xmlAutomataStatePtr from,
117 xmlAutomataStatePtr from,
121 xmlAutomataStatePtr from,
[all...]
/haiku-fatelf/headers/private/app/
H A DMessageAdapter.h26 static ssize_t FlattenedSize(uint32 format, const BMessage *from);
28 static status_t Flatten(uint32 format, const BMessage *from,
30 static status_t Flatten(uint32 format, const BMessage *from,
39 static status_t _ConvertKMessage(const KMessage *from, BMessage *to);
41 static ssize_t _R5FlattenedSize(const BMessage *from);
43 static status_t _FlattenR5Message(uint32 format, const BMessage *from,
/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Dmake_keys.c74 char from[BUFSIZ]; local
81 if (sscanf(buffer, "%s %s", to, from) == 2) {
82 int code = lookup(from);
85 if ((int) strlen(from) > maxlen)
86 maxlen = strlen(from);
91 from);
/haiku-fatelf/src/system/kernel/arch/generic/
H A DGenericVMPhysicalPageMapper.cpp84 GenericVMPhysicalPageMapper::MemcpyFromPhysical(void* to, phys_addr_t from, argument
87 return generic_vm_memcpy_from_physical(to, from, length, user);
92 GenericVMPhysicalPageMapper::MemcpyToPhysical(phys_addr_t to, const void* from, argument
95 return generic_vm_memcpy_to_physical(to, from, length, user);
101 phys_addr_t from)
103 generic_vm_memcpy_physical_page(to, from);
100 MemcpyPhysicalPage(phys_addr_t to, phys_addr_t from) argument
H A Dgeneric_vm_physical_page_ops.cpp41 generic_vm_memcpy_from_physical(void* _to, phys_addr_t from, size_t length, argument
45 phys_addr_t pageOffset = from % B_PAGE_SIZE;
54 status_t error = vm_get_physical_page_current_cpu(from - pageOffset,
71 from += toCopy;
84 const uint8* from = (const uint8*)_from; local
100 error = user_memcpy((void*)(virtualAddress + pageOffset), from,
103 memcpy((void*)(virtualAddress + pageOffset), from, toCopy);
111 from += toCopy;
124 generic_vm_memcpy_physical_page(phys_addr_t to, phys_addr_t from) argument
131 status_t error = vm_get_physical_page_current_cpu(from,
[all...]
/haiku-fatelf/src/tests/kits/app/bmessenger/
H A DMessengerAssignmentTester.cpp61 BMessenger &operator=(const BMessenger &from)
62 @case 1 from is uninitialized
69 BMessenger from; local
71 CHK(&(messenger = from) == &messenger);
81 BMessenger &operator=(const BMessenger &from)
82 @case 2 from is properly initialized to a local target
85 Target() should return the same values as for from.
95 // create the from messenger
96 BMessenger from(NULL, looper, &result);
97 CHK(from
[all...]
/haiku-fatelf/src/kits/app/
H A DMessageFilter.cpp69 BMessageFilter::operator=(const BMessageFilter& from) argument
71 fFiltersAny = from.FiltersAnyCommand();
72 fWhat = from.Command();
73 fDelivery = from.MessageDelivery();
74 fSource = from.MessageSource();
75 fFilterFunction = from.FilterFunction();
77 SetLooper(from.Looper());
/haiku-fatelf/src/bin/diffutils/src/
H A Difdef.c30 lin from, upto; /* start and limit lines for this group of lines */ member in struct:group
89 Lines BEG0 up to END0 are from the first file;
90 lines BEG1 up to END1 are from the second file. */
98 groups[0].from = beg0;
101 groups[1].from = beg1;
171 /* Print lines deleted from first file. */
181 /* Print lines inserted from second file. */
219 case 'e': return translate_line_number (g->file, g->from) - 1;
220 case 'f': return translate_line_number (g->file, g->from);
223 case 'n': return g->upto - g->from;
236 lin from = group->from, upto = group->upto; local
[all...]
/haiku-fatelf/src/apps/switcher/
H A DPanelWindow.cpp102 BPoint from; local
108 from.y = screenFrame.top
110 to.y = from.y;
114 from.x = screenFrame.left
116 to.x = from.x;
122 from.x = screenFrame.left - Bounds().Width();
126 from.x = screenFrame.right;
130 from.y = screenFrame.top - Bounds().Height();
134 from.y = screenFrame.bottom;
139 MoveTo(from
[all...]
/haiku-fatelf/src/add-ons/input_server/filters/shortcut_catcher/
H A DBitFieldTesters.h33 BitFieldTester(BMessage* from);
45 ConstantFieldTester(BMessage* from);
48 static BArchivable* Instantiate(BMessage* from);
63 HasBitsFieldTester(BMessage* from);
66 static BArchivable* Instantiate(BMessage* from);
81 NotFieldTester(BMessage* from);
85 static BArchivable* Instantiate(BMessage* from);
101 MinMatchFieldTester(BMessage* from);
108 static BArchivable* Instantiate(BMessage* from);
H A DCommandActuators.h43 CommandActuator(BMessage* from);
73 LaunchCommandActuator(BMessage* from);
78 static BArchivable* Instantiate(BMessage* from);
99 BeepCommandActuator(BMessage* from);
107 static BArchivable* Instantiate(BMessage* from);
118 BMessage* from);
126 static BArchivable* Instantiate(BMessage * from);
153 MIMEHandlerCommandActuator(BMessage* from);
163 static BArchivable* Instantiate(BMessage* from);
175 MouseCommandActuator(BMessage* from);
[all...]
/haiku-fatelf/src/kits/interface/
H A DGridView.cpp28 BGridView::BGridView(BMessage* from) argument
30 BView(from)
59 BGridView::Instantiate(BMessage* from) argument
61 if (validate_instantiation(from, "BGridView"))
62 return new BGridView(from);
H A DGroupView.cpp28 BGroupView::BGroupView(BMessage* from) argument
30 BView(from)
52 BGroupView::Instantiate(BMessage* from) argument
54 if (validate_instantiation(from, "BGroupView"))
55 return new BGroupView(from);

Completed in 116 milliseconds

1234567891011>>