Searched refs:ll (Results 1 - 14 of 14) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/include/msvc_compat/
H A Dstrings.h38 unsigned __int64 ll;
42 s.ll = x;
/fuchsia/zircon/scripts/entropy-test/jitterentropy/
H A Dtest-tunable-config11 # The parameters in question are LFSR loop count (kernel.jitterentropy.ll), memory access loop count
25 echo " --ll-seq '<N1> <N2> ... <Nk>'" >&2
34 echo " : --ll-seq '1 2 3 4' --ml-seq '1 4 16 256' \\" >&2
36 echo " : That command will test 16 configurations, with 'll' and" >&2
74 --ll-seq)
75 if [[ $# -lt 2 ]]; then echo "--ll-seq missing seq" >&2; HELP; fi
110 for ll in "${LL_SEQ[@]}"; do for ml in "${ML_SEQ[@]}"; do
113 CMDLINE+=" kernel.jitterentropy.ll=$ll kernel.jitterentropy.ml=$ml"
/fuchsia/zircon/third_party/ulib/lz4/include/lz4/
H A Dxxhash.h139 typedef struct { long long ll[ 6]; } XXH32_state_t; member in struct:__anon1610
140 typedef struct { long long ll[11]; } XXH64_state_t; member in struct:__anon1611
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/md4/
H A Dmd4.c96 uint32_t ll; \
97 ll = (c)->h[0]; \
98 HOST_l2c(ll, (s)); \
99 ll = (c)->h[1]; \
100 HOST_l2c(ll, (s)); \
101 ll = (c)->h[2]; \
102 HOST_l2c(ll, (s)); \
103 ll = (c)->h[3]; \
104 HOST_l2c(ll, (s)); \
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dvar.c529 struct localvar_list *ll; local
534 ll = localvar_stack;
535 localvar_stack = ll->next;
537 next = ll->lv;
538 ckfree(ll);
586 struct localvar_list *ll; local
589 ll = ckmalloc(sizeof(*ll));
590 ll->lv = NULL;
591 ll
[all...]
/fuchsia/zircon/third_party/ulib/musl/src/internal/
H A Dtime_conversion.h13 zx_duration_mul_int64(1000000000ll, timespec.tv_sec),
/fuchsia/zircon/third_party/ulib/musl/src/network/
H A Dgetifaddrs.c27 struct sockaddr_ll_hack ll; member in union:sockany
96 if (addrlen > sizeof(sa->ll.sll_addr))
98 sa->ll.sll_family = AF_PACKET;
99 sa->ll.sll_ifindex = ifindex;
100 sa->ll.sll_hatype = hatype;
101 sa->ll.sll_halen = addrlen;
102 memcpy(sa->ll.sll_addr, addr, addrlen);
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/md5/
H A Dmd5.c102 uint32_t ll; \
103 ll = (c)->h[0]; \
104 HOST_l2c(ll, (s)); \
105 ll = (c)->h[1]; \
106 HOST_l2c(ll, (s)); \
107 ll = (c)->h[2]; \
108 HOST_l2c(ll, (s)); \
109 ll = (c)->h[3]; \
110 HOST_l2c(ll, (s)); \
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/sha/
H A Dsha256.c142 uint32_t ll; \
147 ll = (c)->h[nn]; \
148 HOST_l2c(ll, (s)); \
153 ll = (c)->h[nn]; \
154 HOST_l2c(ll, (s)); \
162 ll = (c)->h[nn]; \
163 HOST_l2c(ll, (s)); \
H A Dsha1.c98 uint32_t ll; \
99 ll = (c)->h[0]; \
100 HOST_l2c(ll, (s)); \
101 ll = (c)->h[1]; \
102 HOST_l2c(ll, (s)); \
103 ll = (c)->h[2]; \
104 HOST_l2c(ll, (s)); \
105 ll = (c)->h[3]; \
106 HOST_l2c(ll, (s)); \
107 ll
[all...]
/fuchsia/zircon/kernel/kernel/
H A Dtimer.cpp98 timer->slack = 0ll;
316 // if we modified another cpu's queue, we'll just let it fire and sort itself out
/fuchsia/zircon/make/
H A Dmodule-userlib.mk174 # grab all files from source, we'll filter out .h, .c, etc in the next steps
H A Dengine.mk297 # always use gold or lld for all the user-mode links, and then we'll
/fuchsia/zircon/third_party/ulib/jemalloc/bin/
H A Djeprof.in3631 # the second slot is always 3 (we'll accept anything that's not 0).
4629 # and thus require adjusting the offset that we'll use to translate
5268 # we'll just go ahead and process the first entry (which never
5380 # If the executable is an MS Windows PDB-format executable, we'll

Completed in 118 milliseconds