Searched refs:temp (Results 51 - 62 of 62) sorted by relevance

123

/barrelfish-2018-10-04/lib/lwip2/src/netif/ppp/polarssl/
H A Dsha1.c88 unsigned long temp, W[16], A, B, C, D, E; local
111 temp = W[(t - 3) & 0x0F] ^ W[(t - 8) & 0x0F] ^ \
113 ( W[t & 0x0F] = S(temp,1) ) \
/barrelfish-2018-10-04/include/lwip2/netif/ppp/polarssl/
H A Dsha1.c88 unsigned long temp, W[16], A, B, C, D, E; local
111 temp = W[(t - 3) & 0x0F] ^ W[(t - 8) & 0x0F] ^ \
113 ( W[t & 0x0F] = S(temp,1) ) \
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dpaddy.pl46 variable(temp),
458 setval(temp,no),
462 not (setval(temp,yes), write_table(FA1,'0',side_table),
464 getval(temp,yes), !,
469 setval(temp,no),
473 not (setval(temp,yes), write_table(FA1,'0',prop_table),
475 getval(temp,yes), !,
524 setval(temp,no),
529 not (setval(temp,yes),
532 getval(temp,ye
[all...]
H A Dmenu.tcl356 set temp [concat $Machine $Request]
357 wm title .workers [join $temp _]
/barrelfish-2018-10-04/lib/lua/src/
H A Dldebug.c540 TValue temp; local
541 if (luaV_tonumber(p1, &temp) == NULL)
H A Dlvm.c215 int temp = strcoll(l, r); local
216 if (temp != 0) return temp;
/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/controller/ehci/
H A Dusb_ehci.h651 uint8_t temp[128]; member in union:usb_ehci_hub_descriptor
/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_dfa_exec.c1016 const pcre_uchar *temp = ptr - 1; local
1017 if (temp < md->start_used_ptr) md->start_used_ptr = temp;
1019 if (utf) { BACKCHAR(temp); }
1021 GETCHARTEST(d, temp);
H A Dpcre_compile.c9520 the type of the pointer must be cast. NOTE: the intermediate variable "temp" is
9527 pcre_uchar *temp = (pcre_uchar *)codestart; local
9528 auto_possessify(temp, utf, cd);
/barrelfish-2018-10-04/lib/cxx/unwind/
H A DUnwindRegistersRestore.S182 ; the _vectorRegisters may not be 16-byte aligned so copy via red zone temp buffer
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dbip_misc.c619 static double temp = 1.0 / (double)RND_M; local
625 return( (double)seed * temp);
/barrelfish-2018-10-04/lib/cxx/cxxabi/
H A Dcxa_demangle.cpp581 for (auto& temp : db.template_param.back()[sub])
582 db.names.push_back(temp);

Completed in 106 milliseconds

123