OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
24
string Attributes::atNames[
NUM_ATR
];
54
for (int i = 0; i <
NUM_ATR
; i++) {
79
for (i = 0; i <
NUM_ATR
; i++) {
117
response = GetNumber(0,
NUM_ATR
, 64,
137
for (bitNum = 0; bitNum <
NUM_ATR
; bitNum++) {
Completed in 83 milliseconds