Home
last modified time | relevance | path

Searched refs:zero (Results 1 – 24 of 24) sorted by relevance

/system/utest/core/clock/
A Dclock.c15 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 Dexample-9.banjo8 zero = 0;
26 const EchoMe favorite_echo = zero;
/system/dev/misc/builtin/
A Drules.mk14 $(LOCAL_DIR)/zero.c \
/system/utest/compiler/
A Drules.mk18 MODULE_COMPILEFLAGS := -fsanitize=integer-divide-by-zero,signed-integer-overflow -fsanitize-undefin…
/system/dev/misc/cpu-trace/
A Dintel-pt.md42 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 Dphys-iter.banjo9 /// length starting at the scatter gather entry offset, must be non zero
/system/fidl/fuchsia-usb-debug/
A Dusb-debug.fidl13 /// Sets the device instance stream ID for reading and writing from. The ID must be non-zero.
/system/host/fidl/examples/
A Dexample-9.fidl8 zero = 0;
/system/dev/block/zxcrypt/
A Drules.mk36 MODULE_COMPILEFLAGS := -fsanitize=integer-divide-by-zero,signed-integer-overflow -fsanitize-undefin…
/system/ulib/zxcrypt/
A Drules.mk36 MODULE_COMPILEFLAGS := -fsanitize=integer-divide-by-zero,signed-integer-overflow -fsanitize-undefin…
/system/ulib/gpt/
A Dgpt.cpp575 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 Di2c-impl.banjo25 /// |Transact| assumes that all ops length are not zero.
/system/banjo/ddk-protocol-serial/
A Dserial.banjo12 /// or zero if not applicable.
/system/fidl/fuchsia-net/
A Dnet.fidl26 // all bits in the host portion of the address must be zero.
/system/banjo/ddk-protocol-gpio/
A Dgpio.banjo32 /// Sets the current value of the GPIO (any non-zero value maps to 1).
/system/banjo/ddk-protocol-gpioimpl/
A Dgpio-impl.banjo21 /// Sets the current value of the GPIO (any non-zero value maps to 1).
/system/ulib/unittest/
A DREADME.md25 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 Dusb-request.banjo20 /// Send zero length packet if length is multiple of max packet size.
/system/uapp/netdump/
A Dnetdump.c262 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 Dlogger.fidl30 // If more than zero, logs would be filtered based on verbosity and
/system/dev/input/hid/
A Dhid.c631 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 Dtest-mmap.cpp498 char zero = 0; in TestMmapTruncateWriteExtend() local
499 ASSERT_EQ(write(fd.get(), &zero, 1), 1); in TestMmapTruncateWriteExtend()
/system/fidl/fuchsia-io/
A Dio.fidl335 // Options must be zero; it is reserved.
353 // volume manager. If unsupported, this will be zero.
/system/utest/debugger/
A Ddebugger.cpp1071 : [zero] "g"(0), [test_data] "g"(&test_data[0]), [pc] "g"(segv_pc) in TestPrepAndSegv()

Completed in 34 milliseconds