Searched refs:bts (Results 1 - 8 of 8) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | WriteNumberFormatSerialTestData.java | 65 ByteArrayOutputStream bts = new ByteArrayOutputStream(); in write() 66 ObjectOutputStream os = new ObjectOutputStream(bts); in write() 70 byte[] myArr = bts.toByteArray(); in write()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | WriteNumberFormatSerialTestData.java | 62 ByteArrayOutputStream bts = new ByteArrayOutputStream(); in write() 63 ObjectOutputStream os = new ObjectOutputStream(bts); in write() 67 byte[] myArr = bts.toByteArray(); in write()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeon_vcn_dec.h | 101 } bts; member
|
H A D | radeon_vcn_dec.c | 280 dec->ref_codec.bts = CODEC_8_BITS; in get_h264_msg() 467 dec->ref_codec.bts = (pic->base.profile == PIPE_VIDEO_PROFILE_HEVC_MAIN_10) ? in get_h265_msg() 684 dec->ref_codec.bts = (pic->base.profile == PIPE_VIDEO_PROFILE_VP9_PROFILE2) ? in get_vp9_msg() 1087 dec->ref_codec.bts = pic->picture_parameter.bit_depth_idx ? CODEC_10_BITS : CODEC_8_BITS; in get_av1_msg() 1602 if (dec->ref_codec.bts == CODEC_10_BITS) in rvcn_dec_dynamic_dpb_t2_message() 1692 if (dec->ref_codec.bts == CODEC_10_BITS) { in rvcn_dec_dynamic_dpb_t2_message()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_io.c | 233 unsigned *component, bool bts) in get_io_offset() 259 return nir_imm_int(b, type_size(glsl_vec4_type(), bts) * slot_offset); in get_io_offset() 267 unsigned size = type_size((*p)->type, bts); in get_io_offset() 279 field_offset += type_size(glsl_get_struct_field(parent->type, i), bts); in get_io_offset() 230 get_io_offset(nir_builder *b, nir_deref_instr *deref, nir_ssa_def **array_index, int (*type_size)(const struct glsl_type *, bool), unsigned *component, bool bts) get_io_offset() argument
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | assembler-ia32.h | 720 void bts(Register dst, Register src) { bts(Operand(dst), src); } in bts() function in v8::internal::Assembler 721 void bts(Operand dst, Register src);
|
H A D | assembler-ia32.cc | 1464 void Assembler::bts(Operand dst, Register src) { in bts() function in v8::internal::Assembler
|
/third_party/mesa3d/src/mesa/x86/ |
H A D | assyntax.h | 406 #define BTS_L(a, b) CHOICE(btsl ARG2(a,b), btsl ARG2(a,b), _LTOG bts ARG2(b,a)) 407 #define BTS_W(a, b) CHOICE(btsw ARG2(a,b), btsw ARG2(a,b), _WTOG bts ARG2(b,a)) 1134 #define BTS_L(a, b) bts L_(b), L_(a) 1135 #define BTS_W(a, b) bts W_(b), W_(a)
|
Completed in 24 milliseconds