Home
last modified time | relevance | path

Searched refs:sub (Results 1 – 22 of 22) sorted by relevance

/components/libc/posix/io/
A DREADME.md3 | sub-folders | description |
/components/drivers/hwcrypto/
A Dhw_bignum.c230 if (bignum_ctx->ops->sub) in rt_hwcrypto_bignum_sub()
232 return bignum_ctx->ops->sub(bignum_ctx, x, a, b); in rt_hwcrypto_bignum_sub()
A Dhw_bignum.h36 rt_err_t (*sub)(struct hwcrypto_bignum *bignum_ctx, member
A DKconfig162 bool "Using Hardware bignum sub operation"
/components/net/lwip/lwip-2.1.2/src/include/lwip/apps/
A Dmqtt.h189 …sub(mqtt_client_t *client, const char *topic, u8_t qos, mqtt_request_cb_t cb, void *arg, u8_t sub);
/components/net/lwip/lwip-2.0.3/src/include/lwip/apps/
A Dmqtt.h226 …sub(mqtt_client_t *client, const char *topic, u8_t qos, mqtt_request_cb_t cb, void *arg, u8_t sub);
/components/lwp/arch/arm/cortex-a/
A Dlwp_gcc.S62 sub sp, r2, #16
101 sub r1, #(10 * 4 + 4 * 4) /* {r4 - r12, lr} , {r4, r5, spsr, u_pc} */
238 sub sp, #8
/components/libc/cplusplus/cpp11/
A Datomic_8.c164 __atomic_fetch_op_8(sub, -)
/components/net/lwip/lwip-2.0.3/src/apps/httpd/
A Dhttpd.c2182 const char* ext = NULL, *sub; local
2188 sub = uri;
2190 for (sub = strstr(sub, "."); sub != NULL; sub = strstr(sub, "."))
2192 ext = sub;
2193 sub++;
/components/net/lwip/lwip-2.1.2/src/apps/http/
A Dhttpd.c2140 const char *ext = NULL, *sub; local
2146 sub = uri;
2148 for (sub = strstr(sub, "."); sub != NULL; sub = strstr(sub, ".")) {
2149 ext = sub;
2150 sub++;
/components/lwp/arch/aarch64/cortex-a/
A Dlwp_gcc.S72 sub x4, x2, #0x10
287 sub x2, x2, #0x10
/components/dfs/dfs_v1/filesystems/elmfat/
A D00history.txt83 Fixed off by one error at FAT sub-type determination.
129 Fixed f_unlink() fails to remove a sub-directory on _FS_RPATH.
328 …Fixed creating a sub-directory in the fragmented sub-directory on the exFAT volume collapses FAT c…
/components/net/lwip/lwip-2.0.3/src/apps/mqtt/
A Dmqtt.c1100 …nsub(mqtt_client_t *client, const char *topic, u8_t qos, mqtt_request_cb_t cb, void *arg, u8_t sub) in mqtt_sub_unsub() argument
1116 total_len = topic_len + 2 + 2 + (sub != 0); in mqtt_sub_unsub()
1139 …mqtt_output_append_fixed_header(&client->output, sub ? MQTT_MSG_TYPE_SUBSCRIBE : MQTT_MSG_TYPE_UNS… in mqtt_sub_unsub()
1145 if (sub != 0) { in mqtt_sub_unsub()
/components/dfs/dfs_v2/filesystems/elmfat/
A D00history.txt83 Fixed off by one error at FAT sub-type determination.
129 Fixed f_unlink() fails to remove a sub-directory on _FS_RPATH.
328 …Fixed creating a sub-directory in the fragmented sub-directory on the exFAT volume collapses FAT c…
/components/net/lwip/lwip-2.1.2/src/apps/mqtt/
A Dmqtt.c1173 …nsub(mqtt_client_t *client, const char *topic, u8_t qos, mqtt_request_cb_t cb, void *arg, u8_t sub) in mqtt_sub_unsub() argument
1190 total_len = topic_len + 2 + 2 + (sub != 0); in mqtt_sub_unsub()
1213 …mqtt_output_append_fixed_header(&client->output, sub ? MQTT_MSG_TYPE_SUBSCRIBE : MQTT_MSG_TYPE_UNS… in mqtt_sub_unsub()
1219 if (sub != 0) { in mqtt_sub_unsub()
/components/drivers/pci/
A Dprobe.c433 rt_uint8_t *sec, rt_uint8_t *sub) in pci_ea_fixed_busnrs() argument
455 *sub = ea_sub; in pci_ea_fixed_busnrs()
/components/net/lwip/lwip-1.4.1/doc/
A Dsnmp_agent.txt160 Currently only the .mgmt sub-tree is available and
/components/net/lwip/lwip-2.0.3/
A DUPGRADING54 * Continued moving stack-internal parts from abc.h to abc_priv.h in sub-folder "priv"
/components/net/lwip/lwip-2.1.2/
A DUPGRADING89 * Continued moving stack-internal parts from abc.h to abc_priv.h in sub-folder "priv"
/components/net/lwip/lwip-2.0.3/doc/doxygen/
A Dlwip.Doxyfile63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
/components/net/lwip/lwip-2.1.2/doc/doxygen/
A Dlwip.Doxyfile63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
A Dlwip.Doxyfile.cmake.in63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-

Completed in 38 milliseconds