Searched refs:osi (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/gcc/gcc/
H A Dtree-object-size.c346 struct object_size_info osi; local
359 osi.visited = BITMAP_ALLOC (NULL);
360 osi.reexamine = BITMAP_ALLOC (NULL);
361 osi.object_size_type = object_size_type;
362 osi.depths = NULL;
363 osi.stack = NULL;
364 osi.tos = NULL;
367 can be computed. osi.reexamine bitmap at the end will
370 osi.pass = 0;
371 osi
467 expr_object_size(struct object_size_info *osi, tree ptr, tree value) argument
508 merge_object_sizes(struct object_size_info *osi, tree dest, tree orig, unsigned HOST_WIDE_INT offset) argument
556 plus_expr_object_size(struct object_size_info *osi, tree var, tree value) argument
645 collect_object_sizes_for(struct object_size_info *osi, tree var) argument
783 check_for_plus_in_loops_1(struct object_size_info *osi, tree var, unsigned int depth) argument
888 check_for_plus_in_loops(struct object_size_info *osi, tree var) argument
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp704 ConsumeWhitespace(llvm::StringRef::const_iterator osi, argument
706 while (osi != ose) {
707 switch (*osi) {
709 return osi;
714 ++osi;
717 return osi;
721 ConsumeChar(llvm::StringRef::const_iterator osi, const char c, argument
725 osi = ConsumeWhitespace(osi, ose);
726 if (osi !
735 ParseRegisterName(llvm::StringRef::const_iterator osi, llvm::StringRef::const_iterator ose) argument
776 ParseImmediate(llvm::StringRef::const_iterator osi, llvm::StringRef::const_iterator ose) argument
834 ParseIntelIndexedAccess(llvm::StringRef::const_iterator osi, llvm::StringRef::const_iterator ose) argument
917 ParseIntelDerefAccess(llvm::StringRef::const_iterator osi, llvm::StringRef::const_iterator ose) argument
964 ParseARMOffsetAccess(llvm::StringRef::const_iterator osi, llvm::StringRef::const_iterator ose) argument
1009 ParseARMDerefAccess(llvm::StringRef::const_iterator osi, llvm::StringRef::const_iterator ose) argument
1081 llvm::StringRef::const_iterator osi = operands_ref.begin(); variable
[all...]
/openbsd-current/lib/libcrypto/cms/
H A Dcms_ess.c257 CMS_SignerInfo *si, *osi = NULL; local
297 osi = sk_CMS_SignerInfo_value(osis, i);
298 if (!ASN1_STRING_cmp(osi->signature, rct->originatorSignatureValue))
319 if (!cms_msgSigDigest(osi, dig, &diglen)) {
336 octype = CMS_signed_get0_data_by_OBJ(osi,
352 if (CMS_get1_ReceiptRequest(osi, &rr) <= 0) {

Completed in 78 milliseconds