Searched refs:LL (Results 1 - 25 of 161) sorted by relevance

1234567

/freebsd-9.3-release/sys/pc98/pc98/
H A Dpc98_machdep.h91 #define MEDIASIZE_4_3G (4351LL * 1024LL * 1024LL) /* 4351M */
92 #define MEDIASIZE_8G (8192LL * 1024LL * 1024LL) /* 8192M */
93 #define MEDIASIZE_29_5G (30239LL * 1024LL * 1024LL) /* 30239M */
94 #define MEDIASIZE_31_5G (32255LL * 102
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.allquant.d35 @ = quantize(1LL << i);
36 @ = quantize((1LL << i) + 1);
37 @ = quantize(-(1LL << i));
38 @ = quantize(-(1LL << i) - 1);
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.lltostr.d38 printf("%s\n", lltostr(1LL << 62));
39 printf("%s\n", lltostr(-(1LL << 62)));
H A Dtst.lltostrbase.d40 val[i++] = (1LL << 62);
/freebsd-9.3-release/contrib/bind9/lib/isc/unix/include/isc/
H A Dint.h51 #define ISC_INT64_MIN -9223372036854775808LL
52 #define ISC_INT64_MAX 9223372036854775807LL
/freebsd-9.3-release/sys/crypto/rijndael/
H A Dtest00.c39 #define LL 32 macro
46 uint8_t in[LL];
47 uint8_t out[LL];
54 for (i = 0; i < LL; i++)
56 rijndael_blockDecrypt(&ci, &ki, in, LL * 8, out);
57 for (i = 0; i < LL; i++)
60 rijndael_blockDecrypt(&ci, &ki, in, LL * 8, in);
62 for (i = 0; i < LL; i++) {
/freebsd-9.3-release/contrib/ntp/lib/isc/unix/include/isc/
H A Dint.h51 #define ISC_INT64_MIN -9223372036854775808LL
52 #define ISC_INT64_MAX 9223372036854775807LL
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-csr-enums.h57 CVMX_IPD_OPC_MODE_STT = 0LL, /* All blocks DRAM, not cached in L2 */
58 CVMX_IPD_OPC_MODE_STF = 1LL, /* All blocks into L2 */
59 CVMX_IPD_OPC_MODE_STF1_STT = 2LL, /* 1st block L2, rest DRAM */
60 CVMX_IPD_OPC_MODE_STF2_STT = 3LL /* 1st, 2nd blocks L2, rest DRAM */
H A Dcvmx-address.h55 CVMX_MIPS_SPACE_XKSEG = 3LL,
56 CVMX_MIPS_SPACE_XKPHYS = 2LL,
57 CVMX_MIPS_SPACE_XSSEG = 1LL,
58 CVMX_MIPS_SPACE_XUSEG = 0LL
62 CVMX_MIPS_XKSEG_SPACE_KSEG0 = 0LL,
63 CVMX_MIPS_XKSEG_SPACE_KSEG1 = 1LL,
64 CVMX_MIPS_XKSEG_SPACE_SSEG = 2LL,
65 CVMX_MIPS_XKSEG_SPACE_KSEG3 = 3LL
/freebsd-9.3-release/tools/regression/lib/libc/stdio/
H A Dtest-print-positional.c87 "43", "44", 45, -1L, 1LL, -1, 1LL
112 "43", "44", 45, -1L, 1LL, -1, 1LL
/freebsd-9.3-release/sys/crypto/des/
H A Ddes_locl.h145 #define D_ENCRYPT(LL,R,S) { \
153 LL^= *(const DES_LONG *)(des_SP +u1); \
154 LL^= *(const DES_LONG *)(des_SP+0x200+u2); \
158 LL^= *(const DES_LONG *)(des_SP+0x400+u1); \
159 LL^= *(const DES_LONG *)(des_SP+0x600+u3); \
164 LL^= *(const DES_LONG *)(des_SP+0x100+u1); \
165 LL^= *(const DES_LONG *)(des_SP+0x300+u2); \
169 LL^= *(const DES_LONG *)(des_SP+0x500+u1); \
170 LL^= *(const DES_LONG *)(des_SP+0x700+u3); }
173 #define D_ENCRYPT(LL,
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/des/
H A Ddes_locl.h222 # define D_ENCRYPT(LL,R,S) { \
230 LL^= *(const DES_LONG *)(des_SP +u1); \
231 LL^= *(const DES_LONG *)(des_SP+0x200+u2); \
235 LL^= *(const DES_LONG *)(des_SP+0x400+u1); \
236 LL^= *(const DES_LONG *)(des_SP+0x600+u3); \
241 LL^= *(const DES_LONG *)(des_SP+0x100+u1); \
242 LL^= *(const DES_LONG *)(des_SP+0x300+u2); \
246 LL^= *(const DES_LONG *)(des_SP+0x500+u1); \
247 LL^= *(const DES_LONG *)(des_SP+0x700+u3); }
250 # define D_ENCRYPT(LL,
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp249 assert((int64_t)Value >= -(1LL << 31) &&
250 (int64_t)Value <= (1LL << 32) - 1 &&
262 assert((int64_t)Value >= -(1LL << 20) &&
263 (int64_t)Value < (1LL << 20) && "Out of range LDR (lit) fixup");
269 assert((int64_t)Value >= -(1LL << 20) &&
270 (int64_t)Value < (1LL << 20) && "Out of range ADR fixup");
277 assert((int64_t)Value >= -(1LL << 32) &&
278 (int64_t)Value < (1LL << 32) && "Out of range ADRP fixup");
288 (int64_t)Value < (1LL << 24) && "Out of range ADD fixup");
298 (int64_t)Value < (1LL << 1
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/bf/
H A Dbf_locl.h166 # define BF_ENC(LL,R,KEY,Pi) (\
167 LL^=KEY[Pi], \
172 LL^=t \
195 # define BF_ENC(LL,R,S,P) ( \
196 LL^=P, \
197 LL^= (((*(BF_LONG *)((unsigned char *)&(S[ 0])+((R>>BF_0)&BF_M))+ \
212 # define BF_ENC(LL,R,S,P) ( \
213 LL^=P, \
214 LL^=((( S[ ((int)(R>>24)&0xff)] + \
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dfmt_scaled.c60 1LL,
61 1024LL,
62 1024LL*1024,
63 1024LL*1024*1024,
64 1024LL*1024*1024*1024,
65 1024LL*1024*1024*1024*1024,
66 1024LL*1024*1024*1024*1024*1024,
199 abval = (number < 0LL) ? -number : number; /* no long long_abs yet */
/freebsd-9.3-release/lib/libc/mips/softfloat/
H A Dmips-gcc.h70 appended with the letters `LL' standing for `long long', which is `gcc's
75 #define LIT64( a ) a##LL
/freebsd-9.3-release/lib/libc/powerpc/softfloat/
H A Dpowerpc-gcc.h66 appended with the letters `LL' standing for `long long', which is `gcc's
71 #define LIT64( a ) a##LL
/freebsd-9.3-release/lib/libc/powerpc64/softfloat/
H A Dpowerpc-gcc.h66 appended with the letters `LL' standing for `long long', which is `gcc's
71 #define LIT64( a ) a##LL
/freebsd-9.3-release/lib/libc/arm/softfloat/
H A Darm-gcc.h70 appended with the letters `LL' standing for `long long', which is `gcc's
75 #define LIT64( a ) a##LL
/freebsd-9.3-release/sys/crypto/blowfish/
H A Dbf_locl.h183 #define BF_ENC(LL,R,S,P) \
197 LL^=P; \
199 LL^=t; \
206 #define BF_ENC(LL,R,S,P) \
207 LL^=P; \
208 LL^= (((*(BF_LONG *)((unsigned char *)&(S[ 0])+((R>>BF_0)&BF_M))+ \
218 #define BF_ENC(LL,R,S,P) \
219 LL^=P; \
220 LL^=((( S[ (R>>24L) ] + \
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dlimits.h100 #define LLONG_MIN (-__LONG_LONG_MAX__-1LL)
115 #define LONG_LONG_MIN (-__LONG_LONG_MAX__-1LL)
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dadjtime.c43 long long big_sec, big_usec, new_correction = 0LL;
50 new_correction = (big_sec * 1000000LL) + big_usec;
65 if (prev_correction != 0LL) {
94 (long)olddelta->tv_sec = prev_correction / 1000000LL;
95 olddelta->tv_usec = prev_correction % 1000000LL;
/freebsd-9.3-release/tools/tools/crypto/
H A Dcryptostats.c49 avg = (1000000000LL*ts->acc.tv_sec + ts->acc.tv_nsec) / ts->count;
50 min = 1000000000LL*ts->min.tv_sec + ts->min.tv_nsec;
51 max = 1000000000LL*ts->max.tv_sec + ts->max.tv_nsec;
/freebsd-9.3-release/contrib/binutils/libiberty/
H A D_doprnt.c281 RESULT(checkit ("Testing (lld) long long: <%d><%lld><%d>\n", 123, 234234234234234234LL, 345));
282 RESULT(printf ("Testing (lld) long long: <%d><%lld><%d>\n", 123, 234234234234234234LL, 345));
283 RESULT(checkit ("Testing (Ld) long long: <%d><%Ld><%d>\n", 123, 234234234234234234LL, 345));
284 RESULT(printf ("Testing (Ld) long long: <%d><%Ld><%d>\n", 123, 234234234234234234LL, 345));
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A D_doprnt.c281 RESULT(checkit ("Testing (lld) long long: <%d><%lld><%d>\n", 123, 234234234234234234LL, 345));
282 RESULT(printf ("Testing (lld) long long: <%d><%lld><%d>\n", 123, 234234234234234234LL, 345));
283 RESULT(checkit ("Testing (Ld) long long: <%d><%Ld><%d>\n", 123, 234234234234234234LL, 345));
284 RESULT(printf ("Testing (Ld) long long: <%d><%Ld><%d>\n", 123, 234234234234234234LL, 345));

Completed in 222 milliseconds

1234567