Home
last modified time | relevance | path

Searched refs:btype (Results 1 - 14 of 14) sorted by relevance

/third_party/node/deps/v8/src/base/
H A Dfunctional.h205 #define V8_BASE_BIT_SPECIALIZE_BIT_CAST(type, btype) \
209 return bit_cast<btype>(lhs) == bit_cast<btype>(rhs); \
215 hash<btype> h; \
216 return h(bit_cast<btype>(v)); \
/third_party/node/deps/openssl/openssl/crypto/pkcs12/
H A Dp12_sbag.c67 int btype = PKCS12_SAFEBAG_get_nid(bag); in PKCS12_SAFEBAG_get_bag_nid() local
69 if (btype != NID_certBag && btype != NID_crlBag && btype != NID_secretBag) in PKCS12_SAFEBAG_get_bag_nid()
/third_party/openssl/crypto/pkcs12/
H A Dp12_sbag.c67 int btype = PKCS12_SAFEBAG_get_nid(bag); in PKCS12_SAFEBAG_get_bag_nid() local
69 if (btype != NID_certBag && btype != NID_crlBag && btype != NID_secretBag) in PKCS12_SAFEBAG_get_bag_nid()
/third_party/mesa3d/src/compiler/
H A Dbuiltin_type_macros.h34 #define DECL_VEC_TYPE(stype, vtype, btype, etype, ...) \
35 DECL_TYPE(stype, etype ##__VA_ARGS__, btype, 1, 1) \
36 DECL_TYPE(vtype ## 2, etype ##_VEC2 ##__VA_ARGS__, btype, 2, 1) \
37 DECL_TYPE(vtype ## 3, etype ##_VEC3 ##__VA_ARGS__, btype, 3, 1) \
38 DECL_TYPE(vtype ## 4, etype ##_VEC4 ##__VA_ARGS__, btype, 4, 1) \
39 DECL_TYPE(vtype ## 5, 0, btype, 5, 1) \
40 DECL_TYPE(vtype ## 8, 0, btype, 8, 1) \
41 DECL_TYPE(vtype ## 16, 0, btype, 16, 1)
/third_party/ffmpeg/libavcodec/
H A Dmss3.c116 BlockTypeContext btype[3]; member
635 ctx->btype[i].last_type = SKIP_BLOCK; in reset_coders()
637 model_reset(&ctx->btype[i].bt_model[j]); in reset_coders()
671 model_init(&ctx->btype[i].bt_model[j], 5); in init_coders()
695 int x, y, i, mb_width, mb_height, blk_size, btype; in mss3_decode_frame() local
767 btype = decode_block_type(acoder, c->btype + i); in mss3_decode_frame()
768 switch (btype) { in mss3_decode_frame()
/third_party/ltp/tools/sparse/sparse-src/
H A Dlinearize.c902 struct symbol *btype; // base type of bitfields member
974 insn = alloc_typed_instruction(OP_LOAD, ad->btype); in add_load()
993 store = alloc_typed_instruction(OP_STORE, ad->btype); in add_store()
1002 pseudo_t ori, pseudo_t val, struct symbol *ctype, struct symbol *btype) in linearize_bitfield_insert()
1007 unsigned long long smask= bits_mask(btype->bit_size); in linearize_bitfield_insert()
1009 val = add_cast(ep, btype, ctype, OP_ZEXT, val); in linearize_bitfield_insert()
1011 val = add_binary_op(ep, btype, OP_SHL, val, value_pseudo(shift)); in linearize_bitfield_insert()
1014 ori = add_binary_op(ep, btype, OP_AND, ori, value_pseudo(~mask & smask)); in linearize_bitfield_insert()
1015 val = add_binary_op(ep, btype, OP_OR, ori, val); in linearize_bitfield_insert()
1025 struct symbol *btype; in linearize_store_gen() local
1001 linearize_bitfield_insert(struct entrypoint *ep, pseudo_t ori, pseudo_t val, struct symbol *ctype, struct symbol *btype) linearize_bitfield_insert() argument
1106 linearize_bitfield_extract(struct entrypoint *ep, pseudo_t val, struct symbol *ctype, struct symbol *btype) linearize_bitfield_extract() argument
1122 struct symbol *btype; linearize_load_gen() local
[all...]
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_sync_binary.c43 const struct vk_sync_binary_type *btype = in vk_sync_binary_init() local
51 return vk_sync_init(device, &binary->timeline, btype->timeline_type, in vk_sync_binary_init()
/third_party/skia/experimental/skrive/src/reader/
H A DJsonReader.cpp202 const auto btype = block_type(m.fKey.begin()); in openObjectBlock() local
203 if (btype != BlockType::kUnknown) { in openObjectBlock()
205 return btype; in openObjectBlock()
/third_party/ffmpeg/libavfilter/
H A Dvf_avgblur.c74 #define FILTER(name, type, btype, lutunused, areaunused, lutdiv) \
83 btype *col_sum = (btype *)s->buffer + size_w; \
90 btype sum = 0; \
/third_party/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp6676 const glsl_type *btype = type->get_base_type(); in _determinant_mat4() local
6677 MAKE_SIG(btype, avail, 1, m); in _determinant_mat4()
6679 ir_variable *SubFactor00 = body.make_temp(btype, "SubFactor00"); in _determinant_mat4()
6680 ir_variable *SubFactor01 = body.make_temp(btype, "SubFactor01"); in _determinant_mat4()
6681 ir_variable *SubFactor02 = body.make_temp(btype, "SubFactor02"); in _determinant_mat4()
6682 ir_variable *SubFactor03 = body.make_temp(btype, "SubFactor03"); in _determinant_mat4()
6683 ir_variable *SubFactor04 = body.make_temp(btype, "SubFactor04"); in _determinant_mat4()
6684 ir_variable *SubFactor05 = body.make_temp(btype, "SubFactor05"); in _determinant_mat4()
6685 ir_variable *SubFactor06 = body.make_temp(btype, "SubFactor06"); in _determinant_mat4()
6686 ir_variable *SubFactor07 = body.make_temp(btype, "SubFactor0 in _determinant_mat4()
6771 const glsl_type *btype = type->get_base_type(); _inverse_mat3() local
6833 const glsl_type *btype = type->get_base_type(); _inverse_mat4() local
[all...]
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.h825 BType btype() const { return btype_; } in btype() function in v8::internal::Simulator
827 void set_btype(BType btype) { btype_ = btype; } in set_btype() argument
841 switch (btype()) { in CheckBTypeForPAuth()
862 DCHECK(btype() != DefaultBType); in CheckBTypeForBti()
863 FATAL("Executing BTI with wrong BType (expected 0, got %d).", btype()); in CheckBTypeForBti()
867 if (btype() == BranchFromGuardedNotToIP) { in CheckBTypeForBti()
872 if (btype() == BranchAndLink) { in CheckBTypeForBti()
884 if (PcIsInGuardedPage() && (btype() != DefaultBType)) { in CheckBType()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeCooperativeMatrixTests.cpp570 const char* btype = useSame ? sameType : "gl_MatrixUseB"; in initPrograms() local
575 matBType << "coopmat<" << componentTypeInfo[m_data.inputType].typeName << ", gl_ScopeSubgroup, " << dims[1].rows << ", " << dims[1].cols << ", " << btype << ">"; in initPrograms()
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.h1356 void WriteNextBType(BType btype) { next_btype_ = btype; } in WriteNextBType() argument
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_glsl.cpp7596 auto btype = get<SPIRType>(result_type);
7597 btype.basetype = SPIRType::Boolean;
7598 set<SPIRType>(ids, btype);

Completed in 44 milliseconds