Home
last modified time | relevance | path

Searched refs:CHECK_END (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Modules/
H A D_collectionsmodule.c104 * CHECK_END should happen before each assignment to a block's link field.
112 #define CHECK_END(link) assert(link == NULL); macro
116 #define CHECK_END(link) macro
281 CHECK_END(deque->rightblock->rightlink); in deque_append_internal()
318 CHECK_END(deque->leftblock->leftlink); in deque_appendleft_internal()
627 CHECK_END(leftblock->rightlink); in deque_clear()
684 CHECK_END(deque->rightblock->rightlink); in deque_inplace_repeat()
801 CHECK_END(leftblock->leftlink); in _deque_rotate()
845 CHECK_END(rightblock->rightlink); in _deque_rotate()
/third_party/ffmpeg/fftools/
H A Dffprobe.c3424 #define CHECK_END if (ret < 0) goto end in probe_file() macro
3436 CHECK_END; in probe_file()
3460 CHECK_END; in probe_file()
3465 CHECK_END; in probe_file()
3470 CHECK_END; in probe_file()
3474 CHECK_END; in probe_file()
3478 CHECK_END; in probe_file()

Completed in 11 milliseconds