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

  /src/sys/rump/librump/rumpkern/
atomic_cas_generic.c 45 #define I16 I2 I2 I2 I2 I2 I2 I2 I2
46 #define I128 I16 I16 I16 I16 I16 I16 I16 I16
  /src/common/lib/libc/atomic/
atomic_init_testset.c 53 #define I16 I2 I2 I2 I2 I2 I2 I2 I2
54 #define I128 I16 I16 I16 I16 I16 I16 I16 I16
  /src/sys/lib/libsa/
loadfile_elf32.c 81 #define I16(f) \
93 I16(ehdr->e_type);
94 I16(ehdr->e_machine);
100 I16(ehdr->e_ehsize);
101 I16(ehdr->e_phentsize);
102 I16(ehdr->e_phnum);
103 I16(ehdr->e_shentsize);
104 I16(ehdr->e_shnum);
105 I16(ehdr->e_shstrndx);
107 I16(ehdr->e_type)
    [all...]

Completed in 14 milliseconds