Searched refs:int16_t (Results 1 - 25 of 34) sorted by relevance

12

/darwin-on-arm/xnu/bsd/sys/_types/
H A D_int16_t.h30 typedef short int16_t; typedef
/darwin-on-arm/xnu/bsd/sys/
H A Dvmmeter.h123 int16_t t_rq; /* length of the run queue */
124 int16_t t_dw; /* jobs in ``disk wait'' (neg priority) */
125 int16_t t_pw; /* jobs in page wait */
126 int16_t t_sl; /* jobs sleeping in core */
127 int16_t t_sw; /* swapped out runnable/short block jobs */
H A Dsysent.h42 int16_t sy_narg; /* number of args */
H A Devent.h87 int16_t filter; /* filter for event */
98 int16_t filter; /* filter for event */
107 int16_t filter; /* filter for event */
120 int16_t filter; /* filter for event */
/darwin-on-arm/xnu/bsd/dev/random/YarrowCoreLib/include/
H A DWindowsTypesForMac.h53 typedef int16_t WORD;
62 typedef int16_t *LPWORD;
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_format.h207 int16_t v; /* file's location */
208 int16_t h;
210 int16_t opaque;
216 int16_t top;
217 int16_t left;
218 int16_t bottom;
219 int16_t right;
226 int16_t opaque;
381 int16_t recordType; /* == kHFSFolderRecord */
396 int16_t recordTyp
[all...]
H A Dhfs_cnode.h150 int16_t c_dirhinttag; /* directory hint tag */
152 int16_t cu_dirhintcnt; /* directory hint count */
153 int16_t cu_syslockcount; /* system file use only */
H A Dhfs_catalog.h59 int16_t cd_namelen; /* length of cnode name */
251 int16_t recordType;
H A Dhfs_macos_defs.h116 typedef int16_t OSErr;
H A Dhfs.h196 int16_t vcbFlags; /* Runtime flag to indicate if volume is dirty/clean */
214 int16_t vcbVBMSt; /* HFS only */
215 int16_t vcbAlBlSt; /* HFS only */
H A Dhfs_endian.c482 int16_t *srcPtr;
531 srcPtr = (int16_t *)((char *)srcKey + keyLength + sizeof(srcKey->keyLength));
1015 int16_t *srcPtr;
1077 srcPtr = (int16_t *)((char *)srcKey + ((srcKey->keyLength + 2) & ~1));
/darwin-on-arm/xnu/EXTERNAL_HEADERS/
H A Dstdint.h30 /* int16_t is defined in <machine/types.h> */
41 typedef int16_t int_least16_t;
52 typedef int16_t int_fast16_t;
182 #define INT16_C(v) ((int16_t)v)
/darwin-on-arm/xnu/osfmk/mach/arm/
H A Dmachine_types.defs39 type short = int16_t;
/darwin-on-arm/xnu/osfmk/mach/i386/
H A Dmachine_types.defs39 type short = int16_t;
/darwin-on-arm/xnu/EXTERNAL_HEADERS/mach-o/
H A Dnlist.h85 int16_t n_desc; /* see <mach-o/stab.h> */
/darwin-on-arm/xnu/bsd/arm/
H A Dtypes.h66 typedef short int16_t; typedef
/darwin-on-arm/xnu/bsd/i386/
H A Dtypes.h83 typedef short int16_t; typedef
/darwin-on-arm/xnu/osfmk/arm/
H A Dtypes.h66 typedef short int16_t; typedef
/darwin-on-arm/xnu/bsd/hfs/hfscommon/BTree/
H A DBTreeNodeOps.c669 int16_t indexOffset;
670 int16_t nextOffset;
671 int16_t freeOffset;
672 int16_t bytesToMove;
/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq_sfb.h65 int16_t pmark; /* marking probability in Q format */
/darwin-on-arm/xnu/osfmk/mach/
H A Dstd_types.defs70 type int16_t = MACH_MSG_TYPE_INTEGER_16;
H A Dndr.h107 #define __NDR_READSWAP__int16_t(a) (int16_t)OSReadSwapInt16((void *)a, 0)
/darwin-on-arm/xnu/pexpert/pexpert/i386/
H A Defi.h42 typedef int16_t EFI_INT16;
47 typedef int16_t EFI_CHAR16;
/darwin-on-arm/xnu/bsd/net/
H A Dbpf_filter.c268 if (k > buflen || sizeof(int16_t) > buflen - k) {
338 sizeof(int16_t) > buflen - k) {
/darwin-on-arm/xnu/pexpert/gen/
H A Dbootargs.c210 *(int16_t *)to = val;

Completed in 81 milliseconds

12