Searched refs:source (Results 476 - 489 of 489) sorted by relevance

<<11121314151617181920

/haiku/headers/os/kernel/
H A DOS.h101 uint32 addressSpec, uint32 protection, area_id source);
/haiku/src/add-ons/kernel/network/stack/
H A Ddevice_interfaces.cpp119 sockaddr_dl& linkAddress = *(sockaddr_dl*)buffer->source;
/haiku/src/add-ons/translators/raw/
H A DRAW.cpp2131 /*! Construct a decode tree according the specification in *source.
2135 For example, if the source is
2157 DCRaw::_MakeDecoder(const uchar* source, int level)
2172 i += source[next++];
2178 _MakeDecoder(source, level + 1);
2180 _MakeDecoder(source, level + 1);
2182 current->leaf = source[16 + fDecodeLeaf++];
2185 return (uchar*)source + 16 + fDecodeLeaf;
/haiku/src/kits/interface/
H A DColumnListView.cpp4519 BRect source(fVisibleRect);
4521 source.bottom -= row->Height() + 1;
4523 CopyBits(source, dest);
4529 BRect source(fVisibleRect.left, newRowRect.top, fVisibleRect.right,
4531 BRect dest(source);
4533 CopyBits(source, dest);
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_mesh.c10 * Redistribution and use in source and binary forms, with or without
13 * 1. Redistributions of source code must retain the above copyright
979 const uint8_t source[IEEE80211_ADDR_LEN], uint32_t seq)
983 rt = ieee80211_mesh_rt_find(vap, source);
985 rt = ieee80211_mesh_rt_add(vap, source);
987 IEEE80211_NOTE_MAC(vap, IEEE80211_MSG_MESH, source,
992 IEEE80211_NOTE_MAC(vap, IEEE80211_MSG_MESH, source,
978 mesh_checkpseq(struct ieee80211vap *vap, const uint8_t source[IEEE80211_ADDR_LEN], uint32_t seq) argument
/haiku/src/add-ons/kernel/file_systems/layers/write_overlay/
H A Dwrite_overlay.cpp774 const void *source = element->buffer + (position local
777 ioRequest->CopyData(source, ioRequest->Offset()
779 } else if (user_memcpy(pointer, source, copyLength) < B_OK)
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp1447 const char* source = sources.StringAt(i); local
1454 parse_named_url(source, urlName, urlAddress);
1601 "noted in the source. Haiku" B_UTF8_REGISTERED
/haiku/src/servers/app/drawing/
H A DHWInterface.cpp400 // offset to left top pixel in source buffer (always B_RGBA32)
652 /*! - source is assumed to be already at the right offset
653 - source is assumed to be in B_RGBA32 format
785 args.source = src;
/haiku/src/kits/network/libnetapi/
H A DNetworkAddress.cpp963 memcpy(&fAddress, route->source, sizeof(sockaddr_storage));
/haiku/src/apps/mail/
H A DMailWindow.cpp1068 void* source; local
1070 if (msg->FindPointer("source", &source) == B_OK) {
1074 length = ((TTextView*)source)->TextLength();
1076 length = ((AddressTextControl*)source)->TextLength();
/haiku/src/servers/app/drawing/interface/local/
H A DAccelerantHWInterface.cpp1321 memcpy(&restrictions->source, &constraints.view, sizeof(overlay_limits));
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_eeprom.c86 * by setting source to calibration_data_none=0.
88 void ar9300_calibration_data_set(struct ath_hal *ah, int32_t source) argument
91 AH9300(ah)->calibration_data_source = source;
93 calibration_data_try = source;
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp595 void _Allocate(uint8*& target, void* source) argument
597 if (source == NULL) {
602 target = alloc_tracing_buffer_memcpy(source, fSize, false);
/haiku/src/kits/tracker/
H A DContainerWindow.cpp942 // look for background image info in the source for defaults
985 // look for background image info in the source for defaults
2493 BContainerWindow::ShowDropContextMenu(BPoint where, BPoseView* source) argument
2521 if (item->Command() == kMoveSelectionTo && source != NULL) {
2522 item->SetEnabled(!source->SelectedVolumeIsReadOnly()

Completed in 200 milliseconds

<<11121314151617181920