Home
last modified time | relevance | path

Searched refs:_base (Results 1 – 8 of 8) sorted by relevance

/external/bison/lib/
Dstdio-impl.h36 struct { unsigned char *_base; int _size; } _bf; \
42 struct { unsigned char *_base; int _size; } _ub; \
46 struct { unsigned char *_base; int _size; } _lb; \
68 # define fp_ub ((struct __sfileext *) fp->_ext._base)->_ub
73 # define HASUB(fp) (fp_ub._base != NULL)
95 unsigned char *_base; \
108 # define _base __base macro
/external/llvm/test/MC/MachO/
Ddarwin-x86_64-diff-reloc-assign.s12 _base = . define
14 .long (0x2000) + _start_ap_2 - _base
/external/clang/test/CodeGenObjC/
Ddebug-info-property2.m6 int _base; field
12 @synthesize base = _base;
/external/e2fsprogs/lib/et/
Dvfprintf.c37 iop->_ptr = iop->_base = localbuf;
41 iop->_base = NULL;
/external/bison/m4/
Dfpending.m441 'fp->_ptr - fp->_base' \
44 'fp->_p - fp->_bf._base' \
68 '(*fp)->_ptr - (*fp)->_base' \
/external/llvm/include/llvm/Support/
DYAMLTraits.h1087 #define LLVM_YAML_STRONG_TYPEDEF(_base, _type) \
1090 _type(const _base v) : value(v) { } \
1093 _type &operator=(const _base &rhs) { value = rhs; return *this; } \
1094 operator const _base & () const { return value; } \
1096 bool operator==(const _base &rhs) const { return value == rhs; } \
1098 _base value; \
/external/bison/darwin-lib/
Dconfig.h1912 #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base
/external/chromium-trace/trace-viewer/third_party/Paste/paste/evalexception/media/
DMochiKit.packed.js6454 this._base=b.map(b.bind(function(i){
6458 return parseInt(this.options.endcolor.slice(i*2+1,i*2+3),16)-this._base[i];
6463 m+=MochiKit.Color.toColorPart(Math.round(this._base[i]+this._delta[i]*_6a7));