Searched refs:end (Results 176 - 200 of 643) sorted by relevance

1234567891011>>

/haiku/headers/libs/agg/
H A Dagg_path_storage.h800 unsigned perceive_polygon_orientation(unsigned start, unsigned end);
801 void invert_polygon(unsigned start, unsigned end);
1177 unsigned end)
1181 unsigned np = end - start;
1197 void path_base<VC>::invert_polygon(unsigned start, unsigned end) argument
1202 --end; // Make "end" inclusive
1205 for(i = start; i < end; i++)
1211 m_vertices.modify_command(end, tmp_cmd);
1214 while(end > star
1176 perceive_polygon_orientation(unsigned start, unsigned end) argument
1234 unsigned end = start + 1; local
1258 unsigned end = start + 1; local
[all...]
/haiku/src/bin/unzip/
H A Dbeos.c181 } /* end function do_wild() */
303 } /* end switch (host-OS-created-by) */
311 } /* end function mapattr() */
430 } /* end switch */
432 } /* end while loop */
495 if (*pp == '\0') /* only digits between ';' and end: nuke */
530 } /* end function mapname() */
557 static char *end; /* pointer to end of buildpath ('\0') */ variable
572 char *old_end = end;
[all...]
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DInode.cpp275 TRACE("Inode::WriteAt(): Old calc for end? %x:%x\n",
279 off_t end = pos + (off_t)length; local
285 end >> 32, end & 0xFFFFFFFF);
287 if (end > oldSize) {
288 status_t status = Resize(transaction, end);
327 Inode::FillGapWithZeros(off_t start, off_t end) argument
330 end);
332 while (start < end) {
335 if (end > star
846 off_t end = size == 0 ? 0 : (size - 1) / fVolume->BlockSize() + 1; local
887 off_t end = size == 0 ? 0 : (size - 1) / fVolume->BlockSize() + 1; local
[all...]
H A DHTreeEntryIterator.cpp158 HTreeEntry* end = (HTreeEntry*)block + fCount + fFirstEntry - 1; local
164 indirections, start, middle, end);
166 while (start <= end) {
167 middle = (HTreeEntry*)((end - start) / 2
171 indirections, start, middle, end);
179 end = middle - 1;
234 TRACE("HTreeEntryIterator::GetNext(): end of entries in the block\n");
/haiku/headers/cpp/
H A Deditbuf.h59 // A edit_string is defined as the region between the 'start' and 'end' marks.
61 // and 'end->insert_before()' should be true.
64 struct edit_buffer *buffer; // buffer that 'start' and 'end' belong to
65 struct edit_mark *start, *end; member in struct:edit_string
69 { buffer = b; start = ms; end = me; }
168 void delete_range(struct edit_mark *start, struct edit_mark *end);
/haiku/src/bin/rc/
H A Dcompile.cpp133 for (mem_iter_t i = mem_list.begin(); i != mem_list.end(); ++i) {
156 for (mem_iter_t i = mem_list.begin(); i != mem_list.end(); ) {
279 (i != input_files.end()) && (rdef_err == B_OK); ++i) {
/haiku/src/tools/cppunit/cppunit/
H A DCompilerOutputter.cpp165 for ( Lines::iterator it = lines.begin(); it != lines.end(); ++it )
193 message.end(),
197 if ( itEol == message.end() )
/haiku/src/bin/multiuser/
H A Duseradd.cpp146 char* end; local
147 gid = strtol(group, &end, 0);
148 if (*end == '\0') {
/haiku/src/tools/update_package_requires/
H A Dupdate_package_requires.cpp58 it != providesList.end(); ++it) {
146 it != requiresList.end(); ++it) {
149 if (foundIt != providesMap.end())
/haiku/src/kits/support/
H A DJobQueue.cpp165 if (head != fQueuedJobs->end()) {
214 iter != fQueuedJobs->end(); ++iter) {
248 if (found != fQueuedJobs->end()) {
/haiku/src/servers/app/drawing/
H A DAlphaMaskCache.cpp65 it != fShapeMasks.end();) {
119 if (it == fShapeMasks.end()) {
135 it != fShapeMasks.end(); it++) {
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPBinding.cpp63 if (manufacturerSet.find(manufacturer) != manufacturerSet.end())
74 for (; it != ids.end(); it ++) {
229 for (; it != fBands.end(); it ++) {
/haiku/src/libs/bsd/
H A Dreadpassphrase.c47 char ch, *p, *end; local
77 * Catch signals that would otherwise cause the user to end
115 end = buf + bufsiz - 1;
118 if (p < end) {
/haiku/headers/private/kernel/vm/
H A DVMTranslationMap.h34 addr_t end) const = 0;
40 virtual status_t Unmap(addr_t start, addr_t end) = 0;
42 virtual status_t DebugMarkRangePresent(addr_t start, addr_t end,
/haiku/src/apps/haikudepot/edits_generic/
H A DEditManager.cpp177 fListeners.erase(std::remove(fListeners.begin(), fListeners.end(),
178 listener), fListeners.end());
240 for (it = listeners.begin(); it != listeners.end(); it++) {
/haiku/src/bin/
H A Dsetvolume.cpp123 char *end; local
124 volume = strtod(argv[1], &end);
125 if (end == argv[1]) {
/haiku/src/add-ons/kernel/busses/pci/ecam/
H A DECAMPCIControllerACPI.cpp48 acpi_mcfg_allocation *end = (acpi_mcfg_allocation *) ((char*)mcfg + mcfg->header.length);
51 if (alloc + 1 != end)
54 for (; alloc < end; alloc++) {
55 dprintf("PCI: mechanism addr: %" B_PRIx64 ", seg: %x, start: %x, end: %x\n",
/haiku/src/apps/cortex/NodeManager/
H A DNodeManager.cpp147 if(state->visited.find(origin->id()) != state->visited.end()) {
329 it != m_nodeRefMap.end(); ++it) {
338 // m_nodeGroupSet.end(),
345 it != m_nodeGroupSet.end(); ++it) {
352 m_nodeGroupSet.end());
360 // m_conSourceMap.end(),
370 it != m_conSourceMap.end(); ++it) {
378 it != deadNodes.end(); ++it) {
388 it != m_nodeRefMap.end(); ++it)
393 deadNodes.end());
[all...]
/haiku/src/apps/aboutsystem/
H A DUtilities.cpp450 // find the end
451 int32 end = start + 1; local
452 while (string[end] != '\0' && isdigit(string[end]))
453 end++;
455 if (end - start == 4) {
461 start = end;
/haiku/src/kits/storage/mime/
H A DSnifferRules.cpp83 the end of the list of rules).
134 i != fRuleList.end(); i++) {
263 for (i = fRuleList.begin(); i != fRuleList.end(); i++) {
269 if (i == fRuleList.end())
292 i != fRuleList.end(); i++) {
314 i != fRuleList.end(); i++) {
344 // If we've come to the end of list, it's not an error
366 // If we've come to the end of list, it's not an error
464 i != fRuleList.end(); i++) {
H A DAssociatedTypes.cpp88 for (i = assTypes.begin(); i != assTypes.end() && !err; i++) {
138 if (i != types.end())
217 i != newExtensions.end();
226 i != oldExtensions.end();
258 i != fAssociatedTypes.end();
265 type != i->second.end();
345 // If we've come to the end of list, it's not an error
368 // If we've come to the end of list, it's not an error
/haiku/src/servers/input/
H A DMouseSettings.cpp285 for (itr = fMouseSettingsObject.begin(); itr != fMouseSettingsObject.end();
343 for (itr = fMouseSettingsObject.begin(); itr != fMouseSettingsObject.end();
379 for (itr = fMouseSettingsObject.begin(); itr != fMouseSettingsObject.end();
392 itr != fMouseSettingsObject.end(); ++itr) {
420 if (itr != fMouseSettingsObject.end())
440 if (itr != fMouseSettingsObject.end())
/haiku/src/add-ons/media/media-add-ons/equalizer/
H A DEqualizer.cpp97 float *end = buffer + samples; local
98 for(float *fptr = buffer + i; fptr < end; fptr += fChannels) {
/haiku/src/apps/webpositive/autocompletion/
H A DTextViewCompleter.cpp35 int32 end; local
36 fTextView->GetSelection(caretPos, &end);
/haiku/src/system/kernel/arch/x86/32/
H A Dbios.cpp136 addr_t end = base + 0x20000; local
138 while (base < end) {

Completed in 301 milliseconds

1234567891011>>