Searched refs:tmp (Results 276 - 300 of 379) sorted by relevance

<<111213141516

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dcompiler.h305 uint64_t tmp = val; local
306 memmove(p, &tmp, sizeof(*p));
311 uint32_t tmp = val; local
312 memmove(p, &tmp, sizeof(*p));
317 uint16_t tmp = val; local
318 memmove(p, &tmp, sizeof(*p));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dcompiler.h342 uint64_t tmp = val; local
344 memmove(p, &tmp, sizeof(*p));
350 uint32_t tmp = val; local
352 memmove(p, &tmp, sizeof(*p));
358 uint16_t tmp = val; local
360 memmove(p, &tmp, sizeof(*p));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dcompiler.h342 uint64_t tmp = val; local
344 memmove(p, &tmp, sizeof(*p));
350 uint32_t tmp = val; local
352 memmove(p, &tmp, sizeof(*p));
358 uint16_t tmp = val; local
360 memmove(p, &tmp, sizeof(*p));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dcompiler.h342 uint64_t tmp = val; local
344 memmove(p, &tmp, sizeof(*p));
350 uint32_t tmp = val; local
352 memmove(p, &tmp, sizeof(*p));
358 uint16_t tmp = val; local
360 memmove(p, &tmp, sizeof(*p));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dcompiler.h343 uint64_t tmp = val; local
345 memmove(p, &tmp, sizeof(*p));
351 uint32_t tmp = val; local
353 memmove(p, &tmp, sizeof(*p));
359 uint16_t tmp = val; local
361 memmove(p, &tmp, sizeof(*p));
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dlibteac.c126 char* tmp; local
137 if (!(string=strtok_r(buf," ,;\t\n",&tmp))) {
145 if (!(string=strtok_r(NULL," ,;\t\n",&tmp))) {
158 if (!(string=strtok_r(NULL," ,;\t\n",&tmp))) {
171 if (!(string=strtok_r(NULL," ,;\t\n",&tmp))) {
184 if (!(string=strtok_r(NULL," ,;\t\n",&tmp))) {
H A Dblitter.cpp507 int32_t tmp = srcY1; local
509 srcY2 = tmp;
510 tmp = dstY1;
512 dstY2 = tmp;
521 int32_t tmp = srcX1; local
523 srcX2 = tmp;
524 tmp = dstX1;
526 dstX2 = tmp;
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/common/
H A Dcompiler.h821 unsigned long tmp = val;
822 memmove(p, &tmp, sizeof(*p));
832 unsigned int tmp = val;
833 memmove(p, &tmp, sizeof(*p));
843 unsigned short tmp = val;
844 memmove(p, &tmp, sizeof(*p));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dcompiler.h874 unsigned long tmp = val;
875 memmove(p, &tmp, sizeof(*p));
885 unsigned int tmp = val;
886 memmove(p, &tmp, sizeof(*p));
896 unsigned short tmp = val;
897 memmove(p, &tmp, sizeof(*p));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dcompiler.h878 unsigned long tmp = val;
879 memmove(p, &tmp, sizeof(*p));
889 unsigned int tmp = val;
890 memmove(p, &tmp, sizeof(*p));
900 unsigned short tmp = val;
901 memmove(p, &tmp, sizeof(*p));
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Arm/machine/
H A Dcpufunc.h471 u_int32_t tmp, ret; local
478 : "=&r" (ret), "=&r" (tmp)
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Ddirectx.c1727 /* tmp work around to disable quirk_no_np2 quirk for mesa drivers */
1858 /* tmp work around to disable quirk_no_np2 quirk for not-recognized drivers */
2236 GLint tmp; local
2237 VBOX_CHECK_GL_CALL(glGetIntegerv(GL_MAX_TEXTURE_IMAGE_UNITS_ARB, &tmp));
2238 gl_info->limits.fragment_samplers = min(MAX_FRAGMENT_SAMPLERS, tmp);
2248 GLint tmp; local
2249 VBOX_CHECK_GL_CALL(glGetIntegerv(GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB, &tmp));
2250 gl_info->limits.vertex_samplers = tmp;
2251 VBOX_CHECK_GL_CALL(glGetIntegerv(GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS_ARB, &tmp));
2252 gl_info->limits.combined_samplers = tmp;
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/block/
H A Data.c590 struct ata_command *tmp; local
597 list_for_each_entry_safe ( atacmd, tmp, &ata_commands, list ) {
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/bus/
H A Disapnp.c744 struct isapnp_device *tmp; local
746 list_for_each_entry_safe ( isapnp, tmp, &rootdev->dev.children,
/vbox/src/VBox/Devices/PC/ipxe/src/interface/efi/
H A Defi_pci.c514 struct efi_pci_device *tmp; local
517 list_for_each_entry_safe ( efipci, tmp, &efi_pci_devices, list ) {
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_hw.c1759 u32 gpio_shift, tmp; local
1775 tmp = REG_READ(ah, addr);
1776 tmp = ((tmp & 0x1F0) << 1) | (tmp & ~0x1F0);
1777 tmp &= ~(0x1f << gpio_shift);
1778 tmp |= (type << gpio_shift);
1779 REG_WRITE(ah, addr, tmp);
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/
H A Dxf86drm.h330 int tmp, old32; \
344 : "=&r"(tmp), "=&r"(ret), \
/vbox/src/VBox/RDP/client-1.8.3/
H A Dxkeymap.c94 key_translation_entry tmp; local
99 tmp.next = ptr;
100 prev = &tmp;
120 keymap[hash] = tmp.next;
/vbox/src/libs/libxml2-2.6.31/
H A DHTMLtree.c688 xmlChar *tmp = value; local
690 while (IS_BLANK_CH(*tmp)) tmp++;
692 escaped = xmlURIEscapeStr(tmp, BAD_CAST"@/:=?;#%&,+");
H A Dentities.c475 xmlChar *tmp; \
478 tmp = (xmlChar *) xmlRealloc(buffer, new_size); \
479 if (tmp == NULL) goto mem_error; \
480 buffer = tmp; \
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsTextFormatter.cpp211 PRUint32 tmp = (*in); local
213 tmp = (tmp << shift) & (0x0000003FL << shift);
214 ucs4 |= tmp;
/vbox/src/recompiler/tcg/
H A Dtcg-op.h1785 TCGv_i64 tmp = tcg_temp_new_i64();
1788 tcg_gen_extu_i32_i64(tmp, high);
1789 tcg_gen_shli_i64(tmp, tmp, 32);
1791 tcg_gen_or_i64(dest, dest, tmp);
1792 tcg_temp_free_i64(tmp);
1801 TCGv_i64 tmp = tcg_temp_new_i64();
1803 tcg_gen_shli_i64(tmp, high, 32);
1804 tcg_gen_or_i64(dest, dest, tmp);
1805 tcg_temp_free_i64(tmp);
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/net/tcp/
H A Discsi.c1710 va_list tmp; local
1719 va_copy ( tmp, args );
1720 ( void ) va_arg ( tmp, int ); /* Discard "semantics" */
1721 peer = va_arg ( tmp, struct sockaddr * );
1724 va_end ( tmp );
/vbox/src/VBox/Devices/USB/linux/
H A DUSBProxyDevice-linux.cpp853 uint8_t tmp;
930 if ( !get_x8(buf + 32, &tmp) )
932 id.bcdDevice = tmp << 8;
933 if ( !get_x8(buf + 35, &tmp) )
935 id.bcdDevice |= tmp;
/vbox/src/VBox/NetworkServices/NAT/
H A DVBoxNetLwipNAT.cpp859 AddressToOffsetMapping tmp;
860 rc = localMappings(m_net, tmp);
861 if (RT_SUCCESS(rc) && tmp.size() != 0)
864 for (AddressToOffsetMapping::iterator it = tmp.begin();
865 it != tmp.end() && i < RT_ELEMENTS(m_lo2off);

Completed in 562 milliseconds

<<111213141516