Home
last modified time | relevance | path

Searched refs:dest_ctx (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/bearssl/inc/
H A Dbearssl_pem.h127 void (*dest)(void *dest_ctx, const void *src, size_t len);
128 void *dest_ctx; member
176 void (*dest)(void *dest_ctx, const void *src, size_t len), in br_pem_decoder_setdest() argument
177 void *dest_ctx) in br_pem_decoder_setdest()
180 ctx->dest_ctx = dest_ctx; in br_pem_decoder_setdest()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp543 static bool ImportOffsetMap(clang::ASTContext *dest_ctx, in ImportOffsetMap() argument
561 DeclFromParser<D> parser_decl(user_decl.Import(dest_ctx, importer)); in ImportOffsetMap()
638 clang::ASTContext &dest_ctx = record->getASTContext(); in importRecordLayoutFromOrigin() local
642 &dest_ctx, in importRecordLayoutFromOrigin()
643 TypeSystemClang::GetASTContext(&dest_ctx)->getDisplayName(), record, in importRecordLayoutFromOrigin()
694 if (!ImportOffsetMap(&dest_ctx, field_offsets, origin_field_offsets, *this) || in importRecordLayoutFromOrigin()
695 !ImportOffsetMap(&dest_ctx, base_offsets, origin_base_offsets, *this) || in importRecordLayoutFromOrigin()
696 !ImportOffsetMap(&dest_ctx, vbase_offsets, origin_virtual_base_offsets, in importRecordLayoutFromOrigin()
700 size = record_layout.getSize().getQuantity() * dest_ctx.getCharWidth(); in importRecordLayoutFromOrigin()
702 record_layout.getAlignment().getQuantity() * dest_ctx.getCharWidth(); in importRecordLayoutFromOrigin()
H A DClangASTImporter.h512 DeclFromParser<D> Import(clang::ASTContext *dest_ctx,
525 DeclFromParser<D> DeclFromUser<D>::Import(clang::ASTContext *dest_ctx, in Import() argument
527 DeclFromParser<> parser_generic_decl(importer.CopyDecl(dest_ctx, this->decl)); in Import()
/freebsd/sys/dev/ice/
H A Dice_common.c4846 * @dest_ctx: the context to be written to in ice_read_byte()
4850 ice_write_byte(u8 *src_ctx, u8 *dest_ctx, const struct ice_ctx_ele *ce_info) in ice_read_byte()
4871 dest = dest_ctx + (ce_info->lsb / 8); in ice_read_word()
4885 * @dest_ctx: the context to be written to in ice_read_word()
4889 ice_write_word(u8 *src_ctx, u8 *dest_ctx, const struct ice_ctx_ele *ce_info) in ice_read_word()
4914 dest = dest_ctx + (ce_info->lsb / 8); in ice_read_dword()
4928 * @dest_ctx: the context to be written to in ice_read_dword()
4932 ice_write_dword(u8 *src_ctx, u8 *dest_ctx, const struct ice_ctx_ele *ce_info) in ice_read_dword()
4965 dest = dest_ctx + (ce_info->lsb / 8); in ice_read_qword()
4979 * @dest_ctx in ice_read_qword()
4546 ice_write_byte(u8 * src_ctx,u8 * dest_ctx,const struct ice_ctx_ele * ce_info) ice_write_byte() argument
4585 ice_write_word(u8 * src_ctx,u8 * dest_ctx,const struct ice_ctx_ele * ce_info) ice_write_word() argument
4628 ice_write_dword(u8 * src_ctx,u8 * dest_ctx,const struct ice_ctx_ele * ce_info) ice_write_dword() argument
4679 ice_write_qword(u8 * src_ctx,u8 * dest_ctx,const struct ice_ctx_ele * ce_info) ice_write_qword() argument
4731 ice_set_ctx(struct ice_hw * hw,u8 * src_ctx,u8 * dest_ctx,const struct ice_ctx_ele * ce_info) ice_set_ctx() argument
4824 ice_read_byte(u8 * src_ctx,u8 * dest_ctx,const struct ice_ctx_ele * ce_info) ice_read_byte() argument
4860 ice_read_word(u8 * src_ctx,u8 * dest_ctx,const struct ice_ctx_ele * ce_info) ice_read_word() argument
4903 ice_read_dword(u8 * src_ctx,u8 * dest_ctx,const struct ice_ctx_ele * ce_info) ice_read_dword() argument
4954 ice_read_qword(u8 * src_ctx,u8 * dest_ctx,const struct ice_ctx_ele * ce_info) ice_read_qword() argument
5005 ice_get_ctx(u8 * src_ctx,u8 * dest_ctx,const struct ice_ctx_ele * ce_info) ice_get_ctx() argument
[all...]
H A Dice_common.h172 ice_set_ctx(struct ice_hw *hw, u8 *src_ctx, u8 *dest_ctx,
175 ice_get_ctx(u8 *src_ctx, u8 *dest_ctx, const struct ice_ctx_ele *ce_info);
/freebsd/contrib/bearssl/src/codec/
H A Dpemdec.c437 CTX->dest(CTX->dest_ctx, CTX->buf, CTX->ptr); in br_pem_decoder_run()
509 CTX->dest(CTX->dest_ctx, CTX->buf, sizeof CTX->buf); in br_pem_decoder_run()
H A Dpemdec.t0206 CTX->dest(CTX->dest_ctx, CTX->buf, sizeof CTX->buf);
216 CTX->dest(CTX->dest_ctx, CTX->buf, CTX->ptr);