Searched refs:sz (Results 1 - 6 of 6) sorted by relevance
/vendor/hisilicon/hispark_pegasus/demo/coap_demo/ |
H A D | cjson_init.c | 20 static void *CJsonMalloc(size_t sz) in CJsonMalloc() argument 22 return hi_malloc(0, sz); in CJsonMalloc()
|
/vendor/hisilicon/hispark_pegasus/demo/iottencent_demo/ |
H A D | cjson_init.c | 20 static void *cJsonMalloc(size_t sz) in cJsonMalloc() argument 22 return hi_malloc(0, sz); in cJsonMalloc()
|
/vendor/hisilicon/hispark_pegasus/demo/mqtt_demo/ |
H A D | cjson_init.c | 20 static void *cJsonMalloc(size_t sz) in cJsonMalloc() argument 22 return hi_malloc(0, sz); in cJsonMalloc()
|
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/ |
H A D | cjson_init.c | 20 static void *CJsonMalloc(size_t sz) in CJsonMalloc() argument 22 return hi_malloc(0, sz); in CJsonMalloc()
|
/vendor/hihope/rk3568/bluetooth/src/ |
H A D | upio.c | 141 int fd, sz, id; in init_rfkill() local 155 sz = read(fd, &buf, sizeof(buf)); in init_rfkill() 158 if (sz >= (int)strlen("bluetooth") && memcmp(buf, "bluetooth", strlen("bluetooth")) == 0) { in init_rfkill() 278 int sz; in upio_set_bluetooth_power() local 324 sz = write(fd, &buffer, 1); in upio_set_bluetooth_power() 325 if (sz < 0) { in upio_set_bluetooth_power()
|
/vendor/hihope/dayu210/bluetooth/src/ |
H A D | upio.c | 155 int sz = read(fd, &buf, sizeof(buf)); in init_rfkill() local 158 if (sz >= (int)strlen("bluetooth") && memcmp(buf, "bluetooth", strlen("bluetooth")) == 0) { in init_rfkill() 278 int sz; in upio_set_bluetooth_power() local 324 sz = write(fd, &buffer, 1); in upio_set_bluetooth_power() 325 if (sz < 0) { in upio_set_bluetooth_power()
|
Completed in 2 milliseconds