Searched refs:TYPE_INT (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dprintf-args.h57 TYPE_INT, enumerator in enum:__anon2193
H A Dprintf-args.c57 case TYPE_INT:
H A Dvasnprintf.c1596 if (!(a.arg[dp->width_arg_index].type == TYPE_INT))
1628 if (!(a.arg[dp->precision_arg_index].type == TYPE_INT))
2075 if (!(a.arg[dp->width_arg_index].type == TYPE_INT))
2107 if (!(a.arg[dp->precision_arg_index].type == TYPE_INT))
2580 if (!(a.arg[dp->width_arg_index].type == TYPE_INT))
2612 if (!(a.arg[dp->precision_arg_index].type == TYPE_INT))
3603 if (!(a.arg[dp->width_arg_index].type == TYPE_INT))
3637 if (!(a.arg[dp->precision_arg_index].type == TYPE_INT))
4032 if (!(a.arg[dp->width_arg_index].type == TYPE_INT))
4038 if (!(a.arg[dp->precision_arg_index].type == TYPE_INT))
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dprintf-args.h57 TYPE_INT, enumerator in enum:__anon2203
H A Dprintf-args.c57 case TYPE_INT:
H A Dvasnprintf.c1596 if (!(a.arg[dp->width_arg_index].type == TYPE_INT))
1628 if (!(a.arg[dp->precision_arg_index].type == TYPE_INT))
2075 if (!(a.arg[dp->width_arg_index].type == TYPE_INT))
2107 if (!(a.arg[dp->precision_arg_index].type == TYPE_INT))
2580 if (!(a.arg[dp->width_arg_index].type == TYPE_INT))
2612 if (!(a.arg[dp->precision_arg_index].type == TYPE_INT))
3603 if (!(a.arg[dp->width_arg_index].type == TYPE_INT))
3637 if (!(a.arg[dp->precision_arg_index].type == TYPE_INT))
4032 if (!(a.arg[dp->width_arg_index].type == TYPE_INT))
4038 if (!(a.arg[dp->precision_arg_index].type == TYPE_INT))
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dprintf-args.h56 TYPE_INT, enumerator in enum:__anon2319
H A Dprintf-args.c56 case TYPE_INT:
H A Dvasnprintf.c1595 if (!(a.arg[dp->width_arg_index].type == TYPE_INT))
1627 if (!(a.arg[dp->precision_arg_index].type == TYPE_INT))
2074 if (!(a.arg[dp->width_arg_index].type == TYPE_INT))
2106 if (!(a.arg[dp->precision_arg_index].type == TYPE_INT))
2579 if (!(a.arg[dp->width_arg_index].type == TYPE_INT))
2611 if (!(a.arg[dp->precision_arg_index].type == TYPE_INT))
3602 if (!(a.arg[dp->width_arg_index].type == TYPE_INT))
3636 if (!(a.arg[dp->precision_arg_index].type == TYPE_INT))
4031 if (!(a.arg[dp->width_arg_index].type == TYPE_INT))
4037 if (!(a.arg[dp->precision_arg_index].type == TYPE_INT))
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-disk.c881 ide_add_setting(drive, "bios_cyl", SETTING_RW, TYPE_INT, 0, 65535, 1, 1, &drive->bios_cyl, NULL);
888 ide_add_setting(drive, "lun", SETTING_RW, TYPE_INT, 0, 7, 1, 1, &drive->lun, NULL);
891 ide_add_setting(drive, "failures", SETTING_RW, TYPE_INT, 0, 65535, 1, 1, &drive->failures, NULL);
892 ide_add_setting(drive, "max_failures", SETTING_RW, TYPE_INT, 0, 65535, 1, 1, &drive->max_failures, NULL);
H A Dide-tape.c4234 ide_add_setting(drive, "pipeline_min", SETTING_RW, TYPE_INT, 1, 0xffff, tape->stage_size / 1024, 1, &tape->min_pipeline, NULL);
4235 ide_add_setting(drive, "pipeline", SETTING_RW, TYPE_INT, 1, 0xffff, tape->stage_size / 1024, 1, &tape->max_stages, NULL);
4236 ide_add_setting(drive, "pipeline_max", SETTING_RW, TYPE_INT, 1, 0xffff, tape->stage_size / 1024, 1, &tape->max_pipeline, NULL);
4237 ide_add_setting(drive, "pipeline_used", SETTING_READ, TYPE_INT, 0, 0xffff, tape->stage_size / 1024, 1, &tape->nr_stages, NULL);
4238 ide_add_setting(drive, "pipeline_pending", SETTING_READ, TYPE_INT, 0, 0xffff, tape->stage_size / 1024, 1, &tape->nr_pending_stages, NULL);
4240 ide_add_setting(drive, "stage", SETTING_READ, TYPE_INT, 0, 0xffff, 1, 1024, &tape->stage_size, NULL);
4241 ide_add_setting(drive, "tdsc", SETTING_RW, TYPE_INT, IDETAPE_DSC_RW_MIN, IDETAPE_DSC_RW_MAX, 1000, HZ, &tape->best_dsc_rw_frequency, NULL);
4243 ide_add_setting(drive, "pipeline_head_speed_c",SETTING_READ, TYPE_INT, 0, 0xffff, 1, 1, &tape->controlled_pipeline_head_speed, NULL);
4244 ide_add_setting(drive, "pipeline_head_speed_u",SETTING_READ, TYPE_INT, 0, 0xffff, 1, 1, &tape->uncontrolled_pipeline_head_speed,NULL);
4245 ide_add_setting(drive, "avg_speed", SETTING_READ, TYPE_INT,
[all...]
H A Dide-proc.c293 case TYPE_INT:
322 case TYPE_INT:
H A Dide-floppy.c1727 ide_add_setting(drive, "bios_cyl", SETTING_RW, TYPE_INT, 0, 1023, 1, 1, &drive->bios_cyl, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dide-scsi.c732 ide_add_setting(drive, "bios_cyl", SETTING_RW, TYPE_INT, 0, 1023, 1, 1, &drive->bios_cyl, NULL);
735 ide_add_setting(drive, "transform", SETTING_RW, TYPE_INT, 0, 3, 1, 1, &scsi->transform, NULL);
736 ide_add_setting(drive, "log", SETTING_RW, TYPE_INT, 0, 1, 1, 1, &scsi->log, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dide.h870 #define TYPE_INT 0 macro

Completed in 142 milliseconds