/haiku/src/apps/bootmanager/ |
H A D | bootman.S | 9 %assign USE_TEST_MENU 0 11 %assign BOOT_BLOCK_START_ADDRESS 0x7c00 13 %assign MBR_SIGNATURE 0xAA55 17 %assign BIOS_VIDEO_SERVICES 0x10 18 %assign BIOS_DISK_SERVICES 0x13 19 %assign BIOS_KEYBOARD_SERVICES 0x16 20 %assign BIOS_REBOOT 0x19 ; dl - boot drive number 21 %assign BIOS_TIME_SERVICES 0x1A 24 %assign SET_VIDEO_MODE 0x00 ; al - mode 26 %assign SET_CURSOR_SHAPE 0x01 ; ch - starting scan line (5 bits) [all …]
|
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/ |
H A D | Tools.inc | 57 %assign %$STACK 0 58 %assign %$STACKN 0 59 %assign %$ARG 4 83 %assign %$ARG %$ARG+%1 87 %assign %$STACKN %$STACKN-%1 93 %assign %$STACK (-%$STACKN) 99 %assign %$STACK %$STACK+4 108 %assign %$STACK %$STACK-4
|
/haiku/headers/cpp/std/ |
H A D | straits.h | 45 static void assign (char_type& c1, const char_type& c2) in assign() function 80 assign (s1[n], s2[n]); in copy() 89 assign (a[i], s2[i]); in move() 91 assign (s1[i], a[i]); in move() 98 assign (s1[n], c); in set() 111 static void assign (char_type& c1, const char_type& c2) 139 static void assign (char_type& c1, const char_type& c2)
|
H A D | bastring.h | 189 : dat (nilRep.grab ()) { assign (_str, pos, n); } 191 : dat (nilRep.grab ()) { assign (s, n); } in basic_string() 193 : dat (nilRep.grab ()) { assign (s); } in basic_string() 195 : dat (nilRep.grab ()) { assign (n, c); } in basic_string() 202 : dat (nilRep.grab ()) { assign (__begin, __end); } in basic_string() 229 basic_string& assign (const basic_string& str, size_type pos = 0, 232 basic_string& assign (const charT* s, size_type n) in assign() function 234 basic_string& assign (const charT* s) in assign() function 235 { return assign (s, traits::length (s)); } in assign() 236 basic_string& assign (size_type n, charT c) in assign() function [all …]
|
/haiku/src/apps/diskusage/ |
H A D | Snapshot.cpp | 53 path.assign(ref.name); in GetPath() 57 path.assign(pathObj.Path()); in GetPath()
|
H A D | Scanner.cpp | 83 fTask.assign(kEmptyStr); in Refresh()
|
/haiku/src/system/boot/platform/bios_ia32/ |
H A D | stage1.nasm | 21 %assign DEBUG 0 26 %assign BOOT_BLOCK_START_ADDRESS 0x7c00 27 %assign STACK_ADDRESS BOOT_BLOCK_START_ADDRESS 28 %assign READ_BUFFER_STACK STACK_ADDRESS - 0x2000 29 %assign PARTITION_OFFSET_OFFSET 506 30 %assign BFS_SUPERBLOCK_OFFSET 512 36 %assign SUPER_BLOCK_MAGIC2 0xdd121031 37 %assign SUPER_BLOCK_MAGIC3 0x15b6830e 39 %assign INODE_MAGIC1 0x3bbe0ad9 41 %assign NUM_DIRECT_BLOCKS 12 [all …]
|
/haiku/docs/develop/servers/app_server/ |
H A D | DebugTools.rst | 17 assign an appropriate string for the passed parameter and return the
|
H A D | RGBColor.rst | 78 2. Get the 32-bit value from the palette and assign it to the internal rgb_color 114 d) assign modifier to the component (thiscolor.component=int8(mod))
|
H A D | Desktop.rst | 123 4. assign a temporary pointer the value of desktop_private::dragmessage 135 2. assign 0 to desktop_private::dragmessagesize and set
|
H A D | TokenHandler.rst | 31 5. assign it to the local variable
|
H A D | CursorManager.rst | 118 2. use a switch statement to figure which cursor to return and assign a 147 2. Create a local cursor_which and assign it the value of the
|
H A D | ColorUtils.rst | 101 assign the return value using SetRGBColor15.
|
H A D | WinBorder.rst | 157 3. Get the new decorator's footprint region and assign it to the full and visible regions
|
/haiku/src/servers/app/drawing/Painter/ |
H A D | NOTES | 8 B_OP_ALPHA (with B_ALPHA_OVERLAY) seems to *assign* the source alpha to the dest alpha, which makes…
|
/haiku/headers/cpp/ |
H A D | editbuf.h | 75 void assign(struct edit_string *src); // copy bytes from src to this
|
H A D | stl_list.h | 447 void assign(size_type __n, const _Tp& __val); 452 void assign(_InputIterator __first, _InputIterator __last) { in assign() function 459 { assign((size_type) __n, (_Tp) __val); } in _M_assign_dispatch() 633 void list<_Tp, _Alloc>::assign(size_type __n, const _Tp& __val) { in assign() function
|
H A D | stl_vector.h | 300 void assign(size_type __n, const _Tp& __val); 305 void assign(_InputIterator __first, _InputIterator __last) { in assign() function 312 { assign((size_type) __n, (_Tp) __val); } in _M_assign_dispatch() 544 void vector<_Tp, _Alloc>::assign(size_t __n, const value_type& __val) { in assign() function
|
H A D | stl_slist.h | 392 void assign(size_type __n, const _Tp& __val); 397 void assign(_InputIterator __first, _InputIterator __last) { in assign() function 404 { assign((size_type) __n, (_Tp) __val); } in _M_assign_dispatch() 707 void slist<_Tp, _Alloc>::assign(size_type __n, const _Tp& __val) { in assign() function
|
H A D | stl_bvector.h | 607 void assign(size_t __n, bool __x) { in assign() function 621 void assign(_InputIterator __first, _InputIterator __last) { in assign() function 628 { assign((size_t) __n, (bool) __val); } in _M_assign_dispatch()
|
/haiku/src/bin/unzip/ |
H A D | ttyio.c | 209 status = sys$assign(&DevDesc, &DevChan, 0, 0); 263 status = sys$assign(&DevDesc, &DevChan, 0, 0); in tt_getch()
|
/haiku/3rdparty/kallisti5/ |
H A D | howto-iommu-old.md | 112 sudo qemu-system-x86_64 --enable-kvm -hda haiku-nightly-anyboot.image -m 2048 -device pci-assign,ho… 128 [ 1972.212231] pci-stub 0000:07:00.0: kvm assign device
|
H A D | howto-iommu.md | 117 sudo qemu-system-x86_64 --enable-kvm -hda haiku-nightly-anyboot.image -m 2048 -device pci-assign,ho…
|
/haiku/src/tests/kits/app/bmessage/ |
H A D | MessageFlattenableItemTest.h | 79 fData.assign((const char*)buffer, numBytes - 1); in Unflatten()
|
/haiku/docs/develop/build/rc/ |
H A D | beres-deres.rst | 22 some reason, it lets you assign any kind of data to enum symbols, such as strings and floats. Since
|