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

  /external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.trivial.awaitables/
suspend_always.pass.cpp 28 const SuspendT scopy(s); ((void)scopy);
30 s = scopy;
suspend_never.pass.cpp 29 const SuspendT scopy(s); ((void)scopy);
31 s = scopy;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/language.support/support.coroutines/coroutine.trivial.awaitables/
suspend_always.pass.cpp 28 const SuspendT scopy(s); ((void)scopy);
30 s = scopy;
suspend_never.pass.cpp 29 const SuspendT scopy(s); ((void)scopy);
31 s = scopy;
  /external/syslinux/com32/gpllib/zzjson/
zzjson_create.c 56 char *scopy = config->malloc(slen); local
58 if (!scopy) MEMERROR();
59 else memcpy(scopy, s, slen);
60 return scopy;
65 char *scopy; local
67 if (!(scopy = sdup(config,s))) return zzjson;
70 zzjson->value.string.string = scopy;
72 config->free(scopy);
  /external/eigen/Eigen/src/misc/
blas.h 43 int BLASFUNC(scopy) (int *, float *, int *, float *, int *);
  /external/eigen/bench/btl/libs/BLAS/
blas.h 64 int BLASFUNC(scopy) (int *, float *, int *, float *, int *);
    [all...]
  /external/boringssl/src/third_party/fiat/
curve25519.c 3020 } scopy; local
    [all...]

Completed in 285 milliseconds