Home
last modified time | relevance | path

Searched defs:bb1 (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DnullishCoalescingOperator1.js28 const bb1 = b1 ?? 1; constant
74 var bb1 = b1 !== null && b1 !== void 0 ? b1 : 1; variable
/third_party/e2fsprogs/lib/ext2fs/
Dbadblocks.c306 int ext2fs_u32_list_equal(ext2_u32_list bb1, ext2_u32_list bb2) in ext2fs_u32_list_equal()
319 int ext2fs_badblocks_equal(ext2_badblocks_list bb1, ext2_badblocks_list bb2) in ext2fs_badblocks_equal()
Dtst_badblocks.c278 badblocks_list bb1, bb2, bb3, bb4, bb5; in main() local
/third_party/typescript/tests/cases/conformance/expressions/nullishCoalescingOperator/
DnullishCoalescingOperator1.ts30 const bb1 = b1 ?? 1; constant
/third_party/ltp/tools/sparse/sparse-src/
Dcse.c282 static struct basic_block *trivial_common_parent(struct basic_block *bb1, struct basic_block *bb2) in trivial_common_parent()
Dsimplify.c112 struct basic_block *bb, *bb1, *bb2, *source; in if_convert_phi() local
/third_party/gstreamer/gstplugins_good/gst/deinterlace/
Dgstdeinterlacemethod.h136 const guint8 *tt1, *t1, *m1, *b1, *bb1; member
/third_party/python/Python/
Ddtoa.c1877 Bigint *bb1 = mult(bs, bb); in _Py_dg_strtod() local