OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:int16_t
(Results
1 - 25
of
348
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/sys/dev/hpc/
biconsvar.h
39
extern
int16_t
bicons_ypixel;
40
extern
int16_t
bicons_xpixel;
41
extern
int16_t
bicons_width;
42
extern
int16_t
bicons_height;
/src/sys/sys/
vmmeter.h
40
int16_t
t_rq; /* length of the run queue */
41
int16_t
t_dw; /* jobs in ``disk wait'' (neg priority) */
42
int16_t
t_pw; /* jobs in page wait */
43
int16_t
t_sl; /* jobs sleeping in core */
44
int16_t
_reserved1;
/src/sys/compat/ultrix/
ultrix_flock.h
4
int16_t
l_type;
8
int16_t
l_whence;
/src/usr.bin/audiocfg/
dtmf.h
34
void dtmf_new(
int16_t
**, size_t *, unsigned int, unsigned short,
/src/sys/fs/efs/
efs_sb.h
41
int16_t
sb_cgisize; /* 12: inodes/cg (in bb) */
42
int16_t
sb_sectors; /* 14: geom: sectors/track */
43
int16_t
sb_heads; /* 16: geom: heads/cylinder (unused) */
44
int16_t
sb_ncg; /* 18: num of cg's in the filesystem */
45
int16_t
sb_dirty; /* 20: non-0 indicates fsck required */
46
int16_t
sb_pad0; /* 22: */
efs_inode.h
42
int16_t
ei_nlink; /* link count (minimum 2) */
50
int16_t
ei_numextents; /* number of extents in file */
/src/sys/dev/ic/
bmx280var.h
29
int16_t
dig_T2;
30
int16_t
dig_T3;
33
int16_t
dig_P2;
34
int16_t
dig_P3;
35
int16_t
dig_P4;
36
int16_t
dig_P5;
37
int16_t
dig_P6;
38
int16_t
dig_P7;
39
int16_t
dig_P8;
40
int16_t
dig_P9
[
all
...]
dc503reg.h
76
int16_t
pad1;
78
int16_t
pad2;
80
int16_t
pad3;
82
int16_t
pad4;
84
int16_t
pad5;
86
int16_t
pad6;
88
int16_t
pad7[9];
90
int16_t
pad8;
92
int16_t
pad9;
94
int16_t
pad10
[
all
...]
msm6258var.h
33
int16_t
mc_amp;
arn9003.h
40
void ar9003_write_txpower(struct athn_softc *,
int16_t
power[ATHN_POWER_COUNT]);
/src/sys/dev/tc/
if_levar.h
40
int16_t
pad0;
45
int16_t
pad2;
/src/lib/libc/stdlib/
mrand48.c
32
return (
int16_t
)__rand48_seed[2] * 65536 + __rand48_seed[1];
jrand48.c
38
return (
int16_t
)xseed[2] * 65536 + xseed[1];
/src/sys/arch/mips/cavium/dev/
octeon_fauvar.h
48
int16_t
octfau_op_inc_2(struct octfau_desc *,
int16_t
);
52
int16_t
octfau_op_incwait_2(struct octfau_desc *, int);
56
int16_t
octfau_op_get_2(struct octfau_desc *);
60
int16_t
octfau_op_getwait_2(struct octfau_desc *);
64
void octfau_op_add_2(struct octfau_desc *,
int16_t
);
68
void octfau_op_set_2(struct octfau_desc *,
int16_t
);
/src/sys/fs/v7fs/
v7fs.h
102
int16_t
nfreeblock; /* # of freeblock in superblock cache. */
104
int16_t
nfreeinode; /* # of free inode in superblock cache. */
124
int16_t
nfreeblock;
149
int16_t
mode;
150
int16_t
nlink; /* [DIR] # of child directories. [REG] link count. */
151
int16_t
uid;
152
int16_t
gid;
/src/sys/dev/
midisynvar.h
69
* uint_fast16_t voice, midipitch_t mp,
int16_t
level_cB);
80
void (*attackv) (midisyn *, uint_fast16_t, midipitch_t,
int16_t
);
83
* midipitch_t mp,
int16_t
level_cB, uint_fast8_t vel);
92
uint_fast16_t, midipitch_t,
int16_t
, uint_fast8_t);
108
* relevelv(midisyn *ms, uint_fast16_t voice,
int16_t
level_cB);
117
void (*relevelv) (midisyn *, uint_fast16_t,
int16_t
);
152
int16_t
velcB; /* cB based on attack vel (relevel may need) */
198
extern
int16_t
midisyn_vol2cB(uint_fast16_t);
/src/sys/arch/hpc/stand/hpcboot/sh3/
sh_console.h
49
int16_t
serial_console;
50
int16_t
video_console;
/src/sys/dev/pckbport/
elantechvar.h
36
int16_t
last_x, last_y, last_z;
/src/sys/external/isc/atheros_hal/dist/ar5212/
ar5112.c
51
int16_t
*power,
int16_t
maxPower,
int16_t
*retVals);
52
static
int16_t
getPminAndPcdacTableFromPowerTable(
int16_t
*pwrTableT4,
54
static
int16_t
getPminAndPcdacTableFromTwoPowerTables(
int16_t
*pwrTableLXpdT4,
55
int16_t
*pwrTableHXpdT4, uint16_t retVals[],
int16_t
*pMid);
56
static
int16_t
interpolate_signed(uint16_t target
[
all
...]
/src/sys/ufs/ufs/
dir.h
185
int16_t
dot_reclen;
190
int16_t
dotdot_reclen;
201
int16_t
dot_reclen;
205
int16_t
dotdot_reclen;
/src/sys/arch/hp300/dev/
diofbvar.h
107
uint16_t, uint16_t, uint16_t,
int16_t
,
int16_t
);
137
uint16_t, uint16_t, uint16_t,
int16_t
,
int16_t
);
/src/sys/lib/libsa/
minixfs3.h
47
int16_t
mdi_uid; /* user id of the file's owner */
72
int16_t
mfs_imap_blocks; /* # of blocks used by inode bit map */
73
int16_t
mfs_zmap_blocks; /* # of blocks used by zone bit map */
75
int16_t
mfs_log_zone_size; /* log2 of blocks/zone */
76
int16_t
mfs_pad; /* try to avoid compiler-dependent padding */
79
int16_t
mfs_magic; /* magic number to recognize super-blocks */
80
int16_t
mfs_pad2; /* try to avoid compiler-dependent padding */
/src/sys/dev/qbus/
if_dereg.h
115
int16_t
pcbb0; /* function */
116
int16_t
pcbb2; /* command specific */
117
int16_t
pcbb4;
118
int16_t
pcbb6;
148
int16_t
b_tdrbl; /* Transmit desc ring base low 16 bits */
151
int16_t
b_trlen; /* Number of entries in the XMIT desc ring */
152
int16_t
b_rdrbl; /* Receive desc ring base low 16 bits */
155
int16_t
b_rrlen; /* Number of entries in the RECV desc ring */
162
int16_t
r_slen; /* Segment length */
163
int16_t
r_segbl; /* Segment address (low 16 bits) *
[
all
...]
/src/sys/external/isc/atheros_hal/dist/
ah_eeprom_v3.h
172
int16_t
PwrValues[64];
182
int16_t
PwrValues[NUM_PCDAC_VALUES];
237
int16_t
pwr_t4[NUM_POINTS_XPD0]; /* or gainF */
242
int16_t
maxPower_t4;
256
int16_t
pwr1_xg0;
258
int16_t
pwr2_xg0;
260
int16_t
pwr3_xg0;
262
int16_t
pwr4_xg0;
263
int16_t
maxPower_t4;
264
int16_t
pwr1_xg3; /* pcdac = 20 *
[
all
...]
/src/sys/external/isc/atheros_hal/dist/ar5416/
ar9285.c
32
ar9285GetNoiseFloor(struct ath_hal *ah,
int16_t
nfarray[])
34
int16_t
nf;
Completed in 19 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Wed Oct 15 16:09:53 GMT 2025