HomeSort by relevance Sort by last modified time
    Searched refs:oldtype (Results 1 - 13 of 13) sorted by null

  /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/tensorflow/tensorflow/python/platform/
base.i 186 %define _COPY_TYPEMAPS(oldtype, newtype)
187 typedef oldtype newtype;
188 %apply oldtype * OUTPUT { newtype * OUTPUT };
189 %apply oldtype & OUTPUT { newtype & OUTPUT };
190 %apply oldtype * INPUT { newtype * INPUT };
191 %apply oldtype & INPUT { newtype & INPUT };
192 %apply oldtype * INOUT { newtype * INOUT };
193 %apply oldtype & INOUT { newtype & INOUT };
194 %apply std::vector<oldtype> * OUTPUT { std::vector<newtype> * OUTPUT };
  /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;
  /external/python/cpython3/Python/
errors.c 31 PyObject *oldtype, *oldvalue, *oldtraceback; local
42 oldtype = tstate->curexc_type;
50 Py_XDECREF(oldtype);
361 PyObject *oldtype, *oldvalue, *oldtraceback; local
364 oldtype = tstate->exc_type;
372 Py_XDECREF(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/python/cpython2/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 1274 ZoneType oldtype = types[i->type]; local
1322 ZoneType oldtype = types[i->type]; local
    [all...]
  /external/selinux/libsepol/src/
expand.c 1707 uint32_t oldtype = 0; local
    [all...]
  /toolchain/binutils/binutils-2.27/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...]

Completed in 270 milliseconds