OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:altsetting_idx
(Results
1 - 2
of
2
) sorted by null
/external/libusb/libusb/
core.c
680
int
altsetting_idx
;
local
682
for (
altsetting_idx
= 0;
altsetting_idx
< iface->num_altsetting;
683
altsetting_idx
++) {
685
= &iface->altsetting[
altsetting_idx
];
[
all
...]
/external/libusb_aah/libusb/
core.c
718
int
altsetting_idx
;
local
720
for (
altsetting_idx
= 0;
altsetting_idx
< iface->num_altsetting;
721
altsetting_idx
++) {
723
= &iface->altsetting[
altsetting_idx
];
[
all
...]
Completed in 37 milliseconds