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

  /src/common/dist/zlib/examples/
gzlog.c 283 #define PUT2(p,a) do {(p)[0]=a;(p)[1]=(a)>>8;} while(0)
284 #define PUT4(p,a) do {PUT2(p,a);PUT2(p+2,a>>16);} while(0)
448 PUT2(ext + 32, log->stored);
489 PUT2(buf + 2, log->stored);
490 PUT2(buf + 4, log->stored ^ 0xffff);
  /src/sys/dev/pcmcia/
if_ray.c 2410 #define PUT2(p, v) \
2426 PUT2(sp->sp_frag_thresh, 0x7fff); /* disabled */
2430 PUT2(sp->sp_dwell_time, 0x200);
2431 PUT2(sp->sp_beacon_period, 1);
2434 PUT2(sp->sp_dwell_time, 0x400);
2435 PUT2(sp->sp_beacon_period, 0);
2438 PUT2(sp->sp_dwell_time, 128);
2439 PUT2(sp->sp_beacon_period, 256);
2474 PUT2(sp->sp_rts_thresh, 0x7fff); /* disabled */
2476 PUT2(sp->sp_scan_dwell, 0xfb1e)
    [all...]

Completed in 15 milliseconds