Searched refs:b2a (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/skcms/ |
D | skcms.cc | 635 static bool read_mft_common(const mft_CommonLayout* mftTag, skcms_B2A* b2a) { in read_mft_common() argument 637 b2a->matrix_channels = 0; in read_mft_common() 638 b2a-> input_channels = mftTag-> input_channels[0]; in read_mft_common() 639 b2a->output_channels = mftTag->output_channels[0]; in read_mft_common() 643 if (b2a->input_channels != ARRAY_COUNT(b2a->input_curves)) { in read_mft_common() 646 if (b2a->output_channels < 3 || b2a->output_channels > ARRAY_COUNT(b2a->output_curves)) { in read_mft_common() 651 for (uint32_t i = 0; i < b2a->input_channels; ++i) { in read_mft_common() 652 b2a->grid_points[i] = mftTag->grid_points[0]; in read_mft_common() 654 if (b2a->grid_points[0] < 2) { in read_mft_common() 932 static bool read_tag_mba(const skcms_ICCTag* tag, skcms_B2A* b2a, bool pcs_is_xyz) { in read_tag_mba() argument [all …]
|
/third_party/selinux/secilc/test/ |
D | optional_test.cil | 34 (block b2a 44 (blockinherit b2a) 52 (blockinherit b2a) 72 ;; b2a.t2, b2b.t2, b2c.t2 75 ;; allow b2a.t2 b2a.t2 : CLASS { PERM1 };
|
D | block_test.cil | 42 (block b2a 47 (blockinherit b2a) 113 ;; b2.ta, b2a.b2.tb, b2b.b2.tb, b2b.ta
|
/third_party/python/Lib/test/ |
D | test_binascii.py | 48 b2a = getattr(binascii, fb) 50 a = b2a(self.type2test(raw)) 398 b2a = getattr(binascii, fb) 400 a = b2a(self.type2test(raw))
|
/third_party/skia/third_party/skcms/src/ |
D | Transform_inl.h | 798 static void clut(const skcms_B2A* b2a, F* r, F* g, F* b, F* a) { in clut() argument 799 clut(b2a->input_channels, b2a->output_channels, in clut() 800 b2a->grid_points, b2a->grid_8, b2a->grid_16, in clut() 1241 const skcms_B2A* b2a = (const skcms_B2A*) *args++; in exec_ops() local 1242 clut(b2a, &r,&g,&b,&a); in exec_ops()
|
/third_party/vixl/test/test-trace-reference/ |
D | log-vregs | 2391 # ║ ║ ╙───────────────────── 0x2d2c'2b2a <- 0x~~~~~~~~~~~~~~~~ 2674 # ╙───────────────────────────── 0x2f2e'2d2c'2b2a <- 0x~~~~~~~~~~~~~~~~ 3030 # ║ ║ ╙───────────────────── 0x2f2e'2d2c'2b2a'2928 <- 0x~~~~~~~~~~~~~~~~ 3039 # ║ ║ ║ ║ ║ ╙───────── 0x3130'2f2e'2d2c'2b2a <- 0x~~~~~~~~~~~~~~~~ 5050 # ╙───────────────────────────── 0x2d2c'2b2a'2928 <- 0x~~~~~~~~~~~~~~~~
|
D | log-state | 2985 # ║ ║ ╙───────────────────── 0x2d2c'2b2a <- 0x~~~~~~~~~~~~~~~~ 3305 # ╙───────────────────────────── 0x2f2e'2d2c'2b2a <- 0x~~~~~~~~~~~~~~~~ 3699 # ║ ║ ╙───────────────────── 0x2f2e'2d2c'2b2a'2928 <- 0x~~~~~~~~~~~~~~~~ 3708 # ║ ║ ║ ║ ║ ╙───────── 0x3130'2f2e'2d2c'2b2a <- 0x~~~~~~~~~~~~~~~~ 5892 # ╙───────────────────────────── 0x2d2c'2b2a'2928 <- 0x~~~~~~~~~~~~~~~~
|
D | log-all | 3883 # ║ ║ ╙───────────────────── 0x2d2c'2b2a <- 0x~~~~~~~~~~~~~~~~ 4258 # ╙───────────────────────────── 0x2f2e'2d2c'2b2a <- 0x~~~~~~~~~~~~~~~~ 4709 # ║ ║ ╙───────────────────── 0x2f2e'2d2c'2b2a'2928 <- 0x~~~~~~~~~~~~~~~~ 4719 # ║ ║ ║ ║ ║ ╙───────── 0x3130'2f2e'2d2c'2b2a <- 0x~~~~~~~~~~~~~~~~ 11321 # ╙───────────────────────────── 0x2d2c'2b2a'2928 <- 0x~~~~~~~~~~~~~~~~
|
/third_party/elfutils/tests/ |
D | testfile44.expect.bz2 | 1testfile44.o: elf32-elf_i386
2
3Disassembly of section .text:
4
5 0 ... |
D | testfile45.expect.bz2 | 1testfile45.o: elf64-elf_x86_64
2
3Disassembly of section .text:
4
5 0 ... |
/third_party/libffi/ |
D | ChangeLog | 5591 Merge: 035715b 2104b2a
|