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

  /src/sys/dev/ieee1394/
firewire.c 1638 fw_explore_read_quads(struct fw_device *fwdev, int offset, uint32_t *quad,
1653 quad[i] = ntohl(tmp);
1729 /* First quad */
1847 /* copy first quad and bus info block */
2303 uint32_t quad; local in function:fw_bmr
2342 quad = htonl(1 << 8);
2344 &quad, fw_asy_callback_free);
  /src/games/trek/
trek.h 56 struct quad { struct
87 extern struct quad Quad[NQUADS][NQUADS];
329 char snapshot[sizeof Quad + sizeof Event + sizeof Now];
505 const char *systemname(const struct quad *);

Completed in 23 milliseconds