Home
last modified time | relevance | path

Searched full:zero (Results 1 – 25 of 402) sorted by relevance

12345678910>>...17

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/
H A Dmain.h96 * @return Zero on success or negative error code otherwise
107 * @return Zero on success or negative error code otherwise
123 * @return Zero on success or negative error code otherwise
174 * @return Zero on success or (negative) error code otherwise.
185 * @return Zero on success or (negative) error code otherwise.
195 * @return Zero on success or (negative) error code otherwise.
205 * @return Zero on success or (negative) error code otherwise.
262 * @return Zero on success or (negative) error code otherwise.
293 * @return Zero on success or (negative) error code otherwise.
339 * @return Zero on success or (negative) error code otherwise.
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/include/
H A Dzlib.h117 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
130 dropped to zero. It must update next_out and avail_out when avail_out
131 has dropped to zero. The application must initialize zalloc, zfree and
148 have their offset normalized to zero. The default allocation function
258 accordingly. This action is forced if the parameter flush is non zero.
266 should never be zero before the call. The application can consume the
269 and with zero avail_out, it must be called again after making room in the
279 avail_in is zero after the call if enough output space has been provided
291 avail_out), until the flush is complete (deflate returns with non-zero
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/
H A Dzlib.h117 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
130 dropped to zero. It must update next_out and avail_out when avail_out
131 has dropped to zero. The application must initialize zalloc, zfree and
148 have their offset normalized to zero. The default allocation function
258 accordingly. This action is forced if the parameter flush is non zero.
266 should never be zero before the call. The application can consume the
269 and with zero avail_out, it must be called again after making room in the
279 avail_in is zero after the call if enough output space has been provided
291 avail_out), until the flush is complete (deflate returns with non-zero
[all …]
/nrf52832-nimble/rt-thread/libcpu/mips/pic32/
H A Dcontext_gcc.S15 addiu v1, zero, -2 /* v1 = 0-2 = 0xFFFFFFFE */
80 addiu t1, zero, -257 /* t1 = ~(1<<8) */
100 addiu t1,zero,0x02 /* t1 = (1<<2) */
104 sw zero, 0(k0) /* clear flag */
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/hal/
H A Dhal_timer.h86 * @return 0 on success, non-zero error code on failure
117 * @return 0 on success, non-zero error code on failure
130 * @return 0 on success, non-zero error code on failure.
141 * @return 0 on success, non-zero error code on failure.
153 * @return 0 on success, non-zero error code on failure.
/nrf52832-nimble/rt-thread/libcpu/nios/nios_ii/
H A Dvector.S15 beq r4,zero,no_need_context
20 mov r5, zero
29 * store zero into.
/nrf52832-nimble/rt-thread/libcpu/mips/loongson_1c/
H A Dstart_gcc.S79 sw zero, 0(t0)
93 mtc0 zero, CP0_STATUS // 清零cp0 status寄存器
94 mtc0 zero, CP0_CAUSE // 清零cp0 cause寄存器
191 mtc0 zero, CP0_CAUSE // 重新清零cp0的cause寄存器
211 sw zero,0x10c0(a0) /* disable gpio 0-31 */
212 sw zero,0x10c4(a0) /* disable gpio 32-63 */
213 sw zero,0x10c8(a0) /* disable gpio 64-95 */
214 sw zero,0x10cc(a0)
445 sw zero, 0(t0)
/nrf52832-nimble/rt-thread/libcpu/arm/armv6/
H A Dvfp.h32 #define FPSCR_FZ (1<<24) /* Flush-to-zero mode enable bit */
36 #define FPSCR_RZ (3<<22) /* Round towards zero (RZ) mode */
47 #define FPSCR_DZE (1<<9) /* Division by Zero exception trap enable bit */
53 #define FPSCR_DZC (1<<1) /* Division by Zero cumulative exception flag */
/nrf52832-nimble/rt-thread/libcpu/mips/xburst/
H A Dstart_gcc.S34 mtc0 zero, CP0_TAGLO /* TAGLO reg */
35 mtc0 zero, CP0_TAGHI /* TAGHI reg */
69 sw zero, 0(t0)
H A Dcpu.c65 * zero from any of these functions means that the argument was zero.
/nrf52832-nimble/rt-thread/libcpu/mips/x1000/
H A Dstartup_gcc.S81 mtc0 zero, CP0_TAGLO /* TAGLO reg */
82 mtc0 zero, CP0_TAGHI /* TAGHI reg */
147 beq zero, k0, except_do_intr
151 beq zero,k0,except_do
307 sw zero, 0(k0) /* clear flag */
H A Dmips_fp_gcc.S58 sw zero, LINKCTX_NEXT(a0)
64 move v0, zero
137 move v0, zero
/nrf52832-nimble/rt-thread/libcpu/mips/common/
H A Dmips.inc17 #define zero $0 /* wired zero */
/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_twis.c225 * If given @em error parameter has zero value the @ref NRFX_TWIS_ERROR_UNEXPECTED_EVENT
647 " strex %[temp], %[zero], [%[perror]] \n" in nrfx_twis_error_get_and_clear_internal()
648 " cmp %[temp], %[zero] \n" in nrfx_twis_error_get_and_clear_internal()
654 [zero]"l"(0), in nrfx_twis_error_get_and_clear_internal()
668 " strex %[temp], %[zero], [%[perror]] \n" in nrfx_twis_error_get_and_clear_internal()
669 " cmp %[temp], %[zero] \n" in nrfx_twis_error_get_and_clear_internal()
675 [zero]"l"(0), in nrfx_twis_error_get_and_clear_internal()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/gap/
H A Dsyscfg.yml28 be zero to allow write without extra permissions or combination of:
43 be zero to allow write without extra permissions or combination of:
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/snmp/
H A Dasn1_dec.c109 /* constructed indefinite length format, termination with two zero octets */ in snmp_asn1_dec_length()
214 /** @todo: do we need to accept inefficient codings with many leading zero's? */ in snmp_asn1_dec_length()
256 /* start from zero */ in snmp_asn1_dec_u32t()
260 /* negative, expecting zero sign bit! */ in snmp_asn1_dec_u32t()
483 /* accepting zero length identifiers e.g. for in snmp_asn1_dec_oid()
590 * @param len length of the coded raw data (zero is valid, e.g. empty string!)
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv4/
H A Dip4_addr.c55 * @return returns non-zero if the address is a broadcast address
98 /* first, check for the first zero */ in ip4_addr_netmask_valid()
107 /* there is a one after the first zero -> invalid */ in ip4_addr_netmask_valid()
111 /* no one after the first zero -> valid */ in ip4_addr_netmask_valid()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv4/
H A Dip4_addr.c55 * @return returns non-zero if the address is a broadcast address
98 /* first, check for the first zero */ in ip4_addr_netmask_valid()
107 /* there is a one after the first zero -> invalid */ in ip4_addr_netmask_valid()
111 /* no one after the first zero -> valid */ in ip4_addr_netmask_valid()
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ipv4/
H A Dip_addr.c52 * @return returns non-zero if the address is a broadcast address
95 /* first, check for the first zero */ in ip4_addr_netmask_valid()
104 /* there is a one after the first zero -> invalid */ in ip4_addr_netmask_valid()
108 /* no one after the first zero -> valid */ in ip4_addr_netmask_valid()
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/
H A Dsys_arch.txt69 signaled. If the "timeout" argument is non-zero, the thread should
71 milliseconds). If the "timeout" argument is zero, the thread should be
74 If the timeout argument is non-zero, the return value is the number of
78 (i.e., it was already signaled), the function may return zero.
/nrf52832-nimble/rt-thread/src/
H A Dclock.c30 * This function will init system tick and set it to zero.
107 * - Zero not wait
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/
H A Dpbuf.c469 * @return non-zero on failure, zero on success.
547 * @return non-zero on failure, zero on success.
578 * @return non-zero on failure, zero on success.
642 * @return non-zero on failure, zero on success.
695 * Decrements the pbuf reference count. If it reaches zero, the pbuf is
699 * up to the first pbuf which has a non-zero reference count after
744 * obtain a zero reference count after decrementing*/ in pbuf_free()
1086 /* all data in this pbuf, return zero-copy */ in pbuf_get_contiguous()
1364 * WARNING: returns zero for offset >= p->tot_len
1368 * @return byte at an offset into p OR ZERO IF 'offset' >= p->tot_len
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A Dinfblock.c30 4. If only one code exists, then it is encoded using one bit. (Zero
33 5. There is no way of sending zero distance codes--a dummy must be
37 zero distance codes, which is sent as one code of zero bits in
55 only if BitLength(i) is not zero. (Pretty obvious.)
/nrf52832-nimble/rt-thread/components/net/freemodbus/port/
H A Duser_mb_app.c202 /* filling zero to high bit */ in eMBRegCoilsCB()
217 /* xMBUtilSetBits has bug when ucNBits is zero */ in eMBRegCoilsCB()
275 /* filling zero to high bit */ in eMBRegDiscreteCB()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/uffs/
H A Duffs_device.c67 "Lock device, counter %d NOT zero?!", dev->lock.counter); in uffs_DeviceLock()
79 "Unlock device, counter %d NOT zero?!", dev->lock.counter); in uffs_DeviceUnLock()

12345678910>>...17