Home
last modified time | relevance | path

Searched refs:LL (Results 1 – 25 of 30) sorted by relevance

12

/f-stack/freebsd/crypto/des/
H A Ddes_locl.h215 LL^= \
238 LL^=des_SPtrans[0][u1]; \
239 LL^=des_SPtrans[2][u2]; \
243 LL^=des_SPtrans[4][u1]; \
244 LL^=des_SPtrans[6][u3]; \
249 LL^=des_SPtrans[1][u1]; \
250 LL^=des_SPtrans[3][u2]; \
254 LL^=des_SPtrans[5][u1]; \
255 LL^=des_SPtrans[7][u3]; }
266 LL^=des_SPtrans[0][u1]; \
[all …]
/f-stack/freebsd/crypto/rijndael/
H A Dtest00.c39 #define LL 32 macro
46 uint8_t in[LL]; in main()
47 uint8_t out[LL]; in main()
54 for (i = 0; i < LL; i++) in main()
56 rijndael_blockDecrypt(&ci, &ki, in, LL * 8, out); in main()
57 for (i = 0; i < LL; i++) in main()
60 rijndael_blockDecrypt(&ci, &ki, in, LL * 8, in); in main()
62 for (i = 0; i < LL; i++) { in main()
/f-stack/freebsd/contrib/ck/include/
H A Dck_cohort.h50 #define CK_COHORT_INIT(N, C, GL, LL, P) ck_cohort_##N##_init(C, GL, LL, P) argument
56 #define CK_COHORT_PROTOTYPE(N, GL, GU, GI, LL, LU, LI) \ argument
86 LL(cohort->local_lock, local_context); \
125 #define CK_COHORT_TRYLOCK_PROTOTYPE(N, GL, GU, GI, GTL, LL, LU, LI, LTL) \ argument
126 CK_COHORT_PROTOTYPE(N, GL, GU, GI, LL, LU, LI) \
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlobject.c239 #define LL(x) (sizeof(x)/sizeof(char) - 1) macro
261 addstr(out, RETS, LL(RETS)); in luaO_chunkid()
262 bufflen -= LL(RETS); in luaO_chunkid()
268 addstr(out, PRE, LL(PRE)); /* add prefix */ in luaO_chunkid()
269 bufflen -= LL(PRE RETS POS) + 1; /* save space for prefix+suffix+'\0' */ in luaO_chunkid()
277 addstr(out, RETS, LL(RETS)); in luaO_chunkid()
279 memcpy(out, POS, (LL(POS) + 1) * sizeof(char)); in luaO_chunkid()
/f-stack/dpdk/lib/librte_eal/windows/include/
H A Dsched.h39 (s)->_bits[_i] = 0LL; \
43 (1LL << _WHICH_BIT(b))) != 0LL)
52 if (CPU_ISSET(_i, s) != 0LL) in count_cpu()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_macros.h21 #define KZD(z) ZD(z##LL)
23 #define KQD(q) QI(q##LL)
H A Dbit_util.h11 # error JEMALLOC_INTERNAL_FFS{,L,LL} should have been defined by configure
/f-stack/freebsd/mips/include/
H A D_stdint.h60 #define INT64_C(c) (c ## LL)
76 #define __INT64_C(c) (c ## LL)
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-address.h62 CVMX_MIPS_SPACE_XUSEG = 0LL
66 CVMX_MIPS_XKSEG_SPACE_KSEG0 = 0LL,
H A Dcvmx-csr-enums.h57 CVMX_IPD_OPC_MODE_STT = 0LL, /* All blocks DRAM, not cached in L2 */
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_rxtx_vec_altivec.h926 &cq[pos + p3].sop_drop_qpn, 0LL}; in rxq_cq_process_v()
932 &cq[pos + p2].sop_drop_qpn, 0LL}; in rxq_cq_process_v()
945 &cq[pos + p1].sop_drop_qpn, 0LL}; in rxq_cq_process_v()
950 &cq[pos].sop_drop_qpn, 0LL}; in rxq_cq_process_v()
977 &cq[pos + p3].rsvd3[9], 0LL}; in rxq_cq_process_v()
980 &cq[pos + p2].rsvd3[9], 0LL}; in rxq_cq_process_v()
1040 &cq[pos + p1].rsvd3[9], 0LL}; in rxq_cq_process_v()
1043 &cq[pos].rsvd3[9], 0LL}; in rxq_cq_process_v()
/f-stack/tools/libxo/tests/gettext/
H A Dldns.pot13 "Language-Team: LANGUAGE <LL@li.org>\n"
H A Dgt_01.pot13 "Language-Team: LANGUAGE <LL@li.org>\n"
H A Dstrerror.pot39 "Language-Team: LANGUAGE <LL@li.org>\n"
/f-stack/freebsd/arm/include/
H A D_stdint.h43 #define INT64_C(c) (c ## LL)
/f-stack/app/nginx-1.16.1/auto/types/
H A Dsizeof55 ngx_max_value=9223372036854775807LL
/f-stack/dpdk/app/test/
H A Dtest_link_bonding_rssconf.c217 reta_conf[i].mask = ~0LL; in reta_set()
258 test_params.bond_reta_conf[j].mask = ~0LL; in bond_reta_fetch()
274 port->reta_conf[j].mask = ~0LL; in slave_reta_fetch()
/f-stack/freebsd/x86/include/
H A D_stdint.h61 #define INT64_C(c) (c ## LL)
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dvnode_impl.h129 #define XAT0_INDEX 0LL /* Index into bitmap for XAT0 attrs */
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dmalloc_io.c24 #define KSMAX(x) ((uintmax_t)(intmax_t)x##LL) in TEST_BEGIN()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dxvattr.h157 #define XAT0_INDEX 0LL /* Index into bitmap for XAT0 attrs */
/f-stack/dpdk/drivers/net/octeontx/base/
H A Docteontx_pkivf.h67 PKI_OPC_MODE_STT = 0LL,
/f-stack/freebsd/kern/
H A Dkern_uuid.c143 if (uuid_last.time.ll == 0LL || uuid_last.node[0] != uuid.node[0] || in kern_uuidgen()
/f-stack/app/redis-5.0.5/src/
H A Dziplist.c1875 buflen = sprintf(buf,"%lld",(0LL + rand()) >> 20); in ziplistTest()
1878 buflen = sprintf(buf,"%lld",(0LL + rand())); in ziplistTest()
1881 buflen = sprintf(buf,"%lld",(0LL + rand()) << 20); in ziplistTest()
/f-stack/freebsd/security/audit/
H A Dbsm_token.c227 ADD_U_INT64(dptr, 0LL); in au_to_attr32()
274 ADD_U_INT64(dptr, 0LL); in au_to_attr64()

12