Searched refs:base (Results 326 - 350 of 413) sorted by relevance

<<11121314151617

/haiku/src/apps/people/
H A DPictureView.cpp260 rgb_color base = ui_color(B_PANEL_BACKGROUND_COLOR); local
264 SetHighColor(tint_color(base, B_DARKEN_3_TINT));
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp286 rgb_color base = ui_color(B_PANEL_BACKGROUND_COLOR); local
297 base, base, BControlLook::B_ACTIVATED
300 updateRect, base, BControlLook::B_ACTIVATED);
304 SetHighColor(base);
309 base = tint_color(base, tint);
310 SetHighColor(base);
2269 // Add common submenu for this base URL, clickable.
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Des1370.c444 card->config.base = card->info.u.h0.base_registers[0];
450 card->info.u.h0.subsystem_id, card->config.base));
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_interface.h88 typedef int beos_op_walk(void *ns, void *base, const char *file, char **newpath,
/haiku/headers/private/userlandfs/legacy/
H A Dfsproto.h74 typedef int op_walk(void *ns, void *base, const char *file, char **newpath,
/haiku/src/add-ons/accelerants/intel_extreme/
H A Dengine.cpp146 uint32 *target = (uint32 *)(fRingBuffer.base + fRingBuffer.position);
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Drunlist.c54 * @base:
63 static void ntfs_rl_mm(runlist_element *base, int dst, int src, int size) argument
66 memmove(base + dst, base + src, size * sizeof(*base));
951 * If this is the base of runlist (if 'lowest_vcn' is 0), then
990 } else /* Not the base extent. There may be more extents to follow. */
/haiku/headers/os/kernel/
H A Ddebugger.h396 addr_t base; // function base address member in struct:debug_profile_function
/haiku/src/kits/tracker/
H A DFSUtils.h337 void AddOne(directory_which, directory_which base,
/haiku/src/tools/fs_shell/
H A Dblock_cache.cpp776 get_writable_cached_block(block_cache* cache, fssh_off_t blockNumber, fssh_off_t base, argument
1656 fssh_off_t base, fssh_off_t length, int32_t transaction, void** _block)
1666 return get_writable_cached_block(cache, blockNumber, base, length,
1707 fssh_block_cache_get_etc(void* _cache, fssh_off_t blockNumber, fssh_off_t base, argument
1655 fssh_block_cache_get_writable_etc(void* _cache, fssh_off_t blockNumber, fssh_off_t base, fssh_off_t length, int32_t transaction, void** _block) argument
/haiku/headers/os/drivers/
H A DACPI.h242 status_t (*get_next_entry)(uint32 objectType, const char *base,
/haiku/src/apps/debuganalyzer/gui/
H A DHeaderView.cpp34 rgb_color base = ui_color(B_PANEL_BACKGROUND_COLOR); local
35 view->SetHighColor(tint_color(base, B_DARKEN_2_TINT));
42 // base = tint_color(base, B_DARKEN_1_TINT);
44 be_control_look->DrawButtonBackground(view, bgRect, updateRect, base, 0,
/haiku/src/bin/pcmcia-cs/
H A Ddump_cis.c335 printf(" 0x%4.4x-0x%4.4x", io->win[i].base,
336 io->win[i].base+io->win[i].len-1);
814 printf("%sconfig%s base 0x%4.4x", indent,
816 cfg->base);
/haiku/src/kits/interface/
H A DTextControl.cpp362 rgb_color base = ViewColor(); local
370 be_control_look->DrawTextControlBorder(this, rect, updateRect, base,
386 base, flags, BAlignment(fLabelAlign, B_ALIGN_MIDDLE));
874 // If the user set a layout, we let the base class version call its
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_scan_sw.c55 struct ieee80211_scan_state base; /* public state */ member in struct:scan_state
1037 ic->ic_scan = &ss->base;
1038 ss->base.ss_ic = ic;
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCVMTranslationMapClassic.cpp145 // mark the vsid base not in use
182 // allocate a VSID base for this one
749 PPCVMTranslationMapClassic::UnmapPages(VMArea* area, addr_t base, size_t size, argument
757 addr_t start = base;
758 addr_t end = base + size - 1;
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCVMTranslationMap460.cpp145 // mark the vsid base not in use
182 // allocate a VSID base for this one
749 PPCVMTranslationMap460::UnmapPages(VMArea* area, addr_t base, size_t size, argument
757 addr_t start = base;
758 addr_t end = base + size - 1;
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KVMTranslationMap040.cpp185 // If start == 0, the actual base address is not yet known to the caller and
504 M68KVMTranslationMap040::UnmapPages(VMArea* area, addr_t base, size_t size, argument
512 addr_t start = base;
513 addr_t end = base + size - 1;
/haiku/src/add-ons/accelerants/radeon_hd/
H A Ddisplayport.cpp64 unsigned char* base = (unsigned char*)(gAtomContext->scratch + 1); local
68 memcpy(base, send, sendBytes);
93 memcpy(recv, base + 16, recvLength);
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86VMTranslationMapPAE.cpp262 B_PRIxPHYSADDR ", virtual base: %#" B_PRIxADDR "\n",
365 // If start == 0, the actual base address is not yet known to the caller and
631 X86VMTranslationMapPAE::UnmapPages(VMArea* area, addr_t base, size_t size, argument
637 addr_t start = base;
638 addr_t end = base + size - 1;
/haiku/src/system/boot/platform/efi/
H A Ddtb.cpp63 get_uart(addr_t base, int64 clock) { argument
65 return new(buffer) T(base, clock);
72 DebugUART* (*uart_driver_init)(addr_t base, int64 clock);
/haiku/src/system/libnetwork/netresolv/nameser/
H A Dns_name.c787 strncasecmp((const char *) a->base,
788 (const char *) b->base, (size_t)a->len) != 0)
798 /* Build an array of <base,len> tuples from an nname, top-down order.
843 map[l].base = nname;
/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp485 VMAnonymousCache::SetCanSwapPages(off_t base, size_t size, bool canSwap) argument
487 const page_num_t first = base >> PAGE_SHIFT;
488 const size_t count = PAGE_ALIGN(size + ((first << PAGE_SHIFT) - base)) >> PAGE_SHIFT;
830 generic_addr_t vectorBase = vecs[i].base;
852 vector->base = vectorBase;
/haiku/src/add-ons/kernel/busses/usb/
H A Duhci.cpp555 TRACE_ALWAYS("register base: 0x%08" B_PRIx32 "\n", fRegisterBase);
588 // Set base pointer and reset frame number
1098 vector.base = (generic_addr_t)requestData;
2298 vector[vectorIndex].base + vectorOffset, physical, length);
2358 vector[vectorIndex].base + vectorOffset, physical,
2431 (uint8 *)vector->base + vectorOffset, bufferSize);
2460 memcpy((uint8 *)vector->base + vectorOffset,
/haiku/src/kits/app/
H A DApplication.cpp1454 uint8* base; local
1455 status = fServerAllocator->AddArea(sharedReadOnlyArea, area, base, true);
1459 fServerReadOnlyMemory = base;

Completed in 226 milliseconds

<<11121314151617