Home
last modified time | relevance | path

Searched refs:result (Results 7951 - 7975 of 19589) sorted by relevance

1...<<311312313314315316317318319320>>...784

/kernel/linux/linux-6.6/scripts/gdb/linux/
H A Dradixtree.py84 result = lookup(root, index)
85 if result is None:
88 return result
/kernel/linux/linux-6.6/scripts/
H A Dgenerate_rust_target.rs111 let mut result = HashMap::new(); in from_stdin() variables
129 result.insert(key.to_string(), value.trim_end_matches('\n').to_string()); in from_stdin()
132 KernelConfig(result) in from_stdin()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dfentry_test.c11 __u64 *result; in fentry_test_common() local
28 result = (__u64 *)fentry_skel->bss; in fentry_test_common()
30 if (!ASSERT_EQ(result[i], 1, "fentry_result")) in fentry_test_common()
H A Dfexit_test.c11 __u64 *result; in fexit_test_common() local
28 result = (__u64 *)fexit_skel->bss; in fexit_test_common()
30 if (!ASSERT_EQ(result[i], 1, "fexit_result")) in fexit_test_common()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/tm/
H A Dtm-tmspr.c69 uint64_t result = 0; in texasr() local
83 result = mfspr(SPRN_TEXASR); in texasr()
84 if ((result & TEXASR_FS) == 0) { in texasr()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/ebb/
H A Dcpu_event_pinned_vs_ebb_test.c85 FAIL_IF(event.result.value == 0); in cpu_event_pinned_vs_ebb()
86 FAIL_IF(event.result.enabled != event.result.running); in cpu_event_pinned_vs_ebb()
/kernel/linux/linux-6.6/net/dccp/ccids/lib/
H A Dtfrc_equation.c56 * the return result f(p)
617 u64 result; in tfrc_calc_x() local
646 * 1000000^2. To avoid overflow, the result is computed in two stages. in tfrc_calc_x()
649 * parameters result in overflow, the use of scaled_div32 will catch in tfrc_calc_x()
652 result = scaled_div(s, R); in tfrc_calc_x()
653 return scaled_div32(result, f); in tfrc_calc_x()
/kernel/liteos_m/arch/xtensa/lx6/gcc/
H A Dlos_context.c113 errno_t result; in ArchTskStackInit() local
117 result = memcpy_s(context, sizeof(TaskContext), g_stackDefault, sizeof(TaskContext)); in ArchTskStackInit()
118 if (result != EOK) { in ArchTskStackInit()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dcapability1ndk.cpp52 napi_value result = nullptr; in CapGet() local
53 napi_create_int32(env, ret, &result); in CapGet()
54 return result; in CapGet()
H A Dauxv1ndk.cpp56 napi_value result = nullptr; in Getauxval() local
57 napi_create_int32(env, ret, &result); in Getauxval()
58 return result; in Getauxval()
H A Dmmanndk1.cpp75 napi_value result = nullptr; in Mmap() local
76 napi_create_int32(env, ret, &result); in Mmap()
77 return result; in Mmap()
H A Dutimendk.cpp63 napi_value result = nullptr; in Utime() local
64 napi_create_int32(env, toCppResult, &result); in Utime()
65 return result; in Utime()
/test/xts/acts/communication/nfc_ErrorCode/entry/src/ohosTest/js/test/
H A DIsoDepTag.test.js100 let result = await IsoDepTag.isExtendedApduSupported("test");
101 console.info("[NFC_test]isoDep1 isExtendedApduSupported data: " + result);
102 expect(result).assertInstanceOf('Array')
/test/xts/acts/communication/nfc_Controller/entry/src/ohosTest/js/test/
H A DController.test.js57 let recvNfcStateNotifyFunc = result => {
58 console.info("[NFC_test] controller1 nfc state receive state ->" + result);
59 expect(result != null).assertTrue();
/third_party/elfutils/libelf/
H A Delf_getscn.c55 Elf_Scn *result = NULL; in elf_getscn() local
99 result = &runp->data[idx]; in elf_getscn()
118 return result; in elf_getscn()
H A Dgelf_update_symshndx.c50 int result = 0; in gelf_update_symshndx() local
136 result = 1; in gelf_update_symshndx()
144 return result; in gelf_update_symshndx()
H A Delf32_offscn.c68 Elf_Scn *result = NULL; in elfw2() local
76 result = &runp->data[i]; in elfw2()
97 return result; in elfw2()
H A Dgelf_update_rela.c45 int result = 0; in gelf_update_rela() local
102 result = 1; in gelf_update_rela()
110 return result; in gelf_update_rela()
H A Dgelf_update_ehdr.c43 int result = 0; in gelf_update_ehdr() local
112 result = 1; in gelf_update_ehdr()
117 return result; in gelf_update_ehdr()
H A Dgelf_update_shdr.c43 int result = 0; in gelf_update_shdr() local
105 result = 1; in gelf_update_shdr()
110 return result; in gelf_update_shdr()
H A Dgelf_getsymshndx.c48 GElf_Sym *result = NULL; in gelf_getsymshndx() local
130 result = dst; in gelf_getsymshndx()
135 return result; in gelf_getsymshndx()
/third_party/elfutils/tests/
H A Delfgetzdata.c36 int result = 0; in main() local
59 result = 1; in main()
112 return result; in main()
/third_party/curl/tests/
H A Dutil.py56 result = None
58 result = self.stream
65 return result
/third_party/elfio/examples/proc_mem/
H A Dproc_mem.cpp36 std::vector<address_translation>& result ) in get_translation_ranges()
38 result.clear(); in get_translation_ranges()
53 result.emplace_back( actual, end - start, start ); in get_translation_ranges()
/third_party/curl/src/
H A Dtool_dirhie.c105 CURLcode result = CURLE_OK; in create_dir_hierarchy() local
156 result = CURLE_WRITE_ERROR; in create_dir_hierarchy()
166 return result; in create_dir_hierarchy()

Completed in 12 milliseconds

1...<<311312313314315316317318319320>>...784