Home
last modified time | relevance | path

Searched refs:ovalue (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Modules/
Dimageop.c278 unsigned char ovalue; in imageop_grey2mono() local
295 ovalue = 0; in imageop_grey2mono()
298 ovalue |= bit; in imageop_grey2mono()
301 *ncp++ = ovalue; in imageop_grey2mono()
303 ovalue = 0; in imageop_grey2mono()
307 *ncp++ = ovalue; in imageop_grey2mono()
316 unsigned char ovalue; in imageop_grey2grey4() local
333 ovalue = 0; in imageop_grey2grey4()
335 ovalue |= ((int)cp[i] & 0xf0) >> pos; in imageop_grey2grey4()
338 *ncp++ = ovalue; in imageop_grey2grey4()
[all …]
/external/ltp/testcases/kernel/syscalls/setitimer/
Dsetitimer03.c69 struct itimerval *value, *ovalue; in main() local
88 if ((ovalue = malloc((size_t)sizeof(struct itimerval))) == in main()
106 TEST(setitimer(-ITIMER_PROF, value, ovalue)); in main()
130 free(ovalue); in main()
132 ovalue = NULL; in main()
Dsetitimer01.c72 struct itimerval *value, *ovalue; in main() local
91 if ((ovalue = malloc((size_t)sizeof(struct itimerval))) == in main()
107 TEST(setitimer(ITIMER_REAL, value, ovalue)); in main()
122 if ((setitimer(ITIMER_REAL, value, ovalue)) == -1) { in main()
127 if (ovalue->it_value.tv_sec <= SEC1) { in main()
/external/flatbuffers/include/flatbuffers/
Didl.h728 std::string *value, uoffset_t *ovalue);
732 FLATBUFFERS_CHECKED_ERROR ParseVector(const Type &type, uoffset_t *ovalue);
/external/flatbuffers/src/
Didl_parser.cpp992 uoffset_t *ovalue) { in ParseTable() argument
1137 FLATBUFFERS_ASSERT(!ovalue); in ParseTable()
1140 if (ovalue) *ovalue = val; in ParseTable()
1160 CheckedError Parser::ParseVector(const Type &type, uoffset_t *ovalue) { in ParseVector() argument
1196 *ovalue = builder_.EndVector(count); in ParseVector()
/external/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h183 #define __sanitizer_syscall_pre_setitimer(which, value, ovalue) \ argument
185 (long)(ovalue))
186 #define __sanitizer_syscall_post_setitimer(res, which, value, ovalue) \ argument
188 (long)(ovalue))
2102 long ovalue);
2104 long ovalue);
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_syscalls.inc436 PRE_SYSCALL(setitimer)(long which, void *value, void *ovalue) {}
438 POST_SYSCALL(setitimer)(long res, long which, void *value, void *ovalue) {
441 if (ovalue) POST_WRITE(ovalue, struct_itimerval_sz);
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def881 /// struct itimerval *ovalue);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def1081 /// struct itimerval *ovalue);