HomeSort by relevance Sort by last modified time
    Searched refs:ovalue (Results 1 - 25 of 46) sorted by null

1 2

  /external/ltp/testcases/kernel/syscalls/setitimer/
setitimer01.c 72 struct itimerval *value, *ovalue; local
91 if ((ovalue = malloc((size_t)sizeof(struct itimerval))) ==
93 tst_brkm(TBROK, cleanup, "ovalue malloc failed");
107 TEST(setitimer(ITIMER_REAL, value, ovalue));
117 * the old values should be stored in ovalue
122 if ((setitimer(ITIMER_REAL, value, ovalue)) == -1) {
127 if (ovalue->it_value.tv_sec <= SEC1) {
setitimer03.c 69 struct itimerval *value, *ovalue; local
88 if ((ovalue = malloc((size_t)sizeof(struct itimerval))) ==
106 TEST(setitimer(-ITIMER_PROF, value, ovalue));
130 free(ovalue);
132 ovalue = NULL;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
imageop.c 275 unsigned char ovalue; local
292 ovalue = 0;
295 ovalue |= bit;
298 *ncp++ = ovalue;
300 ovalue = 0;
304 *ncp++ = ovalue;
313 unsigned char ovalue; local
330 ovalue = 0;
332 ovalue |= ((int)cp[i] & 0xf0) >> pos;
335 *ncp++ = ovalue;
350 unsigned char ovalue; local
387 unsigned char ovalue; local
429 unsigned char ovalue; local
    [all...]
  /external/python/cpython2/Modules/
imageop.c 278 unsigned char ovalue; local
295 ovalue = 0;
298 ovalue |= bit;
301 *ncp++ = ovalue;
303 ovalue = 0;
307 *ncp++ = ovalue;
316 unsigned char ovalue; local
333 ovalue = 0;
335 ovalue |= ((int)cp[i] & 0xf0) >> pos;
338 *ncp++ = ovalue;
353 unsigned char ovalue; local
390 unsigned char ovalue; local
432 unsigned char ovalue; local
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
itimer.c 130 specified in the structure pointed to by value, and if ovalue is not a null
132 by ovalue.
157 @param[out] ovalue The old value for this timer.
166 struct itimerval *ovalue
181 if (ovalue != NULL) {
182 CopyMem(ovalue, &RealTimerInfo, sizeof(struct itimerval));
188 if (ovalue != NULL) {
189 CopyMem(ovalue, &VirtualTimerInfo, sizeof(struct itimerval));
195 if (ovalue != NULL) {
196 CopyMem(ovalue, &ProfTimerInfo, sizeof(struct itimerval));
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
time.h 196 int setitimer (int which, const struct itimerval *value, struct itimerval *ovalue);
  /external/flatbuffers/src/
idl_parser.cpp 892 uoffset_t *ovalue) {
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
os3_solaris.go 500 func setitimer(which int32, value *itimerval, ovalue *itimerval) /* int32 */ {
501 sysvicall3(&libc_setitimer, uintptr(which), uintptr(unsafe.Pointer(value)), uintptr(unsafe.Pointer(ovalue)))
  /prebuilts/go/linux-x86/src/runtime/
os3_solaris.go 500 func setitimer(which int32, value *itimerval, ovalue *itimerval) /* int32 */ {
501 sysvicall3(&libc_setitimer, uintptr(which), uintptr(unsafe.Pointer(value)), uintptr(unsafe.Pointer(ovalue)))
  /external/flatbuffers/include/flatbuffers/
idl.h 622 std::string *value, uoffset_t *ovalue);
634 FLATBUFFERS_CHECKED_ERROR ParseVector(const Type &type, uoffset_t *ovalue);
  /external/valgrind/coregrind/m_syswrap/
syswrap-generic.c 2594 struct vki_itimerval *ovalue = (struct vki_itimerval*)ARG3; local
2605 struct vki_itimerval *ovalue = (struct vki_itimerval*)ARG3; local
    [all...]
  /external/compiler-rt/include/sanitizer/
linux_syscall_hooks.h 183 #define __sanitizer_syscall_pre_setitimer(which, value, ovalue) \
185 (long)(ovalue))
186 #define __sanitizer_syscall_post_setitimer(res, which, value, ovalue) \
188 (long)(ovalue))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h 183 #define __sanitizer_syscall_pre_setitimer(which, value, ovalue) \
185 (long)(ovalue))
186 #define __sanitizer_syscall_post_setitimer(res, which, value, ovalue) \
188 (long)(ovalue))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/sanitizer/
linux_syscall_hooks.h 183 #define __sanitizer_syscall_pre_setitimer(which, value, ovalue) \
185 (long)(ovalue))
186 #define __sanitizer_syscall_post_setitimer(res, which, value, ovalue) \
188 (long)(ovalue))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/sanitizer/
linux_syscall_hooks.h 183 #define __sanitizer_syscall_pre_setitimer(which, value, ovalue) \
185 (long)(ovalue))
186 #define __sanitizer_syscall_post_setitimer(res, which, value, ovalue) \
188 (long)(ovalue))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/compiler-rt/include/sanitizer/
linux_syscall_hooks.h 183 #define __sanitizer_syscall_pre_setitimer(which, value, ovalue) \
185 (long)(ovalue))
186 #define __sanitizer_syscall_post_setitimer(res, which, value, ovalue) \
188 (long)(ovalue))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/sanitizer/
linux_syscall_hooks.h 183 #define __sanitizer_syscall_pre_setitimer(which, value, ovalue) \
185 (long)(ovalue))
186 #define __sanitizer_syscall_post_setitimer(res, which, value, ovalue) \
188 (long)(ovalue))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/sanitizer/
linux_syscall_hooks.h 183 #define __sanitizer_syscall_pre_setitimer(which, value, ovalue) \
185 (long)(ovalue))
186 #define __sanitizer_syscall_post_setitimer(res, which, value, ovalue) \
188 (long)(ovalue))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/sanitizer/
linux_syscall_hooks.h 183 #define __sanitizer_syscall_pre_setitimer(which, value, ovalue) \
185 (long)(ovalue))
186 #define __sanitizer_syscall_post_setitimer(res, which, value, ovalue) \
188 (long)(ovalue))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/sanitizer/
linux_syscall_hooks.h 183 #define __sanitizer_syscall_pre_setitimer(which, value, ovalue) \
185 (long)(ovalue))
186 #define __sanitizer_syscall_post_setitimer(res, which, value, ovalue) \
188 (long)(ovalue))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/sanitizer/
linux_syscall_hooks.h 183 #define __sanitizer_syscall_pre_setitimer(which, value, ovalue) \
185 (long)(ovalue))
186 #define __sanitizer_syscall_post_setitimer(res, which, value, ovalue) \
188 (long)(ovalue))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/sanitizer/
linux_syscall_hooks.h 183 #define __sanitizer_syscall_pre_setitimer(which, value, ovalue) \
185 (long)(ovalue))
186 #define __sanitizer_syscall_post_setitimer(res, which, value, ovalue) \
188 (long)(ovalue))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h 183 #define __sanitizer_syscall_pre_setitimer(which, value, ovalue) \
185 (long)(ovalue))
186 #define __sanitizer_syscall_post_setitimer(res, which, value, ovalue) \
188 (long)(ovalue))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/sanitizer/
linux_syscall_hooks.h 183 #define __sanitizer_syscall_pre_setitimer(which, value, ovalue) \
185 (long)(ovalue))
186 #define __sanitizer_syscall_post_setitimer(res, which, value, ovalue) \
188 (long)(ovalue))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/sanitizer/
linux_syscall_hooks.h 183 #define __sanitizer_syscall_pre_setitimer(which, value, ovalue) \
185 (long)(ovalue))
186 #define __sanitizer_syscall_post_setitimer(res, which, value, ovalue) \
188 (long)(ovalue))
    [all...]

Completed in 1302 milliseconds

1 2