Home
last modified time | relevance | path

Searched defs:base (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/haiku/src/add-ons/kernel/drivers/graphics/et6x00/
H A Dacl.c11 __inline void et6000aclMasterInterruptEnable(void *base) { in et6000aclMasterInterruptEnable()
15 __inline void et6000aclMasterInterruptDisable(void *base) { in et6000aclMasterInterruptDisable()
19 __inline void et6000aclReadInterruptEnable(void *base) { in et6000aclReadInterruptEnable()
23 __inline void et6000aclReadInterruptDisable(void *base) { in et6000aclReadInterruptDisable()
27 __inline void et6000aclWriteInterruptEnable(void *base) { in et6000aclWriteInterruptEnable()
31 __inline void et6000aclWriteInterruptDisable(void *base) { in et6000aclWriteInterruptDisable()
35 __inline void et6000aclReadInterruptClear(void *base) { in et6000aclReadInterruptClear()
39 __inline void et6000aclWriteInterruptClear(void *base) { in et6000aclWriteInterruptClear()
43 __inline char et6000aclInterruptCause(void *base) { in et6000aclInterruptCause()
/haiku/src/system/libroot/posix/glibc/include/arch/m68k/
H A Dasm-syntax.h49 #define MEM(base)R(base)@ argument
50 #define MEM_DISP(base,displacement)R(base)@(displacement) argument
51 #define MEM_INDX(base,idx,size_suffix)R(base)@(R(idx):size_suffix) argument
52 #define MEM_INDX1(base,idx,size_suffix,scale)R(base)@(R(idx):size_suffix:scale) argument
68 #define MEM(base)(R(base)) argument
69 #define MEM_DISP(base,displacement)(displacement,R(base)) argument
73 #define MEM_INDX_(base,idx,size_suffix)(R(base),R(idx##.##size_suffix)) argument
74 #define MEM_INDX(base,idx,size_suffix)MEM_INDX_(base,idx,size_suffix) argument
75 #define MEM_INDX1_(base,idx,size_suffix,scale)(R(base),R(idx##.##size_suffix*scale)) argument
76 #define MEM_INDX1(base,idx,size_suffix,scale)MEM_INDX1_(base,idx,size_suffix,scale) argument
[all …]
/haiku/src/add-ons/control_look/FlatControlLook/
H A DFlatControlLook.cpp55 const rgb_color& base, const rgb_color& background, uint32 flags, in DrawButtonFrame()
65 float radius, const rgb_color& base, const rgb_color& background, uint32 flags, in DrawButtonFrame()
76 float leftBottomRadius, float rightBottomRadius, const rgb_color& base, in DrawButtonFrame()
87 const BRect& updateRect, const rgb_color& base, uint32 flags, in DrawButtonBackground()
97 const BRect& updateRect, float radius, const rgb_color& base, uint32 flags, in DrawButtonBackground()
108 float leftBottomRadius, float rightBottomRadius, const rgb_color& base, in DrawButtonBackground()
118 const rgb_color& base, uint32 flags, uint32 borders) in DrawMenuBarBackground()
168 const BRect& updateRect, const rgb_color& base, in DrawMenuFieldFrame()
178 const BRect& updateRect, float radius, const rgb_color& base, in DrawMenuFieldFrame()
190 float rightBottomRadius, const rgb_color& base, in DrawMenuFieldFrame()
[all …]
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp116 const BRect& updateRect, const rgb_color& base, in DrawButtonFrame()
126 const BRect& updateRect, float, const rgb_color& base, in DrawButtonFrame()
136 const BRect& updateRect, float, float, float, float, const rgb_color& base, in DrawButtonFrame()
146 const BRect& updateRect, const rgb_color& base, uint32 flags, in DrawButtonBackground()
156 const BRect& updateRect, float, const rgb_color& base, uint32 flags, in DrawButtonBackground()
166 const BRect& updateRect, float, float, float, float, const rgb_color& base, in DrawButtonBackground()
176 const rgb_color& base, uint32 flags) in DrawCheckBox()
302 const BRect& updateRect, const rgb_color& base, uint32 flags) in DrawRadioButton()
401 const BRect& updateRect, const rgb_color& base, uint32 flags, in DrawScrollBarBorder()
427 const BRect& updateRect, const rgb_color& base, uint32 flags, in DrawScrollBarButton()
[all …]
/haiku/src/system/boot/platform/efi/
H A Dheap.cpp17 efi_physical_addr base; in platform_allocate_heap_region() local
27 platform_free_heap_region(void* base, size_t size) in platform_free_heap_region()
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A D_itoa.h39 unsigned int base, int upper_case) in _itoa_word()
73 _fitoa_word (unsigned long value, char *buf, unsigned int base, int upper_case) in _fitoa_word()
83 _fitoa (unsigned long long value, char *buf, unsigned int base, int upper_case) in _fitoa()
/haiku/src/kits/interface/
H A DHaikuControlLook.cpp109 const rgb_color& base, const rgb_color& background, uint32 flags, in DrawButtonFrame()
119 float radius, const rgb_color& base, const rgb_color& background, uint32 flags, in DrawButtonFrame()
130 float leftBottomRadius, float rightBottomRadius, const rgb_color& base, in DrawButtonFrame()
142 const BRect& updateRect, const rgb_color& base, uint32 flags, in DrawButtonBackground()
152 const BRect& updateRect, float radius, const rgb_color& base, uint32 flags, in DrawButtonBackground()
163 float leftBottomRadius, float rightBottomRadius, const rgb_color& base, in DrawButtonBackground()
174 const BRect& updateRect, const rgb_color& base, uint32 flags, in DrawMenuBarBackground()
220 const BRect& updateRect, const rgb_color& base, in DrawMenuFieldFrame()
230 const BRect& updateRect, float radius, const rgb_color& base, in DrawMenuFieldFrame()
242 float rightBottomRadius, const rgb_color& base, in DrawMenuFieldFrame()
[all …]
/haiku/src/system/libroot/posix/
H A Dinttypes.c36 strtoimax(const char *string, char **_end, int base) in strtoimax()
43 strtoumax(const char *string, char **_end, int base) in strtoumax()
/haiku/src/system/kernel/arch/arm/
H A Darch_uart_8250_omap.cpp17 ArchUART8250Omap::ArchUART8250Omap(addr_t base, int64 clock) in ArchUART8250Omap()
62 arch_get_uart_8250_omap(addr_t base, int64 clock) in arch_get_uart_8250_omap()
/haiku/src/system/libroot/posix/stdlib/
H A Dstrtoll.c50 strtoll(const char * __restrict nptr, char ** __restrict endptr, int base) in strtoll()
157 __strtoll_internal(const char *number, char **_end, int base, int group) in __strtoll_internal()
H A Dstrtol.c51 strtol(const char * __restrict nptr, char ** __restrict endptr, int base) in strtol()
156 __strtol_internal(const char *number, char **_end, int base, int group) in __strtol_internal()
H A Dstrtoull.c50 strtoull(const char * __restrict nptr, char ** __restrict endptr, int base) in strtoull()
134 __strtoull_internal(const char *number, char **_end, int base, int group) in __strtoull_internal()
H A Dstrtoul.c51 strtoul(const char * __restrict nptr, char ** __restrict endptr, int base) in strtoul()
135 __strtoul_internal(const char *number, char **_end, int base, int group) in __strtoul_internal()
/haiku/src/add-ons/accelerants/intel_extreme/
H A Dmemory.cpp30 intel_free_memory(addr_t base) in intel_free_memory()
45 intel_allocate_memory(size_t size, uint32 flags, addr_t &base) in intel_allocate_memory()
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DBlockAllocator.cpp197 BlockAllocator::AllocateExactly(uint64 base, uint64 count, in AllocateExactly()
219 BlockAllocator::Free(uint64 base, uint64 count, Transaction& transaction) in Free()
259 BlockAllocator::_Allocate(uint64 base, uint64 searchEnd, uint64 count, in _Allocate()
355 BlockAllocator::_AllocateInGroup(uint64 base, uint64 searchEnd, uint32 count, in _AllocateInGroup()
485 BlockAllocator::_AllocateInBitmapBlock(uint64 base, uint32 count, in _AllocateInBitmapBlock()
588 BlockAllocator::_Free(uint64 base, uint64 count, Transaction& transaction) in _Free()
618 BlockAllocator::_FreeInGroup(uint64 base, uint32 count, in _FreeInGroup()
665 BlockAllocator::_FreeInBitmapBlock(uint64 base, uint32 count, in _FreeInBitmapBlock()
/haiku/src/system/libroot/posix/musl/search/
H A Dlsearch.c4 void *lsearch(const void *key, void *base, size_t *nelp, size_t width, in lsearch() argument
18 void *lfind(const void *key, const void *base, size_t *nelp, in lfind()
/haiku/src/add-ons/kernel/cpu/x86/
H A Dgeneric_x86.cpp70 set_mtrr(uint32 index, uint64 base, uint64 length, uint8 type) in set_mtrr()
149 generic_set_mtrr(uint32 index, uint64 base, uint64 length, uint8 type) in generic_set_mtrr()
166 uint64 base = x86_read_msr(IA32_MSR_MTRR_PHYSICAL_BASE_0 + index * 2); in generic_get_mtrr() local
248 uint64 base; in generic_dump_mtrrs() local
/haiku/src/system/kernel/vm/
H A DVMArea.cpp68 VMArea::IsWired(addr_t base, size_t size) const in IsWired()
124 VMArea::Unwire(addr_t base, size_t size, bool writable) in Unwire()
177 VMArea::AddWaiterIfWired(VMAreaUnwiredWaiter* waiter, addr_t base, size_t size, in AddWaiterIfWired()
/haiku/src/system/kernel/arch/riscv64/
H A Darch_uart_sifive.cpp11 ArchUARTSifive::ArchUARTSifive(addr_t base, int64 clock) in ArchUARTSifive()
112 arch_get_uart_sifive(addr_t base, int64 clock) in arch_get_uart_sifive()
/haiku/src/bin/debug/profile/
H A DSharedImage.h22 Symbol(SharedImage* image, addr_t base, size_t size, const char* name) in Symbol()
34 addr_t base; variable
/haiku/src/servers/app/
H A DClientMemoryAllocator.h24 uint8* base; member
30 uint8* base; member
/haiku/src/libs/stdc++/legacy/
H A Dbasename.c27 const char *base = name; local
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dmalloc.h43 #define kernel_malloc(size, base, flags) \ argument
53 #define kernel_contigfree(addr, size, base) \ argument
62 # define contigfree(addr, size, base) \ argument
/haiku/src/system/boot/platform/bios_ia32/
H A Dmmu.cpp129 uint64 base = *nextAddress; in allocate_physical() local
176 add_page_table(addr_t base) in add_page_table()
466 mmu_allocate_physical(addr_t base, size_t size) in mmu_allocate_physical()
690 uint64 base = extMemoryBlock[i].base_addr; in mmu_init() local
738 uint64 base = extMemoryBlock[i].base_addr; in mmu_init() local
833 addr_t base = allocate_physical(size); in platform_allocate_heap_region() local
845 addr_t base = (addr_t)_base; in platform_free_heap_region() local
/haiku/src/system/libroot/posix/time/
H A Dtimespec_get.cpp16 timespec_get(struct timespec* time, int base) in timespec_get()

12345678910>>...12