/external/compiler-rt/test/msan/ |
pthread_setcancelstate.cc | 9 int oldtype; local 14 res = pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, &oldtype); 16 __msan_check_mem_is_initialized(&oldtype, sizeof(oldtype));
|
/external/syslinux/memdisk/ |
e820func.c | 57 uint32_t oldtype; local 67 oldtype = -2U; 69 oldtype = ranges[i].type; 79 oldtype = ranges[i].type; 85 insertrange_at(i, last + 1, oldtype); 90 oldtype = ranges[0].type; 92 if (ranges[i].type == oldtype) { 95 oldtype = ranges[i].type;
|
/external/valgrind/none/tests/ |
pth_cancel2.c | 28 int oldtype; \ 29 pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, &oldtype); \ 32 pthread_setcanceltype(oldtype,NULL); \ 39 int oldtype; \ 40 pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, &oldtype); \ 43 pthread_setcanceltype(oldtype,NULL); \
|
/external/syslinux/com32/lib/syslinux/ |
zonelist.c | 83 enum syslinux_memmap_types oldtype; local 96 oldtype = SMT_END; /* Impossible value */ 98 oldtype = mp->type; 103 if (type != oldtype) { 117 if (type != oldtype) { 119 oldtype = mp->type; 126 oldtype = mp->type; 132 if (oldtype != type) { 139 range->type = oldtype;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
errors.c | 28 PyObject *oldtype, *oldvalue, *oldtraceback;
local 39 oldtype = tstate->curexc_type;
47 Py_XDECREF(oldtype);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
errors.c | 28 PyObject *oldtype, *oldvalue, *oldtraceback;
local 39 oldtype = tstate->curexc_type;
47 Py_XDECREF(oldtype);
|
/external/icu/icu4c/source/tools/tzcode/ |
tz2icu.cpp | 1278 ZoneType oldtype = types[i->type]; local 1326 ZoneType oldtype = types[i->type]; local [all...] |
/external/selinux/libsepol/src/ |
expand.c | 1706 uint32_t oldtype = 0; local [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
linker.c | 1553 enum bfd_link_hash_type oldtype; local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
pthread.h | 312 int WINPTHREAD_API pthread_setcanceltype(int type, int *oldtype); [all...] |