Home
last modified time | relevance | path

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

1234

/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Datof-vax.c40 int return_value; in atof_vax_sizeof() local
49 return_value = 4; in atof_vax_sizeof()
56 return_value = 8; in atof_vax_sizeof()
61 return_value = 16; in atof_vax_sizeof()
65 return_value = 0; in atof_vax_sizeof()
69 return return_value; in atof_vax_sizeof()
118 int return_value; in next_bits() local
124 return_value = mask[bits_left_in_littlenum] & *littlenum_pointer; in next_bits()
126 return_value <<= number_of_bits; in next_bits()
130 return_value |= ((*littlenum_pointer) >> (bits_left_in_littlenum)) & mask[number_of_bits]; in next_bits()
[all …]
H A Datof-ieee.c94 int return_value; in next_bits() local
101 return_value = mask[bits_left_in_littlenum] & *littlenum_pointer; in next_bits()
103 return_value <<= number_of_bits; in next_bits()
109 return_value |= in next_bits()
117 return_value = in next_bits()
120 return return_value; in next_bits()
178 char *return_value; in atof_ieee_detail() local
189 return_value = str; in atof_ieee_detail()
204 if (atof_generic (&return_value, ".", EXP_CHARS, in atof_ieee_detail()
220 return return_value; in atof_ieee_detail()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Datof-vax.c40 int return_value; in atof_vax_sizeof() local
49 return_value = 4; in atof_vax_sizeof()
56 return_value = 8; in atof_vax_sizeof()
61 return_value = 16; in atof_vax_sizeof()
65 return_value = 0; in atof_vax_sizeof()
69 return return_value; in atof_vax_sizeof()
118 int return_value; in next_bits() local
124 return_value = mask[bits_left_in_littlenum] & *littlenum_pointer; in next_bits()
126 return_value <<= number_of_bits; in next_bits()
130 return_value |= ((*littlenum_pointer) >> (bits_left_in_littlenum)) & mask[number_of_bits]; in next_bits()
[all …]
H A Datof-ieee.c94 int return_value; in next_bits() local
101 return_value = mask[bits_left_in_littlenum] & *littlenum_pointer; in next_bits()
103 return_value <<= number_of_bits; in next_bits()
109 return_value |= in next_bits()
117 return_value = in next_bits()
120 return return_value; in next_bits()
178 char *return_value; in atof_ieee_detail() local
189 return_value = str; in atof_ieee_detail()
204 if (atof_generic (&return_value, ".", EXP_CHARS, in atof_ieee_detail()
220 return return_value; in atof_ieee_detail()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dint_encoding.h118 typename elfcpp::Valtype_base<valsize>::Valtype return_value; in read_from_pointer() local
120 return_value = elfcpp::Swap_unaligned<valsize, true>::readval(source); in read_from_pointer()
122 return_value = elfcpp::Swap_unaligned<valsize, false>::readval(source); in read_from_pointer()
123 return return_value; in read_from_pointer()
132 typename elfcpp::Valtype_base<valsize>::Valtype return_value; in read_from_pointer() local
134 return_value = elfcpp::Swap_unaligned<valsize, true>::readval(*source); in read_from_pointer()
136 return_value = elfcpp::Swap_unaligned<valsize, false>::readval(*source); in read_from_pointer()
138 return return_value; in read_from_pointer()
147 typename elfcpp::Valtype_base<valsize>::Valtype return_value; in read_from_pointer() local
149 return_value = elfcpp::Swap_unaligned<valsize, true>::readval(*source); in read_from_pointer()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dint_encoding.h118 typename elfcpp::Valtype_base<valsize>::Valtype return_value; in read_from_pointer() local
120 return_value = elfcpp::Swap_unaligned<valsize, true>::readval(source); in read_from_pointer()
122 return_value = elfcpp::Swap_unaligned<valsize, false>::readval(source); in read_from_pointer()
123 return return_value; in read_from_pointer()
132 typename elfcpp::Valtype_base<valsize>::Valtype return_value; in read_from_pointer() local
134 return_value = elfcpp::Swap_unaligned<valsize, true>::readval(*source); in read_from_pointer()
136 return_value = elfcpp::Swap_unaligned<valsize, false>::readval(*source); in read_from_pointer()
138 return return_value; in read_from_pointer()
147 typename elfcpp::Valtype_base<valsize>::Valtype return_value; in read_from_pointer() local
149 return_value = elfcpp::Swap_unaligned<valsize, true>::readval(*source); in read_from_pointer()
[all …]
H A Ddwarf_reader.cc1665 typename elfcpp::Valtype_base<valsize>::Valtype return_value; in read_from_pointer() local
1667 return_value = elfcpp::Swap_unaligned<valsize, true>::readval(source); in read_from_pointer()
1669 return_value = elfcpp::Swap_unaligned<valsize, false>::readval(source); in read_from_pointer()
1670 return return_value; in read_from_pointer()
1678 typename elfcpp::Valtype_base<valsize>::Valtype return_value; in read_from_pointer() local
1680 return_value = elfcpp::Swap_unaligned<valsize, true>::readval(*source); in read_from_pointer()
1682 return_value = elfcpp::Swap_unaligned<valsize, false>::readval(*source); in read_from_pointer()
1684 return return_value; in read_from_pointer()
1691 typename elfcpp::Valtype_base<32>::Valtype return_value; in read_3bytes_from_pointer() local
1693 return_value = ((*source)[0] << 16) | ((*source)[1] << 8) | (*source)[2]; in read_3bytes_from_pointer()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Daix5ppc-core.c248 bool return_value = false; in xcoff64_core_file_matches_executable_p() local
252 return return_value; in xcoff64_core_file_matches_executable_p()
256 return return_value; in xcoff64_core_file_matches_executable_p()
259 return return_value; in xcoff64_core_file_matches_executable_p()
264 return return_value; in xcoff64_core_file_matches_executable_p()
298 return_value = true; in xcoff64_core_file_matches_executable_p()
302 return return_value; in xcoff64_core_file_matches_executable_p()
309 char *return_value = 0; in xcoff64_core_file_failing_command() local
312 return_value = c->c_u.U_proc.pi_comm; in xcoff64_core_file_failing_command()
314 return return_value; in xcoff64_core_file_failing_command()
[all …]
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Daix5ppc-core.c269 bool return_value = false; in xcoff64_core_file_matches_executable_p() local
273 return return_value; in xcoff64_core_file_matches_executable_p()
277 return return_value; in xcoff64_core_file_matches_executable_p()
280 return return_value; in xcoff64_core_file_matches_executable_p()
285 return return_value; in xcoff64_core_file_matches_executable_p()
319 return_value = true; in xcoff64_core_file_matches_executable_p()
323 return return_value; in xcoff64_core_file_matches_executable_p()
330 char *return_value = 0; in xcoff64_core_file_failing_command() local
333 return_value = c->c_u.U_proc.pi_comm; in xcoff64_core_file_failing_command()
335 return return_value; in xcoff64_core_file_failing_command()
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/
H A Daeabi_div0.c34 __aeabi_idiv0(int return_value) { in __aeabi_idiv0() argument
35 return return_value; in __aeabi_idiv0()
39 __aeabi_ldiv0(long long return_value) { in __aeabi_ldiv0() argument
40 return return_value; in __aeabi_ldiv0()
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/
H A Dhistory.c481 HIST_ENTRY *return_value; in remove_history() local
491 return_value = the_history[which]; in remove_history()
507 return (return_value); in remove_history()
513 HIST_ENTRY **return_value; in remove_history_range() local
526 return_value = (HIST_ENTRY **)malloc ((nentries + 1) * sizeof (HIST_ENTRY *)); in remove_history_range()
527 if (return_value == 0) in remove_history_range()
528 return return_value; in remove_history_range()
532 return_value[i - first] = the_history[i]; in remove_history_range()
533 return_value[i - first] = (HIST_ENTRY *)NULL; in remove_history_range()
543 return (return_value); in remove_history_range()
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dhistory.c481 HIST_ENTRY *return_value; in remove_history() local
491 return_value = the_history[which]; in remove_history()
507 return (return_value); in remove_history()
513 HIST_ENTRY **return_value; in remove_history_range() local
526 return_value = (HIST_ENTRY **)malloc ((nentries + 1) * sizeof (HIST_ENTRY *)); in remove_history_range()
527 if (return_value == 0) in remove_history_range()
528 return return_value; in remove_history_range()
532 return_value[i - first] = the_history[i]; in remove_history_range()
533 return_value[i - first] = (HIST_ENTRY *)NULL; in remove_history_range()
543 return (return_value); in remove_history_range()
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dinput-file.c233 char *return_value; /* -> Last char of what we read, + 1. */ in input_file_give_next_buffer() local
248 return_value = where + size; in input_file_give_next_buffer()
255 return_value = 0; in input_file_give_next_buffer()
258 return return_value; in input_file_give_next_buffer()
H A Datof-generic.c76 int return_value = 0; /* 0 means OK. */ in atof_generic() local
307 return_value = ERROR_EXPONENT_OVERFLOW; in atof_generic()
573 return_value = ERROR_EXPONENT_OVERFLOW; in atof_generic()
630 return return_value; in atof_generic()
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dinput-file.c233 char *return_value; /* -> Last char of what we read, + 1. */ in input_file_give_next_buffer() local
248 return_value = where + size; in input_file_give_next_buffer()
255 return_value = 0; in input_file_give_next_buffer()
258 return return_value; in input_file_give_next_buffer()
H A Datof-generic.c76 int return_value = 0; /* 0 means OK. */ in atof_generic() local
307 return_value = ERROR_EXPONENT_OVERFLOW; in atof_generic()
573 return_value = ERROR_EXPONENT_OVERFLOW; in atof_generic()
630 return return_value; in atof_generic()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dgcn-run.cc499 int return_value; member
710 kernargs->output_data.return_value = 0xcafe0000; /* Default return value. */ in main()
732 unsigned int return_value = in main() local
733 (unsigned int) kernargs->output_data.return_value; in main()
738 unsigned int upper = (return_value & ~0xffff) >> 16; in main()
742 return_value = 0xff; in main()
750 "aren't 0xffff, 0xcafe, or 0: 0x%x\n", return_value); in main()
754 unsigned int signal = (return_value >> 8) & 0xff; in main()
762 printf ("Kernel exit value: %d\n", return_value & 0xff); in main()
774 return return_value & 0xff; in main()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/gcn/
H A Dgcn-run.c647 int return_value; member
858 kernargs->output_data.return_value = 0xcafe0000; /* Default return value. */ in main()
880 unsigned int return_value = in main() local
881 (unsigned int) kernargs->output_data.return_value; in main()
886 unsigned int upper = (return_value & ~0xffff) >> 16; in main()
890 return_value = 0xff; in main()
898 "aren't 0xffff, 0xcafe, or 0: 0x%x\n", return_value); in main()
902 unsigned int signal = (return_value >> 8) & 0xff; in main()
910 printf ("Kernel exit value: %d\n", return_value & 0xff); in main()
922 return return_value & 0xff; in main()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/
H A Dgthr-vxworks-thread.c230 void *return_value = (void *) __func (__args); in __task_wrapper() local
231 tcb->return_value = return_value; in __task_wrapper()
326 *__value_ptr = __threadid->return_value; in __gthread_join()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/
H A Dgthr-vxworks-thread.c270 void *return_value = (void *) __func (__args); in __task_wrapper() local
271 tcb->return_value = return_value; in __task_wrapper()
366 *__value_ptr = __threadid->return_value; in __gthread_join()
/netbsd-src/sys/kern/
H A Dsys_eventfd.c213 eventfd_t return_value; in eventfd_fop_read() local
230 return_value = 1; in eventfd_fop_read()
233 return_value = efd->efd_val; in eventfd_fop_read()
242 error = uiomove(&return_value, sizeof(return_value), uio); in eventfd_fop_read()
H A Dsys_timerfd.c269 uint64_t return_value; in timerfd_fop_read() local
290 return_value = timerfd_fire_count(tfd); in timerfd_fop_read()
297 error = uiomove(&return_value, sizeof(return_value), uio); in timerfd_fop_read()
/netbsd-src/external/gpl2/texinfo/dist/info/
H A Decho-area.c179 char *return_value; in echo_area_after_read() local
184 return_value = (char *)NULL; in echo_area_after_read()
189 return_value = xstrdup (""); in echo_area_after_read()
193 return_value = (char *) xmalloc (1 + line_len); in echo_area_after_read()
194 strncpy (return_value, &input_line[input_line_beg], line_len); in echo_area_after_read()
195 return_value[line_len] = '\0'; in echo_area_after_read()
198 return (return_value); in echo_area_after_read()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/fr30/
H A Dfr30.c220 unsigned int return_value; in fr30_compute_frame_size() local
261 return_value = 0; in fr30_compute_frame_size()
264 return_value += args_size + var_size; in fr30_compute_frame_size()
267 return_value += reg_size; in fr30_compute_frame_size()
269 return return_value; in fr30_compute_frame_size()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/fr30/
H A Dfr30.cc220 unsigned int return_value; in fr30_compute_frame_size() local
261 return_value = 0; in fr30_compute_frame_size()
264 return_value += args_size + var_size; in fr30_compute_frame_size()
267 return_value += reg_size; in fr30_compute_frame_size()
269 return return_value; in fr30_compute_frame_size()

1234