Searched refs:ovalue (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython2/Modules/ |
D | imageop.c | 278 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/ |
D | setitimer03.c | 69 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()
|
D | setitimer01.c | 72 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/ |
D | idl.h | 728 std::string *value, uoffset_t *ovalue); 732 FLATBUFFERS_CHECKED_ERROR ParseVector(const Type &type, uoffset_t *ovalue);
|
/external/flatbuffers/src/ |
D | idl_parser.cpp | 992 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/ |
D | linux_syscall_hooks.h | 183 #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/ |
D | sanitizer_common_syscalls.inc | 436 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/ |
D | TargetLibraryInfo.def | 881 /// struct itimerval *ovalue);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 1081 /// struct itimerval *ovalue);
|