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

1234567

/freebsd-10.0-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-10.0-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-10.0-release/crypto/openssl/crypto/whrlpool/asm/
H A Dwp-mmx.pl55 sub LL() subroutine
224 &LL(0x18,0x18,0x60,0x18,0xc0,0x78,0x30,0xd8);
225 &LL(0x23,0x23,0x8c,0x23,0x05,0xaf,0x46,0x26);
226 &LL(0xc6,0xc6,0x3f,0xc6,0x7e,0xf9,0x91,0xb8);
227 &LL(0xe8,0xe8,0x87,0xe8,0x13,0x6f,0xcd,0xfb);
228 &LL(0x87,0x87,0x26,0x87,0x4c,0xa1,0x13,0xcb);
229 &LL(0xb8,0xb8,0xda,0xb8,0xa9,0x62,0x6d,0x11);
230 &LL(0x01,0x01,0x04,0x01,0x08,0x05,0x02,0x09);
231 &LL(0x4f,0x4f,0x21,0x4f,0x42,0x6e,0x9e,0x0d);
232 &LL(
[all...]
H A Dwp-x86_64.pl48 sub LL(){ $code.=".byte ".join(',',@_).",".join(',',@_)."\n"; } subroutine
213 &LL(0x18,0x18,0x60,0x18,0xc0,0x78,0x30,0xd8);
214 &LL(0x23,0x23,0x8c,0x23,0x05,0xaf,0x46,0x26);
215 &LL(0xc6,0xc6,0x3f,0xc6,0x7e,0xf9,0x91,0xb8);
216 &LL(0xe8,0xe8,0x87,0xe8,0x13,0x6f,0xcd,0xfb);
217 &LL(0x87,0x87,0x26,0x87,0x4c,0xa1,0x13,0xcb);
218 &LL(0xb8,0xb8,0xda,0xb8,0xa9,0x62,0x6d,0x11);
219 &LL(0x01,0x01,0x04,0x01,0x08,0x05,0x02,0x09);
220 &LL(0x4f,0x4f,0x21,0x4f,0x42,0x6e,0x9e,0x0d);
221 &LL(
[all...]
/freebsd-10.0-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-10.0-release/contrib/ntp/include/isc/
H A Dint.h49 #define ISC_INT64_MIN -9223372036854775808LL
50 #define ISC_INT64_MAX 9223372036854775807LL
/freebsd-10.0-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-10.0-release/crypto/openssl/crypto/whrlpool/
H A Dwp_block.c149 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7 macro
160 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7, \ macro
179 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7, \ macro
197 LL(0x18,0x18,0x60,0x18,0xc0,0x78,0x30,0xd8),
198 LL(0x23,0x23,0x8c,0x23,0x05,0xaf,0x46,0x26),
199 LL(0xc6,0xc6,0x3f,0xc6,0x7e,0xf9,0x91,0xb8),
200 LL(0xe8,0xe8,0x87,0xe8,0x13,0x6f,0xcd,0xfb),
201 LL(0x87,0x87,0x26,0x87,0x4c,0xa1,0x13,0xcb),
202 LL(0xb8,0xb8,0xda,0xb8,0xa9,0x62,0x6d,0x11),
203 LL(
[all...]
/freebsd-10.0-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.h59 CVMX_MIPS_SPACE_XKSEG = 3LL,
60 CVMX_MIPS_SPACE_XKPHYS = 2LL,
61 CVMX_MIPS_SPACE_XSSEG = 1LL,
62 CVMX_MIPS_SPACE_XUSEG = 0LL
66 CVMX_MIPS_XKSEG_SPACE_KSEG0 = 0LL,
67 CVMX_MIPS_XKSEG_SPACE_KSEG1 = 1LL,
68 CVMX_MIPS_XKSEG_SPACE_SSEG = 2LL,
69 CVMX_MIPS_XKSEG_SPACE_KSEG3 = 3LL
/freebsd-10.0-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-10.0-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-10.0-release/crypto/openssl/crypto/des/
H A Ddes_locl.h214 #define D_ENCRYPT(LL,R,S) { \
222 LL^= *(const DES_LONG *)(des_SP +u1); \
223 LL^= *(const DES_LONG *)(des_SP+0x200+u2); \
227 LL^= *(const DES_LONG *)(des_SP+0x400+u1); \
228 LL^= *(const DES_LONG *)(des_SP+0x600+u3); \
233 LL^= *(const DES_LONG *)(des_SP+0x100+u1); \
234 LL^= *(const DES_LONG *)(des_SP+0x300+u2); \
238 LL^= *(const DES_LONG *)(des_SP+0x500+u1); \
239 LL^= *(const DES_LONG *)(des_SP+0x700+u3); }
242 #define D_ENCRYPT(LL,
[all...]
/freebsd-10.0-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-10.0-release/crypto/openssl/crypto/bf/
H A Dbf_locl.h164 #define BF_ENC(LL,R,KEY,Pi) (\
165 LL^=KEY[Pi], \
170 LL^=t \
193 #define BF_ENC(LL,R,S,P) ( \
194 LL^=P, \
195 LL^= (((*(BF_LONG *)((unsigned char *)&(S[ 0])+((R>>BF_0)&BF_M))+ \
210 #define BF_ENC(LL,R,S,P) ( \
211 LL^=P, \
212 LL^=((( S[ ((int)(R>>24)&0xff)] + \
/freebsd-10.0-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-10.0-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-10.0-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-10.0-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-10.0-release/sys/ofed/include/linux/mlx4/
H A Ddevice.h138 MLX4_DEV_CAP_FLAG_RC = 1LL << 0,
139 MLX4_DEV_CAP_FLAG_UC = 1LL << 1,
140 MLX4_DEV_CAP_FLAG_UD = 1LL << 2,
141 MLX4_DEV_CAP_FLAG_XRC = 1LL << 3,
142 MLX4_DEV_CAP_FLAG_SRQ = 1LL << 6,
143 MLX4_DEV_CAP_FLAG_IPOIB_CSUM = 1LL << 7,
144 MLX4_DEV_CAP_FLAG_BAD_PKEY_CNTR = 1LL << 8,
145 MLX4_DEV_CAP_FLAG_BAD_QKEY_CNTR = 1LL << 9,
146 MLX4_DEV_CAP_FLAG_DPDP = 1LL << 12,
147 MLX4_DEV_CAP_FLAG_BLH = 1LL << 1
[all...]
/freebsd-10.0-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-10.0-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-10.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dlimits.h98 #define LLONG_MIN (-__LONG_LONG_MAX__-1LL)
113 #define LONG_LONG_MIN (-__LONG_LONG_MAX__-1LL)
/freebsd-10.0-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;

Completed in 188 milliseconds

1234567