HomeSort by relevance Sort by last modified time
    Searched refs:_ext (Results 1 - 14 of 14) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/include/
ext.h 77 #define REGISTER_EXTENSIONS(_ext) \
78 ext_t *extensions = &_ext[0]; \
79 const unsigned int num_extensions = sizeof(_ext)/sizeof(_ext[0])
  /bionic/libc/dns/resolv/
res_init.c 234 statp->_u._ext.nscount = 0;
235 statp->_u._ext.ext = malloc(sizeof(*statp->_u._ext.ext));
236 if (statp->_u._ext.ext != NULL) {
237 memset(statp->_u._ext.ext, 0, sizeof(*statp->_u._ext.ext));
238 statp->_u._ext.ext->nsaddrs[0].sin = statp->nsaddr;
239 strcpy(statp->_u._ext.ext->nsuffix, "ip6.arpa");
240 strcpy(statp->_u._ext.ext->nsuffix2, "ip6.int");
357 sizeof(statp->_u._ext.ext->nsaddrs[0])
    [all...]
res_cache.c     [all...]
res_send.c 133 #define EXT(res) ((res)->_u._ext)
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fileext.h 47 #define _EXT(fp) ((struct __sfileext *)(void *)((fp)->_ext._base))
48 #define _UB(fp) _EXT(fp)->_ub
50 #define _LOCK(fp) (_EXT(fp)->_lock)
51 #define _LOCKCOND(fp) (_EXT(fp)->_lockcond)
52 #define _LOCKOWNER(fp) (_EXT(fp)->_lockowner)
53 #define _LOCKCOUNT(fp) (_EXT(fp)->_lockcount)
54 #define _LOCKINTERNAL(fp) (_EXT(fp)->_lockinternal)
55 #define _LOCKCANCELSTATE(fp) (_EXT(fp)->_lockcancelstate)
57 /* LINTED */(f)->_ext._base = (unsigned char *)(fext); \
    [all...]
  /bionic/libc/stdio/
local.h 86 struct __sbuf _ext; member in struct:__sFILE
108 // below, and accessed via `_EXT`.
167 #define _EXT(fp) __BIONIC_CAST(reinterpret_cast, struct __sfileext*, (fp)->_ext._base)
169 #define _UB(fp) _EXT(fp)->_ub
170 #define _FLOCK(fp) _EXT(fp)->_lock
174 (fp)->_ext._base = __BIONIC_CAST(reinterpret_cast, unsigned char*, fext); \
175 memset(_EXT(fp), 0, sizeof(struct __sfileext)); \
176 _EXT(fp)->_caller_handles_locking = true; \
230 if (!_EXT(fp)->_caller_handles_locking) flockfile(fp
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_linux.cc 287 if (statp->_u._ext.nsaddrs[i] && statp->_u._ext.nssocks[i] != -1)
288 fds[cnt++] = statp->_u._ext.nssocks[i];
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h 236 struct __sbuf _ext; member in struct:__sFILE
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
resolv.h 147 } _ext; member in union:__res_state::__anon62988
  /bionic/libc/dns/include/
resolv_private.h 187 } _ext; member in union:__res_state::__anon236
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
setup.py 35 from _setup import ext as _ext
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/
setup.py 35 from _setup import ext as _ext
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
setup.py 35 from _setup import ext as _ext
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/
setup.py 35 from _setup import ext as _ext

Completed in 757 milliseconds