HomeSort by relevance Sort by last modified time
    Searched defs:oldtype (Results 1 - 10 of 10) 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/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/python/cpython2/Python/
errors.c 28 PyObject *oldtype, *oldvalue, *oldtraceback; local
39 oldtype = tstate->curexc_type;
47 Py_XDECREF(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);
  /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...]

Completed in 223 milliseconds