Searched defs:stfs (Results 1 - 2 of 2) sorted by relevance

/external/toybox/toys/other/
H A Dswitch_root.c48 struct statfs stfs; local
54 if (statfs("/", &stfs) ||
55 (stfs.f_type != 0x858458f6 && stfs.f_type != 0x01021994))
/external/v8/src/ppc/
H A Dassembler-ppc.cc2121 void Assembler::stfs(const DoubleRegister frs, const MemOperand& src) { function in class:v8::internal::Assembler

Completed in 297 milliseconds