Home
last modified time | relevance | path

Searched refs:SET_INT (Results 1 – 9 of 9) sorted by relevance

/external/mtools/
Dmformat.c1179 SET_INT(used_dev.tracks, argtracks); in mformat()
1180 SET_INT(used_dev.heads, argheads); in mformat()
1181 SET_INT(used_dev.sectors, argsectors); in mformat()
1182 SET_INT(used_dev.use_2m, arguse_2m); in mformat()
1183 SET_INT(used_dev.ssize, argssize); in mformat()
1271 SET_INT(Fs.sector_size, msize); in mformat()
Dmpartition.c487 SET_INT(used_dev.tracks, argtracks); in mpartition()
488 SET_INT(used_dev.heads, argheads); in mpartition()
489 SET_INT(used_dev.sectors, argsectors); in mpartition()
Ddevices.c875 SET_INT(gdbuf.params.cyls,dev->ntracks); in init_geom()
876 SET_INT(gdbuf.params.heads,dev->nheads); in init_geom()
877 SET_INT(gdbuf.params.psectrk,dev->nsect); in init_geom()
Dminfo.c195 SET_INT(tot_sectors, WORD_S(psect)); in minfo()
Dmtools.h204 #define SET_INT(target, source) \ macro
Dfloppyd_io.c419 SET_INT(tot_sectors, WORD(psect)); in floppyd_geom()
Dplain_io.c193 SET_INT(tot_sectors, WORD(psect)); in file_geom()
/external/python/cpython2/Modules/
Dposixmodule.c6178 #define SET_INT(result, index, value)\ in wait_helper() macro
6180 SET_INT(result, 2, ru->ru_maxrss); in wait_helper()
6181 SET_INT(result, 3, ru->ru_ixrss); in wait_helper()
6182 SET_INT(result, 4, ru->ru_idrss); in wait_helper()
6183 SET_INT(result, 5, ru->ru_isrss); in wait_helper()
6184 SET_INT(result, 6, ru->ru_minflt); in wait_helper()
6185 SET_INT(result, 7, ru->ru_majflt); in wait_helper()
6186 SET_INT(result, 8, ru->ru_nswap); in wait_helper()
6187 SET_INT(result, 9, ru->ru_inblock); in wait_helper()
6188 SET_INT(result, 10, ru->ru_oublock); in wait_helper()
[all …]
/external/python/cpython3/Modules/
Dposixmodule.c8099 #define SET_INT(result, index, value)\ in wait_helper() macro
8101 SET_INT(result, 2, ru->ru_maxrss); in wait_helper()
8102 SET_INT(result, 3, ru->ru_ixrss); in wait_helper()
8103 SET_INT(result, 4, ru->ru_idrss); in wait_helper()
8104 SET_INT(result, 5, ru->ru_isrss); in wait_helper()
8105 SET_INT(result, 6, ru->ru_minflt); in wait_helper()
8106 SET_INT(result, 7, ru->ru_majflt); in wait_helper()
8107 SET_INT(result, 8, ru->ru_nswap); in wait_helper()
8108 SET_INT(result, 9, ru->ru_inblock); in wait_helper()
8109 SET_INT(result, 10, ru->ru_oublock); in wait_helper()
[all …]