Home
last modified time | relevance | path

Searched refs:_loc (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/gpxe/src/drivers/infiniband/
Dlinda.h244 #define LINDA_EPB_LOC_ADDRESS( _loc ) ( (_loc) & 0xffff ) argument
245 #define LINDA_EPB_LOC_CS( _loc ) ( (_loc) >> 16 ) argument
/external/clang/utils/analyzer/
DCmpRuns.py46 self._loc = self._data['location']
52 fileName = self._report.files[self._loc['file']]
58 return self._loc['line']
61 return self._loc['col']
/external/libunwind/doc/
Dlibunwind.tex52 \Type{int} \Func{unw\_get\_save\_loc}(\Type{unw\_cursor\_t~*}, \Type{int}, \Type{unw\_save\_loc\_t~…
/external/clang/bindings/python/clang/
Dcindex.py1310 self._loc = conf.lib.clang_getCursorLocation(self)
1312 return self._loc