Lines Matching defs:index

2784   size_t wi;     // Write index. Invariant: wi <= len.
2785 size_t ri; // Read index. Invariant: ri <= wi.
3350 size_t wi; // Write index. Invariant: wi <= len.
3351 size_t ri; // Read index. Invariant: ri <= wi.
4487 uint64_t index;
4498 uint64_t index,
4508 inline uint64_t index() const;
4523 ret.private_impl.index = 0;
4536 uint64_t index,
4548 c->private_impl.index = index;
4587 // wuffs_base__frame_config__index returns the index of this frame. The first
4588 // frame in an image has index 0, the second frame has index 1, and so on.
4591 return c ? c->private_impl.index : 0;
4650 uint64_t index,
4656 wuffs_base__frame_config__set(this, bounds, duration, index, io_position,
4682 wuffs_base__frame_config::index() const {
5090 // wuffs_base__pixel_palette__closest_element returns the index of the palette
5092 // channels, working in premultiplied alpha. Ties favor the smaller index.
11261 wuffs_base__io__count_since(uint64_t mark, uint64_t index) {
11262 if (index >= mark) {
11263 return index - mark;
11275 wuffs_base__io__since(uint64_t mark, uint64_t index, const uint8_t* ptr) {
11276 if (index >= mark) {
11278 ((size_t)(index - mark)));
13253 // decimal_point is the index (within digits) of the decimal point. It may be
13688 uint32_t rx = h->num_digits - 1; // Read index.
13689 uint32_t wx = h->num_digits - 1 + num_new_digits; // Write index.
13734 uint32_t rx = 0; // Read index.
13735 uint32_t wx = 0; // Write index.
15395 size_t index = ((size_t)((x % 100) * 2));
15397 uint8_t s0 = wuffs_base__render_number__first_hundred[index + 0];
15398 uint8_t s1 = wuffs_base__render_number__first_hundred[index + 1];
15408 size_t index = ((size_t)(x * 2));
15409 uint8_t s0 = wuffs_base__render_number__first_hundred[index + 0];
15410 uint8_t s1 = wuffs_base__render_number__first_hundred[index + 1];
44313 // https://nigeltao.github.io/blog/2020/jsonptr.html#the-cursor-index
45553 // https://nigeltao.github.io/blog/2020/jsonptr.html#the-cursor-index