Searched refs:out (Results 201 - 225 of 289) sorted by relevance

1234567891011>>

/haiku/src/apps/sudoku/
H A DSudokuView.cpp152 uint32 out = 0; local
155 && out < maxOut) {
156 status = _FilterString(line, sizeof(line), buffer, out, ignore);
180 uint32 out = 0; local
182 status_t status = _FilterString(data, 65536, buffer, out, ignore);
938 uint32& out, bool& ignore)
955 buffer[out++] = data[i];
956 if (out == maxOut)
960 buffer[out] = '\0';
937 _FilterString(const char* data, size_t dataLength, char* buffer, uint32& out, bool& ignore) argument
/haiku/src/system/libroot/posix/musl/crypt/
H A Dcrypt_des.c847 static void des_cipher(const unsigned char *in, unsigned char *out, argument
865 out[0] = l_out >> 24;
866 out[1] = l_out >> 16;
867 out[2] = l_out >> 8;
868 out[3] = l_out;
869 out[4] = r_out >> 24;
870 out[5] = r_out >> 16;
871 out[6] = r_out >> 8;
872 out[7] = r_out;
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonProducer.cpp1044 * Fill out all wildcards in a format descriptor.
1209 DPRINT(("CRadeonProducer::FormatProposal() - out=%s\n", buffer));
1346 DPRINT(("CRadeonProducer::PrepareToConnect() - out=%s\n", buffer));
1840 CRadeonProducer::GetConfiguration( BMessage *out )
1844 if( (res = AddInt32( out, P_SOURCE, fSource )) != B_OK ||
1845 (res = AddInt32( out, P_STANDARD, BeToVideoInStandard( fStandard ))) != B_OK ||
1846 (res = AddInt32( out, P_MODE, fMode )) != B_OK ||
1847 (res = AddInt32( out, P_FORMAT, fFormat )) != B_OK ||
1848 (res = AddInt32( out, P_RESOLUTION, fResolution )) != B_OK ||
1849 (res = AddInt32( out, P_TUNE
[all...]
/haiku/src/system/kernel/
H A Dport.cpp262 virtual void AddDump(TraceOutput& out) argument
264 out.Print("port %ld created, name \"%s\", owner %ld, capacity %ld",
285 virtual void AddDump(TraceOutput& out) argument
287 out.Print("port %ld deleted", fID);
320 virtual void AddDump(TraceOutput& out) argument
322 out.Print("port %ld read, read %ld, write %ld, code %lx: %ld",
350 virtual void AddDump(TraceOutput& out) argument
352 out.Print("port %ld write, read %ld, write %ld, code %lx, size %ld: %ld",
391 virtual void AddDump(TraceOutput& out) argument
393 out
418 AddDump(TraceOutput& out) argument
[all...]
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp51 // system, like out of memory situations - should only panic for debugging.
92 // Block has been checked out for writing without transactions, and
382 virtual void AddDump(TraceOutput& out) argument
384 out.Print("block cache %p, %s %" B_PRIu64 ", %c%c%c transaction %" B_PRId32
480 virtual void AddDump(TraceOutput& out) argument
482 out.Print("block cache %p, error %" B_PRIu64 ", %s%s%s",
522 virtual void AddDump(TraceOutput& out) argument
524 out.Print("block cache %p, block %" B_PRIu64 ", data %c%c%c: %s",
531 virtual void DumpStackTrace(TraceOutput& out) argument
533 out
651 AddDump(TraceOutput& out) argument
683 AddDump(TraceOutput& out) argument
730 AddDump(TraceOutput& out) argument
739 DumpStackTrace(TraceOutput& out) argument
[all...]
/haiku/src/system/libnetwork/netresolv/net/
H A Dgetnameinfo.c392 * commented out, since "for local host" is not
551 goto out;
564 goto out;
611 out:
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_ich8lan.c226 goto out;
230 goto out;
246 out:
338 goto out;
391 /* Toggling LANPHYPC brings the PHY out of SMBus mode
392 * so ensure that the MAC is also out of SMBus mode
414 goto out;
424 goto out;
437 out:
581 DEBUGOUT("Cannot determine PHY addr. Erroring out\
[all...]
/haiku/headers/cpp/
H A Deditbuf.h72 (Output has extra NUL at out[*LENP].) */
87 virtual streampos seekoff(streamoff, _seek_dir, int mode=ios::in|ios::out);
/haiku/src/add-ons/print/transports/lpr/
H A DLprTransport.cpp71 fStream.open(fFile, ios::in | ios::out | ios::binary | ios::trunc);
/haiku/src/add-ons/print/transports/ipp/
H A DIppTransport.cpp70 __fs.open(__file, ios::in | ios::out | ios::binary | ios::trunc);
/haiku/src/kits/interface/
H A DAlert.cpp299 // No window to update, so just hang out until we're done.
334 BMessage* out = fInvoker->Message(); local
335 if (out && (out->ReplaceInt32("which", which) == B_OK
336 || out->AddInt32("which", which) == B_OK))
/haiku/src/system/runtime_loader/
H A Druntime_loader.cpp417 goto out;
424 goto out;
446 goto out;
474 out:
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp108 virtual void AddDump(TraceOutput& out) argument
110 out.Print("tcp:%p (%12s) receive buffer %p (%" B_PRIu32 " bytes), "
145 virtual void AddDump(TraceOutput& out) argument
147 out.Print("tcp:%p (%12s) send buffer %p (%" B_PRIu32 " bytes), "
176 virtual void AddDump(TraceOutput& out) argument
178 out.Print("tcp:%p (%12s) state change", fEndpoint,
197 virtual void AddDump(TraceOutput& out) argument
199 out.Print("tcp:%p spawns %p", fListeningEndpoint, fSpawnedEndpoint);
219 virtual void AddDump(TraceOutput& out) argument
221 out
244 AddDump(TraceOutput& out) argument
268 AddDump(TraceOutput& out) argument
291 AddDump(TraceOutput& out) argument
[all...]
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A DL2capEndpoint.cpp668 fConfigState.out = ConfigState::SENT;
714 if (fConfigState.out < ConfigState::SENT)
716 else if (fConfigState.out == ConfigState::DONE)
775 fConfigState.out = ConfigState::DONE;
/haiku/src/bin/rc/
H A Dlexer.l205 abort_compile(B_NO_MEMORY, "out of memory");
266 abort_compile(B_NO_MEMORY, "out of memory");
/haiku/src/system/kernel/lib/
H A Dkernel_vsprintf.cpp446 goto out;
474 out:
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlogging.c101 * Find out which logging levels are enabled.
148 * Find out which logging flags are enabled.
378 goto out;
388 out:
/haiku/src/system/kernel/arch/x86/32/
H A Dthread.cpp55 virtual void AddDump(TraceOutput& out) argument
57 out.Print("syscall restart");
/haiku/src/system/boot/platform/efi/
H A Dvideo.cpp128 goto out;
148 out:
/haiku/src/add-ons/tracker/zipomatic/
H A DZipperThread.cpp269 ZipperThread::_PipeCommand(int argc, const char** argv, int& in, int& out, argument
308 out = outPipe[0]; // Read from out, taken from cmd's stdout
/haiku/src/kits/support/
H A DDateTime.cpp1026 BString out; local
1027 if (format.GetDayName(day, out, B_LONG_DATE_FORMAT) != B_OK)
1030 return out;
1056 BString out; local
1057 if (format.GetMonthName(month, out, B_LONG_DATE_FORMAT) != B_OK)
1060 return out;
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_input.c282 goto out;
291 goto out;
415 goto out;
421 goto out;
477 goto out;
485 goto out;
497 goto out;
505 goto out;
516 goto out;
522 goto out;
[all...]
/haiku/src/libs/stdc++/legacy/
H A Diostream.cc343 goto out;
347 goto out;
351 out:
926 pos = _strbuf->pubseekpos(pos, ios::out);
945 streampos pos = _strbuf->pubseekoff(0, ios::cur, ios::out);
/haiku/src/add-ons/translators/rtf/
H A Dconvert.cpp537 // put out header
571 // put out main text
587 // put out styles
622 // put out main text
645 // put out styles
737 font_family out; local
740 styles->runs[i].font.GetFamilyAndStyle(&out, NULL);
741 fontTable.insert(BString(out));
764 // Now we put out the actual text with styling information run by run
767 styles->runs[i].font.GetFamilyAndStyle(&out, NUL
[all...]
/haiku/src/tools/fs_shell/
H A Dvfs.cpp1117 // path component), and filter out multiple slashes
1257 // figure out if we need to start at root or at cwd
1476 goto out;
1496 goto out;
1510 goto out;
1519 goto out;
1538 out:
1785 // first, find out where we have to continue in our iovecs
1866 // there are no more bytes or iovecs, let's bail out
1896 // test if the vnode already exists and bail out i
[all...]

Completed in 256 milliseconds

1234567891011>>