Searched defs:tmp (Results 26 - 50 of 232) sorted by relevance

12345678910

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/tnl_dd/imm/
H A Dt_dd_imm_napi.h118 GLfloat n_dot_h, n_dot_VP, spec, sum[3], tmp[3]; local
125 normal = tmp;
129 normal = tmp;
164 GLfloat n_dot_h, n_dot_VP, spec, sum[3], tmp[3]; local
171 normal = tmp;
175 normal = tmp;
/vbox/src/libs/libxml2-2.6.31/doc/examples/
H A DtestWriter.c73 xmlChar *tmp; local
105 tmp = ConvertInput("This is a comment with special chars: <���>",
107 rc = xmlTextWriterWriteComment(writer, tmp);
113 if (tmp != NULL) xmlFree(tmp);
142 tmp = ConvertInput("<���>", MY_ENCODING);
145 tmp);
151 if (tmp != NULL) xmlFree(tmp);
180 tmp
342 xmlChar *tmp; local
627 xmlChar *tmp; local
881 xmlChar *tmp; local
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dsuspend.c83 PRUint32 tmp = (PRUint32)arg; local
84 PRThreadScope scope = (PRThreadScope) tmp;
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestVoidBTree.cpp227 void* tmp = *m; local
229 *n = tmp;
/vbox/src/libs/zlib-1.2.6/examples/
H A Dfitblk.c133 unsigned char *tmp; /* close to desired size stream */ local
186 tmp = malloc(size + EXCESS);
187 if (ret != Z_OK || tmp == NULL)
196 def.next_out = tmp;
209 inf.next_in = tmp;
223 free(tmp);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A Dstrftime.c513 struct tm tmp; local
520 tmp = *t; /* mktime discards const */
521 lct = mktime(&tmp);
530 tmp = *t; /* mktime discards const */
531 gct = timegm(&tmp);
/vbox/src/VBox/Devices/Network/lwip/src/core/ipv4/
H A Dip_frag.c321 u16_t tmp; local
337 tmp = ntohs(IPH_OFFSET(iphdr));
338 ofo = tmp & IP_OFFMASK;
339 omf = tmp & IP_MF;
348 tmp = omf | (IP_OFFMASK & (ofo));
350 tmp = tmp | IP_MF;
351 IPH_OFFSET_SET(iphdr, htons(tmp));
/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dvj.c103 u32_t tmp = ntohl(f) + ((cp[1] << 8) | cp[2]); \
104 (f) = htonl(tmp); \
107 u32_t tmp = ntohl(f) + (u32_t)*cp++; \
108 (f) = htonl(tmp); \
114 u_short tmp = ntohs(f) + (((u_short)cp[1] << 8) | cp[2]); \
115 (f) = htons(tmp); \
118 u_short tmp = ntohs(f) + (u_short)*cp++; \
119 (f) = htons(tmp); \
464 u32_t tmp; local
509 tmp
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dinet_chksum.c197 u32_t sum = 0, tmp; local
216 tmp = sum + *pl++; /* ping */
217 if (tmp < sum) {
218 tmp++; /* add back carry */
221 sum = tmp + *pl++; /* pong */
222 if (sum < tmp) {
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dvj.c101 u32_t tmp = ntohl(f) + ((cp[1] << 8) | cp[2]); \
102 (f) = htonl(tmp); \
105 u32_t tmp = ntohl(f) + (u32_t)*cp++; \
106 (f) = htonl(tmp); \
112 u_short tmp = ntohs(f) + (((u_short)cp[1] << 8) | cp[2]); \
113 (f) = htons(tmp); \
116 u_short tmp = ntohs(f) + (u_short)*cp++; \
117 (f) = htons(tmp); \
471 u32_t tmp; local
517 tmp
[all...]
/vbox/src/VBox/Devices/PC/BIOS/
H A Dlogo.c325 uint16_t tmp, i; local
337 tmp = read_logo_word((uint8_t)&logo_hdr->u16Signature);
338 if (tmp != 0x66BB)
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dimage.c387 struct image *tmp; local
391 for_each_image ( tmp )
392 tmp->flags &= ~IMAGE_SELECTED;
H A Dposix_io.c75 struct io_buffer *tmp; local
77 list_for_each_entry_safe ( iobuf, tmp, &file->data, list ) {
H A Dstringextra.c88 char *tmp = dest; local
101 return tmp;
H A Dxfer.c58 struct interface tmp = INTF_INIT ( null_intf_desc ); local
80 intf_plug ( &tmp, dest );
84 xfer_window_changed ( &tmp );
86 intf_unplug ( &tmp );
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/
H A Dentropy.c400 * @v tmp Temporary buffer
413 int get_entropy_input_tmp ( unsigned int num_samples, uint8_t *tmp, argument
440 /* 4. tmp = a fixed n-bit value, such as 0^n */
441 memset ( tmp, 0, tmp_len );
455 /* 5.4. tmp = tmp XOR
461 tmp[i] ^= df_buf[i];
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/bus/
H A Dpci.c173 uint32_t tmp; local
176 pci_read_config_dword ( pci, PCI_VENDOR_ID, &tmp );
177 if ( ( tmp == 0xffffffff ) || ( tmp == 0 ) )
181 pci->vendor = ( tmp & 0xffff );
182 pci->device = ( tmp >> 16 );
183 pci_read_config_dword ( pci, PCI_REVISION, &tmp );
184 pci->class = ( tmp >> 8 );
348 struct pci_device *tmp; local
350 list_for_each_entry_safe ( pci, tmp,
[all...]
/vbox/src/VBox/Main/src-client/
H A DUSBDeviceImpl.cpp70 BSTR tmp; local
71 BSTR *bptr = &tmp;
75 unconst(mData.manufacturer) = Utf8Str(tmp);
79 unconst(mData.product) = Utf8Str(tmp);
83 unconst(mData.serialNumber) = Utf8Str(tmp);
87 unconst(mData.address) = Utf8Str(tmp);
/vbox/src/VBox/Devices/PC/ipxe/src/hci/commands/
H A Dimage_cmd.c267 struct image *tmp; local
277 for_each_image_safe ( image, tmp )
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dlist.h382 * @v tmp Temporary value (of same type as iterator)
386 #define list_for_each_entry_safe( pos, tmp, head, member ) \
389 tmp = list_entry ( pos->member.next, typeof ( *tmp ), member ); \
391 pos = tmp, \
392 tmp = list_entry ( tmp->member.next, typeof ( *tmp ), member ) )
429 struct list_head *tmp; local
431 list_for_each ( tmp, hea argument
[all...]
/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/net/
H A Darp.c159 struct io_buffer *tmp; local
165 list_for_each_entry_safe ( iobuf, tmp, &arp->tx_queue, list ) {
244 struct io_buffer *tmp; local
258 list_for_each_entry_safe ( iobuf, tmp, &arp->tx_queue, list ) {
467 struct arp_entry *tmp; local
471 list_for_each_entry_safe ( arp, tmp, &arp_entries, list )
/vbox/src/VBox/Devices/PC/ipxe/src/net/infiniband/
H A Dib_mi.c393 struct ib_mad_transaction *tmp; local
396 list_for_each_entry_safe ( madx, tmp, &mi->madx, list ) {
/vbox/src/VBox/Runtime/common/math/gcc/
H A Dqdivrem.c78 union uu tmp; local
92 tmp.ul[H] = tmp.ul[L] = 1 / zero;
95 return (tmp.q);
119 tmp.uq = uq;
121 u[1] = (digit)HHALF(tmp.ul[H]);
122 u[2] = (digit)LHALF(tmp.ul[H]);
123 u[3] = (digit)HHALF(tmp.ul[L]);
124 u[4] = (digit)LHALF(tmp.ul[L]);
125 tmp
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dswapchain_gdi.c195 HDC tmp; local
196 tmp = front->hDC;
198 back->hDC = tmp;
203 HBITMAP tmp; local
204 tmp = front->dib.DIBsection;
206 back->dib.DIBsection = tmp;
211 void* tmp; local
213 tmp = front->dib.bitmap_data;
215 back->dib.bitmap_data = tmp;
217 tmp
231 BOOL tmp; local
[all...]

Completed in 150 milliseconds

12345678910