Searched refs:si (Results 1 - 25 of 109) sorted by relevance

12345

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Di2l.c72 Overlay_i si; local
85 si.i = (PRInt32)atoi(opt->value);
108 PR_fprintf(err, "Converting %ld: ", si.i);
109 LL_I2L(si.l, si.i);
110 PR_fprintf(err, "%lld\n", si.l);
/vbox/src/VBox/Devices/PC/BIOS/
H A Dinlines.h88 parm [es di] [dx si] [cx];
98 parm [es di] [dx si] [cx];
112 #pragma aux rep_outsb = ".286" "rep outs dx,byte ptr es:[si]" parm [es si] [cx] [dx] value [es si] modify exact [cx si];
115 #pragma aux rep_outsw = ".286" "rep outs dx,word ptr es:[si]" parm [es si] [cx] [dx] value [es si] modify exact [cx si];
[all...]
H A Dpcibios.inc237 mov si, pci_routing_table_structure
238 mov bh, [si+8]
239 mov bl, [si+9]
244 cmp eax, [si+12] ;; check irq router
247 mov dl, [si+34]
255 mov ax, [si+6]
259 add si, 20h ;; set pointer to 1st entry
266 mov bh, [si]
267 mov bl, [si+1]
295 mov al, [si
[all...]
H A DVBoxBiosAlternative.asm1066 push si ; 56
1073 xor si, si ; 31 f6
1076 cmp word [es:si], 0aa55h ; 26 81 3c 55 aa
1083 mov al, byte [es:si+002h] ; 26 8a 44 02
1097 pop si ; 5e
1113 push si ; 56
1116 mov si, dx ; 89 d6
1118 mov byte [es:si], bl ; 26 88 1c
1120 pop si ;
[all...]
H A Dapm.c86 #define SI r.gr.u.r16.si
115 parm [si] modify exact [si] nomemory;
H A Dpciutil.c58 parm [ax] [cx dx] [si] value [bx];
67 parm [ax] [cx] [dx] [si] value [bx];
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dprocess.c55 STARTUPINFO si; local
60 ZeroMemory( &si, sizeof(si) );
61 si.cb = sizeof(si);
71 NULL, &si, &pi) )
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/firmware/pcbios/
H A De820mangler.S90 * %si Memory window
102 cmpl 4(%si), %edx
104 cmpl 0(%si), %eax
106 movl 4(%si), %edx
107 movl 0(%si), %eax
109 cmpl 12(%si), %ecx
111 cmpl 8(%si), %ebx
113 movl 12(%si), %ecx
114 movl 8(%si), %ebx
143 movw $ext_memory_window, %si
[all...]
/vbox/src/VBox/Devices/Graphics/BIOS/
H A Dinlines.h69 parm [es di] [dx si] [cx];
81 #pragma aux rep_outsb = ".286" "rep outs dx,byte ptr es:[si]" parm [es si] [cx] [dx] value [es si] modify exact [cx si];
84 #pragma aux rep_outsw = ".286" "rep outs dx,word ptr es:[si]" parm [es si] [cx] [dx] value [es si] modify exact [cx si];
87 #pragma aux rep_outsd = ".386" "rep outs dx,dword ptr es:[si]" par
[all...]
H A DVBoxVgaBiosAlternative.asm1469 ; mov si, di ; 8b f7
1589 push si ; 56
1591 mov si, dx ; 89 d6
1596 mov word [es:si], strict word 00000h ; 26 c7 04 00 00
1604 mov word [es:si], ax ; 26 89 04
1614 pop si ; 5e
1623 push si ; 56
1627 mov si, dx ; 89 d6
1674 mov word [ss:si], ax ; 36 89 04
1677 pop si ;
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/prefix/
H A Dromprefix.S202 movw $init_message, %si
231 movw $init_message_pci, %si
282 xorw %si, %si
289 movw $init_message_pnp, %si
295 movw $init_message_int19, %si
317 xorw %si, %si
324 movw $init_message_pmm, %si
370 xorw %si,
[all...]
H A Dexeprefix.S130 movzbw PSP_CMDLINE_LEN, %si
131 movb $0, PSP_CMDLINE_START(%si)
135 movw %ds, %si
H A Dpxeprefix.S56 movw $10f, %si
123 movw $10f, %si
140 movw $10f, %si
166 movw %bx, %si
217 movw $10f, %si
254 movw $10f, %si
262 movw $10f, %si
270 movw $10f, %si
278 movw $10f, %si
286 movw $20f, %si
[all...]
H A Ddskprefix.S62 ldsw %es:(%bx),%si /* loads ds and si */
69 movsw /* ds:si is source, es:di is dest */
76 movw %es,%si
77 xchgw %si,2(%bx)
80 movw %si, dpseg /* to restore just before finishing */
97 movw $disksizes, %si /* table of sizes to try */
103 cmpw $disksizes+4, %si
115 movw $msg1, %si
138 movw dpseg, %si
[all...]
H A Dbootpart.S31 xorw %si, %si
59 movw $10f, %si
67 * %si : Failure string
206 movw $lba_desc, %si
H A Dlibprefix.S38 pushw %si
43 movw $progress_\@, %si
46 popw %si
100 * %ds:si : string to print
103 * %ds:si : character after terminating NUL
410 movw %si, %ds
411 xorw %si, %si
670 movw %cs, %si
693 movw $a20_death_message, %si
[all...]
H A Dlkrnprefix.S75 movw $why, %si
213 popw %si
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddrawprim.c113 const struct wined3d_stream_info *si, UINT NumVertexes, GLenum glPrimType,
155 if (si->use_map & (1 << WINED3D_FFP_POSITION))
157 element = &si->elements[WINED3D_FFP_POSITION];
161 if (si->use_map & (1 << WINED3D_FFP_NORMAL))
163 element = &si->elements[WINED3D_FFP_NORMAL];
172 if (si->use_map & (1 << WINED3D_FFP_DIFFUSE))
174 element = &si->elements[WINED3D_FFP_DIFFUSE];
185 if (si->use_map & (1 << WINED3D_FFP_SPECULAR))
187 element = &si->elements[WINED3D_FFP_SPECULAR];
193 || si
112 drawStridedSlow(const struct wined3d_device *device, const struct wined3d_context *context, const struct wined3d_stream_info *si, UINT NumVertexes, GLenum glPrimType, const void *idxData, UINT idxSize, UINT startIdx) argument
467 drawStridedSlowVs(const struct wined3d_gl_info *gl_info, const struct wined3d_state *state, const struct wined3d_stream_info *si, UINT numberOfVertices, GLenum glPrimitiveType, const void *idxData, UINT idxSize, UINT startIdx) argument
535 drawStridedInstanced(const struct wined3d_gl_info *gl_info, const struct wined3d_state *state, const struct wined3d_stream_info *si, UINT numberOfVertices, GLenum glPrimitiveType, const void *idxData, UINT idxSize, UINT startIdx, UINT base_vertex_index, UINT instance_count) argument
[all...]
H A Dbuffer.c308 static BOOL buffer_check_attribute(struct wined3d_buffer *This, const struct wined3d_stream_info *si, argument
316 const struct wined3d_stream_info_element *attrib = &si->elements[attrib_idx];
323 if (!(si->use_map & (1 << attrib_idx))
339 else if (check_position && si->position_transformed)
369 const struct wined3d_stream_info *si = &device->stream_info; local
448 ret = buffer_check_attribute(This, si, WINED3D_FFP_POSITION,
454 ret = buffer_check_attribute(This, si, WINED3D_FFP_NORMAL,
460 ret = buffer_check_attribute(This, si, WINED3D_FFP_DIFFUSE,
466 ret = buffer_check_attribute(This, si, WINED3D_FFP_SPECULAR,
472 ret = buffer_check_attribute(This, si, WINED3D_FFP_TEXCOORD
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddrawprim.c80 const struct wined3d_stream_info *si, UINT NumVertexes, GLenum glPrimType,
122 if (si->use_map & (1 << WINED3D_FFP_POSITION))
124 element = &si->elements[WINED3D_FFP_POSITION];
128 if (si->use_map & (1 << WINED3D_FFP_NORMAL))
130 element = &si->elements[WINED3D_FFP_NORMAL];
139 if (si->use_map & (1 << WINED3D_FFP_DIFFUSE))
141 element = &si->elements[WINED3D_FFP_DIFFUSE];
152 if (si->use_map & (1 << WINED3D_FFP_SPECULAR))
154 element = &si->elements[WINED3D_FFP_SPECULAR];
160 || si
79 drawStridedSlow(IWineD3DDevice *iface, const struct wined3d_context *context, const struct wined3d_stream_info *si, UINT NumVertexes, GLenum glPrimType, const void *idxData, UINT idxSize, UINT startIdx) argument
436 drawStridedSlowVs(IWineD3DDevice *iface, const struct wined3d_stream_info *si, UINT numberOfVertices, GLenum glPrimitiveType, const void *idxData, UINT idxSize, UINT startIdx) argument
494 drawStridedInstanced(IWineD3DDevice *iface, const struct wined3d_stream_info *si, UINT numberOfVertices, GLenum glPrimitiveType, const void *idxData, UINT idxSize, UINT startIdx) argument
[all...]
H A Dbuffer.c300 static BOOL buffer_check_attribute(struct wined3d_buffer *This, const struct wined3d_stream_info *si, argument
304 const struct wined3d_stream_info_element *attrib = &si->elements[attrib_idx];
313 if (!(si->use_map & (1 << attrib_idx))
415 const struct wined3d_stream_info *si = &device->strided_streams; local
502 ret = buffer_check_attribute(This, si, i, FALSE, FALSE, FALSE, &stride_this_run, &float16_used) || ret;
511 This->conversion_shift = find_conversion_shift(This, si, This->stride);
521 ret = buffer_check_attribute(This, si, WINED3D_FFP_POSITION,
523 ret = buffer_check_attribute(This, si, WINED3D_FFP_NORMAL,
525 ret = buffer_check_attribute(This, si, WINED3D_FFP_DIFFUSE,
527 ret = buffer_check_attribute(This, si, WINED3D_FFP_SPECULA
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/
H A Ddmisc.c123 ULong si, z, zs; local
157 si = *sx++;
158 ys = (si & 0xffff) * q + carry;
159 zs = (si >> 16) * q + (ys >> 16);
200 si = *sx++;
201 ys = (si & 0xffff) + carry;
202 zs = (si >> 16) + (ys >> 16);
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsDebugImpl.cpp220 STARTUPINFO si; local
226 memset(&si, 0, sizeof(si));
227 si.cb = sizeof(si);
228 si.wShowWindow = SW_SHOW;
238 NULL, NULL, &si, &pi) &&
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/syslinux/
H A Dcomboot_call.c330 ix86->regs.si = ( ( unsigned ) __from_data16 ( syslinux_version ) );
367 userptr_t file_u = real_to_user ( ix86->segs.es, ix86->regs.si );
393 ix86->regs.si = (uint16_t) fd;
403 int fd = ix86->regs.si;
418 ix86->regs.si = 0;
429 int fd = ix86->regs.si;
545 userptr_t file_u = real_to_user ( ix86->segs.ds, ix86->regs.si );
592 real_to_user ( ix86->segs.ds, ix86->regs.si ), 0,
/vbox/src/VBox/Devices/BiosCommonCode/
H A Dsupport.asm225 ; cx, es may be modified; si, di are preserved
237 push si
242 mov si, bx
246 pop si

Completed in 157 milliseconds

12345