Searched refs:use (Results 51 - 75 of 171) sorted by relevance

1234567

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/
H A DWriteDr5.asm41 ; MS assembler doesn't support this instruction since no one would use it
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseMemoryLibMmx/X64/
H A DSetMem32.asm43 lea rdx, [rdx + 8] ; use "lea" to avoid flag changes
H A DSetMem32.S47 leaq 8(%rdx), %rdx # use "lea" to avoid flag changes
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dcrtdefs.h23 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
38 # error You cannot use both wine/port.h and msvcrt headers
166 # error You cannot use 32-bit time_t in Win64
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dos_SunOS_32.s4 * License Version 1.1 (the "License"); you may not use this file
25 * instead of those above. If you wish to allow use of your
27 * allow others to use your version of this file under the MPL,
31 * may use your version of this file under either the MPL or the
58 mov -1,%o3 ! use delay-slot
97 mov -1,%o1 ! use delay-slot
H A Dos_SunOS_x86.s4 / License Version 1.1 (the "License"); you may not use this file
25 / instead of those above. If you wish to allow use of your
27 / allow others to use your version of this file under the MPL,
31 / may use your version of this file under either the MPL or the
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dxptcstubs_asm_mips.s.m48 * 1.1 (the "License"); you may not use this file except in compliance with
32 * of those above. If you wish to allow use of your version of this file only
34 * use your version of this file under the terms of the MPL, indicate your
37 * the provisions above, a recipient may use your version of this file under
50 NARGSAVE=4 # extra space for the callee to use. gccism
H A Dxptcstubs_asm_ppc_aix64.s6 # License Version 1.1 (the "License"); you may not use this file
28 # of those above. If you wish to allow use of your version of this file only
30 # use your version of this file under the terms of the MPL, indicate your
33 # the provisions above, a recipient may use your version of this file under
H A Dxptcinvoke_asm_mips.s5 * 1.1 (the "License"); you may not use this file except in compliance with
78 # thou shalt not use .cprestore if yer frame has variable size...
83 # this happens automatically with .cprestore, but we cannot use that op...
132 # (use shift instead of mult)
H A Dxptcinvoke_asm_irix.s78 # (use shift instead of mult)
82 # (use shift and subtract trick instead of mult)
H A Dxptcinvoke_asm_openvms_alpha.s4 ;* License Version 1.1 (the "License"); you may not use this file
/vbox/src/libs/zlib-1.2.6/watcom/
H A Dwatcom_l.mak5 # To use, do "wmake -f watcom_l.mak"
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv6/
H A Dmld6.c12 * Redistribution and use in source and binary forms, with or without modification,
47 #if LWIP_IPV6 && LWIP_IPV6_MLD /* don't build if not configured for use in lwipopts.h */
188 group->use = 0;
276 * We use IP6 destination address to have a memory aligned copy.
290 * We use IP6 destination address to have a memory aligned copy.
381 /* Increment group use */
382 group->use++;
434 /* Leave if there is no other use of the group */
435 if (group->use <= 1) {
450 /* Decrement group use */
[all...]
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/mac/
H A Dxptcinvoke_mac.s5 # License Version 1.1 (the "License"); you may not use this file
/vbox/src/libs/zlib-1.2.6/contrib/delphi/
H A Dzlibd32.mak2 # For use with Delphi and C++ Builder under Win32
13 # do not use "-pr" in CFLAGS
/vbox/src/libs/zlib-1.2.6/contrib/pascal/
H A Dzlibd32.mak2 # For use with Delphi and C++ Builder under Win32
13 # do not use "-pr" in CFLAGS
/vbox/src/libs/zlib-1.2.6/contrib/masmx64/
H A Dgvmat64.asm18 ; arising from the use of this software.
20 ; Permission is granted to anyone to use this software for any purpose,
25 ; claim that you wrote the original software. If you use this software
38 ; to compile this file for infozip Zip, I use option:
41 ; to compile this file for zLib, I use option:
44 ; (if you use a version of zLib before 1.0.4 or after 1.2.2.2, change
73 ;windowbestlen equ rsp + xx - LocalVarsSize ; s->window + bestlen , use r10+r11
75 ;scanend equ rsp + xx - LocalVarsSize ; last two bytes of string use ebx
134 ; (if you compile with zlib 1.0.4 or older, use "zlib1222add equ (-4)").
135 ; (if you compile with zlib between 1.0.5 and 1.2.2.1, use "zlib1222ad
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A DparserInternals.c253 if (in->cur > in->base + in->buf->buffer->use) {
255 "xmlParserInput: cur > base + use problem\n");
257 xmlGenericError(xmlGenericErrorContext,"buffer %x : content %x, cur %d, use %d, size %d\n",
259 in->buf->buffer->use, in->buf->buffer->size);
311 in->end = &in->buf->buffer->content[in->buf->buffer->use];
346 if (in->buf->buffer->use > (unsigned int) indx + INPUT_CHUNK) {
359 * block, but we use it really as an integer to do some
371 in->end = &in->buf->buffer->content[in->buf->buffer->use];
412 in->end = &in->buf->buffer->content[in->buf->buffer->use];
417 if (in->buf->buffer->use > INPUT_CHUN
1145 unsigned int use; local
[all...]
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/os2/
H A Dxptcinvoke_vacpp.asm7 1.1 (the "License"); you may not use this file except in compliance with
30 of those above. If you wish to allow use of your version of this file only
32 use your version of this file under the terms of the MPL, indicate your
35 the provisions above, a recipient may use your version of this file under
39 Version 1.0 (the "NPL"); you may not use this file except in
69 We use essentially the same algorithm as the other platforms, except
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Library/BaseUefiCpuLib/Ia32/
H A DInitializeFpu.S62 # The processor should support SSE instruction and we can use
H A DInitializeFpu.asm68 ; The processor should support SSE instruction and we can use
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dcrtdefs.h23 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
157 # error You cannot use 32-bit time_t in Win64
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseMemoryLibMmx/Ia32/
H A DSetMem32.asm50 lea edx, [edx + 8] ; use "lea" to avoid change in flags
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Main/X64/
H A Dfpu_rmode.asm30 ; used or not. We use one for temporary storage since the only variant of
/vbox/src/VBox/Runtime/r0drv/os2/
H A DassertA-r0drv-os2.asm12 ; restriction, including without limitation the rights to use,

Completed in 172 milliseconds

1234567