Searched refs:end (Results 451 - 475 of 643) sorted by relevance

<<11121314151617181920>>

/haiku/src/add-ons/kernel/drivers/graphics/neomagic/
H A Ddriver.c241 char *end; local
253 value = strtoul (item, &end, 0);
254 if (*end == '\0') current_settings.logmask = value;
257 value = strtoul (item, &end, 0);
258 if (*end == '\0') current_settings.memory = value;
785 /* end of critical section */
994 /* horizontal source end does not use subpixelprecision: granularity is 8 pixels */
996 * - correctly programming horizontal source end minimizes used bandwidth;
998 * - adding 1 to round-up to the nearest whole source-end value
1009 /* horizontal source end doe
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/via/
H A Ddriver.c244 char *end; local
256 value = strtoul (item, &end, 0);
257 if (*end == '\0') current_settings.logmask = value;
260 value = strtoul (item, &end, 0);
261 if (*end == '\0') current_settings.memory = value;
748 /* end of critical section */
940 /* end of critical section */
969 /* end of critical section */
/haiku/src/add-ons/kernel/drivers/graphics/skeleton/
H A Ddriver.c239 char *end; local
251 value = strtoul (item, &end, 0);
252 if (*end == '\0') current_settings.logmask = value;
255 value = strtoul (item, &end, 0);
256 if (*end == '\0') current_settings.memory = value;
760 /* end of critical section */
952 /* end of critical section */
981 /* end of critical section */
/haiku/src/add-ons/kernel/drivers/graphics/matrox/
H A Ddriver.c228 char *end; local
244 value = strtoul (item, &end, 0);
245 if (*end == '\0') current_settings.logmask = value;
248 value = strtoul (item, &end, 0);
249 if (*end == '\0') current_settings.memory = value;
860 /* end of critical section */
/haiku/src/kits/storage/sniffer/
H A DParser.cpp567 // Check for a true end-of-text marker
663 for (i = fTokenList.begin(); i != fTokenList.end(); i++)
677 If Get() is called at the end of the stream, a pointer to a Err object is thrown.
688 // return NULL; // Return NULL to signal end of list
1075 int32 start, end; local
1083 end = start; // In case we aren't given an explicit end
1096 end = t->Int();
1110 Range range(start, end);
/haiku/headers/cpp/std/
H A Dbastring.h295 { erase(begin(), end()); }
430 iterator end () { selfish (); return &(*this)[length ()]; } function in class:basic_string
438 const_iterator end () const { return iend (); } function in class:basic_string
440 reverse_iterator rbegin() { return reverse_iterator (end ()); }
442 { return const_reverse_iterator (end ()); }
/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Diso9660.cpp305 char* end, bool relocated)
320 if (buffer + 2 >= end)
323 if (buffer + length > end)
582 TRACE(("RR: end of extensions\n"));
747 it has reached the end of the directory file.
762 // If we're at the end of the data in a block, move to the next block.
859 char* end = buffer + recordLength; local
986 return parse_rock_ridge(volume, node, buffer, end, relocated);
304 parse_rock_ridge(iso9660_volume* volume, iso9660_inode* node, char* buffer, char* end, bool relocated) argument
/haiku/src/system/kernel/arch/x86/
H A Darch_debug.cpp431 kprintf("%s iframe at %p (end = %p)\n", isUser ? "user" : "kernel", frame,
447 kprintf("%s iframe at %p (end = %p)\n", isUser ? "user" : "kernel", frame,
968 addr_t end)
971 return ip >= start && ip < end;
1064 addr_t end)
1094 if (is_calling(thread, frame->ip, symbol, start, end))
1106 if (is_calling(thread, ip, symbol, start, end))
967 is_calling(Thread* thread, addr_t ip, const char* pattern, addr_t start, addr_t end) argument
1063 arch_debug_contains_call(Thread* thread, const char* symbol, addr_t start, addr_t end) argument
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Demuxki.c396 chan->loop.end = 0x000010; /* Why ? */
481 uint32 start, uint32 end)
484 chan->loop.end = end & EMU_CHAN_DSL_LOOPENDADDR_MASK;
526 (chan->fxsend.d.level << 24) | chan->loop.end);
1128 uint32 start, end; local
1148 end = start + bufsize / sample_size;
1150 start, end);
1153 start, end);
2188 // end Joystic
480 emuxki_channel_set_bufparms(emuxki_channel *chan, uint32 start, uint32 end) argument
2881 char *end; local
[all...]
/haiku/headers/libs/agg/
H A Dagg_rasterizer_outline_aa.h82 void draw(draw_vars& dv, unsigned start, unsigned end);
231 unsigned end)
236 for(i = start; i < end; i++)
229 draw(draw_vars& dv, unsigned start, unsigned end) argument
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DCC.cpp76 int end = start + 17 * C_RADEON_CC_BIT_DURATION; local
81 for (int offset = start + C_RADEON_CC_BIT_DURATION / 2; offset < end; offset++) {
85 while (offset < end) {
163 C_DER = 0x0004, // delete to end of row
174 C_EOC = 0x000f, // end of caption
391 // delete to end of row
487 // end of caption
/haiku/src/apps/deskbar/
H A DResourceSet.cpp358 char* end = strings + len; local
363 while (orig < end) {
383 } else if (*orig == '\\' && (orig + 1) < end) {
/haiku/src/add-ons/media/media-add-ons/reader/
H A DMediaReader.cpp497 bigtime_t start, end; local
514 end = TimeSource()->RealTime();
523 fInternalLatency = end - start;
/haiku/src/apps/autoraise/
H A DAutoRaiseIcon.cpp413 goto end; // don't touch windows if we changed workspace
415 goto end; // seems a newer one has been spawn, exit
423 end:
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPConnectionWorker.cpp43 for (; iterator != fWorker.fMailboxes.end(); iterator++) {
590 for (; iterator != fMailboxes.end(); iterator++) {
825 if (found == fMailboxes.end())
/haiku/src/kits/network/libnetservices/
H A DNetworkCookie.cpp157 char* end = NULL; local
159 long maxAge = strtol(value.String(), &end, 10);
160 if (*end == '\0')
807 // Find the end of our cookie-av.
/haiku/src/add-ons/translators/tiff/
H A DTIFFTranslator.cpp171 off_t cur, end; local
173 end = pio->Seek(0, SEEK_END);
176 return end;
523 // if that one contains padding bytes at the end of each row
/haiku/src/system/kernel/cache/
H A Dfile_map.cpp360 off_t end = offset + size; local
362 if (fCacheAll && mapEnd < end)
369 while (status == B_OK && mapEnd < end) {
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dkernel_interface.cpp1077 off_t end = offset + length;
1078 if (end > kMaxAttributeSize) {
1079 end = kMaxAttributeSize;
1080 length = end - offset;
1082 if (offset > end) {
1087 if (end > fSize) {
1089 uint8* data = (uint8*)realloc(fData, end);
1097 fSize = end;
1454 scsi_cd_msf& end = toc->tracks[lastTrack].start.time; local
1456 partition->content_size = ((off_t)end
[all...]
/haiku/src/servers/notification/
H A DNotificationView.cpp125 for (lIt = fLines.begin(); lIt != fLines.end(); lIt++)
282 for (lIt = fLines.begin(); lIt != fLines.end(); lIt++) {
455 for (lIt = fLines.begin(); lIt != fLines.end(); lIt++)
/haiku/src/kits/tracker/
H A DUtilities.cpp1240 char* end; local
1247 val = strtoll(buffer, &end, 10);
1250 val = strtoll(buffer, &end, 10);
1253 val = strtoll(buffer, &end, 10);
1256 val = strtoll(buffer, &end, 10);
1260 val = strtoll(buffer, &end, 10);
/haiku/src/apps/soundrecorder/
H A DTransportButton.cpp47 if (stash.find(signature) == stash.end()) {
61 i != stash.end(); i++)
/haiku/src/kits/mail/
H A DMailProtocol.cpp61 for (; it != fFilterImages.end(); it++)
275 if (it != fFilterImages.end())
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/usb/
H A Drtwn_usb_rx.c173 goto end;
231 end:
399 * ieee80211_input() because here is at the end of a USB
/haiku/src/system/libnetwork/netresolv/dst/
H A Dmd5_dgst.c308 static unsigned char end[4]={0x80,0x00,0x00,0x00}; local
309 unsigned char *cp=end;

Completed in 211 milliseconds

<<11121314151617181920>>