Searched defs:tmp2 (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/crypto/axtls/
H A Daes.c182 uint32_t *W, tmp, tmp2; local
226 tmp2 =(uint32_t)aes_sbox[(tmp )&0xff]<< 8;
227 tmp2|=(uint32_t)aes_sbox[(tmp>> 8)&0xff]<<16;
228 tmp2|=(uint32_t)aes_sbox[(tmp>>16)&0xff]<<24;
229 tmp2|=(uint32_t)aes_sbox[(tmp>>24) ];
230 tmp=tmp2^(((unsigned int)*ip)<<24);
236 tmp2 =(uint32_t)aes_sbox[(tmp )&0xff] ;
237 tmp2|=(uint32_t)aes_sbox[(tmp>> 8)&0xff]<< 8;
238 tmp2|=(uint32_t)aes_sbox[(tmp>>16)&0xff]<<16;
239 tmp2|
[all...]
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsTimelineService.cpp260 PRInt64 tmp1, tmp2; local
275 LL_MUL(tmp2, (PRInt64)msecs, 1000);
276 LL_ADD(initTime, tmp1, tmp2);
/vbox/src/libs/libxml2-2.6.31/
H A Dxinclude.c896 xmlNodePtr tmp, tmp2; local
933 tmp2 = xmlDocCopyNode(listParent, target, 2);
934 xmlAddChild(tmp2, list);
935 list = tmp2;
H A Dxpointer.c273 xmlNodePtr tmp2; local
283 tmp2 = range->user;
285 range->user2 = tmp2;
H A Dencoding.c530 unsigned short tmp1, tmp2; local
597 tmp2 = 0xDC00 | (c & 0x03FF);
599 *tmp = (unsigned char) tmp2;
600 *(tmp + 1) = tmp2 >> 8;
772 unsigned short tmp1, tmp2; local
833 tmp2 = 0xDC00 | (c & 0x03FF);
835 *tmp = tmp2 >> 8;
836 *(tmp + 1) = (unsigned char) tmp2;
H A Dparser.c1464 void **tmp2; local
1474 tmp2 = (void **) xmlRealloc((void * *)ctxt->pushTab,
1477 if (tmp2 == NULL) {
1481 ctxt->pushTab = tmp2;
H A Dxmlregexp.c6902 int tmp, tmp2; local
6923 tmp2 = xmlExpGetLanguageInt(ctxt, exp->exp_right, list, len,
6925 if (tmp2 < 0)
6926 return(tmp2);
6927 return(tmp + tmp2);
6955 int tmp, tmp2; local
6978 tmp2 = xmlExpGetStartInt(ctxt, exp->exp_right, list, len,
6980 if (tmp2 < 0)
6981 return(tmp2);
6982 tmp += tmp2;
7214 xmlExpNodePtr tmp, tmp2; local
7273 xmlExpNodePtr ret, tmp, tmp2, tmp3; local
[all...]
H A Drelaxng.c1519 xmlNodePtr tmp, tmp2; local
1533 tmp2 = tmp->next;
1573 tmp = tmp2;
3690 xmlRelaxNGDefinePtr tmp2, last = NULL; local
3704 tmp2 = xmlRelaxNGParsePattern(ctxt, child);
3705 if (tmp2 != NULL) {
3707 except->content = last = tmp2;
3709 last->next = tmp2;
3710 last = tmp2;
5621 xmlRelaxNGDefinePtr cur, last, tmp, tmp2; local
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Darb_program_shader.c3446 const char *tmp1, const char *tmp2, const char *tmp3, const char *tmp4, BOOL condcode)
3472 shader_addline(buffer, "MUL %s, srgb_consts0.w, %s;\n", tmp2, fragcolor);
3479 shader_addline(buffer, "MAD %s.xyz, %s, %s, %s;\n", fragcolor, tmp2, tmp4, fragcolor);
3445 arbfp_add_sRGB_correction(struct wined3d_shader_buffer *buffer, const char *fragcolor, const char *tmp1, const char *tmp2, const char *tmp3, const char *tmp4, BOOL condcode) argument
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Darb_program_shader.c3192 const char *tmp1, const char *tmp2, const char *tmp3, const char *tmp4, BOOL condcode)
3218 shader_addline(buffer, "MUL %s, srgb_consts1.x, %s;\n", tmp2, fragcolor);
3225 shader_addline(buffer, "MAD %s.xyz, %s, %s, %s;\n", fragcolor, tmp2, tmp4, fragcolor);
3191 arbfp_add_sRGB_correction(struct wined3d_shader_buffer *buffer, const char *fragcolor, const char *tmp1, const char *tmp2, const char *tmp3, const char *tmp4, BOOL condcode) argument

Completed in 152 milliseconds