Searched refs:two (Results 1 - 7 of 7) sorted by relevance

/fuchsia/zircon/system/utest/zxcrypt/
H A Dzxcrypt.cpp276 size_t two = one + one; local
277 ssize_t two_s = static_cast<ssize_t>(two);
285 EXPECT_NE(device.write(n - one, two), two_s);
287 EXPECT_EQ(device.lseek(two), two_s);
288 EXPECT_NE(device.write(two, n - one), n_s - one_s);
299 EXPECT_NE(device.read(n - one, two), two_s);
301 EXPECT_EQ(device.lseek(two), two_s);
302 EXPECT_NE(device.read(two, n - one), n_s - one_s);
/fuchsia/zircon/make/
H A Dmacros.mk38 # test if two files are different, replacing the first
/fuchsia/zircon/third_party/ulib/backtrace/
H A Dinstall-sh422 # Don't fail if two instances are running concurrently.
436 # Don't fail if two instances are running concurrently.
497 # We try this two ways since rm can't unlink itself on some
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/cipher_extra/asm/
H A Daes128gcmsiv-x86_64.pl40 two: label
812 vpaddd two(%rip), $IV, $CTR3 # CTR3 = TAG[1][127...32][00..02]
1018 vpaddd two(%rip), $TMP1, $CTR3 # CTR3 = TAG[127...32][00..02]
1267 vpaddd two(%rip), $CTR1, $CTR3
1269 vpaddd two(%rip), $CTR3, $CTR5
1271 vpaddd two(%rip), $CTR5, $CTR
1341 vpaddd two(%rip), $CTR1, $CTR3
1343 vpaddd two(%rip), $CTR3, $CTR5
1345 vpaddd two(%rip), $CTR5, $CTR
1820 vpaddd two(
[all...]
/fuchsia/zircon/third_party/ulib/uboringssl/linux-x86_64/crypto/cipher_extra/
H A Daes128gcmsiv-x86_64.S7 two: label
729 vpaddd two(%rip),%xmm15,%xmm2
918 vpaddd two(%rip),%xmm1,%xmm10
1170 vpaddd two(%rip),%xmm7,%xmm9
1172 vpaddd two(%rip),%xmm9,%xmm11
1174 vpaddd two(%rip),%xmm11,%xmm15
1298 vpaddd two(%rip),%xmm7,%xmm9
1300 vpaddd two(%rip),%xmm9,%xmm11
1302 vpaddd two(%rip),%xmm11,%xmm15
1894 vpaddd two(
[all...]
/fuchsia/zircon/third_party/lib/acpica/source/common/
H A Ddmextern.c782 * There are two cases that are handled here. For both, we emit
1212 An example: Assume we have two control methods. ABCD has one argument, and
1213 EFGH has zero arguments. Further, we have two additional control methods
/fuchsia/zircon/third_party/tools/android/avb/
H A Davbtool274 """Calculate greatest common divisor of two numbers.
396 This creates a |AvbRSAPublicKeyHeader| as well as the two large
2433 A list with two AvbKernelCmdlineDescriptor with dm-verity kernel cmdline
2491 A list with two AvbKernelCmdlineDescriptor with dm-verity kernel cmdline

Completed in 55 milliseconds