Home
last modified time | relevance | path

Searched defs:push (Results 1 – 21 of 21) sorted by relevance

/reactos/boot/freeldr/bootsect/
H A Dbtrfs.S110 push ds // ds must be DATA_BUFFER_SEGMENT define
139 push ds define
322 push ds define
468 push ds define
535 push ds define
605 push ds define
708 push ds define
711 push di define
714 push ds define
H A Dext2.S383 push di define
412 push di // Save the start of the directory entry define
506 push ds // Save DS define
570 push di define
629 push di // Save array offset define
H A Disoboot.S353 push di // save DI define
499 push ds define
528 push di // Save these... define
647 push di define
702 push ds define
795 push ds define
846 push di define
851 push ds define
H A Dntfs.S444 push di define
584 push di define
631 push di define
661 push di define
H A Dfat.S312 push dx // Put 64-bit logical define
H A Dfaty.S515 push di // Put transfer offset on stack define
/reactos/modules/rostests/apitests/ntdll/i386/
H A DNtContinue.S27 push ds define
/reactos/drivers/filesystems/btrfs/
H A Dcrc32c.S126 push ebp label
129 push esi label
130 push ebx label
175 push ebp label
/reactos/boot/freeldr/freeldr/arch/i386/
H A Dint386.S49 push ds define
H A Di386trap.S39 push ds define
/reactos/sdk/lib/3rdparty/stlport/src/
H A Dlock_free_slist.h55 void push(item* __item) { in push() function
209 void push(item* __item) { in push() function
/reactos/boot/environ/lib/arch/i386/
H A Dtransfer.s36 push ds define
/reactos/sdk/include/c++/stlport/stl/
H A D_stack.h86 void push(const value_type& __x) { c.push_back(__x); } in push() function
H A D_queue.h100 void push(const value_type& __x) { c.push_back(__x); } in push() function
/reactos/dll/opengl/glu32/src/libnurbs/internals/
H A Dmesher.cc84 Mesher::push( GridTrimVertex *gt ) in push() function in Mesher
/reactos/boot/freeldr/bootsect/pc98/
H A Dfat12fdd.S360 push di define
/reactos/base/applications/calc/
H A Drpn_mpfr.c114 static void push(calc_node_t *op) in push() function
H A Drpn_ieee.c113 static void push(calc_node_t *op) in push() function
/reactos/sdk/lib/3rdparty/freetype/src/gxvalid/
H A Dgxvkern.c271 FT_UShort push; in gxv_kern_subtable_fmt1_entry_validate() local
/reactos/modules/rostests/winetests/jscript/
H A Dapi.js995 Array.prototype.push.call(arr, 2); method in Array
/reactos/sdk/lib/3rdparty/libxml2/
H A Dxmllint.c148 static int push = 0; variable