/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/examples/ |
A D | gun.c | 81 struct ind { struct 94 struct ind *me = (struct ind *)in_desc; in in() argument 200 local int lunpipe(unsigned have, z_const unsigned char *next, struct ind *indp, in lunpipe() 388 struct ind ind, *indp; in gunpipe() local 392 ind.infile = infile; in gunpipe() 393 ind.inbuf = inbuf; in gunpipe() 394 indp = &ind; in gunpipe()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/kernels/ |
A D | ctc_beam_search.h | 334 for (int ind = 0; ind < max_classes; ind++) { in Step() local 335 const int label = top_k ? top_k_indices[ind] : ind; in Step() 336 const float logit = top_k ? top_k_logits[ind] : raw_input(ind); in Step()
|
A D | ctc_beam_entry.h | 66 BeamEntry& GetChild(int ind) { in GetChild() 67 auto entry = children.emplace(ind, nullptr); in GetChild() 71 child_entry = beam_root->AddEntry(this, ind); in GetChild()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/ |
A D | backward_references_enc.c | 592 int ind; in BackwardReferencesLz77Box() local 601 for (ind = 0; ind < window_offsets_size; ++ind) { in BackwardReferencesLz77Box() 602 if (best_offset == window_offsets[ind]) { in BackwardReferencesLz77Box() 619 for (ind = 0; ind < num_ind; ++ind) { in BackwardReferencesLz77Box() 623 use_prev ? i - window_offsets_new[ind] : i - window_offsets[ind]; in BackwardReferencesLz77Box() 643 use_prev ? window_offsets_new[ind] : window_offsets[ind]; in BackwardReferencesLz77Box()
|
A D | vp8l_enc.c | 1387 const uint32_t ind = hash_functions[i](palette[j]); in ApplyPalette() local 1388 if (buffer[ind] != 0xffffu) { in ApplyPalette() 1392 buffer[ind] = j; in ApplyPalette()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/utils/jansson/ |
A D | jansson.h | 188 int json_array_set(json_t *array, size_t ind, json_t *value) in json_array_set() argument 190 return json_array_set_new(array, ind, json_incref(value)); in json_array_set() 200 int json_array_insert(json_t *array, size_t ind, json_t *value) in json_array_insert() argument 202 return json_array_insert_new(array, ind, json_incref(value)); in json_array_insert()
|
/AliOS-Things-master/components/ble_host/bt_host/hci_driver/ |
A D | bt_vendor_drv.h | 25 int bt_vendor_drv_set_rx_ind(rx_ind_cb_t ind);
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/amebad/src/hci/ |
A D | hci_uart.c | 226 static inline void receive_chars(T_HCI_UART *hci_adapter, int ind) in receive_chars() argument 234 hci_board_debug("receive_chars: hci_adapter is NULL, ind:%x, data:%x\r\n", ind, byte); in receive_chars() 254 if (ind && hci_adapter->rx_ind) in receive_chars()
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | a2dp.c | 105 .ind = &cb_ind,
|
A D | avdtp_internal.h | 148 struct bt_avdtp_ind_cb *ind; member
|
A D | gatt.c | 1868 struct bt_att_indicate *ind; in gatt_indicate() local 1884 sizeof(*ind) + params->len); in gatt_indicate() 1892 ind = net_buf_add(buf, sizeof(*ind)); in gatt_indicate() 1893 ind->handle = sys_cpu_to_le16(handle); in gatt_indicate() 1896 memcpy(ind->value, params->data, params->len); in gatt_indicate()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/inc/bluetooth/profile/client/ |
A D | simple_ble_client.h | 261 bool simp_ble_client_set_v4_ind(uint8_t conn_id, bool ind);
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/src/ble/profile/client/ |
A D | simple_ble_client.c | 207 bool simp_ble_client_set_v4_ind(uint8_t conn_id, bool ind) in simp_ble_client_set_v4_ind() argument 219 uint16_t cccd_bits = ind ? 2 : 0; in simp_ble_client_set_v4_ind()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/bt_if_enhanced/inc/ |
A D | hshf_api.h | 344 int8 hf_callerIdInd(hf_caller_id_ind_t * ind);
|