Home
last modified time | relevance | path

Searched defs:ASSIGN (Results 1 – 25 of 81) sorted by relevance

1234

/aosp_15_r20/external/llvm/lib/Support/
H A Dregexec.c64 #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 Dregexec.c28 #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 Dregexec.c64 #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 Dregexec.c64 #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 Dregexec.c64 #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 Dregexec.c123 #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 Ddense_update_functor.h31 enum DenseUpdateType { ADD, SUB, ASSIGN }; enumerator
H A Dscatter_nd_op.h39 enum class UpdateOp { ASSIGN, ADD, SUB, MIN, MAX }; enumerator
H A Dscatter_functor.h40 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/
Dawkgram.tab.h113 ASSIGN = 314, /* ASSIGN */ enumerator
216 #define ASSIGN 314 macro
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.cpp20 #define ASSIGN(NAME, FP) \ macro
H A DFunctionsGL.cpp96 #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 DCondition.java23 public static final String ASSIGN = "assign"; field in Condition
/aosp_15_r20/external/apache-commons-bcel/src/examples/Mini/
H A DMiniParserConstants.java43 int ASSIGN = 34; field
/aosp_15_r20/external/clang/test/CoverageMapping/
H A Dmacro-expressions.cpp6 #define ASSIGN(x, y) x = y macro
/aosp_15_r20/external/turbine/java/com/google/turbine/tree/
H A DTurbineOperatorKind.java53 ASSIGN("=", Precedence.ASSIGNMENT); enumConstant
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/
H A DAssignExpr.java52 ASSIGN("="), enumConstant
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/Script/
DOperator.h55 ASSIGN = 23, enumerator
/aosp_15_r20/prebuilts/go/linux-x86/src/go/token/
Dtoken.go73 ASSIGN // = const
/aosp_15_r20/external/turbine/java/com/google/turbine/parse/
H A DToken.java44 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 DASTParserConstants.java190 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 DASTParserConstants.java190 int ASSIGN = 91; field
/aosp_15_r20/external/javaparser/javaparser-core/generated-sources/javacc/com/github/javaparser/
H A DGeneratedJavaParserConstants.java236 int ASSIGN = 102; field
/aosp_15_r20/out/soong/.intermediates/external/one-true-awk/awkgram.tab.c/gen/
Dawkgram.tab.c181 ASSIGN = 314, /* ASSIGN */ enumerator
284 #define ASSIGN 314 macro
/aosp_15_r20/external/clang/test/Sema/
H A Duninit-variables.c433 #define ASSIGN(T, x, y) T y = x; macro

1234