Home
last modified time | relevance | path

Searched refs:check_id (Results 1 – 20 of 20) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_screen.h223 const uint32_t check_id = (uint32_t)batch_id; in zink_screen_update_last_finished() local
227 if (check_id > UINT_MAX / 2) in zink_screen_update_last_finished()
229 } else if (check_id < UINT_MAX / 2) { in zink_screen_update_last_finished()
231 screen->last_finished = check_id; in zink_screen_update_last_finished()
235 screen->last_finished = MAX2(check_id, screen->last_finished); in zink_screen_update_last_finished()
242 const uint32_t check_id = (uint32_t)batch_id; in zink_screen_check_last_finished() local
246 if (check_id > UINT_MAX / 2) in zink_screen_check_last_finished()
248 } else if (check_id < UINT_MAX / 2) { in zink_screen_check_last_finished()
252 return screen->last_finished >= check_id; in zink_screen_check_last_finished()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dmatroskamux.c479 check_id (GstMapInfo * info, gsize * index, in check_id() function
497 if (check_id (info, index, tag, tag_len, &len)) { in check_id_read_int()
536 fail_unless (check_id (info, index, chapter_atom, in check_chapter()
543 if (check_id (info, index, chapter_str_uid, sizeof (chapter_str_uid), &len)) { in check_chapter()
580 if (check_id (info, index, chapter_track, sizeof (chapter_track), &len)) { in check_chapter()
586 if (check_id (info, index, chapter_display, sizeof (chapter_display), &len)) { in check_chapter()
588 fail_unless (check_id (info, index, chapter_string, in check_chapter()
599 fail_unless (check_id (info, index, chapter_language, in check_chapter()
639 fail_unless (check_id (info, index, edition_entry, in check_toc()
787 fail_unless (check_id (info, index, tag, sizeof (tag), &len)); in check_tags()
[all …]
/third_party/python/Modules/clinic/
D_lzmamodule.c.h226 _lzma_is_check_supported_impl(PyObject *module, int check_id);
232 int check_id; in _lzma_is_check_supported() local
234 check_id = _PyLong_AsInt(arg); in _lzma_is_check_supported()
235 if (check_id == -1 && PyErr_Occurred()) { in _lzma_is_check_supported()
238 return_value = _lzma_is_check_supported_impl(module, check_id); in _lzma_is_check_supported()
/third_party/ltp/testcases/commands/unshare/
Dunshare01.sh71 check_id() function
135 check_id "$(cat temp)" "${exp_result}" "${unshare_cmd}"
/third_party/python/Python/
Dpythonrun.c1060 PyObject *check_id = NULL; in print_exception_recursive() local
1064 check_id = PyLong_FromVoidPtr(cause); in print_exception_recursive()
1065 if (check_id == NULL) { in print_exception_recursive()
1068 res = PySet_Contains(seen, check_id); in print_exception_recursive()
1069 Py_DECREF(check_id); in print_exception_recursive()
1082 check_id = PyLong_FromVoidPtr(context); in print_exception_recursive()
1083 if (check_id == NULL) { in print_exception_recursive()
1086 res = PySet_Contains(seen, check_id); in print_exception_recursive()
1087 Py_DECREF(check_id); in print_exception_recursive()
/third_party/spirv-tools/source/opt/
Dinst_buff_addr_check_pass.h118 void GenCheckCode(uint32_t check_id, uint32_t error_id, uint32_t length_id,
Dinst_bindless_check_pass.h176 void GenCheckCode(uint32_t check_id, uint32_t error_id, uint32_t offset_id,
Dinst_buff_addr_check_pass.cpp60 uint32_t check_id, uint32_t error_id, uint32_t ref_uptr_id, in GenCheckCode() argument
75 (void)builder.AddConditionalBranch(check_id, valid_blk_id, invalid_blk_id, in GenCheckCode()
Dinst_bindless_check_pass.cpp515 uint32_t check_id, uint32_t error_id, uint32_t offset_id, in GenCheckCode() argument
530 (void)builder.AddConditionalBranch(check_id, valid_blk_id, invalid_blk_id, in GenCheckCode()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinst_buff_addr_check_pass.h118 void GenCheckCode(uint32_t check_id, uint32_t error_id, uint32_t length_id,
Dinst_bindless_check_pass.h176 void GenCheckCode(uint32_t check_id, uint32_t error_id, uint32_t offset_id,
Dinst_buff_addr_check_pass.cpp60 uint32_t check_id, uint32_t error_id, uint32_t ref_uptr_id, in GenCheckCode() argument
75 (void)builder.AddConditionalBranch(check_id, valid_blk_id, invalid_blk_id, in GenCheckCode()
Dinst_bindless_check_pass.cpp522 uint32_t check_id, uint32_t error_id, uint32_t offset_id, in GenCheckCode() argument
537 (void)builder.AddConditionalBranch(check_id, valid_blk_id, invalid_blk_id, in GenCheckCode()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinst_buff_addr_check_pass.h118 void GenCheckCode(uint32_t check_id, uint32_t error_id, uint32_t length_id,
Dinst_bindless_check_pass.h176 void GenCheckCode(uint32_t check_id, uint32_t error_id, uint32_t offset_id,
Dinst_buff_addr_check_pass.cpp60 uint32_t check_id, uint32_t error_id, uint32_t ref_uptr_id, in GenCheckCode() argument
75 (void)builder.AddConditionalBranch(check_id, valid_blk_id, invalid_blk_id, in GenCheckCode()
Dinst_bindless_check_pass.cpp522 uint32_t check_id, uint32_t error_id, uint32_t offset_id, in GenCheckCode() argument
537 (void)builder.AddConditionalBranch(check_id, valid_blk_id, invalid_blk_id, in GenCheckCode()
/third_party/python/Modules/
D_lzmamodule.c1380 _lzma_is_check_supported_impl(PyObject *module, int check_id) in _lzma_is_check_supported_impl() argument
1383 return PyBool_FromLong(lzma_check_is_supported(check_id)); in _lzma_is_check_supported_impl()
/third_party/node/deps/openssl/openssl/crypto/x509/
Dx509_vfy.c52 static int check_id(X509_STORE_CTX *ctx);
219 || (ok = check_id(ctx)) <= 0 in verify_chain()
788 static int check_id(X509_STORE_CTX *ctx) in check_id() function
2942 !check_id(ctx)) in dane_verify()
/third_party/openssl/crypto/x509/
Dx509_vfy.c52 static int check_id(X509_STORE_CTX *ctx);
219 || (ok = check_id(ctx)) <= 0 in verify_chain()
788 static int check_id(X509_STORE_CTX *ctx) in check_id() function
2942 !check_id(ctx)) in dane_verify()