Home
last modified time | relevance | path

Searched defs:RHS (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/common/include/nnapi/
H A DTypeUtils.h191 #define NN_RET_CHECK_OP(LHS, RHS, OP) \ argument
/aosp12/hardware/interfaces/automotive/can/1.0/default/libc++fs/src/filesystem/
H A Doperations.cpp1551 static int CompareRootName(PathParser *LHS, PathParser *RHS) { in CompareRootName()
1564 static int CompareRootDir(PathParser *LHS, PathParser *RHS) { in CompareRootDir()
1578 auto &RHS = *RHSPtr; in CompareRelative() local
1590 static int CompareEndState(PathParser *LHS, PathParser *RHS) { in CompareEndState()
1600 auto RHS = PathParser::CreateBegin(__s); in __compare() local
/aosp12/frameworks/native/libs/ui/include_private/ui/
H A DRegionHelper.h43 static const uint32_t RHS = 0x6; // 0b110 variable
/aosp12/system/libbase/include/android-base/
H A Dlogging.h258 #define CHECK_OP(LHS, RHS, OP) \ argument
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1782 Constant *RHS = ValueList.getConstantFwdRef(Record[2], CurTy); in ParseConstants() local
2663 Value *LHS, *RHS; in ParseFunctionBody() local
2884 Value *LHS, *RHS; in ParseFunctionBody() local
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2075 Constant *RHS = ValueList.getConstantFwdRef(Record[2], CurTy); in ParseConstants() local
2924 Value *LHS, *RHS; in ParseFunctionBody() local
3145 Value *LHS, *RHS; in ParseFunctionBody() local
/aosp12/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp1477 const RSExportConstantArrayType *RHS = in matchODR() local
H A Dslang_rs_object_ref_count.cpp898 clang::Expr *RHS, in CreateStructRSSetObject()
/aosp12/packages/modules/NeuralNetworks/common/
H A DValidation.cpp70 #define NN_VALIDATE_OP(LHS, RHS, OP) \ argument