Home
last modified time | relevance | path

Searched refs:bsd (Results 1 – 25 of 261) sorted by relevance

1234567891011

/external/swiftshader/third_party/astc-encoder/Source/
Dastc_block_sizes2.cpp556 block_size_descriptor* bsd in construct_block_size_descriptor_2d() argument
561 bsd->xdim = xdim; in construct_block_size_descriptor_2d()
562 bsd->ydim = ydim; in construct_block_size_descriptor_2d()
563 bsd->zdim = 1; in construct_block_size_descriptor_2d()
564 bsd->texel_count = xdim * ydim; in construct_block_size_descriptor_2d()
604 bsd->permit_encode[decimation_mode_count] = (x_weights <= xdim && y_weights <= ydim); in construct_block_size_descriptor_2d()
606 bsd->decimation_mode_samples[decimation_mode_count] = weight_count; in construct_block_size_descriptor_2d()
607 bsd->decimation_mode_maxprec_1plane[decimation_mode_count] = maxprec_1plane; in construct_block_size_descriptor_2d()
608 bsd->decimation_mode_maxprec_2planes[decimation_mode_count] = maxprec_2planes; in construct_block_size_descriptor_2d()
609 bsd->decimation_tables[decimation_mode_count] = dt; in construct_block_size_descriptor_2d()
[all …]
Dastc_decompress_symbolic.cpp87 const block_size_descriptor* bsd, in decompress_symbolic_block() argument
105 for (i = 0; i < bsd->texel_count; i++) in decompress_symbolic_block()
118 for (i = 0; i < bsd->texel_count; i++) in decompress_symbolic_block()
130 imageblock_initialize_work_from_orig(blk, bsd->texel_count); in decompress_symbolic_block()
131 update_imageblock_flags(blk, bsd->xdim, bsd->ydim, bsd->zdim); in decompress_symbolic_block()
185 for (i = 0; i < bsd->texel_count; i++) in decompress_symbolic_block()
196 imageblock_initialize_work_from_orig(blk, bsd->texel_count); in decompress_symbolic_block()
197 update_imageblock_flags(blk, bsd->xdim, bsd->ydim, bsd->zdim); in decompress_symbolic_block()
203 const partition_info *pt = get_partition_table(bsd, partition_count); in decompress_symbolic_block()
207 const decimation_table *const *ixtab2 = bsd->decimation_tables; in decompress_symbolic_block()
[all …]
Dastc_partition_tables.cpp226 const block_size_descriptor* bsd, in generate_one_partition_table() argument
231 int texels_per_block = bsd->texel_count; in generate_one_partition_table()
237 for (z = 0; z < bsd->zdim; z++) in generate_one_partition_table()
238 for (y = 0; y < bsd->ydim; y++) in generate_one_partition_table()
239 for (x = 0; x < bsd->xdim; x++) in generate_one_partition_table()
272 int texels_to_process = bsd->texelcount_for_bitmap_partitioning; in generate_one_partition_table()
275 int idx = bsd->texels_for_bitmap_partitioning[i]; in generate_one_partition_table()
282 block_size_descriptor* bsd in init_partition_tables() argument
284 partition_info *par_tab2 = bsd->partitions; in init_partition_tables()
289 generate_one_partition_table(bsd, 1, 0, par_tab1); in init_partition_tables()
[all …]
Dastc_codec_internals.h303 block_size_descriptor* bsd);
306 block_size_descriptor* bsd);
317 block_size_descriptor* bsd);
320 const block_size_descriptor* bsd, in get_partition_table() argument
327 return bsd->partitions + index; in get_partition_table()
383 const block_size_descriptor* bsd,
391 const block_size_descriptor* bsd,
Dastc_symbolic_physical.cpp48 const block_size_descriptor* bsd, in physical_to_symbolic() argument
58 const decimation_table *const *ixtab2 = bsd->decimation_tables; in physical_to_symbolic()
79 if (bsd->zdim == 1) in physical_to_symbolic()
115 if (bsd->block_modes[block_mode].permit_decode == 0) in physical_to_symbolic()
121 int weight_count = ixtab2[bsd->block_modes[block_mode].decimation_mode]->num_weights; in physical_to_symbolic()
122 int weight_quantization_method = bsd->block_modes[block_mode].quantization_mode; in physical_to_symbolic()
123 int is_dual_plane = bsd->block_modes[block_mode].is_dual_plane; in physical_to_symbolic()
/external/openssh/openbsd-compat/
DMakefile.in21bsd-asprintf.o bsd-closefrom.o bsd-cray.o bsd-cygwin_util.o bsd-getpeereid.o getrrsetbyname-ldns.o…
/external/gptfdisk/
Dbsd.cc131 state = bsd; in ReadBSDData()
137 if (state == bsd) { in ReadBSDData()
188 if (state == bsd) { in DisplayBSDData()
215 case bsd: in ShowState()
229 return (state == bsd); in IsDisklabel()
236 if ((i < numParts) && (i >= 0) && (state == bsd) && (partitions != 0)) in GetType()
246 if ((i < numParts) && (i >= 0) && (state == bsd) && (partitions != 0)) in GetFirstSector()
256 if ((i < numParts) && (i >= 0) && (state == bsd) && (partitions != 0)) in GetLength()
/external/swiftshader/src/Device/
DASTC_Decoder.cpp114 std::unique_ptr<block_size_descriptor> bsd(new block_size_descriptor); in Decode() local
115 init_block_size_descriptor(xBlockSize, yBlockSize, zBlockSize, bsd.get()); in Decode()
125 physical_to_symbolic(bsd.get(), *(physical_compressed_block *)source, scb.get()); in Decode()
126 …decompress_symbolic_block(decode_mode, bsd.get(), x * xBlockSize, y * yBlockSize, z * zBlockSize, … in Decode()
133 term_block_size_descriptor(bsd.get()); in Decode()
/external/openssh/
DAndroid.mk89 openbsd-compat/bsd-closefrom.c \
90 openbsd-compat/bsd-getpeereid.c \
91 openbsd-compat/bsd-misc.c \
92 openbsd-compat/bsd-openpty.c \
93 openbsd-compat/bsd-statvfs.c \
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/
Darchive-pad.test7 RUN: llvm-ar -format=bsd rc %t.a %t.o
8 RUN: llvm-ar p %t.a > %t.bsd.o
9 RUN: cmp %t.bsd.o %t.o
/external/libunwind/aux/
Dconfig.guess310 echo pyramid-pyramid-bsd
470 echo m68k-tektronix-bsd
533 echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to
541 9000/[34]??:4.3bsd:1.*:*)
542 echo m68k-hp-bsd
544 hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*)
644 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* )
645 echo hppa1.1-hp-bsd
647 9000/8??:4.3bsd:*:*)
648 echo hppa1.0-hp-bsd
[all …]
/external/libogg/
Dconfig.guess313 echo pyramid-pyramid-bsd
489 echo m68k-tektronix-bsd
555 echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to
563 9000/[34]??:4.3bsd:1.*:*)
564 echo m68k-hp-bsd
566 hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*)
686 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* )
687 echo hppa1.1-hp-bsd
689 9000/8??:4.3bsd:*:*)
690 echo hppa1.0-hp-bsd
[all …]
/external/openssh/regress/misc/kexfuzz/
DMakefile3 .include <bsd.own.mk>
4 .include <bsd.obj.mk>
77 .include <bsd.prog.mk>
/external/stressapptest/
Dconfig.guess314 echo pyramid-pyramid-bsd
490 echo m68k-tektronix-bsd
556 echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to
564 9000/[34]??:4.3bsd:1.*:*)
565 echo m68k-hp-bsd
567 hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*)
687 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* )
688 echo hppa1.1-hp-bsd
690 9000/8??:4.3bsd:*:*)
691 echo hppa1.0-hp-bsd
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/
Dconfig.guess318 echo pyramid-pyramid-bsd
513 echo m68k-tektronix-bsd
579 echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to
587 9000/[34]??:4.3bsd:1.*:*)
588 echo m68k-hp-bsd
590 hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*)
710 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* )
711 echo hppa1.1-hp-bsd
713 9000/8??:4.3bsd:*:*)
714 echo hppa1.0-hp-bsd
[all …]
/external/iperf3/config/
Dconfig.guess335 echo pyramid-pyramid-bsd
530 echo m68k-tektronix-bsd
596 echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to
604 9000/[34]??:4.3bsd:1.*:*)
605 echo m68k-hp-bsd
607 hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*)
727 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* )
728 echo hppa1.1-hp-bsd
730 9000/8??:4.3bsd:*:*)
731 echo hppa1.0-hp-bsd
[all …]
/external/libxkbcommon/xkbcommon/build-aux/
Dconfig.guess335 echo pyramid-pyramid-bsd
530 echo m68k-tektronix-bsd
596 echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to
604 9000/[34]??:4.3bsd:1.*:*)
605 echo m68k-hp-bsd
607 hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*)
727 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* )
728 echo hppa1.1-hp-bsd
730 9000/8??:4.3bsd:*:*)
731 echo hppa1.0-hp-bsd
[all …]
/external/libnfnetlink/
Dconfig.guess315 echo pyramid-pyramid-bsd
510 echo m68k-tektronix-bsd
576 echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to
584 9000/[34]??:4.3bsd:1.*:*)
585 echo m68k-hp-bsd
587 hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*)
707 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* )
708 echo hppa1.1-hp-bsd
710 9000/8??:4.3bsd:*:*)
711 echo hppa1.0-hp-bsd
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/
Dconfig.guess335 echo pyramid-pyramid-bsd
530 echo m68k-tektronix-bsd
596 echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to
604 9000/[34]??:4.3bsd:1.*:*)
605 echo m68k-hp-bsd
607 hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*)
727 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* )
728 echo hppa1.1-hp-bsd
730 9000/8??:4.3bsd:*:*)
731 echo hppa1.0-hp-bsd
[all …]
/external/libnetfilter_conntrack/
Dconfig.guess315 echo pyramid-pyramid-bsd
510 echo m68k-tektronix-bsd
576 echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to
584 9000/[34]??:4.3bsd:1.*:*)
585 echo m68k-hp-bsd
587 hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*)
707 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* )
708 echo hppa1.1-hp-bsd
710 9000/8??:4.3bsd:*:*)
711 echo hppa1.0-hp-bsd
[all …]
/external/libnfnetlink/build-aux/
Dconfig.guess316 echo pyramid-pyramid-bsd
511 echo m68k-tektronix-bsd
577 echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to
585 9000/[34]??:4.3bsd:1.*:*)
586 echo m68k-hp-bsd
588 hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*)
708 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* )
709 echo hppa1.1-hp-bsd
711 9000/8??:4.3bsd:*:*)
712 echo hppa1.0-hp-bsd
[all …]
/external/fec/
Dconfig.guess314 echo pyramid-pyramid-bsd
490 echo m68k-tektronix-bsd
556 echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to
564 9000/[34]??:4.3bsd:1.*:*)
565 echo m68k-hp-bsd
567 hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*)
687 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* )
688 echo hppa1.1-hp-bsd
690 9000/8??:4.3bsd:*:*)
691 echo hppa1.0-hp-bsd
[all …]
/external/llvm/cmake/
Dconfig.guess322 echo pyramid-pyramid-bsd
517 echo m68k-tektronix-bsd
583 echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to
591 9000/[34]??:4.3bsd:1.*:*)
592 echo m68k-hp-bsd
594 hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*)
714 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* )
715 echo hppa1.1-hp-bsd
717 9000/8??:4.3bsd:*:*)
718 echo hppa1.0-hp-bsd
[all …]
/external/libcap-ng/libcap-ng-0.7/
Dconfig.guess318 echo pyramid-pyramid-bsd
513 echo m68k-tektronix-bsd
579 echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to
587 9000/[34]??:4.3bsd:1.*:*)
588 echo m68k-hp-bsd
590 hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*)
710 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* )
711 echo hppa1.1-hp-bsd
713 9000/8??:4.3bsd:*:*)
714 echo hppa1.0-hp-bsd
[all …]
/external/libexif/
Dconfig.guess314 echo pyramid-pyramid-bsd
509 echo m68k-tektronix-bsd
575 echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to
583 9000/[34]??:4.3bsd:1.*:*)
584 echo m68k-hp-bsd
586 hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*)
706 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* )
707 echo hppa1.1-hp-bsd
709 9000/8??:4.3bsd:*:*)
710 echo hppa1.0-hp-bsd
[all …]

1234567891011