OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:img_buffer_end
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/stbi/
stb_image.c
831
uint8 const *img_buffer, *
img_buffer_end
;
member in struct:__anon26c9e3660408
839
s->
img_buffer_end
= s->buffer_start + s->buflen;
840
s->img_buffer = s->
img_buffer_end
;
852
s->
img_buffer_end
= (uint8 const *) buffer+len;
861
s->img_buffer = s->
img_buffer_end
-1;
867
s->
img_buffer_end
= s->buffer_start + n;
874
if (s->img_buffer < s->
img_buffer_end
)
895
return s->img_buffer >= s->
img_buffer_end
;
907
int blen = s->
img_buffer_end
- s->img_buffer;
909
s->img_buffer = s->
img_buffer_end
;
[
all
...]
Completed in 12 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025