Searched refs:v1 (Results 1 - 25 of 26) sorted by relevance

12

/fuchsia/zircon/system/ulib/async/
H A Dops.c12 return dispatcher->ops->v1.now(dispatcher);
16 return dispatcher->ops->v1.begin_wait(dispatcher, wait);
20 return dispatcher->ops->v1.cancel_wait(dispatcher, wait);
24 return dispatcher->ops->v1.post_task(dispatcher, task);
28 return dispatcher->ops->v1.cancel_task(dispatcher, task);
33 return dispatcher->ops->v1.queue_packet(dispatcher, receiver, data);
38 return dispatcher->ops->v1.set_guest_bell_trap(dispatcher, trap, guest, addr, length);
/fuchsia/zircon/scripts/entropy-test/jitterentropy/
H A Dtest-basic-config97 for v1 in "${AXIS_1[@]}"; do for v2 in "${AXIS_2[@]}"; do
98 CMDLINE="$BASE_CMDLINE $v1 $v2"
/fuchsia/zircon/third_party/ulib/uboringssl/linux-aarch64/crypto/fipsmodule/
H A Daesv8-armx64.S40 ld1 {v1.4s,v2.4s},[x3],#32
58 eor v6.16b,v6.16b,v1.16b
60 shl v1.16b,v1.16b,#1
64 ld1 {v1.4s},[x3]
75 eor v6.16b,v6.16b,v1.16b
77 shl v1.16b,v1.16b,#1
89 eor v6.16b,v6.16b,v1.16b
120 eor v6.16b,v6.16b,v1
[all...]
H A Dghashv8-armx64.S33 pmull v1.1q,v16.1d,v16.1d
37 eor v1.16b,v1.16b,v17.16b
38 eor v1.16b,v1.16b,v18.16b
41 ins v2.d[0],v1.d[1]
42 ins v1.d[1],v0.d[0]
43 eor v0.16b,v1.16b,v18.16b
74 pmull v1.1q,v21.1d,v17.1d //(H.lo+H.hi)��(Xi.lo+Xi.hi)
78 eor v1
[all...]
H A Dsha1-armv8.S1086 eor v1.16b,v1.16b,v1.16b
1088 ld1 {v1.s}[0],[x0]
1105 .inst 0x5e140020 //sha1c v0.16b,v1.16b,v20.4s // 0
1197 add v1.4s,v1.4s,v2.4s
1203 st1 {v1.s}[0],[x0]
H A Dsha256-armv8.S1068 ld1 {v0.4s,v1.4s},[x0]
1080 orr v19.16b,v1.16b,v1.16b
1085 .inst 0x5e104020 //sha256h v0.16b,v1.16b,v16.4s
1086 .inst 0x5e105041 //sha256h2 v1.16b,v2.16b,v16.4s
1092 .inst 0x5e114020 //sha256h v0.16b,v1.16b,v17.4s
1093 .inst 0x5e115041 //sha256h2 v1.16b,v2.16b,v17.4s
1099 .inst 0x5e104020 //sha256h v0.16b,v1.16b,v16.4s
1100 .inst 0x5e105041 //sha256h2 v1.16b,v2.16b,v16.4s
1106 .inst 0x5e114020 //sha256h v0.16b,v1
[all...]
/fuchsia/zircon/system/ulib/trace/include/trace/
H A Dpairs_internal.h39 #define TRACE_INTERNAL_APPLY_PAIRWISE1(fn, k1, v1) \
40 fn(1, k1, v1)
41 #define TRACE_INTERNAL_APPLY_PAIRWISE2(fn, k1, v1, k2, v2) \
42 fn(1, k1, v1) fn(2, k2, v2)
43 #define TRACE_INTERNAL_APPLY_PAIRWISE3(fn, k1, v1, k2, v2, k3, v3) \
44 fn(1, k1, v1) fn(2, k2, v2) fn(3, k3, v3)
45 #define TRACE_INTERNAL_APPLY_PAIRWISE4(fn, k1, v1, k2, v2, k3, v3, k4, v4) \
46 fn(1, k1, v1) fn(2, k2, v2) fn(3, k3, v3) fn(4, k4, v4)
47 #define TRACE_INTERNAL_APPLY_PAIRWISE5(fn, k1, v1, k2, v2, k3, v3, k4, v4, \
49 fn(1, k1, v1) f
[all...]
/fuchsia/zircon/third_party/ulib/lz4/
H A Dxxhash.c259 U32 v1 = seed + PRIME32_1 + PRIME32_2; local
266 v1 += XXH_get32bits(p) * PRIME32_2;
267 v1 = XXH_rotl32(v1, 13);
268 v1 *= PRIME32_1;
285 h32 = XXH_rotl32(v1, 1) + XXH_rotl32(v2, 7) + XXH_rotl32(v3, 12) + XXH_rotl32(v4, 18);
364 U64 v1 = seed + PRIME64_1 + PRIME64_2; local
371 v1 += XXH_get64bits(p) * PRIME64_2;
373 v1 = XXH_rotl64(v1, 3
495 U32 v1; member in struct:__anon1627
507 U64 v1; member in struct:__anon1628
616 U32 v1 = state->v1; local
770 U64 v1 = state->v1; local
832 U64 v1 = state->v1; local
[all...]
/fuchsia/zircon/system/host/abigen/parser/
H A Dparser.cpp34 std::vector<string>& operator+=(std::vector<string>& v1, const std::vector<string>& v2) { argument
35 v1.insert(v1.end(), v2.begin(), v2.end());
36 return v1;
H A Dparser.h16 std::vector<std::string>& operator+=(std::vector<std::string>& v1,
/fuchsia/zircon/system/ulib/async/include/lib/async/
H A Ddispatcher.h84 struct v1 { struct in struct:async_ops
101 } v1; member in struct:async_ops
/fuchsia/zircon/third_party/ulib/ngunwind/include/ngunwind/private/
H A Ddwarf_i.h143 uint8_t v0 = 0, v1 = 0; local
147 || (ret = dwarf_readu8 (as, a, addr, &v1, arg)) < 0)
151 *val = (uint16_t) v0 << 8 | v1;
153 *val = (uint16_t) v1 << 8 | v0;
184 uint16_t v0 = 0, v1 = 0; local
188 || (ret = dwarf_readu16 (as, a, addr, &v1, arg)) < 0)
192 *val = (uint32_t) v0 << 16 | v1;
194 *val = (uint32_t) v1 << 16 | v0;
217 uint32_t v0 = 0, v1 = 0; local
221 || (ret = dwarf_readu32 (as, a, addr, &v1, ar
[all...]
/fuchsia/zircon/third_party/ulib/uboringssl/linux-aarch64/crypto/chacha/
H A Dchacha-armv8.S361 mov v1.16b,v25.16b
384 add v0.4s,v0.4s,v1.4s
408 eor v20.16b,v1.16b,v2.16b
414 ushr v1.4s,v20.4s,#20
420 sli v1.4s,v20.4s,#12
426 add v0.4s,v0.4s,v1.4s
456 eor v20.16b,v1.16b,v2.16b
462 ushr v1.4s,v20.4s,#25
468 sli v1.4s,v20.4s,#7
483 ext v1
[all...]
/fuchsia/zircon/system/ulib/async-testutils/
H A Ddispatcher_stub.cpp55 .v1 = {
/fuchsia/zircon/third_party/ulib/musl/third_party/math/
H A Dlgamma_r.c122 v1 = 2.45597793713041134822e+00, /* 0x4003A5D7, 0xC2BD619C */ variable
256 p2 = 1.0 + y * (v1 + y * (v2 + y * (v3 + y * (v4 + y * v5))));
H A Dlgammaf_r.c57 v1 = 2.4559779167e+00, /* 0x401d2ebe */ variable
191 p2 = 1.0f + y * (v1 + y * (v2 + y * (v3 + y * (v4 + y * v5))));
H A Dlgammal.c158 v1 = 3.399692260848747447377972081399737098610E3L, variable
298 p2 = v0 + y * (v1 + y * (v2 + y * (v3 + y * (v4 + y * (v5 + y)))));
/fuchsia/zircon/third_party/lib/cortex-strings/src/aarch64/
H A Dmemchr.S52 #define vdata1 v1
H A Dstrchrnul.S48 #define vdata1 v1
H A Dstrchr.S48 #define vdata1 v1
/fuchsia/zircon/system/utest/thread-initial-state/
H A Darm64.S61 check_simd d1, v1.D[1]
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/aes/asm/
H A Daesv8-armx.pl281 vld1.32 {v1.16b},[$inp]
283 vst1.32 {v1.16b},[$out],#16
287 vld1.32 {v1.16b},[$inp]
289 aesimc v1.16b,v1.16b
291 vst1.32 {v1.16b},[$out],#16
/fuchsia/zircon/third_party/ulib/backtrace/
H A Ddwarf.c897 function_addrs_compare (const void *v1, const void *v2) argument
899 const struct function_addrs *a1 = (const struct function_addrs *) v1;
992 unit_addrs_compare (const void *v1, const void *v2) argument
994 const struct unit_addrs *a1 = (const struct unit_addrs *) v1;
1038 line_compare (const void *v1, const void *v2) argument
1040 const struct line *ln1 = (const struct line *) v1;
1080 abbrev_compare (const void *v1, const void *v2) argument
1082 const struct abbrev *a1 = (const struct abbrev *) v1;
H A Dpecoff.c286 coff_symbol_compare (const void *v1, const void *v2) argument
288 const struct coff_symbol *e1 = (const struct coff_symbol *) v1;
H A Delf.c332 elf_symbol_compare (const void *v1, const void *v2) argument
334 const struct elf_symbol *e1 = (const struct elf_symbol *) v1;

Completed in 191 milliseconds

12