Home
last modified time | relevance | path

Searched refs:btype (Results 1 – 13 of 13) sorted by relevance

/third_party/openssl/crypto/pkcs12/
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/
Dbuiltin_type_macros.h34 #define DECL_VEC_TYPE(stype, vtype, btype, etype, ...) \ argument
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/ltp/tools/sparse/sparse-src/
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() argument
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
[all …]
/third_party/mesa3d/src/vulkan/runtime/
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/ffmpeg/libavcodec/
Dmss3.c115 BlockTypeContext btype[3]; member
634 ctx->btype[i].last_type = SKIP_BLOCK; in reset_coders()
636 model_reset(&ctx->btype[i].bt_model[j]); in reset_coders()
670 model_init(&ctx->btype[i].bt_model[j], 5); in init_coders()
694 int x, y, i, mb_width, mb_height, blk_size, btype; in mss3_decode_frame() local
766 btype = decode_block_type(acoder, c->btype + i); in mss3_decode_frame()
767 switch (btype) { in mss3_decode_frame()
/third_party/skia/experimental/skrive/src/reader/
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/libxml2/
Dgentest.py801 (bnam, btype) = t_args[j][:2]
802 if btype == "const_char_ptr" or btype == "const_xmlChar_ptr":
/third_party/mesa3d/src/compiler/glsl/
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, "SubFactor07"); in _determinant_mat4()
[all …]
/third_party/iowow/src/json/
Diwjson.c455 int btype = jbl->bn.type; in jbl_iterator_init() local
456 if ((btype != BINN_OBJECT) && (btype != BINN_LIST) && (btype != BINN_MAP)) { in jbl_iterator_init()
461 if (!binn_iter_init(biter, &jbl->bn, btype)) { in jbl_iterator_init()
489 IW_INLINE jbl_type_t _jbl_binn_type(int btype) { in _jbl_binn_type() argument
490 switch (btype) { in _jbl_binn_type()
/third_party/pcre2/pcre2/testdata/
Dtestinput23342 /\btype\b\W*?\btext\b\W*?\bjavascript\b/I
3344 /\btype\b\W*?\btext\b\W*?\bjavascript\b|\burl\b\W*?\bshell:|<input\b.*?\btype\b\W*?\bimage\b|\bonke…
Dtestoutput211193 /\btype\b\W*?\btext\b\W*?\bjavascript\b/I
11200 /\btype\b\W*?\btext\b\W*?\bjavascript\b|\burl\b\W*?\bshell:|<input\b.*?\btype\b\W*?\bimage\b|\bonke…
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.cpp7596 auto btype = get<SPIRType>(result_type); in emit_nminmax_op() local
7597 btype.basetype = SPIRType::Boolean; in emit_nminmax_op()
7598 set<SPIRType>(ids, btype); in emit_nminmax_op()
/third_party/chromium/patch/
D0001-cve.patch121030 (bnam, btype) = t_args[j][:2]
121031 if btype == "const_char_ptr" or btype == "const_xmlChar_ptr":