Home
last modified time | relevance | path

Searched full:same (Results 1 – 25 of 408) sorted by relevance

12345678910>>...17

/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/snmp/
H A Dasn1_enc.c246 /* next octet in same pbuf */ in snmp_asn1_enc_length()
273 /* next octet in same pbuf */ in snmp_asn1_enc_length()
339 /* next octet in same pbuf */ in snmp_asn1_enc_u32t()
358 /* next octet in same pbuf */ in snmp_asn1_enc_u32t()
414 /* next octet in same pbuf */ in snmp_asn1_enc_s32t()
476 /* next octet in same pbuf */ in snmp_asn1_enc_oid()
517 /* next octet in same pbuf */ in snmp_asn1_enc_oid()
537 /* next octet in same pbuf */ in snmp_asn1_enc_oid()
594 /* next octet in same pbuf */ in snmp_asn1_enc_raw()
H A Dasn1_dec.c133 /* next octet in same pbuf */ in snmp_asn1_dec_length()
167 /* next octet in same pbuf */ in snmp_asn1_dec_length()
194 /* next octet in same pbuf */ in snmp_asn1_dec_length()
281 /* next octet in same pbuf */ in snmp_asn1_dec_u32t()
303 /* next octet in same pbuf */ in snmp_asn1_dec_u32t()
394 /* next octet in same pbuf */ in snmp_asn1_dec_s32t()
501 /* next octet in same pbuf */ in snmp_asn1_dec_oid()
527 /* next octet in same pbuf */ in snmp_asn1_dec_oid()
559 /* next octet in same pbuf */ in snmp_asn1_dec_oid()
631 /* next octet in same pbuf */ in snmp_asn1_dec_raw()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/snmp/
H A Dsnmp_mib2_system.c68 static u8_t *syscontact_wr = NULL; /* if writable, points to the same buffer as s…
69 static u16_t *syscontact_wr_len = NULL; /* if writable, points to the same buffer as s…
76 static u8_t *sysname_wr = NULL; /* if writable, points to the same buffer as s…
77 static u16_t *sysname_wr_len = NULL; /* if writable, points to the same buffer as s…
84 static u8_t *syslocation_wr = NULL; /* if writable, points to the same buffer as …
85 static u16_t *syslocation_wr_len = NULL; /* if writable, points to the same buffer as …
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/snmp/
H A Dsnmp_mib2_system.c68 static u8_t* syscontact_wr = NULL; /* if writable, points to the same buffer as s…
69 static u16_t* syscontact_wr_len = NULL; /* if writable, points to the same buffer as s…
76 static u8_t* sysname_wr = NULL; /* if writable, points to the same buffer as s…
77 static u16_t* sysname_wr_len = NULL; /* if writable, points to the same buffer as s…
84 static u8_t* syslocation_wr = NULL; /* if writable, points to the same buffer as …
85 static u16_t* syslocation_wr_len = NULL; /* if writable, points to the same buffer as …
/nrf52832-nimble/rt-thread/components/drivers/spi/
H A Dspi_core.c119 /* not the same owner as current, re-configure SPI bus */ in rt_spi_send_then_send()
194 /* not the same owner as current, re-configure SPI bus */ in rt_spi_send_then_recv()
268 /* not the same owner as current, re-configure SPI bus */ in rt_spi_transfer()
340 /* not the same owner as current, re-configure SPI bus */ in rt_spi_transfer_message()
397 /* not the same owner as current, re-configure SPI bus */ in rt_spi_take_bus()
/nrf52832-nimble/rt-thread/components/drivers/include/ipc/
H A Dringbuffer.h24 * normal or to the mirrored buffer. If the write_index has the same value
26 * While if the write_index and the read_index are the same and within the
27 * same mirror, the buffer is empty. The ASCII art of the ringbuffer is:
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Dsys.h90 * For now we use the same magic value, but we allow this to change in future.
215 * Same as sys_sem_valid() but taking a value, not a pointer
221 * Same as sys_sem_set_invalid() but taking a value, not a pointer
309 * Same as sys_mbox_valid() but taking a value, not a pointer
315 * Same as sys_mbox_set_invalid() but taking a value, not a pointer
348 * may be the same as sys_jiffies or at least based on it.
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dsys.h90 * For now we use the same magic value, but we allow this to change in future.
250 * Same as sys_sem_valid() but taking a value, not a pointer
256 * Same as sys_sem_set_invalid() but taking a value, not a pointer
324 * The return values are the same as for the sys_arch_sem_wait() function:
393 * Same as sys_mbox_valid() but taking a value, not a pointer
399 * Same as sys_mbox_set_invalid() but taking a value, not a pointer
441 * may be the same as sys_jiffies or at least based on it.
/nrf52832-nimble/rt-thread/components/net/freemodbus/
H A Dlgpl.txt93 library does the same job as widely used non-free libraries. In this
195 distribute the same sections as part of a whole which is a work based
236 source code from the same place satisfies the requirement to
307 least three years, to give the same user the materials
313 specified materials from the same place.
340 a) Accompany the combined library with a copy of the same work
347 where to find the accompanying uncombined form of the same work.
/nrf52832-nimble/rt-thread/components/drivers/sensors/
H A Dsensor.h324 * around the X, Y and Z axis. The coordinate system is the same as is
378 * Units are m/s^2. The coordinate system is the same as is used for the
397 * The coordinate system is the same as is used for the acceleration sensor.
499 * same sensor_t::name and sensor_t::vendor.
515 * reference. That reference is allowed to drift by the same order of
521 * In the ideal case, a phone rotated and returning to the same real-world
522 * orientation should report the same game rotation vector
545 * The coordinate system is the same as is
571 * same sensor_t::name and sensor_t::vendor.
920 * All sensors of the same "type" must have a different "name".
/nrf52832-nimble/rt-thread/components/net/uip/apps/webclient/
H A Dwebclient.h192 * and may therefore not be the same as when the original GET request
204 * by the web server, and may therefore not be the same as when the
216 * server, and may therefore not be the same as when the original GET
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/
H A Dcontrib.txt44 This is a good way to see if they are used at all - the same goes for unix
50 …less the bugfix is trivial too. Do not reorganize code and rename identifiers in the same patch you
H A Dmdns.txt8 cases - but watch out if many devices on the same network try to use the same
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/
H A Dcontrib.txt44 This is a good way to see if they are used at all - the same goes for unix
50 …less the bugfix is trivial too. Do not reorganize code and rename identifiers in the same patch you
H A Dmdns.txt8 cases - but watch out if many devices on the same network try to use the same
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/
H A Dcontrib.txt44 This is a good way to see if they are used at all - the same goes for unix
54 …nless the bugfix is trivial too.Do not reorganize code and rename identifiers in the same patch you
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/include/tinycrypt/
H A Dcmac_mode.h42 * size or only partial, while CBC-MAC uses the same technique for
45 * be the same length.
70 * always assume that the AES key to be the same size as the block
H A Dccm_mode.h55 * messages that produce the same authentication tag). TinyCrypt CCM
62 * usage of the same nonce for two different messages which are
63 * encrypted with the same key destroys the security of CCM mode.
H A Dctr_mode.h43 * never reused with a same encryption key. If the counter is
50 * enciphered using a same key: q < 2^(counter size).
/nrf52832-nimble/rt-thread/components/net/uip/uip/
H A Duip_timer.c72 * Reset the timer with the same interval.
74 * This function resets the timer with the same interval that was
93 * This function restarts a timer with the same interval that was
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/
H A Dudp.c467 * Same as udp_send() but with checksum
492 * dst_ip & dst_port are expected to be in the same byte order as in the pcb.
510 * Same as udp_sendto(), but with checksum */
585 * dst_ip & dst_port are expected to be in the same byte order as in the pcb.
599 /** Same as udp_sendto_if(), but with checksum */
659 * Same as @ref udp_sendto_if, but with source address */
668 /** Same as udp_sendto_if_src(), but with checksum */
872 * ipaddr & port are expected to be in the same byte order as in the pcb.
904 /* Check for double bind and rebind of the same pcb */ in udp_bind()
974 * ipaddr & port are expected to be in the same byte order as in the pcb.
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/
H A Dudp.c482 * Same as udp_send() but with checksum
510 * dst_ip & dst_port are expected to be in the same byte order as in the pcb.
528 * Same as udp_sendto(), but with checksum */
553 * is specified using an interface index. The same approach may be used for in udp_sendto_chksum()
617 * dst_ip & dst_port are expected to be in the same byte order as in the pcb.
631 /** Same as udp_sendto_if(), but with checksum */
697 * Same as @ref udp_sendto_if, but with source address */
706 /** Same as udp_sendto_if_src(), but with checksum */
922 * ipaddr & port are expected to be in the same byte order as in the pcb.
958 /* Check for double bind and rebind of the same pcb */ in udp_bind()
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/
H A DChangeLog140 with same output buffer.
170 * src/uncompr.c: Same.
191 * src/zutil.h: Same.
/nrf52832-nimble/rt-thread/components/libc/aio/
H A Dposix_aio.c41 * If aiocbp is not NULL, then if fildes does not have the same value as the file
211 * Simultaneous asynchronous operations using the same aiocbp produce undefined
251 * status of a given asynchronous operation; thereafter, if the same aiocb structure
344 * is incapable of seeking, write operations append to the file in the same order
354 * Simultaneous asynchronous operations using the same aiocbp produce undefined
/nrf52832-nimble/rt-thread/components/net/uip/doc/
H A Duip-code-style.c9 * belong to the same module. Typically, the \defgroup is placed in
85 * should follow the statement on the same line. in code_style_example_function()

12345678910>>...17