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

  /bionic/libc/netbsd/resolv/
res_send.c 136 #define EXT(res) ((res)->_u._ext)
252 if (EXT(statp).ext == NULL)
405 if (EXT(statp).nscount != 0) {
410 if (EXT(statp).nscount != statp->nscount)
416 (struct sockaddr *)(void *)&EXT(statp).ext->nsaddrs[ns])) {
421 if (EXT(statp).nssocks[ns] == -1)
424 if (getsockname(EXT(statp).nssocks[ns],
437 EXT(statp).nscount = 0
    [all...]
  /external/icu4c/common/
ucnvisci.c 15 * 24/7/2001 Ram Added support for EXT character handling
37 #define EXT 0xF0 /* Extension code */
    [all...]
  /external/v8/src/mips/
constants-mips.h 296 EXT = ((0 << 3) + 0),

Completed in 61 milliseconds