Searched defs:BlockDesc (Results 1 – 8 of 8) sorted by relevance
40 struct BlockDesc { struct41 char *ptr; // pointer to memory42 int len; // number of bytes43 int fill; // filled with data starting with this
44 struct BlockDesc { struct45 char *ptr; // pointer to memory46 int len; // number of bytes47 int fill; // filled with data starting with this
38 struct BlockDesc { struct39 char *ptr; // pointer to memory40 int len; // number of bytes41 int fill; // filled with data starting with this
695 struct BlockDesc struct697 DataType type;698 Channel channel;699 int MSB;700 int LSB;701 ModeDesc modeDesc;705 BlockDesc(DataType type, Channel channel, int MSB, int LSB, ModeDesc modeDesc) in BlockDesc() function714 BlockDesc(DataType type, Channel channel, int MSB, int LSB) in BlockDesc() argument
161 SymbolRef BlockDesc = Call.getReturnValue().getAsSymbol(); in checkPostCall() local