HomeSort by: relevance | last modified time | path
    Searched defs:ovalue (Results 1 - 17 of 17) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/bfin/
dv-bfin_gpio.c 83 int pin, value, ovalue, bit; local
95 ovalue = !!(odata & bit);
96 if (value == ovalue)
  /src/external/gpl3/gdb.old/dist/sim/bfin/
dv-bfin_gpio.c 83 int pin, value, ovalue, bit; local
95 ovalue = !!(odata & bit);
96 if (value == ovalue)
  /src/sys/compat/common/
kern_time_50.c 511 syscallarg(struct itimerspec50 *) ovalue;
514 struct itimerspec value, ovalue, *ovp = NULL; local
521 if (SCARG(uap, ovalue))
522 ovp = &ovalue;
529 itimerspec_to_itimerspec50(&ovalue, &ovalue50);
530 return copyout(&ovalue50, SCARG(uap, ovalue), sizeof(ovalue50));
  /src/sys/compat/linux/common/
linux_time.c 390 struct itimerspec value, ovalue, *ovp = NULL; local
401 ovp = &ovalue;
  /src/sys/compat/linux32/common/
linux32_time.c 445 struct itimerspec value, ovalue, *ovp = NULL; local
456 ovp = &ovalue;
  /src/sys/compat/netbsd32/
netbsd32_time.c 463 syscallarg(netbsd32_itimerspecp_t) ovalue;
466 struct itimerspec value, ovalue, *ovp = NULL; local
474 if (SCARG_P32(uap, ovalue))
475 ovp = &ovalue;
485 return copyout(&its32, SCARG_P32(uap, ovalue), sizeof(its32));
netbsd32_compat_50.c 388 syscallarg(netbsd32_itimerspec50p_t) ovalue;
391 struct itimerspec value, ovalue, *ovp = NULL; local
399 if (SCARG_P32(uap, ovalue))
400 ovp = &ovalue;
410 return copyout(&its32, SCARG_P32(uap, ovalue), sizeof(its32));
netbsd32_syscallargs.h 1256 syscallarg(netbsd32_itimerspec50p_t) ovalue; member in struct:compat_50_netbsd32_timer_settime_args
2401 syscallarg(netbsd32_itimerspecp_t) ovalue; member in struct:netbsd32___timer_settime50_args
  /src/usr.bin/videoctl/
videoctl.c 638 int32_t ovalue; local
647 ovalue = ctrl.value;
657 printf("ctrl.%s: %d -> %d\n", ctrlname, ovalue, ctrl.value);
659 printf("ctrl.%08x: %d -> %d\n", ctrl.id, ovalue, ctrl.value);
  /src/external/gpl3/gdb/dist/sim/m32r/
traps.c 871 struct itimerval value, ovalue;
883 result = setitimer (arg1, &value, &ovalue);
889 translate_endian_h2t (&ovalue, sizeof(ovalue));
890 if ((s.write_mem) (cb, &s, arg3, (char *) &ovalue, sizeof(ovalue))
891 != sizeof(ovalue))
870 struct itimerval value, ovalue; local
  /src/external/gpl3/gdb.old/dist/sim/m32r/
traps.c 871 struct itimerval value, ovalue;
883 result = setitimer (arg1, &value, &ovalue);
889 translate_endian_h2t (&ovalue, sizeof(ovalue));
890 if ((s.write_mem) (cb, &s, arg3, (char *) &ovalue, sizeof(ovalue))
891 != sizeof(ovalue))
870 struct itimerval value, ovalue; local
  /src/sys/kern/
kern_time.c 1362 syscallarg(struct itimerspec *) ovalue;
1365 struct itimerspec value, ovalue, *ovp = NULL; local
1371 if (SCARG(uap, ovalue))
1372 ovp = &ovalue;
1379 return copyout(&ovalue, SCARG(uap, ovalue),
1386 struct itimerspec *ovalue, int flags, struct proc *p)
1410 if (ovalue)
1411 itimer_gettime(it, ovalue);
  /src/sys/sys/
syscallargs.h 1530 syscallarg(struct itimerspec50 *) ovalue; member in struct:compat_50_sys_timer_settime_args
2932 syscallarg(struct itimerspec *) ovalue; member in struct:sys___timer_settime50_args
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 6496 tree otype, ovalue;
6632 ovalue = value;
6654 if (TREE_OVERFLOW_P (ovalue))
6660 TREE_OVERFLOW (value) = TREE_OVERFLOW (ovalue);
6476 tree otype, ovalue; local
  /src/external/gpl3/gcc/dist/gcc/cp/
decl.cc 4253 tree ovalue = value;
4261 || !INTEGRAL_OR_UNSCOPED_ENUMERATION_TYPE_P (TREE_TYPE (ovalue))))
4265 value = ovalue;
4246 tree ovalue = value; local
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 6010 tree otype, ovalue;
6131 ovalue = value;
6137 if (CONSTANT_CLASS_P (ovalue) && TREE_OVERFLOW (ovalue))
6143 TREE_OVERFLOW (value) = TREE_OVERFLOW (ovalue);
5992 tree otype, ovalue; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc 3944 tree ovalue = value;
3952 || !INTEGRAL_OR_UNSCOPED_ENUMERATION_TYPE_P (TREE_TYPE (ovalue))))
3956 value = ovalue;
3937 tree ovalue = value; local

Completed in 90 milliseconds