Searched refs:F (Results 1 – 15 of 15) sorted by relevance
| /tools/tests/x86_emulator/ |
| A D | predicates.c | 9 #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 D | blowfish.c | 313 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 D | common.make | 14 OCAMLOPTFLAGS = -g -ccopt "$(LDFLAGS)" -dtypes $(OCAMLINCLUDE) -w F -warn-error F 15 OCAMLCFLAGS += -g $(OCAMLINCLUDE) -w F -warn-error F
|
| /tools/firmware/rombios/ |
| A D | makesym.perl | 22 @F = split (/\s+/); 23 ($name[0], $junk, $addr[0], $junk, $name[1], $junk, $addr[1]) = @F;
|
| A D | rombios.c | 8938 ;; (048F) diskette controller information
|
| /tools/ocaml/xenstored/ |
| A D | domains.ml | 181 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 D | process.ml | 166 ; ( "-F" 346 if domid = Define.domid_self || Domains.exist domains domid then "T\000" else "F\000" 556 | "F" :: _ -> false
|
| A D | xenstored.ml | 543 info "Transaction conflict statistics for last %F seconds:" (now -. !last_stat_time); 567 debug "periodic_ops took %F seconds." elapsed;
|
| /tools/xl/ |
| A D | bash-completion | 20 complete -F _xl -o nospace -o default xl
|
| /tools/libs/ |
| A D | libs.mk | 79 echo 'lib$(LIB_FILE_NAME)_$(MAJOR).$(MINOR) { global: *; };' >$(@D)/.$(@F) 80 $(call move-if-changed,$(@D)/.$(@F),$@)
|
| /tools/firmware/etherboot/ |
| A D | Makefile | 30 $(MAKE) -C $D/src bin/$(*F).rom
|
| A D | README | 25 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 D | Makefile | 55 SWIG_FLAGS += -MMD -MP -MF .$(if $(filter-out .,$(@D)),$(subst /,@,$(@D))@)$(@F).d
|
| /tools/ |
| A D | Rules.mk | 154 CFLAGS += -MMD -MP -MF .$(if $(filter-out .,$(@D)),$(subst /,@,$(@D))@)$(@F).d
|
| /tools/ocaml/libs/xs/ |
| A D | queueop.ml | 45 let data = data_concat [ (if commit then "T" else "F"); ] in
|
Completed in 681 milliseconds