Home
last modified time | relevance | path

Searched defs:unsigned (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/libkdd/
H A DKCDStructTypeDescription.m37 unsigned int _typeID; category
48 - (id)initWithType:(unsigned int)typeID withName:(NSString *)name category
136 - (unsigned int)typeID category
H A DKCDBasicTypeDescription.m57 unsigned int _typeID; category
142 for (unsigned int i = 0; i < elem_count; i++) { category
171 - (unsigned int)typeID category
/xnu-11215/tools/lldbmacros/core/
H A Dcvalue.py446 def unsigned(val): function