Home
last modified time | relevance | path

Searched refs:ind (Results 1 – 14 of 14) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/examples/
A Dgun.c81 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 Dctc_beam_search.h334 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 Dctc_beam_entry.h66 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 Dbackward_references_enc.c592 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 Dvp8l_enc.c1387 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 Djansson.h188 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 Dbt_vendor_drv.h25 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 Dhci_uart.c226 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 Da2dp.c105 .ind = &cb_ind,
A Davdtp_internal.h148 struct bt_avdtp_ind_cb *ind; member
A Dgatt.c1868 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 Dsimple_ble_client.h261 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 Dsimple_ble_client.c207 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 Dhshf_api.h344 int8 hf_callerIdInd(hf_caller_id_ind_t * ind);

Completed in 32 milliseconds