Searched refs:use (Results 26 - 50 of 171) sorted by relevance

1234567

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/X64/
H A DWriteMm4.asm35 ; 64-bit MASM doesn't support MMX instructions, so use opcode here
H A DWriteMm5.asm35 ; 64-bit MASM doesn't support MMX instructions, so use opcode here
H A DWriteMm6.asm35 ; 64-bit MASM doesn't support MMX instructions, so use opcode here
H A DWriteMm7.asm35 ; 64-bit MASM doesn't support MMX instructions, so use opcode here
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dobjs.mk6 # 1.1 (the "License"); you may not use this file except in compliance with
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
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dxptcinvoke_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
/vbox/src/libs/libpng-1.2.8/
H A Dpnggccrd.c10 * For conditions of distribution and use, see copyright notice in png.h
93 * renaming global variables for djgpp--i.e., always use prefixes in
106 * mmx_supported_local variable and just use eax). Possibly the CPUID
112 * ifdef'd with __PIC__ macro: if defined, use a global for unmask
126 * - when compiling with gcc, be sure to use -fomit-frame-pointer
202 * - "_ShiftBpp.use = 24;" should have been "_ShiftBpp.use = 16;"
203 * - "_ShiftRem.use = 40;" should have been "_ShiftRem.use = 48;"
224 * - eliminated incorrect use o
2757 long long use; member in union:uAll
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dglamor_program.h4 * Permission to use, copy, modify, distribute, and sell this software and its
52 glamor_use use; member in struct:__anon6795
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dglamor_program.h4 * Permission to use, copy, modify, distribute, and sell this software and its
54 glamor_use use; member in struct:__anon7114
/vbox/src/VBox/Devices/Network/lwip-new/src/include/ipv6/lwip/
H A Dmld6.h12 * Redistribution and use in source and binary forms, with or without modification,
48 #if LWIP_IPV6_MLD && LWIP_IPV6 /* don't build if not configured for use in lwipopts.h */
72 u8_t use; member in struct:mld_group
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2emx.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
H A Dos2vacpp.asm6 1.1 (the "License"); you may not use this file except in compliance with
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
37 License Version 1.1 (the "License"); you may not use this file
57 instead of those above. If you wish to allow use of your
59 allow others to use your version of this file under the MPL,
63 may use your version of this file under either the MPL or the
140 jz short req486_inc_exit ; increment the use count
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dos_AIX.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
H A Dos_Darwin_ppc.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
H A Dos_Darwin_x86.s7 # 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
H A Dos_Linux_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
H A Dos_Linux_x86_64.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
H A Dos_SunOS_x86_64.s7 / 1.1 (the "License"); you may not use this file except in compliance with
29 / of those above. If you wish to allow use of your version of this file only
31 / use your version of this file under the terms of the MPL, indicate your
34 / the provisions above, a recipient may use your version of this file under
/vbox/src/libs/libpng-1.2.8/projects/visualc71/
H A DREADME_zlib.txt9 For conditions of distribution and use, see copyright notice in zlib.h.
12 To use:
/vbox/src/libs/libxml2-2.6.31/
H A Dencoding.c1117 * already found and in use
1128 * already found and in use
1765 written = out->size - out->use - 1; /* count '\0' */
1766 toconv = in->use;
1776 written = out->size - out->use - 1;
1780 ret = handler->input(&out->content[out->use], &written,
1783 out->use += written;
1784 out->content[out->use] = 0;
1788 ret = xmlIconvWrapper(handler->iconv_in, &out->content[out->use],
1791 out->use
[all...]
H A DxmlIO.c201 "adddress in use", /* EADDRINUSE */
202 "already in use", /* EALREADY */
1370 *@compression: Compression value to use
1870 content_lgth = dctxt->buffer->use;
2196 * Calling this method changes the HTTP output method to use the "POST"
2434 * If filename is "-' then we use stdin as the input.
2580 * If filename is "-' then we use stdout as the output.
2941 unsigned int use; local
2956 use = in->raw->use;
3052 unsigned int use; local
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv4/
H A Digmp.c11 * Redistribution and use in source and binary forms, with or without
82 #if LWIP_IGMP /* don't build if not configured for use in lwipopts.h */
201 group->use++;
335 group->use = 0;
421 group = igmp_lookfor_group(inp, dest); /* use the destination IP address of incoming packet */
541 /* If first use of the group, allow the group at the MAC level */
542 if ((group->use==0) && (netif->igmp_mac_filter != NULL)) {
557 /* Increment group use */
558 group->use++;
607 /* If there is no other use o
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/
H A DReadDr4.asm40 ; MS assembler doesn't support this instruction since no one would use it
H A DReadDr5.asm40 ; MS assembler doesn't support this instruction since no one would use it
H A DWriteDr4.asm41 ; MS assembler doesn't support this instruction since no one would use it

Completed in 111 milliseconds

1234567