Home
last modified time | relevance | path

Searched refs:return_value (Results 1 – 25 of 47) sorted by relevance

12

/freebsd-12.1/contrib/binutils/gas/config/
H A Datof-vax.c41 int return_value; in atof_vax_sizeof() local
50 return_value = 4; in atof_vax_sizeof()
57 return_value = 8; in atof_vax_sizeof()
66 return_value = 0; in atof_vax_sizeof()
70 return return_value; in atof_vax_sizeof()
119 int return_value; in next_bits() local
138 return return_value; in next_bits()
200 char *return_value; in atof_vax() local
204 return_value = str; in atof_vax()
217 if (return_value) in atof_vax()
[all …]
H A Datof-ieee.c87 int return_value; in next_bits() local
102 return_value |= in next_bits()
110 return_value = in next_bits()
113 return return_value; in next_bits()
169 char *return_value; in atof_ieee() local
181 return_value = str; in atof_ieee()
246 return return_value; in atof_ieee()
254 int return_value = 0; in gen_to_words() local
282 return return_value; in gen_to_words()
323 return return_value; in gen_to_words()
[all …]
/freebsd-12.1/contrib/compiler-rt/lib/builtins/arm/
H A Daeabi_div0.c36 __aeabi_idiv0(int return_value) { in __aeabi_idiv0() argument
37 return return_value; in __aeabi_idiv0()
41 __aeabi_ldiv0(long long return_value) { in __aeabi_ldiv0() argument
42 return return_value; in __aeabi_ldiv0()
/freebsd-12.1/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_parse.y287 command.returns[1].return_value,
295 retvar.return_value = vptr->value;
646 if (cur.return_value == NULL) in assign_rets()
654 if (cur.return_value == NULL) in assign_rets()
657 memcpy(cur.return_value, ret_ret->return_value, in assign_rets()
1007 response[i].return_value; in do_function_call()
1265 ch = value->return_value; in validate_byte()
1291 if (((check == 0) && memcmp(expected->return_value, value->return_value, in validate_byte()
1294 memcmp(expected->return_value, value->return_value, in validate_byte()
1515 str = response->return_value; in read_cmd_pipe()
[all …]
H A Dtestlang_conf.l349 if ((yylval.retval->return_value = dequote(p, &len))
376 if ((yylval.retval->return_value = malloc(chlen))
380 rv = yylval.retval->return_value;
H A Dreturns.h51 void *return_value; /* used if return_type is ret_num or member
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DScriptInterpreter.cpp51 std::string return_value; in LanguageToString() local
55 return_value = "None"; in LanguageToString()
58 return_value = "Python"; in LanguageToString()
61 return_value = "Unknown"; in LanguageToString()
65 return return_value; in LanguageToString()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepInRange.cpp373 bool return_value = in FrameMatchesAvoidCriteria() local
375 if (return_value) { in FrameMatchesAvoidCriteria()
386 return return_value; in FrameMatchesAvoidCriteria()
465 bool return_value = false; in DoPlanExplainsStop() local
468 return_value = true; in DoPlanExplainsStop()
476 return_value = true; in DoPlanExplainsStop()
483 return_value = false; in DoPlanExplainsStop()
485 return_value = true; in DoPlanExplainsStop()
488 return_value = true; in DoPlanExplainsStop()
491 return return_value; in DoPlanExplainsStop()
H A DThreadPlanStepOverRange.cpp345 bool return_value; in DoPlanExplainsStop() local
351 return_value = true; in DoPlanExplainsStop()
353 return_value = NextRangeBreakpointExplainsStop(stop_info_sp); in DoPlanExplainsStop()
358 return_value = false; in DoPlanExplainsStop()
361 return_value = true; in DoPlanExplainsStop()
363 return return_value; in DoPlanExplainsStop()
H A DProcess.cpp3569 bool return_value = true; in ShouldBroadcastEvent() local
3588 return_value = true; in ShouldBroadcastEvent()
3592 return_value = false; in ShouldBroadcastEvent()
3604 return_value = true; in ShouldBroadcastEvent()
3610 return_value = false; in ShouldBroadcastEvent()
3623 return_value = true; in ShouldBroadcastEvent()
3651 return_value = true; in ShouldBroadcastEvent()
3690 return_value = true; in ShouldBroadcastEvent()
3709 if (return_value) in ShouldBroadcastEvent()
3718 return return_value; in ShouldBroadcastEvent()
[all …]
/freebsd-12.1/contrib/libarchive/tar/
H A Dread.c97 bsdtar->return_value = 1; in tar_mode_t()
116 bsdtar->return_value = 1; in tar_mode_x()
267 bsdtar->return_value = 1; in read_archive()
278 bsdtar->return_value = 1; in read_archive()
340 bsdtar->return_value = 1; in read_archive()
380 bsdtar->return_value = 1; in read_archive()
394 bsdtar->return_value = 1; in read_archive()
H A Dwrite.c494 bsdtar->return_value = 1; in write_archive()
500 bsdtar->return_value = 1; in write_archive()
542 bsdtar->return_value = 1; in write_archive()
558 bsdtar->return_value = 1; in write_archive()
573 bsdtar->return_value = 1; in write_archive()
616 bsdtar->return_value = 1; in archive_names_from_file()
668 bsdtar->return_value = 1; in append_archive_filename()
677 bsdtar->return_value = 1; in append_archive_filename()
873 bsdtar->return_value = 1; in write_hierarchy()
888 bsdtar->return_value = 1; in write_hierarchy()
H A Dbsdtar.h82 int return_value; /* Value returned by main() */ member
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DFunctionCaller.cpp140 lldb::ExpressionResults return_value = lldb::eExpressionSetupError; in WriteFunctionArguments() local
145 return return_value; in WriteFunctionArguments()
320 lldb::ExpressionResults return_value = lldb::eExpressionSetupError; in ExecuteFunction() local
364 return_value = exe_ctx.GetProcessRef().RunThreadPlan( in ExecuteFunction()
368 if (return_value != lldb::eExpressionCompleted) { in ExecuteFunction()
385 if (return_value != lldb::eExpressionCompleted) in ExecuteFunction()
386 return return_value; in ExecuteFunction()
H A DIRExecutionUnit.cpp600 uint8_t *return_value = m_default_mm_ap->allocateCodeSection( in allocateCodeSection() local
604 (uintptr_t)return_value, in allocateCodeSection()
612 (uint64_t)Size, Alignment, SectionID, (void *)return_value); in allocateCodeSection()
623 return return_value; in allocateCodeSection()
631 uint8_t *return_value = m_default_mm_ap->allocateDataSection( in allocateDataSection() local
638 (uintptr_t)return_value, permissions, in allocateDataSection()
644 (uint64_t)Size, Alignment, SectionID, (void *)return_value); in allocateDataSection()
655 return return_value; in allocateDataSection()
/freebsd-12.1/contrib/binutils/gas/
H A Dinput-file.c226 char *return_value; /* -> Last char of what we read, + 1. */ in input_file_give_next_buffer() local
245 return_value = where + size; in input_file_give_next_buffer()
252 return_value = 0; in input_file_give_next_buffer()
255 return return_value; in input_file_give_next_buffer()
H A Datof-generic.c83 int return_value; /* 0 means OK. */ in atof_generic() local
295 return_value = 0; in atof_generic()
535 return_value = ERROR_EXPONENT_OVERFLOW; in atof_generic()
590 return return_value; in atof_generic()
/freebsd-12.1/contrib/gdb/gdb/
H A Dstack.c1840 struct value *return_value = NULL; in return_command() local
1861 return_value = parse_and_eval (retval_exp); in return_command()
1869 return_value = value_cast (return_type, return_value); in return_command()
1873 if (VALUE_LAZY (return_value)) in return_command()
1874 value_fetch_lazy (return_value); in return_command()
1882 return_value = NULL; in return_command()
1897 return_value = NULL; in return_command()
1904 return_value = NULL; in return_command()
1947 if (return_value != NULL) in return_command()
1953 VALUE_CONTENTS (return_value)); in return_command()
[all …]
H A Dcorefile.c277 safe_read_memory_integer (CORE_ADDR memaddr, int len, LONGEST *return_value) in safe_read_memory_integer() argument
287 *return_value = args.result; in safe_read_memory_integer()
H A Dgdbcore.h60 extern int safe_read_memory_integer (CORE_ADDR memaddr, int len, LONGEST *return_value);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbolContext.cpp968 bool return_value = true; in AddLineSpecification() local
982 return_value = false; in AddLineSpecification()
985 return return_value; in AddLineSpecification()
990 bool return_value = true; in AddSpecification() local
1015 m_start_line = StringConvert::ToSInt32(spec_string, 0, 0, &return_value); in AddSpecification()
1016 if (return_value) in AddSpecification()
1020 m_end_line = StringConvert::ToSInt32(spec_string, 0, 0, &return_value); in AddSpecification()
1021 if (return_value) in AddSpecification()
1038 return return_value; in AddSpecification()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips64/
H A DABISysV_mips64.cpp980 uint64_t return_value[2]; in GetReturnValueObjectImpl() local
990 return_value[0] = f0_data.GetU64(&offset); in GetReturnValueObjectImpl()
994 return_value[1] = f1_data.GetU64(&offset); in GetReturnValueObjectImpl()
996 return_value[1] = f0_data.GetU64(&offset); in GetReturnValueObjectImpl()
1000 return_value[0] = f1_data.GetU64(&offset); in GetReturnValueObjectImpl()
1003 f0_data.SetData(return_value, *field_byte_width, in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1417 Value return_value; in UpdateISAToDescriptorMapDynamic() local
1418 return_value.SetValueType(Value::eValueTypeScalar); in UpdateISAToDescriptorMapDynamic()
1421 return_value.SetCompilerType(clang_uint32_t_type); in UpdateISAToDescriptorMapDynamic()
1422 return_value.GetScalar() = 0; in UpdateISAToDescriptorMapDynamic()
1432 num_class_infos = return_value.GetScalar().ULong(); in UpdateISAToDescriptorMapDynamic()
1668 Value return_value; in UpdateISAToDescriptorMapSharedCache() local
1669 return_value.SetValueType(Value::eValueTypeScalar); in UpdateISAToDescriptorMapSharedCache()
1672 return_value.SetCompilerType(clang_uint32_t_type); in UpdateISAToDescriptorMapSharedCache()
1673 return_value.GetScalar() = 0; in UpdateISAToDescriptorMapSharedCache()
1681 return_value); in UpdateISAToDescriptorMapSharedCache()
[all …]
/freebsd-12.1/contrib/libarchive/cpio/
H A Dcpio.h84 int return_value; /* Value returned by main() */ member
/freebsd-12.1/sys/kern/
H A Dkern_fail.c527 fail_point_eval_nontrivial(struct fail_point *fp, int *return_value) in fail_point_eval_nontrivial() argument
580 if (return_value != NULL) in fail_point_eval_nontrivial()
581 *return_value = ent->fe_arg; in fail_point_eval_nontrivial()

12