HomeSort by relevance Sort by last modified time
    Searched refs:fdo (Results 1 - 3 of 3) sorted by null

  /bionic/linker/
linker_format.c 191 FdOut *fdo = opaque; local
197 int ret = write(fdo->fd, data, len);
205 fdo->total += ret;
210 fd_out_init(FdOut *fdo, int fd)
212 fdo->out->opaque = fdo;
213 fdo->out->send = fd_out_send;
214 fdo->fd = fd;
215 fdo->total = 0;
217 return fdo->out
230 FdOut fdo; local
    [all...]
  /external/mksh/src/
eval.c 206 int fdo, word; /* second pass flags; have word */ local
234 fdo = 0;
768 if (fdo & DOBRACE_)
772 fdo | (f & DOMARKDIRS));
773 else if (fdo & DOGLOB)
775 else if ((f & DOPAT) || !(fdo & DOMAGIC_))
779 fdo = 0;
815 fdo |= DOMAGIC_;
817 fdo |= f & DOGLOB;
824 fdo |= DOMAGIC_ | (f & DOGLOB)
    [all...]
  /build/core/combo/
TARGET_linux-arm.mk 174 # Define FDO (Feedback Directed Optimization) options.
182 # Set BUILD_FDO_INSTRUMENT=true to turn on FDO instrumentation.
187 # If BUILD_FDO_INSTRUMENT is turned off, then consider doing the FDO optimizations.
190 TARGET_FDO_PROFILE_PATH := fdo/profiles/$(TARGET_ARCH)/$(TARGET_ARCH_VARIANT)
193 $(warning Custom TARGET_FDO_PROFILE_PATH supplied, but directory does not exist. Turn off FDO.)
197 # If the FDO profile directory can't be found, then FDO is off.

Completed in 61 milliseconds