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

  /src/sys/arch/x86/pci/imcsmb/
imcsmb.c 246 uint16_t lword; local
257 lword = *word;
330 lword = htobe16(*(uint16_t *)buf);
335 lword = *(uint8_t *)buf;
337 cmd_val |= lword;
426 lword = (uint16_t) (stat_val & 0xffff);
427 lword = htobe16(lword);
428 *(uint16_t *)buf = lword;
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
softfloat.c 58 typedef unsigned int lword; typedef
107 lword a1[2], a2[2], res[4];
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
softfloat.c 58 typedef unsigned int lword; typedef
107 lword a1[2], a2[2], res[4];

Completed in 19 milliseconds