Searched refs:one (Results 1 - 18 of 18) sorted by relevance

/fuchsia/zircon/system/utest/zxcrypt/
H A Dzxcrypt.cpp196 size_t one = device.block_size(); local
198 EXPECT_TRUE(device.WriteFd(0, one));
199 EXPECT_TRUE(device.ReadFd(0, one));
211 size_t one = device.block_size(); local
213 EXPECT_TRUE(device.WriteFd(n - one, one));
214 EXPECT_TRUE(device.ReadFd(n - one, one));
239 size_t one = device.block_size(); local
240 ssize_t one_s = static_cast<ssize_t>(one);
273 size_t one = device.block_size(); local
317 size_t one = device.block_size(); local
336 size_t one = device.block_size(); local
506 size_t one = device.block_size(); local
[all...]
/fuchsia/zircon/system/utest/runtests-utils/helper/
H A Drules.mk18 # inner runtests instance to the outer one so they make it into summary.json.
/fuchsia/zircon/kernel/lib/version/
H A Drules.mk15 # if no one else has defined it by now, build us a default buildid
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/cipher_extra/asm/
H A Daes128gcmsiv-x86_64.pl38 one: label
697 vmovdqa one(%rip), $ONE
811 vpaddd one(%rip), $IV, $CTR2 # CTR2 = TAG[1][127...32][00..01]
877 vpaddd one(%rip), $CTR1, $CTR1 # inc counter
1017 vpaddd one(%rip), $TMP1, $CTR2 # CTR2 = TAG[127...32][00..01]
1059 vpsubd one(%rip), $CTR7, $CTR7
1109 vpaddd one(%rip), $CTR1, $CTR1 # inc counter
1266 vpaddd one(%rip), $CTR1, $CTR2
1268 vpaddd one(%rip), $CTR3, $CTR4
1270 vpaddd one(
[all...]
/fuchsia/zircon/third_party/ulib/uboringssl/linux-x86_64/crypto/cipher_extra/
H A Daes128gcmsiv-x86_64.S5 one: label
619 vmovdqa one(%rip),%xmm13
728 vpaddd one(%rip),%xmm15,%xmm1
844 vpaddd one(%rip),%xmm0,%xmm0
917 vpaddd one(%rip),%xmm1,%xmm9
977 vpsubd one(%rip),%xmm14,%xmm14
1099 vpaddd one(%rip),%xmm0,%xmm0
1169 vpaddd one(%rip),%xmm7,%xmm8
1171 vpaddd one(%rip),%xmm9,%xmm10
1173 vpaddd one(
[all...]
/fuchsia/zircon/make/
H A Dfcompile.mk65 # $@ only lists one of the multiple targets, so we use $< (first dep) to
H A Dmodule.mk14 # MODULE_DEPS : other modules that this one depends on
15 # MODULE_HEADER_DEPS : other headers that this one depends on, in addition to MODULE_DEPS
H A Dbuild.mk155 # generate a new manifest and compare to see if it differs from the previous one
H A Dengine.mk94 # If one of our goals (from the commandline) happens to have a
342 # Useful for header files that may be included by one or more source files.
346 # Useful for header files that may be included by one or more source files.
H A Dmodule-userlib.mk338 # for now, unify all headers in one pile
/fuchsia/zircon/third_party/lib/acpica/source/tools/acpisrc/
H A Dasremove.c313 Also, it appears to have one or more bugs in it. It can incorrectly remove
/fuchsia/zircon/third_party/ulib/cryptolib/
H A Dcryptolib.c487 uint32_t one[clBIGNUMWORDS]; // Could be const member of M to save stack. local
489 int64_t offset = base - one;
492 montMul1(M, one, M->rr); // 1 * RR / R mod M == R mod M aka '1'
499 // Always multiply, either with base or one.
503 montMul(M, tmp, accu, one + (offset & mask));
/fuchsia/zircon/third_party/ulib/lz4/
H A Dxxhash.c179 static const int one = 1; variable
180 # define XXH_CPU_LITTLE_ENDIAN (*(const char*)(&one))
H A Dlz4.c142 const union { U32 i; BYTE c[4]; } one = { 1 }; /* don't use static : performance detrimental */ local
143 return one.c[0];
/fuchsia/zircon/third_party/lib/acpica/source/common/
H A Ddmextern.c547 * Get the full pathname from the root if "Path" has one or more
608 * table other than the one that is being disassembled (such
1212 An example: Assume we have two control methods. ABCD has one argument, and
/fuchsia/zircon/system/utest/ramdisk/
H A Dramdisk.cpp1343 uint64_t one = 1; local
1344 ASSERT_GE(ioctl_ramdisk_sleep_after(ramdisk->fd(), &one), 0);
1380 ASSERT_GE(ioctl_ramdisk_sleep_after(ramdisk->fd(), &one), 0);
1418 // ioctl_ramdisk_sleep_after(wake->fd, &one);
/fuchsia/zircon/third_party/ulib/jemalloc/bin/
H A Djeprof.in47 # Generates one line per procedure
60 # Generates disassembly listing of all routines with at least one
65 # Generates disassembly listing of all routines with at least one
171 on linux), followed by a list of hex addresses to map, one per line.
174 necessary server-side support code, see this filename (or one like it):
250 Outputs one line per procedure
267 Outputs one line per procedure for localhost:1234
470 usage("Only specify one output granularity option");
495 usage("Only specify one output mode");
674 # Read one profil
[all...]
/fuchsia/zircon/third_party/tools/android/avb/
H A Davbtool2434 instructions. There is one for when hashtree is not disabled and one for
2492 instructions. There is one for when hashtree is not disabled and one for
2637 been given and the given algorithm requires one, or the key is

Completed in 152 milliseconds