Lines Matching defs:end
420 /* Even though this is a sampled image, we can end up here with a storage
448 * end of the string in the final word are padded with 0."
462 const char *end = memchr(str, 0, word_count * 4);
463 vtn_fail_if(end == NULL, "String is not null-terminated");
466 *words_used = DIV_ROUND_UP(end - str + 1, sizeof(*words));
473 const uint32_t *end, vtn_instruction_handler handler)
480 while (w < end) {
483 vtn_assert(count >= 1 && w + count <= end);
517 assert(w == end);
5392 * will indicate the end of preamble.