Lines Matching refs:accept_0xff
304 void *arg, ptrdiff_t offset, bool accept_0xff,
342 if (unlikely (opcode == 0xff && ! accept_0xff))
459 token_from_offset (ptrdiff_t offset, bool accept_0xff)
471 if (accept_0xff)
489 void *arg, ptrdiff_t offset, bool accept_0xff,
501 callback, arg, offset, accept_0xff, cudie);
526 bool accept_0xff;
527 ptrdiff_t offset = offset_from_token (token, &accept_0xff);
528 assert (accept_0xff);
531 accept_0xff, NULL);
533 return token_from_offset (offset, accept_0xff);
568 bool accept_0xff;
569 ptrdiff_t offset = offset_from_token (token, &accept_0xff);
588 callback, arg, offset, accept_0xff,
592 return token_from_offset (offset, accept_0xff);