Searched defs:parts (Results 1 – 12 of 12) sorted by relevance
/AliOS-Things-master/components/linkkit/iot_coap/server/ |
A D | CoAPPlatform.c | 13 unsigned int parts[4] = { 0 }; in platform_aton() local
|
/AliOS-Things-master/components/SDL2/src/libm/ |
A D | math_private.h | 80 } parts; member 92 } parts; member
|
/AliOS-Things-master/components/oss/src/resumable/ |
A D | ResumableDownloader.h | 40 PartRecordList parts; member
|
A D | ResumableCopier.cc | 355 auto parts = outcome.result().PartList(); in getPartsToUploadCopy() local
|
A D | ResumableUploader.cc | 339 auto parts = outcome.result().PartList(); in getPartsToUpload() local
|
/AliOS-Things-master/components/netmgr/netdev/src/ |
A D | netdev_ipaddr.c | 34 uint32_t parts[4]; in netdev_ip4addr_aton() local
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/ |
A D | ip4_addr.c | 160 u32_t parts[4]; in ip4addr_aton() local
|
/AliOS-Things-master/hardware/chip/haas1000/csi/ |
A D | flash.c | 181 struct mtd_part *parts; in get_mtd_part() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/csi_driver/spiflash/ |
A D | spiflash.c | 227 struct mtd_part *parts; in get_mtd_part() local
|
/AliOS-Things-master/components/drivers/peripheral/flash/src/ |
A D | mtd.c | 202 int aos_mtd_register(aos_mtd_t *master, const struct mtd_part *parts, int np) in aos_mtd_register()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/ |
A D | duk_config.h | 3193 #define DUK_USE_DATE_FORMAT_STRING(ctx,parts,tzoffset,flags) \ argument
|
A D | duktape.c | 31076 duk_int_t parts[DUK_DATE_IDX_NUM_PARTS]; in duk_time_to_components() local 37493 #define DUK__DPRINT_PARTS_AND_DPARTS(parts,dparts) do { \ argument 37504 #define DUK__DPRINT_PARTS(parts) do { \ argument 37651 duk_int_t parts[DUK__NUM_ISO8601_PARSER_PARTS]; in duk__parse_string_iso8601_subset() local 38068 DUK_INTERNAL void duk_bi_date_timeval_to_parts(duk_double_t d, duk_int_t *parts, duk_double_t *dpar… in duk_bi_date_timeval_to_parts() 38422 DUK_LOCAL void duk__format_parts_iso8601(duk_int_t *parts, duk_int_t tzoffset, duk_small_uint_t fla… in duk__format_parts_iso8601() 38494 duk_int_t parts[DUK_DATE_IDX_NUM_PARTS]; in duk__to_string_helper() local 38550 duk_int_t parts[DUK_DATE_IDX_NUM_PARTS]; in duk__get_part_helper() local 38582 duk_int_t parts[DUK_DATE_IDX_NUM_PARTS]; in duk__set_part_helper() local 39333 duk_int_t parts[DUK_DATE_IDX_NUM_PARTS]; in duk_bi_date_get_local_tzoffset_gmtime() local [all …]
|
Completed in 256 milliseconds