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

  /src/external/mpl/bind/dist/lib/isccc/include/isccc/
util.h 128 #define PUT8(v, w) \
174 PUT8(v, w); \
176 PUT8(255, w); \
  /src/sys/arch/sparc64/dev/
psm.c 76 #define PUT8(sc, r, v) \
265 PUT8(sc, PSM_ICR, 0xff);
284 PUT8(sc, PSM_MCR, PSM_MCR_RST);
346 PUT8(sc, PSM_IAR, iar);
347 PUT8(sc, PSM_CMR, cmr);
380 PUT8(sc, PSM_IAR, iar);
381 PUT8(sc, PSM_CMR, cmr);
414 PUT8(sc, PSM_PWDU, 0);
415 PUT8(sc, PSM_PWDL, data);
416 PUT8(sc, PSM_IAR, iar)
    [all...]
  /src/common/dist/zlib/examples/
gzlog.c 285 #define PUT8(p,a) do {PUT4(p,a);PUT4(p+4,a>>32);} while(0)
442 PUT8(ext, log->first);
443 PUT8(ext + 8, log->last);
  /src/external/gpl3/binutils/dist/zlib/examples/
gzlog.c 285 #define PUT8(p,a) do {PUT4(p,a);PUT4(p+4,a>>32);} while(0)
442 PUT8(ext, log->first);
443 PUT8(ext + 8, log->last);
  /src/external/gpl3/binutils.old/dist/zlib/examples/
gzlog.c 285 #define PUT8(p,a) do {PUT4(p,a);PUT4(p+4,a>>32);} while(0)
442 PUT8(ext, log->first);
443 PUT8(ext + 8, log->last);
  /src/external/gpl3/gdb.old/dist/zlib/examples/
gzlog.c 285 #define PUT8(p,a) do {PUT4(p,a);PUT4(p+4,a>>32);} while(0)
442 PUT8(ext, log->first);
443 PUT8(ext + 8, log->last);
  /src/external/gpl3/gdb/dist/zlib/examples/
gzlog.c 285 #define PUT8(p,a) do {PUT4(p,a);PUT4(p+4,a>>32);} while(0)
442 PUT8(ext, log->first);
443 PUT8(ext + 8, log->last);

Completed in 46 milliseconds