HomeSort by relevance Sort by last modified time
    Searched defs:_base (Results 1 - 21 of 21) sorted by null

  /external/llvm/test/MC/MachO/
darwin-x86_64-diff-reloc-assign.s 9 // 00000000 False long True SUB False _base
12 _base = . define
14 .long (0x2000) + _start_ap_2 - _base
22 // CHECK: 0x0 0 2 1 X86_64_RELOC_SUBTRACTOR 0 _base
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vasprintf.c 31 unsigned char *_base; local
36 f._bf._base = f._p = malloc(128);
37 if (f._bf._base == NULL)
44 _base = realloc(f._bf._base, ret + 1);
45 if (_base == NULL)
47 *str = (char *)_base;
51 free(f._bf._base);
52 f._bf._base = NULL;
fvwrite.c 107 size_t blen = fp->_p - fp->_bf._base;
108 unsigned char *_base; local
116 _base = realloc(fp->_bf._base, _size + 1);
117 if (_base == NULL)
120 fp->_bf._base = _base;
122 fp->_p = _base + blen;
132 } else if (fp->_p > fp->_bf._base && len > w) {
173 if (fp->_p > fp->_bf._base && s > w)
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vasprintf.c 51 unsigned char *_base; local
59 f._bf._base = f._p = (unsigned char *)malloc(128);
60 if (f._bf._base == NULL)
67 _base = realloc(f._bf._base, (size_t)(ret + 1));
68 if (_base == NULL)
70 *str = (char *)_base;
74 if (f._bf._base)
75 free(f._bf._base);
fvwrite.c 131 size_t blen = fp->_p - fp->_bf._base;
132 unsigned char *_base; local
140 _base = realloc(fp->_bf._base,
142 if (_base == NULL)
145 fp->_bf._base = _base;
147 fp->_p = _base + blen;
157 } else if (fp->_p > fp->_bf._base && len > (size_t)w) {
198 if (fp->_p > fp->_bf._base && s > w) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mbstring.h 21 char *_base; member in struct:_iobuf
stdio.h 29 char *_base; member in struct:_iobuf
    [all...]
wchar.h 35 char *_base; member in struct:_iobuf
    [all...]
  /external/webrtc/webrtc/voice_engine/test/auto_test/
voe_standard_test.h 62 : _base(true),
110 bool _base, _codec, _dtmf; member in class:voetest::SubAPIManager
  /bionic/libc/stdio/
local.h 53 unsigned char* _base; member in struct:__sbuf
167 #define _EXT(fp) __BIONIC_CAST(reinterpret_cast, struct __sfileext*, (fp)->_ext._base)
174 (fp)->_ext._base = __BIONIC_CAST(reinterpret_cast, unsigned char*, fext); \
216 #define cantwrite(fp) ((((fp)->_flags & __SWR) == 0 || (fp)->_bf._base == NULL) && __swsetup(fp))
222 #define HASUB(fp) (_UB(fp)._base != NULL)
225 if (_UB(fp)._base != (fp)->_ubuf) free(_UB(fp)._base); \
226 _UB(fp)._base = NULL; \
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h 191 unsigned char *_base; member in struct:__sbuf
215 * _ub._base becomes non-nil (i.e., a stream has ungetc() data iff
216 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
    [all...]
  /external/python/cpython3/Include/
unicodeobject.h 341 PyASCIIObject _base; member in struct:__anon33195
353 PyCompactUnicodeObject _base; member in struct:__anon33196
    [all...]
  /prebuilts/tools/common/m2/repository/com/sun/xsom/xsom/20140925/
xsom-20140925.jar 
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/codemodel/2.2.11/
codemodel-2.2.11.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.2.2/
jackson-databind-2.2.2.jar 
  /external/annotation-tools/asmx/test/lib/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.6/
jackson-databind-2.6.6.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
tools.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
tools.jar 

Completed in 533 milliseconds