/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_hlsl.cpp | 28 #include <assert.h> 3970 assert(expr); in read_access_chain() 4351 assert(basetype->parent_type); in emit_access_chain() 5467 assert(current_emitting_block); in emit_instruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
H A D | ARMDisassembler.cpp | 75 assert(NumTZ <= 3 && "Invalid IT mask!"); in setITState() 113 assert(NumTZ <= 3 && "Invalid VPT mask!"); in setVPTState() 627 assert(!STI.getFeatureBits()[ARM::ModeThumb] && in getARMInstruction() 860 assert(TiedOp >= 0 && in AddThumbPredicate() 913 assert(STI.getFeatureBits()[ARM::ModeThumb] && in getThumbInstruction() 5603 assert(Inst.getNumOperands() == 0 && "We should receive an empty Inst"); in DecodeT2Adr()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | evsel.c | 1375 assert(list_empty(&evsel->core.node)); in evsel__exit() 1376 assert(evsel->evlist == NULL); in evsel__exit()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | evsel.c | 1465 assert(list_empty(&evsel->core.node)); in evsel__exit() 1466 assert(evsel->evlist == NULL); in evsel__exit()
|
/third_party/glfw/src/ |
H A D | win32_window.c | 35 #include <assert.h> 2590 assert(window != NULL); in glfwGetWin32Window()
|
/third_party/backends/frontend/ |
H A D | saned.c | 49 #include <assert.h> 1762 assert (bytes_in_buf == 0); in do_scan()
|
/third_party/FreeBSD/sys/crypto/rijndael/ |
H A D | rijndael-alg-fst.c | 34 #include <assert.h> 35 #define KASSERT(exp, msg) assert(exp)
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_pipeline_rt.c | 145 assert(iinfo); in radv_rt_pipeline_library_create() 851 assert(impl->function->num_params == 0); in lower_any_hit_for_intersection()
|
/third_party/libwebsockets/lib/roles/http/server/ |
H A D | server.c | 2209 lwsl_err("%s: assert: len %ld\n", __func__, (long)len); in lws_handshake_server() 2210 assert(0); in lws_handshake_server() 2214 lwsl_err("%s: assert: NULL ah\n", __func__); in lws_handshake_server() 2215 assert(0); in lws_handshake_server()
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_physical_device.c | 1317 assert(count); in vn_instance_enumerate_physical_device_groups_locked() 2289 assert(local_info->format.tiling != in vn_physical_device_fix_image_format_info()
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui.h | 63 #include <assert.h> 64 #define IM_ASSERT(_EXPR) assert(_EXPR) // You can override the default assert handler by editing imconfig.h 173 float operator[] (size_t idx) const { IM_ASSERT(idx <= 1); return (&x)[idx]; } // We very rarely use this [] operator, the assert overhead is fine. in operator []() 174 float& operator[] (size_t idx) { IM_ASSERT(idx <= 1); return (&x)[idx]; } // We very rarely use this [] operator, the assert overhead is fine. in operator []() 2056 bool Locked; // Marked as Locked by ImGui::NewFrame() so attempt to modify the atlas will assert.
|
/third_party/node/deps/openssl/openssl/ssl/statem/ |
H A D | statem_clnt.c | 14 #include <assert.h> 1212 assert(s->session->session_id_length <= sizeof(s->session->session_id)); in tls_construct_client_hello()
|
/third_party/openssl/ssl/statem/ |
H A D | statem_clnt.c | 14 #include <assert.h> 1204 assert(s->session->session_id_length <= sizeof(s->session->session_id)); in tls_construct_client_hello()
|
/third_party/python/Modules/ |
H A D | _cursesmodule.c | 373 assert (wstr != NULL); in PyCurses_ConvertToString() 380 assert (wstr == NULL); in PyCurses_ConvertToString()
|
H A D | _tkinter.c | 467 assert(Py_UNICODE_IS_HIGH_SURROGATE(high)); in unicodeFromTclStringAndSize() 477 assert(Py_UNICODE_IS_HIGH_SURROGATE(high)); in unicodeFromTclStringAndSize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | PatternMatch.h | 235 assert(NumElts != 0 && "Constant vector with no elements?"); in match() 294 assert(NumElts != 0 && "Constant vector with no elements?"); in match()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86IntrinsicsInfo.h | 1160 assert(std::is_sorted(std::begin(IntrinsicsWithoutChain), in verifyIntrinsicTables() 1165 assert((std::adjacent_find(std::begin(IntrinsicsWithoutChain), in verifyIntrinsicTables()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | extension_set.cc | 1813 assert(is_large()); in FindOrNullInLargeMap() 1835 assert(is_large()); in FindOrNullInLargeMap()
|
/third_party/python/PC/ |
H A D | launcher2.c | 19 #include <assert.h> 1049 assert(0 == wcscmp(L"python", (*tmpl) + wcslen(*tmpl) - 6)); in checkShebang()
|
/third_party/rust/crates/serde/serde_derive/src/ |
H A D | de.rs | 304 assert!(!params.has_getter); in deserialize_in_place_body() 464 assert!(!cattrs.has_flatten()); in deserialize_tuple() 582 assert!(!cattrs.has_flatten()); in deserialize_tuple_in_place() 602 assert!(fields[0].attrs.deserialize_with().is_none()); in deserialize_tuple_in_place() 2681 assert!(!cattrs.has_flatten()); in deserialize_map_in_place()
|
/drivers/peripheral/audio/test/audio_utils/audio_mixer/ |
H A D | audio_mixer.c | 18 #include <assert.h>
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | sk_lookup.c | 19 #include <assert.h>
|
/kernel/linux/linux-5.10/drivers/scsi/ufs/ |
H A D | ufs-qcom.c | 269 dev_err(hba->dev, "%s: core_reset assert failed, err = %d\n", in ufs_qcom_host_reset() 275 * The hardware requirement for delay between assert/deassert in ufs_qcom_host_reset() 955 .assert = ufs_qcom_reset_assert,
|
/kernel/linux/linux-5.10/sound/pci/asihpi/ |
H A D | hpi_internal.h | 76 /* If the assert fails, compiler complains 703 } assert; member
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | map.c | 4 #include <assert.h>
|