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

  /system/core/toolbox/
bsd-compatibility.h 70 void strmode(mode_t, char*);
  /art/compiler/utils/arm/
assembler_thumb2.cc 918 Address::Mode strmode = am == IA ? Address::PreIndex : Address::Offset; local
919 str(static_cast<Register>(reg), Address(base, -kRegisterSize, strmode), cond);
    [all...]

Completed in 1274 milliseconds