OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unsigned
(Results
1 - 25
of
30
) sorted by relevancy
1
2
/src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_x86_64.inc
23
unsigned
LongCPU;
24
unsigned
long Rax, Rdx;
/src/sys/external/isc/libsodium/dist/m4/
ax_check_catchable_segv.m4
21
volatile
unsigned
char * volatile x = (volatile
unsigned
char *) malloc(8);
27
for (i = 0; i < 10000000; i += 1024) { x[-i] = x[i] = (
unsigned
char) i; }
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_interceptors_ioctl_netbsd.inc
18
unsigned
req;
24
unsigned
size : 29;
28
const
unsigned
ioctl_table_max = 1238;
30
static
unsigned
ioctl_table_size = 0;
168
_(FE_SET_FRONTEND_TUNE_MODE, READ, sizeof(
unsigned
int));
169
_(FE_DISHNETWORK_SEND_LEGACY_CMD, READ, sizeof(
unsigned
long));
204
_(METEORSTATUS, WRITE, sizeof(
unsigned
short));
207
_(METEORSFMT, READ, sizeof(
unsigned
int));
208
_(METEORGFMT, WRITE, sizeof(
unsigned
int));
209
_(METEORSINPUT, READ, sizeof(
unsigned
int))
[
all
...]
sanitizer_common_syscalls.inc
92
unsigned
long iov_len;
99
unsigned
long msg_iovlen;
101
unsigned
long msg_controllen;
102
unsigned
msg_flags;
107
unsigned
msg_len;
126
unsigned
short sa_family;
163
for (
unsigned
long i = 0; i < msg->msg_iovlen; ++i) {
180
for (
unsigned
long i = 0; i < msg->msg_hdr.msg_iovlen; ++i) {
300
if (ruid) POST_WRITE(ruid, sizeof(
unsigned
));
301
if (euid) POST_WRITE(euid, sizeof(
unsigned
));
[
all
...]
sanitizer_common_interceptors_ioctl.inc
18
unsigned
req;
30
unsigned
size : 29;
34
const
unsigned
ioctl_table_max = 500;
36
static
unsigned
ioctl_table_size = 0;
486
for (
unsigned
i = 0; i < ioctl_table_size - 1; ++i) {
501
static
unsigned
ioctl_request_fixup(
unsigned
req) {
504
const
unsigned
kEviocgbitMask =
517
static const ioctl_desc *ioctl_table_lookup(
unsigned
req) {
533
static bool ioctl_decode(
unsigned
req, ioctl_desc *desc)
[
all
...]
sanitizer_malloc_mac.inc
55
vm_size_t start_size,
unsigned
zone_flags) {
285
unsigned
type_mask, vm_address_t zone_address,
sanitizer_common_interceptors.inc
123
extern const
unsigned
short *_ctype_tab_;
424
static inline int CharCmpX(
unsigned
char c1,
unsigned
char c2) {
434
unsigned
char c1, c2;
437
c1 = (
unsigned
char)s1[i];
438
c2 = (
unsigned
char)s2[i];
458
unsigned
char c1 = 0, c2 = 0;
461
c1 = (
unsigned
char)s1[i];
462
c2 = (
unsigned
char)s2[i];
487
static inline int CharCaseCmp(
unsigned
char c1, unsigned char c2)
[
all
...]
sanitizer_syscalls_netbsd.inc
808
unsigned
int *gidset = (
unsigned
int *)gidset_;
815
unsigned
int *gidset = (
unsigned
int *)gidset_;
822
unsigned
int *gidset = (
unsigned
int *)gidset_;
829
unsigned
int *gidset = (
unsigned
int *)gidset_;
/src/sys/arch/bebox/stand/boot/
pcconstab.US
40
const
unsigned
short action[] = {
59
const
unsigned
char unshift[] = { /* no shift */
78
const
unsigned
char shift[] = { /* shift shift */
97
const
unsigned
char ctl[] = { /* CTL shift */
/src/sys/arch/prep/stand/boot/
pcconstab.US
40
const
unsigned
short action[] = {
59
const
unsigned
char unshift[] = { /* no shift */
78
const
unsigned
char shift[] = { /* shift shift */
97
const
unsigned
char ctl[] = { /* CTL shift */
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
fp_fixint_impl.inc
32
if ((
unsigned
)exponent >= sizeof(fixint_t) * CHAR_BIT)
fp_fixuint_impl.inc
10
// This file implements float to
unsigned
integer conversion for the
30
if ((
unsigned
)exponent >= sizeof(fixuint_t) * CHAR_BIT)
fp_mul_impl.inc
18
const
unsigned
int aExponent = toRep(a) >> significandBits & maxExponent;
19
const
unsigned
int bExponent = toRep(b) >> significandBits & maxExponent;
94
const
unsigned
int shift = REP_C(1) - (
unsigned
int)productExponent;
/src/common/dist/zlib/
zconf.h.in
245
typedef
unsigned
long long z_size_t;
247
typedef
unsigned
long z_size_t;
252
typedef
unsigned
NO_SIZE_T z_size_t;
257
typedef
unsigned
long z_size_t;
393
typedef
unsigned
char Byte; /* 8 bits */
395
typedef
unsigned
int uInt; /* 16 bits or more */
396
typedef
unsigned
long uLong; /* 32 bits or more */
422
# define Z_U4
unsigned
424
# define Z_U4
unsigned
long
426
# define Z_U4
unsigned
shor
[
all
...]
zconf.h.cmakein
247
typedef
unsigned
long long z_size_t;
249
typedef
unsigned
long z_size_t;
254
typedef
unsigned
NO_SIZE_T z_size_t;
259
typedef
unsigned
long z_size_t;
395
typedef
unsigned
char Byte; /* 8 bits */
397
typedef
unsigned
int uInt; /* 16 bits or more */
398
typedef
unsigned
long uLong; /* 32 bits or more */
424
# define Z_U4
unsigned
426
# define Z_U4
unsigned
long
428
# define Z_U4
unsigned
shor
[
all
...]
/src/usr.bin/msgc/
msg_sys.def
51
static
unsigned
int msgmapcount;
130
unsigned
int offset = atoi(msgmap + 8 + 8 * m);
186
if (isspace((
unsigned
char)*afterw))
189
while (*afterw && !isspace((
unsigned
char)*afterw))
234
last_i_was_space = isspace((
unsigned
char)*wstart);
435
while (npos > 0 && isspace((
unsigned
char)ibuf[npos - 1]))
437
while (npos > 0 && !isspace((
unsigned
char)ibuf[npos - 1]))
545
if (tl + 1 + 2 + val_buf_len + 1 < (
unsigned
)w)
/src/usr.bin/ctags/test/
ctags.test
59
typedef
unsigned
char u_char;
/src/usr.bin/xlint/llib/
llib-lposix
70
unsigned
(alarm)(
unsigned
seconds);
252
unsigned
(sleep)(
unsigned
seconds);
256
void (srand)(
unsigned
seed);
280
unsigned
long (strtoul)(const char *nptr, char **endptr, int base);
llib-lstdc
190
unsigned
long (strtoul)(const char *nptr, char **endptr, int base);
192
void (srand)(
unsigned
seed);
/src/bin/sh/
nodes.c.pat
75
unsigned
int refcount;
/src/sys/arch/amiga/dev/
siop_script.out
6
unsigned
long scripts[] = {
/src/usr.bin/make/unit-tests/
varmod-to-separator.mk
150
# for an
unsigned
character though.
165
# The hexadecimal number must be in the range of an
unsigned
char.
180
# The hexadecimal number must be in the range of '
unsigned
long' on all
/src/share/misc/
style
277
unsigned
int baz:1, /* Bitfield; line up entries if desired */
/src/sys/external/isc/libsodium/dist/
configure.ac
525
]], [[
unsigned
long long x; _rdrand64_step(&x); ]])],
596
unsigned
char i = 0, o = 0, t;
654
typedef
unsigned
__int128 uint128_t;
656
typedef
unsigned
uint128_t __attribute__((mode(TI)));
675
unsigned
int cpu_info[4];
/src/sys/sys/
namei.src
124
unsigned
int ni_loopcnt; /* count of symlinks encountered */
Completed in 23 milliseconds
1
2
Indexes created Mon Oct 27 08:10:08 GMT 2025