Searched refs:intermediate (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.0-release/sys/crypto/via/
H A Dpadlock.h47 u_int intermediate : 1; member in struct:padlock_cw::__anon7222
59 #define cw_intermediate __field.intermediate
/freebsd-10.0-release/lib/libc/sparc64/gen/
H A Dfixunsdfsi.S73 ! and add 2^63 again (sigh). Just hope the intermediate
/freebsd-10.0-release/contrib/gcc/config/mips/
H A Dirix-crti.asm19 In theory, the SGI model should allow the crti, crtn and intermediate code
/freebsd-10.0-release/share/mk/
H A Dbsd.nls.mk11 # NLS Source or intermediate .msg files. [set in Makefile]
H A Dbsd.prog.mk107 # Always make an intermediate object file because:
/freebsd-10.0-release/contrib/binutils/ld/scripttempl/
H A Dnw.sc38 if gld -r is used and the intermediate file has sections starting
H A Delf.sc259 if gld -r is used and the intermediate file has sections starting
H A Dmep.sc212 if gld -r is used and the intermediate file has sections starting
/freebsd-10.0-release/crypto/openssl/crypto/sha/asm/
H A Dsha512-ppc.pl250 $PUSH $t1,`$FRAME-$SIZE_T*24`($sp) ; intermediate end pointer
253 ; $inp equals to the intermediate end pointer here
/freebsd-10.0-release/contrib/wpa/src/eap_peer/
H A Deap_fast.c495 static struct wpabuf * eap_fast_tlv_result(int status, int intermediate) argument
503 intermediate ? "Intermediate " : "", status);
506 (intermediate ?
/freebsd-10.0-release/contrib/gcc/
H A Dexpr.c519 better cse'ing; if an intermediate assignment occurred,
658 enum machine_mode intermediate;
663 for (intermediate = from_mode; intermediate != VOIDmode;
664 intermediate = GET_MODE_WIDER_MODE (intermediate))
665 if (((can_extend_p (to_mode, intermediate, unsignedp)
667 || (GET_MODE_SIZE (to_mode) < GET_MODE_SIZE (intermediate)
669 GET_MODE_BITSIZE (intermediate))))
670 && (can_extend_p (intermediate, from_mod
656 enum machine_mode intermediate; local
[all...]
H A Dreload1.c333 /* This is an intermediate structure to initialize the table. It has
6327 /* Check if *RELOAD_REG is suitable as an intermediate or scratch register
6722 rtx intermediate = second_reload_reg;
6724 if (reload_adjust_reg_for_temp (&intermediate, NULL,
6729 second_reload_reg = intermediate;
6737 rtx intermediate = second_reload_reg;
6739 if (reload_adjust_reg_for_temp (&intermediate, NULL,
6744 second_reload_reg = intermediate;
6757 to see if it is being used as a scratch or intermediate
6777 intermediate registe
6697 rtx intermediate = second_reload_reg; local
6712 rtx intermediate = second_reload_reg; local
[all...]
/freebsd-10.0-release/contrib/groff/contrib/groffer/
H A Dgroffer2.sh392 'groff' 'help' 'intermediate-output' 'html' 'man' \
3807 -Z --ditroff --intermediate-output
3808 generate groff intermediate output without
4428 -Z|--ditroff|--intermediate-output) # groff intermediate output
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql252 local_relpath represents the working version. Any rows with intermediate

Completed in 199 milliseconds