Lines Matching defs:XX
300 * value|XX requests extra display/sort processing.
311 #define XX 64 // force string representation for sorting, etc
353 {"USER", "User name", -12, XX|SLOT_uid},
355 {"RUSER", "Real (before suid) user name", -8, XX|SLOT_ruid},
357 {"GROUP", "Group name", -8, XX|SLOT_gid},
359 {"RGROUP", "Real (before sgid) group name", -8, XX|SLOT_rgid},
386 {"F", "Flags 1=FORKNOEXEC 4=SUPERPRIV", 1, XX|SLOT_flags},
392 -1, XX},
396 -5, XX},
397 {"PCY", "Android scheduling policy", 3, XX|SLOT_pcy},
506 long long *slot = tb->slot, ll = (sl >= 0) ? slot[sl&(XX-1)] : 0;
540 if (sl&XX) {
580 ll = slot[sl&(XX-1)]*1000;
1226 if (!(slot&XX)) {
1348 && field->which<=PS_RGROUP && (typos[field->which].slot&XX))
1636 int slot = typos[field->which].slot&(XX-1);