| /system/utest/core/clock/ |
| A D | clock.c | 15 const zx_time_t zero = 0; in clock_monotonic_test() local 21 ASSERT_GT(current, zero, "monotonic time should be a positive number of nanoseconds"); in clock_monotonic_test()
|
| /system/host/banjo/examples/ |
| A D | example-9.banjo | 8 zero = 0; 26 const EchoMe favorite_echo = zero;
|
| /system/dev/misc/builtin/ |
| A D | rules.mk | 14 $(LOCAL_DIR)/zero.c \
|
| /system/utest/compiler/ |
| A D | rules.mk | 18 MODULE_COMPILEFLAGS := -fsanitize=integer-divide-by-zero,signed-integer-overflow -fsanitize-undefin…
|
| /system/dev/misc/cpu-trace/ |
| A D | intel-pt.md | 42 Returns zero on success or a negative error code. 52 Returns zero on success or a negative error code. 136 Returns zero on success or a negative error code. 148 Returns zero on success or a negative error code. 161 Returns zero on success or a negative error code.
|
| /system/banjo/ddk-physiter/ |
| A D | phys-iter.banjo | 9 /// length starting at the scatter gather entry offset, must be non zero
|
| /system/fidl/fuchsia-usb-debug/ |
| A D | usb-debug.fidl | 13 /// Sets the device instance stream ID for reading and writing from. The ID must be non-zero.
|
| /system/host/fidl/examples/ |
| A D | example-9.fidl | 8 zero = 0;
|
| /system/dev/block/zxcrypt/ |
| A D | rules.mk | 36 MODULE_COMPILEFLAGS := -fsanitize=integer-divide-by-zero,signed-integer-overflow -fsanitize-undefin…
|
| /system/ulib/zxcrypt/ |
| A D | rules.mk | 36 MODULE_COMPILEFLAGS := -fsanitize=integer-divide-by-zero,signed-integer-overflow -fsanitize-undefin…
|
| /system/ulib/gpt/ |
| A D | gpt.cpp | 575 char zero[priv->blocksize]; in gpt_partition_clear() local 576 memset(zero, 0, sizeof(zero)); in gpt_partition_clear() 579 if (pwrite(priv->fd, zero, sizeof(zero), priv->blocksize * i) != in gpt_partition_clear() 580 (ssize_t)sizeof(zero)) { in gpt_partition_clear()
|
| /system/banjo/ddk-protocol-i2cimpl/ |
| A D | i2c-impl.banjo | 25 /// |Transact| assumes that all ops length are not zero.
|
| /system/banjo/ddk-protocol-serial/ |
| A D | serial.banjo | 12 /// or zero if not applicable.
|
| /system/fidl/fuchsia-net/ |
| A D | net.fidl | 26 // all bits in the host portion of the address must be zero.
|
| /system/banjo/ddk-protocol-gpio/ |
| A D | gpio.banjo | 32 /// Sets the current value of the GPIO (any non-zero value maps to 1).
|
| /system/banjo/ddk-protocol-gpioimpl/ |
| A D | gpio-impl.banjo | 21 /// Sets the current value of the GPIO (any non-zero value maps to 1).
|
| /system/ulib/unittest/ |
| A D | README.md | 25 where N has the range 0-9. The default is zero, which means 26 `unittest_printf()` output does not appear. Any value above zero enables
|
| /system/banjo/ddk-protocol-usb-request/ |
| A D | usb-request.banjo | 20 /// Send zero length packet if length is multiple of max packet size.
|
| /system/uapp/netdump/ |
| A D | netdump.c | 262 static const uint32_t zero = 0; in write_packet() local 263 if (write(fd, &zero, padding) != (ssize_t) padding) { in write_packet()
|
| /system/fidl/fuchsia-logger/ |
| A D | logger.fidl | 30 // If more than zero, logs would be filtered based on verbosity and
|
| /system/dev/input/hid/ |
| A D | hid.c | 631 uint8_t zero = 0; in hid_bind() local 632 hid_op_set_report(hiddev, HID_REPORT_TYPE_OUTPUT, 0, &zero, sizeof(zero)); in hid_bind()
|
| /system/utest/fs/ |
| A D | test-mmap.cpp | 498 char zero = 0; in TestMmapTruncateWriteExtend() local 499 ASSERT_EQ(write(fd.get(), &zero, 1), 1); in TestMmapTruncateWriteExtend()
|
| /system/fidl/fuchsia-io/ |
| A D | io.fidl | 335 // Options must be zero; it is reserved. 353 // volume manager. If unsupported, this will be zero.
|
| /system/utest/debugger/ |
| A D | debugger.cpp | 1071 : [zero] "g"(0), [test_data] "g"(&test_data[0]), [pc] "g"(segv_pc) in TestPrepAndSegv()
|