Searched defs:lfd (Results 1 – 7 of 7) sorted by relevance
/third_party/toybox/porting/liteos_a/toys/lsb/ |
D | umount.c | 53 int lfd = open(dev, O_RDONLY); local
|
/third_party/toybox/toys/other/ |
D | losetup.c | 55 int lfd = -1, ffd = -1; local
|
/third_party/toybox/toys/lsb/ |
D | umount.c | 84 int lfd = open(dev, O_RDONLY); local
|
/third_party/ltp/testcases/kernel/syscalls/accept4/ |
D | accept4_01.c | 51 int lfd; in create_listening_socket() local
|
/third_party/ltp/testcases/realtime/func/rt-migrate/ |
D | rt-migrate.c | 78 int lfd; variable
|
/third_party/node/deps/v8/src/builtins/ppc/ |
D | builtins-ppc.cc | 3146 __ 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/ |
D | assembler-ppc.cc | 1652 void Assembler::lfd(const DoubleRegister frt, const MemOperand& src) { in lfd() function in v8::internal::Assembler
|