Searched defs:tmp_config (Results 1 - 2 of 2) sorted by relevance

/external/libusb/libusb/os/
H A Dhaiku_usb_backend.cpp450 usb_configuration_descriptor tmp_config; local
451 command.config.descriptor = &tmp_config;
459 fConfigToIndex[tmp_config.configuration_value] = i;
460 fConfigurationDescriptors[i] = new(std::nothrow) unsigned char[tmp_config.total_length];
465 command.control.length = tmp_config.total_length;
473 for (int j = 0; j < tmp_config.number_interfaces; j++) {
/external/ltp/utils/ffsb-6.0-rc2/
H A Dparser.c621 config_options_t *tmp_config = config; local
623 while (tmp_config->name) {
624 if (tmp_config->type == TYPE_WEIGHT) {
625 len = strlen(tmp_config->name);
628 strncpy(op, tmp_config->name, len - 7);
631 tmp_config->name));
634 tmp_config++;
643 config_options_t *tmp_config = tg_options; local
645 while (tmp_config->name) {
646 if (tmp_config
821 config_options_t *tmp_config; local
873 config_options_t *tmp_config; local
[all...]

Completed in 223 milliseconds