Home
last modified time | relevance | path

Searched refs:tb2 (Results 1 – 11 of 11) sorted by relevance

/third_party/elfutils/tests/
Drun-debuginfod-extraction.sh70 tb2=$(find Z -name \*tar.bz2 | wc -l)
71 wait_ready $PORT1 'scanned_files_total{source=".tar.bz2 archive"}' $tb2
Drun-debuginfod-find.sh321 tb2=$(find Z -name \*tar.bz2 | wc -l)
322 wait_ready $PORT1 'scanned_files_total{source=".tar.bz2 archive"}' $tb2
/third_party/python/Python/
Derrors.c530 PyObject *exc2, *val2, *tb2; in _PyErr_ChainExceptions() local
531 _PyErr_Fetch(tstate, &exc2, &val2, &tb2); in _PyErr_ChainExceptions()
538 _PyErr_NormalizeException(tstate, &exc2, &val2, &tb2); in _PyErr_ChainExceptions()
540 _PyErr_Restore(tstate, exc2, val2, tb2); in _PyErr_ChainExceptions()
583 PyObject *exc2, *val2, *tb2; in _PyErr_ChainStackItem() local
586 tb2 = exc_info->exc_traceback; in _PyErr_ChainStackItem()
587 _PyErr_NormalizeException(tstate, &exc2, &val2, &tb2); in _PyErr_ChainStackItem()
588 if (tb2 != NULL) { in _PyErr_ChainStackItem()
589 PyException_SetTraceback(val2, tb2); in _PyErr_ChainStackItem()
Dpythonrun.c834 PyObject *exception2, *v2, *tb2; in _PyErr_PrintEx() local
835 _PyErr_Fetch(tstate, &exception2, &v2, &tb2); in _PyErr_PrintEx()
836 _PyErr_NormalizeException(tstate, &exception2, &v2, &tb2); in _PyErr_PrintEx()
850 PyErr_Display(exception2, v2, tb2); in _PyErr_PrintEx()
855 Py_XDECREF(tb2); in _PyErr_PrintEx()
/third_party/python/Lib/test/
Dtest_tracemalloc.py545 tb2 = traceback(('a.py', 5), ('b.py', 4))
553 tracemalloc.Statistic(tb2, 2, 1),
560 tracemalloc.Statistic(tb2, 5002, 2),
568 tracemalloc.StatisticDiff(tb2, 5002, 5000, 2, 1),
Dtest_exceptions.py1379 tb2 = raiseMemError()
1380 self.assertEqual(tb1, tb2)
/third_party/toybox/porting/liteos_a/toys/posix/
Dps.c686 struct procpid *tb2 = (struct procpid *)TT.threadparent->extra; in get_ps() local
688 *slot = *tb2->slot; in get_ps()
691 if (*slot == slot[SLOT_tid]) slot = tb2->slot; in get_ps()
/third_party/toybox/toys/posix/
Dps.c729 struct procpid *tb2 = (struct procpid *)TT.threadparent->extra; in get_ps() local
731 *slot = *tb2->slot; in get_ps()
734 if (*slot == slot[SLOT_tid]) slot = tb2->slot; in get_ps()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_nl80211.c479 struct nlattr *tb2[CTRL_ATTR_MCAST_GRP_MAX + 1]; in family_handler() local
480 nla_parse(tb2, CTRL_ATTR_MCAST_GRP_MAX, nla_data(mcgrp), in family_handler()
482 if (!tb2[CTRL_ATTR_MCAST_GRP_NAME] || in family_handler()
483 !tb2[CTRL_ATTR_MCAST_GRP_ID] || in family_handler()
484 os_strncmp(nla_data(tb2[CTRL_ATTR_MCAST_GRP_NAME]), in family_handler()
486 nla_len(tb2[CTRL_ATTR_MCAST_GRP_NAME])) != 0) in family_handler()
488 res->id = nla_get_u32(tb2[CTRL_ATTR_MCAST_GRP_ID]); in family_handler()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_nl80211.c588 struct nlattr *tb2[CTRL_ATTR_MCAST_GRP_MAX + 1]; in family_handler() local
589 nla_parse(tb2, CTRL_ATTR_MCAST_GRP_MAX, nla_data(mcgrp), in family_handler()
591 if (!tb2[CTRL_ATTR_MCAST_GRP_NAME] || in family_handler()
592 !tb2[CTRL_ATTR_MCAST_GRP_ID] || in family_handler()
593 os_strncmp(nla_data(tb2[CTRL_ATTR_MCAST_GRP_NAME]), in family_handler()
595 nla_len(tb2[CTRL_ATTR_MCAST_GRP_NAME])) != 0) in family_handler()
597 res->id = nla_get_u32(tb2[CTRL_ATTR_MCAST_GRP_ID]); in family_handler()
/third_party/node/deps/simdutf/
Dsimdutf.cpp499 const simd8<uint8_t> tb2{ 4,255,255,255, 5,255,255,255, 6,255,255,255, 7,255,255,255 }; in store_ascii_as_utf32_tbl() local
505 const auto shuf2 = this->apply_lookup_16_to(tb2); in store_ascii_as_utf32_tbl()