Symbol: int32
crypto/openssh/sntrup761.c
179
static void int32_divmod_uint14(int32 *q,uint16 *r,int32 x,uint16 m)
crypto/openssh/sntrup761.c
194
static uint16 int32_mod_uint14(int32 x,uint16 m)
crypto/openssh/sntrup761.c
196
int32 q;
crypto/openssh/sntrup761.c
442
static Fq Fq_freeze(int32 x)
crypto/openssh/sntrup761.c
45
int32 *x = array;
crypto/openssh/sntrup761.c
455
ai = Fq_freeze(a1*(int32)ai);
crypto/openssh/sntrup761.c
470
return (tau1*(int32)(C+tau0)+16384)>>15;
crypto/openssh/sntrup761.c
475
return Fq_freeze(tau3*(int32)T-tau2);
crypto/openssh/sntrup761.c
583
for (j = 0;j <= i;++j) result = Fq_freeze(result+f[j]*(int32)g[i-j]);
crypto/openssh/sntrup761.c
588
for (j = i-p+1;j < p;++j) result = Fq_freeze(result+f[j]*(int32)g[i-j]);
crypto/openssh/sntrup761.c
617
int32 f0,g0;
crypto/openssh/sntrup761.c
653
for (i = 0;i < p;++i) out[i] = Fq_freeze(scale*(int32)v[p-1-i]);
crypto/openssh/sntrup761.c
66
int32 a = x[j + p];
crypto/openssh/sntrup761.c
78
int32 a = x[j + p];
crypto/openssh/sntrup761.c
88
int32 a = x[j + p];
lib/libsdp/util.c
310
int32_t int32;
lib/libsdp/util.c
397
SDP_GET32(value.int32, start);
lib/libsdp/util.c
398
printf("int32 %d\n", value.int32);
libexec/bootpd/bootp.h
145
int32 v_unused[6]; /* currently unused */
libexec/bootpd/bootpd.c
1007
sendreply(int forward, int32 dst_override)
libexec/bootpd/bootpd.c
111
PRIVATE int chk_access(char *, int32 *);
libexec/bootpd/bootpd.c
1121
chk_access(char *path, int32 *filesize)
libexec/bootpd/bootpd.c
1126
*filesize = (int32) st.st_size;
libexec/bootpd/bootpd.c
115
PRIVATE void dovend_rfc1048(struct bootp *, struct host *, int32);
libexec/bootpd/bootpd.c
118
PRIVATE void sendreply(int forward, int32 dest_override);
libexec/bootpd/bootpd.c
1217
dovend_rfc1048(struct bootp *bp, struct host *hp, int32 bootsize)
libexec/bootpd/bootpd.c
341
actualtimeout.tv_sec = (int32) (60 * n);
libexec/bootpd/bootpd.c
623
int32 bootsize = 0;
libexec/bootpd/bootpd.c
625
int32 dest;
libexec/bootpd/bootpd.h
186
int32 time_offset;
libexec/bootpd/bootpgw/bootpgw.c
136
int32 server_ipa; /* Real server IP address, network order. */
libexec/bootpd/bootpgw/bootpgw.c
297
actualtimeout.tv_sec = (int32) (60 * n);
libexec/bootpd/lookup.c
93
int32 m, a;
libexec/bootpd/readfile.c
150
PRIVATE int32 modtime = 0; /* Last modification time of bootptab */
libexec/bootpd/readfile.c
785
int32 timeoff;
libexec/bootpd/tools/bootptest/bootptest.c
140
int32 server_addr; /* inet addr, network order */
libexec/bootpd/tools/bootptest/bootptest.c
144
int32 vend_magic;
libexec/bootpd/tools/bootptest/bootptest.c
145
int32 xid;
libexec/bootpd/tools/bootptest/bootptest.c
307
xid = (int32) getpid();
libexec/bootpd/tools/bootptest/print-bootp.c
287
bp += sizeof(int32);
libexec/bootpd/tzone.c
25
int32 secondswest;
libexec/bootpd/tzone.h
2
extern int32 secondswest;