Home
last modified time | relevance | path

Searched refs:assert (Results 10401 - 10425 of 11488) sorted by relevance

1...<<411412413414415416417418419420>>...460

/third_party/rust/crates/regex/regex-syntax/src/
H A Dutf8.rs282 /// assert!(matches(&seqs, &[0x61]));
284 /// assert!(matches(&seqs, &[0xE2, 0x98, 0x83]));
286 /// assert!(!matches(&seqs, &[0xF0, 0x90, 0x8D, 0x88]));
290 /// assert!(!matches(&seqs, &[0xED, 0xA0, 0x80]));
292 /// assert!(!matches(&seqs, &[0xFF, 0xFF]));
580 assert!(0xD800 <= cp && cp < 0xE000);
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dmacros.rs62 assert!(passphrase.len() <= ::libc::c_int::max_value() as usize);
H A Dhash.rs351 assert!(!ctx.is_null()); in clone()
549 assert!(inp.len() > 2); in test_clone()
/third_party/rust/crates/rustix/src/backend/linux_raw/
H A Dvdso.rs287 assert!(
/third_party/rust/crates/nix/src/sys/
H A Dresource.rs431 // thing away. Replace the assert with test::black_box once stabilized. in test_self_cpu_time()
439 assert!(user.tv_sec() > 0 || user.tv_usec() > 0); in test_self_cpu_time()
H A Dwait.rs239 assert!(continued(status)); in from_raw()
/third_party/rust/crates/rust-openssl/openssl-sys/build/
H A Dmain.rs328 assert!(version.starts_with("0x")); in parse_version()
/third_party/rust/crates/syn/tests/
H A Dtest_lit.rs20 assert!(tokens.next().is_none()); in lit()
/third_party/spirv-tools/source/lint/
H A Ddivergence_analysis.cpp164 assert(type != nullptr); in ComputeVariableDivergence()
/third_party/spirv-tools/source/
H A Dname_mapper.cpp184 assert(inst.num_words > 3); in ParseInstruction()
/third_party/spirv-tools/source/opt/
H A Dif_conversion.cpp249 assert(inst->IsOpcodeCodeMotionSafe() && in HoistInstruction()
H A Dmodule.cpp170 assert(i->NumInOperandWords() > operand_index); in ToBinary()
H A Dset_spec_constant_default_value_pass.cpp103 assert(width > 0); in ParseDefaultValueBitPattern()
/third_party/spirv-tools/source/val/
H A Dvalidate_logicals.cpp150 assert(type_inst); in LogicalsPass()
/third_party/spirv-tools/test/opt/
H A Dpass_fixture.h237 assert(manager_->NumPasses()); in RunAndCheck()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_upnp_event.c12 #include <assert.h>
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_upnp_event.c12 #include <assert.h>
/third_party/vulkan-loader/loader/
H A Dloader.h74 assert(valid_loader_magic_value(obj) && in loader_init_dispatch()
H A Dunknown_function_handling.c236 assert(NULL != inst); in loader_phys_dev_ext_gpa_impl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DInstructionSimplify.cpp298 assert(Instruction::isAssociative(Opcode) && "Not an associative operation!"); in SimplifyAssociativeBinOp()
405 assert(isa<SelectInst>(RHS) && "No select instruction operand!"); in ThreadBinOpOverSelect()
484 assert(isa<SelectInst>(LHS) && "Not comparing with a select instruction!"); in ThreadCmpOverSelect()
532 assert(isa<PHINode>(RHS) && "No PHI instruction operand!"); in ThreadBinOpOverPHI()
572 assert(isa<PHINode>(LHS) && "Not comparing with a phi instruction!"); in ThreadCmpOverPHI()
698 assert(V->getType()->isPtrOrPtrVectorTy()); in stripAndComputeConstantOffsets()
2770 assert(B == D); in simplifyICmpWithBinOp()
3226 assert(CmpInst::isIntPredicate(Pred) && "Not an integer compare!"); in SimplifyICmpInst()
3236 assert(!isa<UndefValue>(LHS) && "Unexpected icmp undef,%X"); in SimplifyICmpInst()
3521 assert(CmpIns in SimplifyFCmpInst()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns/
H A Dhns_enet.c371 assert(skb->queue_mapping < priv->ae_handle->q_num); in hns_nic_net_xmit_hw()
938 assert(u > 0 && u < ring->desc_num); in is_valid_clean_head()
939 assert(c > 0 && c < ring->desc_num); in is_valid_clean_head()
940 assert(u != c && h != c); /* must be checked before call this func */ in is_valid_clean_head()
1505 assert(skb->queue_mapping < ndev->ae_handle->q_num); in hns_nic_net_xmit()
2236 assert(action == HNAE_AE_REGISTER); in hns_nic_notifier_action()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns/
H A Dhns_enet.c394 assert(skb->queue_mapping < priv->ae_handle->q_num); in hns_nic_net_xmit_hw()
961 assert(u > 0 && u < ring->desc_num); in is_valid_clean_head()
962 assert(c > 0 && c < ring->desc_num); in is_valid_clean_head()
963 assert(u != c && h != c); /* must be checked before call this func */ in is_valid_clean_head()
1528 assert(skb->queue_mapping < priv->ae_handle->q_num); in hns_nic_net_xmit()
2241 assert(action == HNAE_AE_REGISTER); in hns_nic_notifier_action()
/third_party/libabigail/tools/
H A Dabipkgdiff.cc57 #include <assert.h>
1953 assert(kabi_wl_pkg); in maybe_handle_kabi_whitelist_pkg()
2495 assert(pkg); in extract_package_and_map_its_content()
2671 assert(comp_task); in operator ()()
2805 assert(num_workers >= 1); in compare_prepared_userspace_packages()
2957 assert(num_workers >= 1); in self_compare_prepared_userspace_package()
/third_party/ltp/tools/sparse/sparse-src/
H A Dsimplify.c42 #include <assert.h>
94 assert(insn->opcode == OP_PHI); in get_phisources()
102 assert(def->opcode == OP_PHISOURCE); in get_phisources()
152 assert(br->cond); in if_convert_phi()
153 assert(br->bb_false); in if_convert_phi()
263 assert(count <= 0); in delete_pseudo_user_list_entry()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp501 assert(!T->isVarArg()); in getTrampolineFunctionType()
1052 assert(Shadow->getType() == DFS.ShadowTy); in getShadow()
1065 assert(!ValShadowMap.count(I)); in setShadow()
1066 assert(Shadow->getType() == DFS.ShadowTy); in setShadow()
1071 assert(Addr != RetvalTLS && "Reinstrumenting?"); in getShadowAddress()
1696 assert(CS->getIterator() != CS->getParent()->end()); in visitCallSite()

Completed in 37 milliseconds

1...<<411412413414415416417418419420>>...460