Searched refs:code (Results 351 - 375 of 474) sorted by relevance

<<111213141516171819

/haiku/src/bin/
H A Dtranslate.cpp545 fprintf(stderr, "%s: bad format: %s\nformat is 4-byte type code or full MIME type\n",
571 "\t\"format\" can expressed as 4-byte type code (ie. 'TEXT') or as MIME type.\n",
661 uint8 code[4] = {' ', ' ', ' ', ' '};
664 code[i] = (uint8)string[i];
666 return B_HOST_TO_BENDIAN_INT32(*(uint32 *)code);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c38 * and is unaffected by regulatory/country code settings.
140 * The #if 0'ed code is to check whether the previous TSF
593 * the following code sets them back to non-RIFS values.
726 int code; member in struct:__anon1131
745 "%s BB hang, signature 0x%x, code 0x%x\n",
746 __func__, hang_sig, hang_list[i].code);
747 return hang_list[i].code;
/haiku/src/kits/interface/
H A DPrivateScreen.cpp420 int32 code; local
421 if (link.FlushWithReply(code) == B_OK
422 && code == B_OK)
H A DMenuBar.cpp391 BMenuBar::Perform(perform_code code, void* _data) argument
393 switch (code) {
450 return BMenu::Perform(code, _data);
H A DBox.cpp458 BBox::Perform(perform_code code, void* _data) argument
460 switch (code) {
509 return BView::Perform(code, _data);
H A DAlert.cpp463 BAlert::Perform(perform_code code, void* _data) argument
465 switch (code) {
472 return BWindow::Perform(code, _data);
H A DStatusBar.cpp636 BStatusBar::Perform(perform_code code, void* _data) argument
638 switch (code) {
687 return BView::Perform(code, _data);
H A DLayout.cpp638 BLayout::Perform(perform_code code, void* _data) argument
640 return BLayoutItem::Perform(code, _data);
H A DShape.cpp521 BShape::Perform(perform_code code, void* data) argument
523 return BArchivable::Perform(code, data);
H A DSeparatorView.cpp421 BSeparatorView::Perform(perform_code code, void* data) argument
423 return BView::Perform(code, data);
/haiku/src/kits/debugger/arch/x86/
H A DArchitectureX86.cpp417 uint8 code[1]; local
418 if (fTeamMemory->ReadMemory(eip, &code, 1) == 1
419 && code[0] == 0xc3) {
512 // allocate a buffer for the function code to disassemble
519 // read the code
669 // read the code - maximum x86{-64} instruction size = 15 bytes
/haiku/src/add-ons/translators/gif/
H A DGIFSave.cpp444 GIFSave::OutputCode(short code, int BITS, bool flush) argument
447 bit_buffer |= (unsigned int)code << bit_count;
467 bit_buffer |= (unsigned int) code << bit_count;
/haiku/src/kits/debugger/arch/x86_64/
H A DArchitectureX8664.cpp493 uint8 code[1]; local
494 if (fTeamMemory->ReadMemory(rip, &code, 1) == 1
495 && code[0] == 0xc3) {
589 // allocate a buffer for the function code to disassemble
596 // read the code
746 // read the code - maximum x86{-64} instruction size = 15 bytes
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_ht.c10 * 1. Redistributions of source code must retain the above copyright
216 int code, int baparamset, int batimeout);
487 * code paths, could also do it here).
2488 uint16_t baparamset, batimeout, code; local
2493 code = le16dec(frm+3);
2507 "code %d", tid, dialogtoken, code);
2516 "received %d, tid %d code %d",
2517 tap->txa_token, dialogtoken, tid, code);
2527 "received %s, tid %d code
2566 uint16_t baparamset, code; local
[all...]
/haiku/src/apps/icon-o-matic/import_export/flat_icon/
H A DFlatIconExporter.cpp101 FlatIconExporter::ErrorCodeToString(status_t code) argument
103 switch (code) {
123 return Exporter::ErrorCodeToString(code);
/haiku/headers/os/interface/
H A DTextView.h78 virtual void MouseMoved(BPoint where, uint32 code,
91 virtual status_t Perform(perform_code code, void* data);
344 bool _PerformMouseMoved(BPoint where, uint32 code);
H A DWindow.h236 virtual status_t Perform(perform_code code, void* data);
317 virtual BMessage* ConvertToMessage(void* raw, int32 code);
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPInterface.cpp608 report.code = StateMachine().fLastConnectionReportCode;
839 report.code = StateMachine().fLastConnectionReportCode;
1406 if (report.code == PPP_REPORT_UP_SUCCESSFUL) {
1409 } else if (report.code == PPP_REPORT_DOWN_SUCCESSFUL)
1939 - Any other value: Error code which was returned by the last failing handler.
2060 int32 code; local
2065 if (receive_data_with_timeout(&sender, &code, NULL, 0, info.delay) == B_OK) {
/haiku/src/preferences/locale/
H A DLanguageListView.cpp219 LanguageListView::ItemForLanguageCode(const char* code, int32* _index) const argument
225 if (item->Code() == code) {
/haiku/src/kits/game/
H A DDirectWindow.cpp344 BDirectWindow::ConvertToMessage(void* raw, int32 code) argument
346 return inherited::ConvertToMessage(raw, code);
/haiku/src/tests/add-ons/print/ppd/ui/
H A DPPDConfigView.cpp513 type_code code; local
514 for (int32 index = 0; defaultValues.GetInfo(B_STRING_TYPE, index, &name, &code) == B_OK; index ++) {
/haiku/headers/private/audio/
H A Dhmulti_audio.h4 /* possible auxillary functions (transport, time code, etc). */
646 uint32 code;
663 uint32 code;
/haiku/src/add-ons/kernel/network/ppp/pppoe/
H A DPPPoEDevice.cpp339 header.code = 0x00;
405 || header.code != 0x0 || header.sessionID != SessionID()) {
574 dprintf("PPPoEDevice::Receive fail unknown pppoed code\n");
/haiku/src/kits/debug/
H A Ddebug_support.cpp98 int32 code; local
99 ssize_t bytesRead = read_port(context->reply_port, &code, reply,
/haiku/src/add-ons/accelerants/radeon/
H A Dpll.c187 dividers->post_code = pll->post_divs[best_post_div_idx].code;
189 dividers->extra_post_code = pll->post_divs[best_extra_post_div_idx].code;
359 // in the original code, they set it to 330kHz if PAL is requested and
363 // in the original code, they don't define an upper limit
380 // in sample code, these limits are set in a strange way;
385 // in sample code, they use a variable post divider during calculation, but
393 // in sample code, lower limit is 4, but in register spec they say everything but 0/1

Completed in 200 milliseconds

<<111213141516171819