OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:index1
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/stbi/
stb_image.c
3801
int
index1
= j * tga_width * req_comp;
local in function:tga_load
3805
unsigned char temp = tga_data[
index1
];
3806
tga_data[
index1
] = tga_data[index2];
3808
++
index1
;
stb_image.c
3801
int
index1
= j * tga_width * req_comp;
local in function:tga_load
3805
unsigned char temp = tga_data[
index1
];
3806
tga_data[
index1
] = tga_data[index2];
3808
++
index1
;
Completed in 53 milliseconds
Indexes created Thu Nov 06 21:09:53 GMT 2025