HomeSort by: relevance | last modified time | path
    Searched refs:old_value (Results 1 - 25 of 74) sorted by relevancy

1 2 3

  /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/external/apache2/llvm/dist/llvm/lib/Support/
Atomic.cpp 46 sys::cas_flag old_value) {
49 if (result == old_value)
53 return __sync_val_compare_and_swap(ptr, old_value, new_value);
55 return InterlockedCompareExchange(ptr, new_value, 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/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-unwind.c 27 void *old_value = *location; local
29 return old_value;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Atomic.h 38 cas_flag 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/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/
timerfd.d 19 int timerfd_settime(int fd, int flags, const itimerspec* new_value, itimerspec* 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/gcc/dist/libobjc/
accessors.m 151 id old_value;
179 old_value = *pointer_to_ivar;
189 old_value = *pointer_to_ivar;
195 RELEASE (old_value);
  /src/external/gpl3/gcc.old/dist/libobjc/
accessors.m 151 id old_value;
179 old_value = *pointer_to_ivar;
189 old_value = *pointer_to_ivar;
195 RELEASE (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/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 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/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/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/sys/kern/
sys_timerfd.c 593 const struct itimerspec *new_value, struct itimerspec *old_value,
623 if (old_value != NULL) {
624 itimer_gettime(it, old_value);
676 syscallarg(struct itimerspec *) old_value;
687 if (SCARG(uap, old_value) != NULL) {
694 error = copyout(oitsp, SCARG(uap, old_value), sizeof(*oitsp));
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors_mac.cc 102 TSAN_INTERCEPTOR(bool, f, t old_value, t new_value, t volatile *ptr) { \
103 SCOPED_TSAN_INTERCEPTOR(f, old_value, new_value, ptr); \
105 (volatile tsan_t *)ptr, (tsan_t *)&old_value, (tsan_t)new_value, \
109 TSAN_INTERCEPTOR(bool, f##Barrier, t old_value, t new_value, \
111 SCOPED_TSAN_INTERCEPTOR(f##Barrier, old_value, new_value, ptr); \
113 (volatile tsan_t *)ptr, (tsan_t *)&old_value, (tsan_t)new_value, \
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_interceptors_mac.cpp 111 TSAN_INTERCEPTOR(bool, f, t old_value, t new_value, t volatile *ptr) { \
112 SCOPED_TSAN_INTERCEPTOR(f, old_value, new_value, ptr); \
114 (volatile tsan_t *)ptr, (tsan_t *)&old_value, (tsan_t)new_value, \
118 TSAN_INTERCEPTOR(bool, f##Barrier, t old_value, t new_value, \
120 SCOPED_TSAN_INTERCEPTOR(f##Barrier, old_value, new_value, ptr); \
122 (volatile tsan_t *)ptr, (tsan_t *)&old_value, (tsan_t)new_value, \
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_mac.cpp 110 TSAN_INTERCEPTOR(bool, f, t old_value, t new_value, t volatile *ptr) { \
111 SCOPED_TSAN_INTERCEPTOR(f, old_value, new_value, ptr); \
113 (volatile tsan_t *)ptr, (tsan_t *)&old_value, (tsan_t)new_value, \
117 TSAN_INTERCEPTOR(bool, f##Barrier, t old_value, t new_value, \
119 SCOPED_TSAN_INTERCEPTOR(f##Barrier, old_value, new_value, ptr); \
121 (volatile tsan_t *)ptr, (tsan_t *)&old_value, (tsan_t)new_value, \
  /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/
__init__.py 236 old_value = _gdb.parameter(name)
242 set_parameter(name, 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/python/lib/gdb/
__init__.py 241 old_value = parameter(name)
247 set_parameter(name, old_value)

Completed in 36 milliseconds

1 2 3