/aosp_15_r20/external/capstone/bindings/powershell/Capstone/ |
H A D | Capstone.psm1 | 353 $CallResult = [Capstone]::cs_open($Architecture, $Mode, [ref]$DisAsmHandle) in Get-CapstoneDisassembly() variable 354 if ($CallResult -ne 'CS_ERR_OK') { in Get-CapstoneDisassembly() variable 355 if ($CallResult -eq 'CS_ERR_MODE') { in Get-CapstoneDisassembly() variable 358 throw "cs_open error: $CallResult" in Get-CapstoneDisassembly() variable 374 $CallResult = [Capstone]::cs_option($DisAsmHandle, 1, $CS_OPT_SYNTAX) in Get-CapstoneDisassembly() variable 375 if ($CallResult -ne 'CS_ERR_OK') { in Get-CapstoneDisassembly() variable 376 $CallResult = [Capstone]::cs_close([ref]$DisAsmHandle) in Get-CapstoneDisassembly() variable 377 throw "cs_option error: $CallResult" in Get-CapstoneDisassembly() variable 392 $CallResult = [Capstone]::cs_option($DisAsmHandle, 2, $CS_OPT) in Get-CapstoneDisassembly() variable 393 if ($CallResult -ne 'CS_ERR_OK') { in Get-CapstoneDisassembly() variable [all …]
|
/aosp_15_r20/packages/modules/UprobeStats/src/ |
D | Bpf.h | 29 struct CallResult { struct 30 unsigned long pc; 31 unsigned long regs[10];
|
/aosp_15_r20/packages/modules/UprobeStats/src/bpf_progs/ |
D | GenericInstrumentation.c | 38 struct CallResult { struct 48 DEFINE_BPF_RINGBUF_EXT(call_detail_buf, struct CallResult, 4096, argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/XCore/ |
H A D | XCoreSelectionDAGInfo.cpp | 44 std::pair<SDValue,SDValue> CallResult = TLI.LowerCallTo(CLI); in EmitTargetCodeForMemcpy() local
|
H A D | XCoreISelLowering.cpp | 477 std::pair<SDValue, SDValue> CallResult = LowerCallTo(CLI); in LowerLOAD() local 531 std::pair<SDValue, SDValue> CallResult = LowerCallTo(CLI); in LowerSTORE() local
|
/aosp_15_r20/external/llvm/lib/Target/XCore/ |
H A D | XCoreSelectionDAGInfo.cpp | 45 std::pair<SDValue,SDValue> CallResult = TLI.LowerCallTo(CLI); in EmitTargetCodeForMemcpy() local
|
H A D | XCoreISelLowering.cpp | 497 std::pair<SDValue, SDValue> CallResult = LowerCallTo(CLI); in LowerLOAD() local 560 std::pair<SDValue, SDValue> CallResult = LowerCallTo(CLI); in LowerSTORE() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
H A D | XCoreSelectionDAGInfo.cpp | 44 std::pair<SDValue,SDValue> CallResult = TLI.LowerCallTo(CLI); in EmitTargetCodeForMemcpy() local
|
H A D | XCoreISelLowering.cpp | 481 std::pair<SDValue, SDValue> CallResult = LowerCallTo(CLI); in LowerLOAD() local 535 std::pair<SDValue, SDValue> CallResult = LowerCallTo(CLI); in LowerSTORE() local
|
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/loggers/protos/ |
D | telephony_metric.proto | 18 enum CallResult { enum
|
/aosp_15_r20/external/llvm/lib/Target/Hexagon/ |
H A D | HexagonSelectionDAGInfo.cpp | 58 std::pair<SDValue, SDValue> CallResult = TLI.LowerCallTo(CLI); in EmitTargetCodeForMemcpy() local
|
/aosp_15_r20/external/llvm/lib/Target/AArch64/ |
H A D | AArch64SelectionDAGInfo.cpp | 49 std::pair<SDValue, SDValue> CallResult = TLI.LowerCallTo(CLI); in EmitTargetCodeForMemset() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonSelectionDAGInfo.cpp | 61 std::pair<SDValue, SDValue> CallResult = TLI.LowerCallTo(CLI); in EmitTargetCodeForMemcpy() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonSelectionDAGInfo.cpp | 61 std::pair<SDValue, SDValue> CallResult = TLI.LowerCallTo(CLI); in EmitTargetCodeForMemcpy() local
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/tel/live/ |
D | TelLiveRilCstVoiceTest.py | 56 CallResult = TelephonyVoiceTestResult.CallResult.Value variable
|
D | TelLiveGFTDSDSWfcSupplementaryServiceTest.py | 33 CallResult = TelephonyVoiceTestResult.CallResult.Value variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64SelectionDAGInfo.cpp | 50 std::pair<SDValue, SDValue> CallResult = TLI.LowerCallTo(CLI); in EmitTargetCodeForMemset() local
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/nr/nsa5g/ |
D | Nsa5gVoiceTest.py | 77 CallResult = TelephonyVoiceTestResult.CallResult.Value variable
|
/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A D | X86SelectionDAGInfo.cpp | 93 std::pair<SDValue,SDValue> CallResult = TLI.LowerCallTo(CLI); in EmitTargetCodeForMemset() local
|
/aosp_15_r20/external/llvm/lib/Target/ARM/ |
H A D | ARMSelectionDAGInfo.cpp | 123 std::pair<SDValue,SDValue> CallResult = TLI->LowerCallTo(CLI); in EmitSpecializedLibcall() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMSelectionDAGInfo.cpp | 122 std::pair<SDValue,SDValue> CallResult = TLI->LowerCallTo(CLI); in EmitSpecializedLibcall() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
H A D | ARMSelectionDAGInfo.cpp | 137 std::pair<SDValue,SDValue> CallResult = TLI->LowerCallTo(CLI); in EmitSpecializedLibcall() local
|
/aosp_15_r20/frameworks/proto_logging/stats/atoms/sdksandbox/ |
H A D | sdksandbox_extension_atoms.proto | 145 enum CallResult { enum
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86SelectionDAGInfo.cpp | 95 std::pair<SDValue,SDValue> CallResult = TLI.LowerCallTo(CLI); in EmitTargetCodeForMemset() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/ |
H A D | IndirectCallPromotion.cpp | 494 static void insertCallRetPHI(Instruction *Inst, Instruction *CallResult, in insertCallRetPHI()
|