Searched refs:mmax (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | scsi_devinfo.c | 418 size_t vmax, mmax, mlen; in scsi_dev_info_list_find() local 444 mmax = sizeof(devinfo->model); in scsi_dev_info_list_find() 446 while (mmax > 0 && *mskip == ' ') { in scsi_dev_info_list_find() 447 mmax--; in scsi_dev_info_list_find() 450 while (mmax > 0 && mskip[mmax - 1] == ' ') in scsi_dev_info_list_find() 451 --mmax; in scsi_dev_info_list_find() 469 if (mmax < mlen || memcmp(devinfo->model, mskip, mlen)) in scsi_dev_info_list_find()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/tidss/ |
| H A D | tidss_scale_coefs.c | 156 int mmax; in tidss_get_scale_coefs() member 190 if (inc >= coefs[i].mmin && inc <= coefs[i].mmax) { in tidss_get_scale_coefs()
|
| /OK3568_Linux_fs/kernel/drivers/misc/sgi-gru/ |
| H A D | grumain.c | 154 static unsigned long reserve_resources(unsigned long *p, int n, int mmax, in reserve_resources() argument 161 i = find_first_bit(p, mmax); in reserve_resources() 162 if (i == mmax) in reserve_resources()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gccinstall.info | 4323 mmax, news-3600, news800, news, next, pbd, pc532, pmax, powerpc,
|
| H A D | gcc.info | 1132 -mmax-stack-frame=N -melinux-stacksize=N 1188 -mbwx -mmax -mfix -mcix 1541 -mmax-constant-size= 18925 '-mmax-stack-frame=N' 19553 '-mmax' 24494 '-mmax-constant-size=N' 43736 The following built-in functions are always with '-mmax' or '-mcpu=CPU' 62449 * mmax: DEC Alpha Options. (line 163) 62450 * mmax-constant-size: RX Options. (line 82) 62451 * mmax-stack-frame: CRIS Options. (line 23)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gccinstall.info | 4323 mmax, news-3600, news800, news, next, pbd, pc532, pmax, powerpc,
|
| H A D | gcc.info | 1132 -mmax-stack-frame=N -melinux-stacksize=N 1188 -mbwx -mmax -mfix -mcix 1541 -mmax-constant-size= 18925 '-mmax-stack-frame=N' 19553 '-mmax' 24494 '-mmax-constant-size=N' 43736 The following built-in functions are always with '-mmax' or '-mcpu=CPU' 62449 * mmax: DEC Alpha Options. (line 163) 62450 * mmax-constant-size: RX Options. (line 82) 62451 * mmax-stack-frame: CRIS Options. (line 23)
|