Searched refs:stop (Results 1 - 25 of 72) sorted by relevance

123

/haiku/src/system/boot/platform/bios_ia32/
H A Dacpi.h17 uint32 stop; member in struct:scan_spots_struct
/haiku/src/kits/interface/
H A DGradient.cpp121 ColorStop stop;
122 for (int32 i = 0; archive->FindFloat("offset", i, &stop.offset) >= B_OK; i++) {
123 if (archive->FindInt32("color", i, (int32*)&stop.color) >= B_OK)
124 AddColorStop(stop, i);
192 for (int32 i = 0; ColorStop* stop = ColorStopAt(i); i++) {
193 ret = into->AddInt32("color", (const uint32&)stop->color);
196 ret = into->AddFloat("offset", stop->offset);
333 for (int32 i = 0; ColorStop* stop = other.ColorStopAt(i); i++)
334 AddColorStop(*stop, i);
347 ColorStop* stop
367 ColorStop* stop = new ColorStop(colorStop); local
380 ColorStop* stop = (ColorStop*)fColorStops.RemoveItem(index); local
408 ColorStop* stop = ColorStopAt(index); local
421 ColorStop* stop = ColorStopAt(index); local
575 ColorStop stop; local
[all...]
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DI2CPort.h47 int Send(int address, const char * buffer, int length, bool start, bool stop);
49 int Receive(int address, char * buffer, int length, bool start, bool stop);
H A DI2CPort.cpp145 int CI2CPort::Send(int address, const char * buffer, int length, bool start, bool stop) argument
175 (start ? C_RADEON_I2C_START : 0) | (stop ? C_RADEON_I2C_STOP : 0));
190 int CI2CPort::Receive(int address, char * buffer, int length, bool start, bool stop) argument
212 (start ? C_RADEON_I2C_START : 0) | (stop ? C_RADEON_I2C_STOP : 0) |
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregex.c39 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \
40 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
48 # define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \
49 __re_search_2 (bufp, st1, s1, st2, s2, startpos, range, regs, stop)
/haiku/src/tests/system/benchmarks/
H A Dmemspeed.c28 time_t start, stop; local
59 stop = tms.tms_utime;
61 (double)(LOOPSIZE/MB)/(double)(stop-start)*(double)CLK_TCK);
78 stop = tms.tms_utime;
80 (double)(LOOPSIZE/MB)/(double)(stop-start)*(double)CLK_TCK);
/haiku/headers/libs/agg/
H A Dagg_vcgen_bspline.h36 stop enumerator in enum:agg::vcgen_bspline::status_e
H A Dagg_vcgen_dash.h44 stop enumerator in enum:agg::vcgen_dash::status_e
H A Dagg_vcgen_smooth_poly1.h44 stop enumerator in enum:agg::vcgen_smooth_poly1::status_e
H A Dagg_conv_marker.h50 stop enumerator in enum:agg::conv_marker::status_e
136 case stop:
H A Dagg_vcgen_contour.h37 stop enumerator in enum:agg::vcgen_contour::status_e
/haiku/headers/private/file_systems/
H A DQueryParserUtils.h46 void skipWhitespaceReverse(char** expr, char* stop);
/haiku/src/add-ons/accelerants/radeon_hd/
H A Ddisplayport.h33 uint8* data, bool start, bool stop);
35 uint8* data, bool start, bool stop);
/haiku/src/libs/agg/src/
H A Dagg_vcgen_dash.cpp197 m_status = stop;
212 m_status = stop;
224 case stop:
H A Dagg_vcgen_contour.cpp155 m_status = stop;
158 case stop:
H A Dagg_vcgen_bspline.cpp182 m_status = stop;
185 case stop:
/haiku/src/add-ons/kernel/busses/i2c/ocores/
H A Docores_i2c.cpp57 cmd.nack = cmd.stop;
205 .stop = true
210 CHECK_RET(WriteByte({.stop = cmdLength == 0 && dataLength == 0}, *cmdBuffer++));
217 CHECK_RET(ReadByte({.stop = dataLength == 0}, *dataBuffer++));
/haiku/headers/os/drivers/pcmcia/
H A Dss.h109 u_short start, stop; member in struct:pccard_io_map
123 u_int start, stop; member in struct:cb_bridge_map
/haiku/src/kits/tracker/
H A DTrackerString.cpp194 char stop = ConditionalToLower(*(pattern + 1), local
197 if (IsGlyph(start) || IsGlyph(stop))
201 if ((islower(start) && islower(stop))
202 || (isupper(start) && isupper(stop))
203 || (isdigit(start) && isdigit(stop))) {
204 // Make sure 'start' and 'stop' are of the same type.
205 match = start <= testChar && testChar <= stop;
/haiku/src/apps/icon-o-matic/import_export/svg/
H A DSVGExporter.cpp415 // write stop tags
417 for (int32 i = 0; BGradient::ColorStop* stop = gradient->ColorAt(i); i++) {
419 sprintf(color, "%.2x%.2x%.2x", stop->color.red,
420 stop->color.green,
421 stop->color.blue);
424 helper << " <stop offset=\"";
425 append_float(helper, stop->offset);
426 helper << "\" stop-color=\"#" << color << "\"";
428 if (stop->color.alpha < 255) {
429 helper << " stop
[all...]
/haiku/src/kits/locale/
H A DDurationFormat.cpp133 UDate stop = (UDate)stopValue / 1000;
137 = fCalendar->fieldDifference(stop, skUnitMap[unit], icuStatus);
/haiku/headers/tools/cppunit/cppunit/
H A DTestResult.h55 virtual void stop();
/haiku/src/system/boot/platform/amiga_m68k/
H A Dstart.cpp85 #warning M68K: stop ints
/haiku/src/system/kernel/scheduler/
H A Dscheduler_profiler.cpp75 nanotime_t stop = system_time_nsecs();
76 stackEntry->fProfilerTime = stop - start;
103 nanotime_t stop = system_time_nsecs();
104 stackEntry->fProfilerTime += stop - start;
/haiku/src/apps/cortex/support/
H A DBasicThread.h37 // - The stop mechanism has changed a bit; it's now up to the
103 status_t stop(bool wait=true) { function in class:BasicThread
112 // signal stop

Completed in 170 milliseconds

123