Home
last modified time | relevance | path

Searched defs:dest_ctx (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/bearssl/inc/
H A Dbearssl_pem.h128 void *dest_ctx; member
176 void (*dest)(void *dest_ctx, const void *src, size_t len), in br_pem_decoder_setdest()
/freebsd/sys/dev/ice/
H A Dice_common.c4546 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...]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h525 DeclFromParser<D> DeclFromUser<D>::Import(clang::ASTContext *dest_ctx, in Import()
H A DClangASTImporter.cpp543 static bool ImportOffsetMap(clang::ASTContext *dest_ctx, in ImportOffsetMap()
638 clang::ASTContext &dest_ctx = record->getASTContext(); in importRecordLayoutFromOrigin() local