Home
last modified time | relevance | path

Searched refs:assign (Results 1 – 25 of 51) sorted by relevance

123

/haiku/src/apps/bootmanager/
H A Dbootman.S9 %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 DTools.inc57 %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 Dstraits.h45 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 Dbastring.h189 : 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 DSnapshot.cpp53 path.assign(ref.name); in GetPath()
57 path.assign(pathObj.Path()); in GetPath()
H A DScanner.cpp83 fTask.assign(kEmptyStr); in Refresh()
/haiku/src/system/boot/platform/bios_ia32/
H A Dstage1.nasm21 %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 DDebugTools.rst17 assign an appropriate string for the passed parameter and return the
H A DRGBColor.rst78 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 DDesktop.rst123 4. assign a temporary pointer the value of desktop_private::dragmessage
135 2. assign 0 to desktop_private::dragmessagesize and set
H A DTokenHandler.rst31 5. assign it to the local variable
H A DCursorManager.rst118 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 DColorUtils.rst101 assign the return value using SetRGBColor15.
H A DWinBorder.rst157 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 DNOTES8 B_OP_ALPHA (with B_ALPHA_OVERLAY) seems to *assign* the source alpha to the dest alpha, which makes…
/haiku/headers/cpp/
H A Deditbuf.h75 void assign(struct edit_string *src); // copy bytes from src to this
H A Dstl_list.h447 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 Dstl_vector.h300 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 Dstl_slist.h392 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 Dstl_bvector.h607 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 Dttyio.c209 status = sys$assign(&DevDesc, &DevChan, 0, 0);
263 status = sys$assign(&DevDesc, &DevChan, 0, 0); in tt_getch()
/haiku/3rdparty/kallisti5/
H A Dhowto-iommu-old.md112 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 Dhowto-iommu.md117 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 DMessageFlattenableItemTest.h79 fData.assign((const char*)buffer, numBytes - 1); in Unflatten()
/haiku/docs/develop/build/rc/
H A Dberes-deres.rst22 some reason, it lets you assign any kind of data to enum symbols, such as strings and floats. Since

123