OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:index2
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/stbi/
stb_image.c
3802
int
index2
= (tga_height - 1 - j) * tga_width * req_comp;
local in function:tga_load
3806
tga_data[index1] = tga_data[
index2
];
3807
tga_data[
index2
] = temp;
3809
++
index2
;
stb_image.c
3802
int
index2
= (tga_height - 1 - j) * tga_width * req_comp;
local in function:tga_load
3806
tga_data[index1] = tga_data[
index2
];
3807
tga_data[
index2
] = temp;
3809
++
index2
;
Completed in 91 milliseconds
Indexes created Fri Oct 17 00:09:41 GMT 2025