HomeSort by relevance Sort by last modified time
    Searched refs:NUM_ATR (Results 1 - 2 of 2) sorted by null

  /external/gptfdisk/
attributes.h 10 #define NUM_ATR 64 /* # of attributes -- 64, since it's a 64-bit field */
17 static string atNames[NUM_ATR];
attributes.cc 22 string Attributes::atNames[NUM_ATR];
52 for (int i = 0; i < NUM_ATR; i++) {
77 for (i = 0; i < NUM_ATR; i++) {
115 response = GetNumber(0, NUM_ATR, 64,
135 for (bitNum = 0; bitNum < NUM_ATR; bitNum++) {

Completed in 196 milliseconds