/kernel/linux/linux-6.6/scripts/gdb/linux/ |
H A D | radixtree.py | 84 result = lookup(root, index) 85 if result is None: 88 return result
|
/kernel/linux/linux-6.6/scripts/ |
H A D | generate_rust_target.rs | 111 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 D | fentry_test.c | 11 __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 D | fexit_test.c | 11 __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 D | tm-tmspr.c | 69 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 D | cpu_event_pinned_vs_ebb_test.c | 85 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 D | tfrc_equation.c | 56 * 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 D | los_context.c | 113 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 D | capability1ndk.cpp | 52 napi_value result = nullptr;
in CapGet() local 53 napi_create_int32(env, ret, &result);
in CapGet() 54 return result;
in CapGet()
|
H A D | auxv1ndk.cpp | 56 napi_value result = nullptr;
in Getauxval() local 57 napi_create_int32(env, ret, &result);
in Getauxval() 58 return result;
in Getauxval()
|
H A D | mmanndk1.cpp | 75 napi_value result = nullptr;
in Mmap() local 76 napi_create_int32(env, ret, &result);
in Mmap() 77 return result;
in Mmap()
|
H A D | utimendk.cpp | 63 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 D | IsoDepTag.test.js | 100 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 D | Controller.test.js | 57 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 D | elf_getscn.c | 55 Elf_Scn *result = NULL; in elf_getscn() local 99 result = &runp->data[idx]; in elf_getscn() 118 return result; in elf_getscn()
|
H A D | gelf_update_symshndx.c | 50 int result = 0; in gelf_update_symshndx() local 136 result = 1; in gelf_update_symshndx() 144 return result; in gelf_update_symshndx()
|
H A D | elf32_offscn.c | 68 Elf_Scn *result = NULL; in elfw2() local 76 result = &runp->data[i]; in elfw2() 97 return result; in elfw2()
|
H A D | gelf_update_rela.c | 45 int result = 0; in gelf_update_rela() local 102 result = 1; in gelf_update_rela() 110 return result; in gelf_update_rela()
|
H A D | gelf_update_ehdr.c | 43 int result = 0; in gelf_update_ehdr() local 112 result = 1; in gelf_update_ehdr() 117 return result; in gelf_update_ehdr()
|
H A D | gelf_update_shdr.c | 43 int result = 0; in gelf_update_shdr() local 105 result = 1; in gelf_update_shdr() 110 return result; in gelf_update_shdr()
|
H A D | gelf_getsymshndx.c | 48 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 D | elfgetzdata.c | 36 int result = 0; in main() local 59 result = 1; in main() 112 return result; in main()
|
/third_party/curl/tests/ |
H A D | util.py | 56 result = None 58 result = self.stream 65 return result
|
/third_party/elfio/examples/proc_mem/ |
H A D | proc_mem.cpp | 36 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 D | tool_dirhie.c | 105 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()
|