Home
last modified time | relevance | path

Searched defs:lfd (Results 1 – 7 of 7) sorted by relevance

/third_party/toybox/porting/liteos_a/toys/lsb/
Dumount.c53 int lfd = open(dev, O_RDONLY); local
/third_party/toybox/toys/other/
Dlosetup.c55 int lfd = -1, ffd = -1; local
/third_party/toybox/toys/lsb/
Dumount.c84 int lfd = open(dev, O_RDONLY); local
/third_party/ltp/testcases/kernel/syscalls/accept4/
Daccept4_01.c51 int lfd; in create_listening_socket() local
/third_party/ltp/testcases/realtime/func/rt-migrate/
Drt-migrate.c78 int lfd; variable
/third_party/node/deps/v8/src/builtins/ppc/
Dbuiltins-ppc.cc3146 __ lfd(double_scratch, MemOperand(sp, argument_offset)); in Generate_DoubleToI() local
3715 __ lfd(d0, MemOperand(sp, src_offset)); in Generate_DeoptimizationEntry() local
3803 __ lfd(dreg, MemOperand(r4, src_offset)); in Generate_DeoptimizationEntry() local
/third_party/node/deps/v8/src/codegen/ppc/
Dassembler-ppc.cc1652 void Assembler::lfd(const DoubleRegister frt, const MemOperand& src) { in lfd() function in v8::internal::Assembler