/aosp_15_r20/external/llvm/lib/Support/ |
H A D | regexec.c | 64 #define ASSIGN(d, s) ((d) = (s)) macro 111 #define ASSIGN(d, s) memmove(d, s, m->g->nstates) macro
|
/aosp_15_r20/external/libcups/vcnet/regex/ |
H A D | regexec.c | 28 #define ASSIGN(d, s) ((d) = (s)) macro 75 #define ASSIGN(d, s) memcpy(d, s, m->g->nstates) macro
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | regexec.c | 64 #define ASSIGN(d, s) ((d) = (s)) macro 111 #define ASSIGN(d, s) memmove(d, s, m->g->nstates) macro
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | regexec.c | 64 #define ASSIGN(d, s) ((d) = (s)) macro 111 #define ASSIGN(d, s) memmove(d, s, m->g->nstates) macro
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | regexec.c | 64 #define ASSIGN(d, s) ((d) = (s)) macro 111 #define ASSIGN(d, s) memmove(d, s, m->g->nstates) macro
|
/aosp_15_r20/bionic/libc/upstream-netbsd/lib/libc/regex/ |
H A D | regexec.c | 123 #define ASSIGN(d, s) ((d) = (s)) macro 175 #define ASSIGN(d, s) memcpy(d, s, m->g->nstates) macro
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | dense_update_functor.h | 31 enum DenseUpdateType { ADD, SUB, ASSIGN }; enumerator
|
H A D | scatter_nd_op.h | 39 enum class UpdateOp { ASSIGN, ADD, SUB, MIN, MAX }; enumerator
|
H A D | scatter_functor.h | 40 enum class UpdateOp { ASSIGN, ADD, SUB, MUL, DIV, MIN, MAX }; enumerator
|
/aosp_15_r20/out/soong/.intermediates/external/one-true-awk/awkgram.tab.h/gen/ |
D | awkgram.tab.h | 113 ASSIGN = 314, /* ASSIGN */ enumerator 216 #define ASSIGN 314 macro
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/ |
H A D | DispatchTableGL_autogen.cpp | 20 #define ASSIGN(NAME, FP) \ macro
|
H A D | FunctionsGL.cpp | 96 #define ASSIGN(NAME, FP) FP = reinterpret_cast<decltype(FP)>(loadProcAddress(NAME)) macro
|
/aosp_15_r20/external/aws-sdk-java-v2/services/kms/target/generated-sources/sdk/software/amazon/awssdk/services/kms/endpoints/internal/ |
H A D | Condition.java | 23 public static final String ASSIGN = "assign"; field in Condition
|
/aosp_15_r20/external/apache-commons-bcel/src/examples/Mini/ |
H A D | MiniParserConstants.java | 43 int ASSIGN = 34; field
|
/aosp_15_r20/external/clang/test/CoverageMapping/ |
H A D | macro-expressions.cpp | 6 #define ASSIGN(x, y) x = y macro
|
/aosp_15_r20/external/turbine/java/com/google/turbine/tree/ |
H A D | TurbineOperatorKind.java | 53 ASSIGN("=", Precedence.ASSIGNMENT); enumConstant
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/ |
H A D | AssignExpr.java | 52 ASSIGN("="), enumConstant
|
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/Script/ |
D | Operator.h | 55 ASSIGN = 23, enumerator
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/token/ |
D | token.go | 73 ASSIGN // = const
|
/aosp_15_r20/external/turbine/java/com/google/turbine/parse/ |
H A D | Token.java | 44 ASSIGN("="), enumConstant
|
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-generated-sources/com/github/javaparser/ |
H A D | ASTParserConstants.java | 190 int ASSIGN = 116; field
|
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/generated/com/github/javaparser/ |
H A D | ASTParserConstants.java | 190 int ASSIGN = 91; field
|
/aosp_15_r20/external/javaparser/javaparser-core/generated-sources/javacc/com/github/javaparser/ |
H A D | GeneratedJavaParserConstants.java | 236 int ASSIGN = 102; field
|
/aosp_15_r20/out/soong/.intermediates/external/one-true-awk/awkgram.tab.c/gen/ |
D | awkgram.tab.c | 181 ASSIGN = 314, /* ASSIGN */ enumerator 284 #define ASSIGN 314 macro
|
/aosp_15_r20/external/clang/test/Sema/ |
H A D | uninit-variables.c | 433 #define ASSIGN(T, x, y) T y = x; macro
|