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

  /toolchain/binutils/binutils-2.27/binutils/
rename.c 34 static int simple_copy (const char *, const char *);
43 simple_copy (const char *from, const char *to) function
201 ret = simple_copy (from, to);
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_context.c 239 ctx->simple_copy = 0;
241 ctx->simple_copy = 1;
258 if (ctx->simple_copy) {
273 if (!ctx->simple_copy) {
xa_priv.h 116 int simple_copy; member in struct:xa_context

Completed in 64 milliseconds