Searched refs:old_value (Results 51 - 62 of 62) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm329 ;; store into old_value
336 ;; return old_value
/freebsd-11-stable/contrib/subversion/subversion/svnserve/
H A Dserve.c1235 svn_string_t *old_value;
1240 &dont_care, &old_value));
1246 old_value_p = (const svn_string_t *const *)&old_value;
1249 if (dont_care && old_value)
1234 svn_string_t *old_value; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dclient.c1161 const svn_string_t *old_value;
1174 old_value = *old_value_p;
1179 old_value = NULL;
1185 old_value));
1160 const svn_string_t *old_value; local
H A Dmarshal.c2378 const svn_string_t *old_value)
2386 SVN_ERR(write_tuple_string_opt(conn, pool, old_value));
2371 svn_ra_svn__write_cmd_change_rev_prop2(svn_ra_svn_conn_t *conn, apr_pool_t *pool, svn_revnum_t rev, const char *name, const svn_string_t *value, svn_boolean_t dont_care, const svn_string_t *old_value) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc2218 INTERCEPTOR(int, setitimer, int which, const void *new_value, void *old_value) {
2220 COMMON_INTERCEPTOR_ENTER(ctx, setitimer, which, new_value, old_value);
2237 int res = REAL(setitimer)(which, new_value, old_value);
2238 if (!res && old_value) {
2239 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, old_value, struct_itimerval_sz);
6102 void *old_value) {
6105 old_value);
6107 int res = REAL(timerfd_settime)(fd, flags, new_value, old_value);
6108 if (res != -1 && old_value)
6109 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, old_value, struct_itimerspec_s
[all...]
/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_systrace_args.c2051 uarg[3] = (intptr_t) p->old_value; /* struct l_itimerspec * */
2059 uarg[1] = (intptr_t) p->old_value; /* struct l_itimerspec * */
H A Dlinux_proto.h984 char old_value_l_[PADL_(struct l_itimerspec *)]; struct l_itimerspec * old_value; char old_value_r_[PADR_(struct l_itimerspec *)]; member in struct:linux_timerfd_settime_args
988 char old_value_l_[PADL_(struct l_itimerspec *)]; struct l_itimerspec * old_value; char old_value_r_[PADR_(struct l_itimerspec *)]; member in struct:linux_timerfd_gettime_args
/freebsd-11-stable/contrib/gcc/cp/
H A Ddecl.c363 pop_label (tree label, tree old_value)
385 SET_IDENTIFIER_LABEL_VALUE (DECL_NAME (label), old_value);
423 pop_local_label (tree label, tree old_value)
428 pop_label (label, old_value);
360 pop_label(tree label, tree old_value) argument
382 SET_IDENTIFIER_LABEL_VALUE (DECL_NAME (label), old_value); local
420 pop_local_label(tree label, tree old_value) argument
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_systrace_args.c2202 uarg[3] = (intptr_t) p->old_value; /* struct l_itimerspec * */
2210 uarg[1] = (intptr_t) p->old_value; /* struct l_itimerspec * */
H A Dlinux32_proto.h1070 char old_value_l_[PADL_(struct l_itimerspec *)]; struct l_itimerspec * old_value; char old_value_r_[PADR_(struct l_itimerspec *)]; member in struct:linux_timerfd_settime_args
1074 char old_value_l_[PADL_(struct l_itimerspec *)]; struct l_itimerspec * old_value; char old_value_r_[PADR_(struct l_itimerspec *)]; member in struct:linux_timerfd_gettime_args
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_systrace_args.c2278 uarg[3] = (intptr_t) p->old_value; /* struct l_itimerspec * */
2286 uarg[1] = (intptr_t) p->old_value; /* struct l_itimerspec * */
H A Dlinux_proto.h1088 char old_value_l_[PADL_(struct l_itimerspec *)]; struct l_itimerspec * old_value; char old_value_r_[PADR_(struct l_itimerspec *)]; member in struct:linux_timerfd_settime_args
1092 char old_value_l_[PADL_(struct l_itimerspec *)]; struct l_itimerspec * old_value; char old_value_r_[PADR_(struct l_itimerspec *)]; member in struct:linux_timerfd_gettime_args

Completed in 243 milliseconds

123