Home
last modified time | relevance | path

Searched refs:F (Results 1 – 15 of 15) sorted by relevance

/tools/tests/x86_emulator/
A Dpredicates.c9 #define F false macro
57 { { 0x04 }, { 2, 2 }, F, N }, /* add */
58 { { 0x05 }, { 5, 5 }, F, N }, /* add */
65 { { 0x0c }, { 2, 2 }, F, N }, /* or */
66 { { 0x0d }, { 5, 5 }, F, N }, /* or */
72 { { 0x14 }, { 2, 2 }, F, N }, /* adc */
73 { { 0x15 }, { 5, 5 }, F, N }, /* adc */
80 { { 0x1c }, { 2, 2 }, F, N }, /* adc */
81 { { 0x1d }, { 5, 5 }, F, N }, /* adc */
88 { { 0x24 }, { 2, 2 }, F, N }, /* and */
[all …]
A Dblowfish.c313 static uint32_t F(BLOWFISH_CTX *ctx, uint32_t x) { in F() function
343 Xr = F(ctx, Xl) ^ Xr; in Blowfish_Encrypt()
373 Xr = F(ctx, Xl) ^ Xr; in Blowfish_Decrypt()
/tools/ocaml/
A Dcommon.make14 OCAMLOPTFLAGS = -g -ccopt "$(LDFLAGS)" -dtypes $(OCAMLINCLUDE) -w F -warn-error F
15 OCAMLCFLAGS += -g $(OCAMLINCLUDE) -w F -warn-error F
/tools/firmware/rombios/
A Dmakesym.perl22 @F = split (/\s+/);
23 ($name[0], $junk, $addr[0], $junk, $name[1], $junk, $addr[1]) = @F;
A Drombios.c8938 ;; (048F) diskette controller information
/tools/ocaml/xenstored/
A Ddomains.ml181 debug "decr_conflict_credit dom%d %F -> %F" (Domain.get_id dom) before after;
214 …debug "incr_conflict_credit_from_queue: dom%d: %F -> %F" (Domain.get_id d) before d.Domain.conflic…
236 debug "incr_conflict_credit dom%d: %F -> %F" (Domain.get_id dom) before after;
A Dprocess.ml166 ; ( "-F"
346 if domid = Define.domid_self || Domains.exist domains domid then "T\000" else "F\000"
556 | "F" :: _ -> false
A Dxenstored.ml543 info "Transaction conflict statistics for last %F seconds:" (now -. !last_stat_time);
567 debug "periodic_ops took %F seconds." elapsed;
/tools/xl/
A Dbash-completion20 complete -F _xl -o nospace -o default xl
/tools/libs/
A Dlibs.mk79 echo 'lib$(LIB_FILE_NAME)_$(MAJOR).$(MINOR) { global: *; };' >$(@D)/.$(@F)
80 $(call move-if-changed,$(@D)/.$(@F),$@)
/tools/firmware/etherboot/
A DMakefile30 $(MAKE) -C $D/src bin/$(*F).rom
A DREADME25 http://rom-o-matic.net/5.4.3/build.php?version=5.4.3&F=ignore&nic=rtl8139%3Artl8139+--+%5B0x10ec%2C…
/tools/libs/stat/
A DMakefile55 SWIG_FLAGS += -MMD -MP -MF .$(if $(filter-out .,$(@D)),$(subst /,@,$(@D))@)$(@F).d
/tools/
A DRules.mk154 CFLAGS += -MMD -MP -MF .$(if $(filter-out .,$(@D)),$(subst /,@,$(@D))@)$(@F).d
/tools/ocaml/libs/xs/
A Dqueueop.ml45 let data = data_concat [ (if commit then "T" else "F"); ] in

Completed in 681 milliseconds