Home
last modified time | relevance | path

Searched refs:temp (Results 1 – 6 of 6) sorted by relevance

/tools/firmware/vgabios/
A Ddataseghack7 $1 > temp.awk.1
13 $1 > temp.awk.2
19 $1 > temp.awk.3
22 cat temp.awk.1 temp.awk.2 temp.awk.3 | sed -e 's/^\.data//' -e 's/^\.bss//' -e 's/^\.text//' > $1
23 /bin/rm -f temp.awk.1 temp.awk.2 temp.awk.3 $1.orig
A DMakefile28temp.awk.* vgabios*.orig _vgabios_* _vgabios-debug_* core vgabios*.bin vgabios*.txt $(RELEASE).bin…
A DChangeLog876 - fix so make -j2 does not overwrite temp files
/tools/tests/x86_emulator/
A Dblowfish.c335 uint32_t temp; in Blowfish_Encrypt() local
345 temp = Xl; in Blowfish_Encrypt()
347 Xr = temp; in Blowfish_Encrypt()
350 temp = Xl; in Blowfish_Encrypt()
352 Xr = temp; in Blowfish_Encrypt()
365 uint32_t temp; in Blowfish_Decrypt() local
376 temp = Xl; in Blowfish_Decrypt()
378 Xr = temp; in Blowfish_Decrypt()
382 temp = Xl; in Blowfish_Decrypt()
384 Xr = temp; in Blowfish_Decrypt()
/tools/ocaml/libs/xc/
A Dxenctrl_stubs.c461 CAMLlocal2(result, temp); in stub_xc_domain_getinfolist()
474 result = temp = Val_emptylist; in stub_xc_domain_getinfolist()
490 Field(result, 1) = temp; in stub_xc_domain_getinfolist()
491 temp = result; in stub_xc_domain_getinfolist()
/tools/firmware/rombios/
A Drombios.c6673 ;; store temp bx in real DI register
6696 ;; store real DI register back to temp bx
6813 ;; store temp bx in real SI register
6836 ;; store real SI register back to temp bx

Completed in 23 milliseconds