Searched refs:return_value (Results 1 - 25 of 45) sorted by relevance

12

/freebsd-10.3-release/contrib/binutils/gas/config/
H A Datof-vax.c41 int return_value; local
50 return_value = 4;
57 return_value = 8;
62 return_value = 16;
66 return_value = 0;
70 return return_value;
120 int return_value;
126 return_value = mask[bits_left_in_littlenum] & *littlenum_pointer;
128 return_value <<= number_of_bits;
132 return_value |
119 int return_value; local
200 char *return_value; local
249 int return_value; /* 0 == OK. */ local
[all...]
H A Datof-ieee.c88 int return_value;
95 return_value = mask[bits_left_in_littlenum] & *littlenum_pointer;
97 return_value <<= number_of_bits;
103 return_value |=
111 return_value =
114 return return_value;
171 char *return_value;
183 return_value = str;
236 if (atof_generic (&return_value, ".", EXP_CHARS,
248 return return_value;
87 int return_value; local
169 char *return_value; local
254 int return_value = 0; local
[all...]
/freebsd-10.3-release/contrib/netbsd-tests/lib/libcurses/director/
H A Dreturns.h51 void *return_value; /* used if return_type is ret_num or member in struct:__anon3977
53 size_t return_len; /* number of bytes in return_value iff
H A Dtestlang_parse.y281 (const char *)command.returns[1].return_value,
286 command.returns[1].return_value,
294 retvar.return_value = vptr->value;
542 memcpy(vars[i].value, ret->return_value, vars[i].len);
605 memcpy(cur.arg_string, ret->return_value, cur.arg_len);
644 cur.return_value = malloc(cur.return_len + 1);
645 if (cur.return_value == NULL)
648 strcpy(cur.return_value, ret_str);
652 cur.return_value = malloc(cur.return_len);
653 if (cur.return_value
[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;
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DScriptInterpreter.cpp69 std::string return_value; local
74 return_value = "None";
77 return_value = "Python";
81 return return_value;
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DMutex.h273 int return_value = Mutex::TryLock(); local
274 if (return_value != 0 && failure_message != NULL)
279 return return_value;
/freebsd-10.3-release/contrib/binutils/gas/
H A Dinput-file.c228 char *return_value; /* -> Last char of what we read, + 1. */
247 return_value = where + size;
254 return_value = 0;
257 return return_value;
226 char *return_value; /* -> Last char of what we read, + 1. */ local
H A Datof-generic.c83 int return_value; /* 0 means OK. */ local
295 return_value = 0;
535 return_value = ERROR_EXPONENT_OVERFLOW;
590 return return_value;
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Expression/
H A DIRExecutionUnit.cpp463 uint8_t *return_value = m_default_mm_ap->allocateStub(F, StubSize, Alignment); local
465 m_parent.m_records.push_back(AllocationRecord((uintptr_t)return_value,
473 F, StubSize, Alignment, return_value);
476 return return_value;
492 uint8_t *return_value = m_default_mm_ap->allocateSpace(Size, Alignment); local
494 m_parent.m_records.push_back(AllocationRecord((uintptr_t)return_value,
502 (uint64_t)Size, Alignment, return_value);
505 return return_value;
516 uint8_t *return_value = m_default_mm_ap->allocateCodeSection(Size, Alignment, SectionID, SectionName); local
518 m_parent.m_records.push_back(AllocationRecord((uintptr_t)return_value,
542 uint8_t *return_value = m_default_mm_ap->allocateDataSection(Size, Alignment, SectionID, SectionName, IsReadOnly); local
564 uint8_t *return_value = m_default_mm_ap->allocateGlobal(Size, Alignment); local
[all...]
H A DClangFunction.cpp205 m_wrapper_function_text.append (" return_value;");
212 m_wrapper_function_text.append (" __lldb_fn_data->return_value = __lldb_fn_data->fn_ptr (");
307 ExecutionResults return_value = eExecutionSetupError;
312 return return_value;
484 ExecutionResults return_value = eExecutionSetupError;
526 return_value = exe_ctx.GetProcessRef().RunThreadPlan (exe_ctx,
533 if (return_value != eExecutionCompleted)
549 if (return_value != eExecutionCompleted)
550 return return_value;
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepInRange.cpp326 bool return_value = avoid_regexp_to_use->Execute(frame_function_name, &regex_match); local
327 if (return_value)
340 return return_value;
439 bool return_value; local
443 return_value = true;
457 return_value = true;
470 return_value = false;
473 return_value = true;
478 return_value = true;
481 return return_value;
[all...]
H A DThreadPlanStepOverRange.cpp308 bool return_value; local
317 return_value = true;
321 return_value = true;
323 return_value = false;
333 return_value = false;
338 return_value = true;
340 return return_value;
H A DProcess.cpp3794 bool return_value = true;
3806 return_value = true;
3810 return_value = false;
3822 return_value = true;
3830 return_value = false;
3845 return_value = true;
3848 return_value = false;
3871 return_value = true;
3898 return_value = true;
3902 return_value
[all...]
/freebsd-10.3-release/contrib/libarchive/cpio/
H A Dcpio.h83 int return_value; /* Value returned by main() */ member in struct:cpio
/freebsd-10.3-release/contrib/libarchive/tar/
H A Dread.c89 bsdtar->return_value = 1;
108 bsdtar->return_value = 1;
242 bsdtar->return_value = 1;
308 bsdtar->return_value = 1;
345 bsdtar->return_value = 1;
359 bsdtar->return_value = 1;
H A Dwrite.c488 bsdtar->return_value = 1;
494 bsdtar->return_value = 1;
536 bsdtar->return_value = 1;
553 bsdtar->return_value = 1;
569 bsdtar->return_value = 1;
611 bsdtar->return_value = 1;
633 * bsdtar->return_value but return zero, so the overall archiving
654 bsdtar->return_value = 1;
663 bsdtar->return_value = 1;
855 bsdtar->return_value
[all...]
/freebsd-10.3-release/contrib/gdb/gdb/
H A Dgdbcore.h60 extern int safe_read_memory_integer (CORE_ADDR memaddr, int len, LONGEST *return_value);
H A Dstack.c1847 struct value *return_value = NULL;
1868 return_value = parse_and_eval (retval_exp);
1876 return_value = value_cast (return_type, return_value);
1880 if (VALUE_LAZY (return_value))
1881 value_fetch_lazy (return_value);
1889 return_value = NULL;
1891 return_value and extract_returned_value_address, should allow
1892 "return" to work - don't set return_value to NULL. */
1904 return_value
1840 struct value *return_value = NULL; local
[all...]
/freebsd-10.3-release/crypto/openssl/ssl/
H A Dheartbeat_test.c201 int return_value; local
216 return_value = fixture.process_heartbeat(s);
218 if (return_value != fixture.expected_return_value) {
221 return_value);
/freebsd-10.3-release/sys/dev/nxge/
H A Dif_nxge.h50 #define XGE_EXIT_ON_ERR(text, label, return_value) { \
51 xge_trace(XGE_ERR, "%s (Status: %d)", text, return_value); \
52 status = return_value; \
/freebsd-10.3-release/contrib/libreadline/
H A Dhistory.c441 HIST_ENTRY *return_value; local
447 return_value = the_history[which];
454 return (return_value);
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbolContext.cpp677 bool return_value = true; local
692 return_value = false;
695 return return_value;
701 bool return_value = true; local
727 m_start_line = Args::StringToSInt32(spec_string, 0, 0, &return_value);
728 if (return_value)
732 m_end_line = Args::StringToSInt32(spec_string, 0, 0, &return_value);
733 if (return_value)
750 return return_value;
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBThread.h130 ReturnFromFrame (SBFrame &frame, SBValue &return_value);
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Core/
H A DSourceManager.cpp108 size_t return_value = 0;
149 return_value += s->Printf("%s%2.2s %-4u\t",
160 return_value += this_line_size;
163 return return_value;

Completed in 249 milliseconds

12