Home
last modified time | relevance | path

Searched refs:UCB (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/broadcom/qpu/
Dqpu_pack.c118 #define UCB .ucb = true macro
143 [22] = { UCB, },
178 [22] = { UCB, },
208 [22] = { UCB, },
/third_party/mksh/
DTaC-mksh.txt104 * src/usr.bin/printf/printf.c (UCB printf(1) utility that has been
108 The printf.c file is covered by the UCB three-clause BSD licence, as
161 Appendix B - The UCB (3-clause BSD) licence (OSI approved)
/third_party/typescript/tests/baselines/reference/
DconditionalTypes2.js169 type UCB = UnionComplement['b'];
433 type UCB = UnionComplement['b'];
DconditionalTypes2.types391 type UCB = UnionComplement['b'];
392 >UCB : "a"
DconditionalTypes2.symbols618 type UCB = UnionComplement['b'];
619 >UCB : Symbol(UCB, Decl(conditionalTypes2.ts, 166, 32))
DconditionalTypes2.errors.txt256 type UCB = UnionComplement['b'];
/third_party/typescript/tests/cases/conformance/types/conditional/
DconditionalTypes2.ts171 type UCB = UnionComplement['b']; alias