HomeSort by: relevance | last modified time | path
    Searched defs:OTHER (Results 1 - 14 of 14) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/isc/
fsaccess.c 34 #define OTHER (STEP * 2)
50 *access |= (permission << OTHER);
68 *access &= ~(permission << OTHER);
92 * Set other bad bits.
  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
TlsOptions.cpp 20 OTHER
LDAPResult.h 82 static const int OTHER = 80;
  /src/tests/usr.bin/xlint/lint1/
gcc_cast_union.c 56 OTHER
85 any = (union anything)OTHER;
  /src/games/fish/
fish.c 17 * documentation and/or other materials provided with the distribution.
67 #define OTHER(a) (1 - (a))
290 printplayer(OTHER(player));
305 printplayer(OTHER(player));
318 chkwinner(OTHER(player), opphand);
  /src/external/bsd/libpcap/dist/
pcap-netfilter-linux.c 15 * documentation and/or other materials provided with the distribution.
79 typedef enum { OTHER = -1, NFLOG, NFQUEUE } nftype_t;
120 * to set handle->break_loop (we ignore it on other
153 nftype_t type = OTHER;
204 if (type != OTHER) {
529 nftype_t type = OTHER;
541 if (type != OTHER && *dev == ':') {
572 if (type == OTHER || *dev) {
  /src/external/gpl3/binutils/dist/gprofng/src/
Histable.h 61 HEAPCALLSTACK, EXPERIMENT, OTHER
144 // An Other object represents some random histable object
145 class Other : public Histable
152 return OTHER;
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Histable.h 61 HEAPCALLSTACK, EXPERIMENT, OTHER
144 // An Other object represents some random histable object
145 class Other : public Histable
152 return OTHER;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIMemoryLegalizer.cpp 73 OTHER = 1u << 4,
82 ALL = GLOBAL | LDS | SCRATCH | GDS | OTHER,
318 /// observed by other memory instructions executing in memory scope \p Scope.
612 return SIAtomicAddrSpace::OTHER;
810 /// sequentially consistent, and no other thread can access scratch
813 /// Other address spaces do not have a cache.
1016 /// sequentially consistent, and no other thread can access scratch
1019 /// Other address spaces do not have a cache.
1076 /// sequentially consistent, and no other thread can access scratch
1079 /// Other address spaces do not have a cache
    [all...]
  /src/external/gpl2/groff/dist/src/preproc/refer/
ref.cpp 43 enum { OTHER, JOURNAL_ARTICLE, BOOK, ARTICLE_IN_BOOK, TECH_REPORT, BELL_TM };
46 "other",
990 return OTHER;
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
trees.c 14 * documentation and/or other materials provided with the distribution.
41 * documentation and/or other materials provided with the distribution.
46 * Neither the name of Caldera International, Inc. nor the names of other
133 # define OTHER 04000
467 if( actions & OTHER ){
635 cerror( "other code %d", o );
1076 * In the other case, one operand is a pointer, the other integer type
1250 /* make type int or some other signed type */
1366 * operand has type int, and is converted by the size of the other sid
    [all...]
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
trees.c 14 * documentation and/or other materials provided with the distribution.
41 * documentation and/or other materials provided with the distribution.
46 * Neither the name of Caldera International, Inc. nor the names of other
131 # define OTHER 04000
405 if( actions & OTHER ){
577 cerror( "other code %d", o );
998 * In the other case, one operand is a pointer, the other integer type
1278 * operand has type int, and is converted by the size of the other side
1632 * OTHER handled by cod
    [all...]
  /src/external/bsd/libevent/dist/
http.c 14 * documentation and/or other materials provided with the distribution.
589 enum expect { NO, CONTINUE, OTHER };
602 return !evutil_ascii_strcasecmp(expect, "100-continue") ? CONTINUE : OTHER;
779 * all other pending requests should be processed as normal
858 * need to detect if the other side closes it.
1523 * the other side closed their connection.
2267 case OTHER:
2978 /* 303 */ "See Other",
  /src/external/bsd/ntp/dist/sntp/libevent/
http.c 14 * documentation and/or other materials provided with the distribution.
587 enum expect { NO, CONTINUE, OTHER };
600 return !evutil_ascii_strcasecmp(expect, "100-continue") ? CONTINUE : OTHER;
777 * all other pending requests should be processed as normal
856 * need to detect if the other side closes it.
1521 * the other side closed their connection.
2265 case OTHER:
2976 /* 303 */ "See Other",

Completed in 45 milliseconds