Searched defs:oldtype (Results 1 - 7 of 7) sorted by relevance

/external/compiler-rt/test/msan/
H A Dpthread_setcancelstate.cc9 int oldtype; local
14 res = pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, &oldtype);
16 __msan_check_mem_is_initialized(&oldtype, sizeof(oldtype));
/external/syslinux/memdisk/
H A De820func.c57 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/
H A Dzonelist.c83 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/cpython2/Python/
H A Derrors.c28 PyObject *oldtype, *oldvalue, *oldtraceback; local
39 oldtype = tstate->curexc_type;
47 Py_XDECREF(oldtype);
/external/python/cpython3/Python/
H A Derrors.c31 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/
H A Dtz2icu.cpp1274 ZoneType oldtype = types[i->type]; local
1275 SimplifiedZoneType newtype(oldtype);
1322 ZoneType oldtype = types[i->type]; local
1323 SimplifiedZoneType newtype(oldtype);
/external/selinux/libsepol/src/
H A Dexpand.c1707 uint32_t oldtype = 0; local
1741 oldtype = avdatump->data;
1743 oldtype = avdatump->data;
1745 oldtype = avdatump->data;
1748 if (oldtype == remapped_data) {
1761 p->p_type_val_to_name[oldtype - 1]);
1769 p->p_type_val_to_name[oldtype - 1],

Completed in 1489 milliseconds