| /src/external/mit/libuv/dist/src/win/ |
| atomicops-inl.h | 48 char old_value; local 50 : "=r"(old_value), "=m"(*target) 53 return old_value;
|
| /src/sys/ddb/ |
| db_write_cmd.c | 49 db_expr_t old_value; local 89 old_value = db_get_value(addr, size, false); 90 db_printf("\t\t%s = ", db_num_to_str(old_value));
|
| db_variables.c | 322 db_expr_t old_value; local 349 db_read_variable(vp, &old_value); 350 db_printf("$%s\t\t%s = ", vp->name, db_num_to_str(old_value));
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| py-unwind.c | 27 void *old_value = *location; local 29 return old_value;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/ |
| py-unwind.c | 27 void *old_value = *location; local 29 return old_value;
|
| /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/ |
| relocwrapper.c | 131 const char *old_value; local 137 old_value = getenv (LIBPATHVAR); 138 if (old_value == NULL) 139 old_value = ""; 144 total += strlen (old_value) + 1; 160 if (old_value[0] != '\0') 161 strcpy (p, old_value);
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| relocwrapper.c | 131 const char *old_value; local 137 old_value = getenv (LIBPATHVAR); 138 if (old_value == NULL) 139 old_value = ""; 144 total += strlen (old_value) + 1; 160 if (old_value[0] != '\0') 161 strcpy (p, old_value);
|
| /src/external/gpl2/gettext/dist/gnulib-local/lib/ |
| relocwrapper.c | 131 const char *old_value; local 137 old_value = getenv (LIBPATHVAR); 138 if (old_value == NULL) 139 old_value = ""; 144 total += strlen (old_value) + 1; 160 if (old_value[0] != '\0') 161 strcpy (p, old_value);
|
| /src/external/bsd/elftoolchain/dist/libdwarf/ |
| dwarf_frame.c | 556 Dwarf_Half old_value; local 558 old_value = dbg->dbg_frame_rule_table_size; 561 return (old_value); 567 Dwarf_Half old_value; local 569 old_value = dbg->dbg_frame_rule_initial_value; 572 return (old_value); 578 Dwarf_Half old_value; local 580 old_value = dbg->dbg_frame_cfa_value; 583 return (old_value); 589 Dwarf_Half old_value; local 600 Dwarf_Half old_value; local [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| elfxx-loongarch.c | 2353 bfd_vma old_value = bfd_get (howto->bitsize, abfd, 2363 relocation = old_value + relocation; 2371 relocation = old_value - relocation; 2414 bfd_vma old_value = _bfd_read_unsigned_leb128 (abfd, p, &len); local 2419 relocation = old_value + relocation; 2423 relocation = old_value - relocation;
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elfxx-loongarch.c | 2124 bfd_vma old_value = bfd_get (howto->bitsize, abfd, 2134 relocation = old_value + relocation; 2142 relocation = old_value - relocation; 2185 bfd_vma old_value = _bfd_read_unsigned_leb128 (abfd, p, &len); local 2190 relocation = old_value + relocation; 2194 relocation = old_value - relocation;
|
| /src/external/gpl3/gdb/dist/bfd/ |
| elfxx-loongarch.c | 2124 bfd_vma old_value = bfd_get (howto->bitsize, abfd, 2134 relocation = old_value + relocation; 2142 relocation = old_value - relocation; 2185 bfd_vma old_value = _bfd_read_unsigned_leb128 (abfd, p, &len); local 2190 relocation = old_value + relocation; 2194 relocation = old_value - relocation;
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elfxx-loongarch.c | 2124 bfd_vma old_value = bfd_get (howto->bitsize, abfd, 2134 relocation = old_value + relocation; 2142 relocation = old_value - relocation; 2185 bfd_vma old_value = _bfd_read_unsigned_leb128 (abfd, p, &len); local 2190 relocation = old_value + relocation; 2194 relocation = old_value - relocation;
|
| /src/external/bsd/ntp/dist/sntp/unity/ |
| unity_fixture.c | 278 void * old_value; member in struct:_PointerPair 296 pointer_store[pointer_index].old_value = *pointer; 307 pointer_store[pointer_index].old_value;
|
| /src/external/gpl3/gdb/dist/readline/readline/ |
| history.c | 390 HIST_ENTRY *temp, *old_value; local 396 old_value = the_history[which]; 400 temp->timestamp = old_value->timestamp ? savestring (old_value->timestamp) : 0; 403 return (old_value);
|
| /src/external/gpl3/gdb.old/dist/readline/readline/ |
| history.c | 383 HIST_ENTRY *temp, *old_value; local 389 old_value = the_history[which]; 393 temp->timestamp = savestring (old_value->timestamp); 396 return (old_value);
|
| /src/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
| hwasan_linux.cpp | 355 uptr old_value = *tls_ptr; local 364 *tls_ptr = old_value;
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/ |
| hwasan_linux.cpp | 303 uptr old_value = *tls_ptr; local 312 *tls_ptr = old_value;
|
| /src/external/gpl3/gdb/dist/gdb/ |
| command.h | 346 const T old_value = this->get<T> (); local 357 return old_value != this->get<T> ();
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| command.h | 347 const T old_value = this->get<T> (); local 358 return old_value != this->get<T> ();
|
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
| vm_event.h | 247 uint64_t old_value; member in struct:vm_event_write_ctrlreg 264 uint64_t old_value; member in struct:vm_event_mov_to_msr
|
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| xgettext.c | 1130 void *old_value; local 1132 if (hash_find_entry (table, keyword, keyword_len, &old_value)) 1150 struct callshapes *old_shapes = (struct callshapes *) old_value;
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-d30v.c | 1516 valueT old_value; local 1522 old_value = S_GET_VALUE (label); 1539 && S_GET_VALUE (sym) == old_value)
|
| tc-pru.c | 252 valueT old_value; 258 old_value = S_GET_VALUE (label); 274 && S_GET_VALUE (sym) == old_value) 251 valueT old_value; local
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-d30v.c | 1514 valueT old_value; local 1520 old_value = S_GET_VALUE (label); 1537 && S_GET_VALUE (sym) == old_value)
|