/third_party/rust/crates/regex/regex-syntax/src/ |
H A D | utf8.rs | 282 /// 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 D | macros.rs | 62 assert!(passphrase.len() <= ::libc::c_int::max_value() as usize);
|
H A D | hash.rs | 351 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 D | vdso.rs | 287 assert!(
|
/third_party/rust/crates/nix/src/sys/ |
H A D | resource.rs | 431 // 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 D | wait.rs | 239 assert!(continued(status)); in from_raw()
|
/third_party/rust/crates/rust-openssl/openssl-sys/build/ |
H A D | main.rs | 328 assert!(version.starts_with("0x")); in parse_version()
|
/third_party/rust/crates/syn/tests/ |
H A D | test_lit.rs | 20 assert!(tokens.next().is_none()); in lit()
|
/third_party/spirv-tools/source/lint/ |
H A D | divergence_analysis.cpp | 164 assert(type != nullptr); in ComputeVariableDivergence()
|
/third_party/spirv-tools/source/ |
H A D | name_mapper.cpp | 184 assert(inst.num_words > 3); in ParseInstruction()
|
/third_party/spirv-tools/source/opt/ |
H A D | if_conversion.cpp | 249 assert(inst->IsOpcodeCodeMotionSafe() && in HoistInstruction()
|
H A D | module.cpp | 170 assert(i->NumInOperandWords() > operand_index); in ToBinary()
|
H A D | set_spec_constant_default_value_pass.cpp | 103 assert(width > 0); in ParseDefaultValueBitPattern()
|
/third_party/spirv-tools/source/val/ |
H A D | validate_logicals.cpp | 150 assert(type_inst); in LogicalsPass()
|
/third_party/spirv-tools/test/opt/ |
H A D | pass_fixture.h | 237 assert(manager_->NumPasses()); in RunAndCheck()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_upnp_event.c | 12 #include <assert.h>
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_upnp_event.c | 12 #include <assert.h>
|
/third_party/vulkan-loader/loader/ |
H A D | loader.h | 74 assert(valid_loader_magic_value(obj) && in loader_init_dispatch()
|
H A D | unknown_function_handling.c | 236 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 D | InstructionSimplify.cpp | 298 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 D | hns_enet.c | 371 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 D | hns_enet.c | 394 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 D | abipkgdiff.cc | 57 #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 D | simplify.c | 42 #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 D | DataFlowSanitizer.cpp | 501 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()
|