Home
last modified time | relevance | path

Searched refs:assert (Results 11226 - 11250 of 11461) sorted by relevance

1...<<441442443444445446447448449450>>...459

/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_hlsl.cpp28 #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 DARMDisassembler.cpp75 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 Devsel.c1375 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 Devsel.c1465 assert(list_empty(&evsel->core.node)); in evsel__exit()
1466 assert(evsel->evlist == NULL); in evsel__exit()
/third_party/glfw/src/
H A Dwin32_window.c35 #include <assert.h>
2590 assert(window != NULL); in glfwGetWin32Window()
/third_party/backends/frontend/
H A Dsaned.c49 #include <assert.h>
1762 assert (bytes_in_buf == 0); in do_scan()
/third_party/FreeBSD/sys/crypto/rijndael/
H A Drijndael-alg-fst.c34 #include <assert.h>
35 #define KASSERT(exp, msg) assert(exp)
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline_rt.c145 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 Dserver.c2209 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 Dvn_physical_device.c1317 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 Dimgui.h63 #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 Dstatem_clnt.c14 #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 Dstatem_clnt.c14 #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.c373 assert (wstr != NULL); in PyCurses_ConvertToString()
380 assert (wstr == NULL); in PyCurses_ConvertToString()
H A D_tkinter.c467 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 DPatternMatch.h235 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 DX86IntrinsicsInfo.h1160 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 Dextension_set.cc1813 assert(is_large()); in FindOrNullInLargeMap()
1835 assert(is_large()); in FindOrNullInLargeMap()
/third_party/python/PC/
H A Dlauncher2.c19 #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 Dde.rs304 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 Daudio_mixer.c18 #include <assert.h>
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dsk_lookup.c19 #include <assert.h>
/kernel/linux/linux-5.10/drivers/scsi/ufs/
H A Dufs-qcom.c269 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 Dhpi_internal.h76 /* If the assert fails, compiler complains
703 } assert; member
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dmap.c4 #include <assert.h>

Completed in 93 milliseconds

1...<<441442443444445446447448449450>>...459