Home
last modified time | relevance | path

Searched refs:key_index (Results 1 – 23 of 23) sorted by relevance

/third_party/libxml2/
Dgenerate_header.py49 key_index = key.replace(" ", "")
50 if key_index not in self.configs:
59 key_index = key.replace("@", "")
60 if key_index not in self.configs:
63 value = value.replace(key, self.configs[key_index])
/third_party/mindspore/mindspore/nn/layer/
Dcontainer.py199 prefix, key_index = _get_prefix_and_index(self._cells)
205 … param.name = prefix + str(idx) + "." + ".".join(param.name.split(".")[key_index+1:])
325 prefix, key_index = _get_prefix_and_index(self._cells)
330 … param.name = prefix + str(idx) + "." + ".".join(param.name.split(".")[key_index+1:])
350 prefix, key_index = _get_prefix_and_index(self._cells)
355 … param.name = prefix + str(length) + "." + ".".join(param.name.split(".")[key_index+1:])
/third_party/flatbuffers/rust/flexbuffers/src/reader/
Dmap.rs137 fn key_index(&self, k: &str) -> Result<Reader<B>, Error> { in key_index() method
190 r.key_index(self) in index_map_reader()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Deapol_common.h72 u8 key_index; /* key flag in the most significant bit: member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Deapol_common.h72 u8 key_index; /* key flag in the most significant bit: member
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_encoder.cc526 static void emit_lithdr(grpc_chttp2_hpack_compressor* /*c*/, uint32_t key_index, in emit_lithdr() argument
537 ? GRPC_CHTTP2_VARINT_LENGTH(key_index, 2) in emit_lithdr()
538 : GRPC_CHTTP2_VARINT_LENGTH(key_index, 4); in emit_lithdr()
549 GRPC_CHTTP2_WRITE_VARINT(key_index, 2, 0x40, data, len_pfx); in emit_lithdr()
552 GRPC_CHTTP2_WRITE_VARINT(key_index, 4, 0x00, data, len_pfx); in emit_lithdr()
/third_party/boost/boost/property_map/parallel/impl/
Ddistributed_property_map.ipp82 ghost_cells_key_index_type const& key_index
87 = data->ghost_cells->template project<0>(key_index.find(key));
197 ghost_cells_key_index_type const& key_index
204 = data->ghost_cells->template project<0>(key_index.find(msg[i].first));
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Dtf_reader_op.cc179 int32_t key_index = 0; in FillIOBlockShuffle() local
195 if (key_index++ % num_devices_ == device_id_) { in FillIOBlockShuffle()
226 int32_t key_index = 0; in FillIOBlockNoShuffle() local
243 if (key_index++ % num_devices_ == device_id_) { in FillIOBlockNoShuffle()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_supp/
Deapol_supp_sm.c732 key->type, rx_key_length, key->key_index); in eapol_sm_processKey()
840 key->key_index & IEEE8021X_KEY_INDEX_FLAG ? in eapol_sm_processKey()
842 key->key_index & IEEE8021X_KEY_INDEX_MASK, key_len); in eapol_sm_processKey()
846 !!(key->key_index & IEEE8021X_KEY_INDEX_FLAG), in eapol_sm_processKey()
847 key->key_index & IEEE8021X_KEY_INDEX_MASK, in eapol_sm_processKey()
852 if (key->key_index & IEEE8021X_KEY_INDEX_FLAG) in eapol_sm_processKey()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/
Deapol_supp_sm.c717 key->type, rx_key_length, key->key_index); in eapol_sm_processKey()
825 key->key_index & IEEE8021X_KEY_INDEX_FLAG ? in eapol_sm_processKey()
827 key->key_index & IEEE8021X_KEY_INDEX_MASK, key_len); in eapol_sm_processKey()
831 key->key_index & IEEE8021X_KEY_INDEX_FLAG, in eapol_sm_processKey()
832 key->key_index & IEEE8021X_KEY_INDEX_MASK, in eapol_sm_processKey()
837 if (key->key_index & IEEE8021X_KEY_INDEX_FLAG) in eapol_sm_processKey()
/third_party/ffmpeg/libavformat/
Dmxfenc.c1744 int key_index = mxf->last_key_index; in mxf_write_index_table_segment() local
1837 mxf->last_key_index = key_index; in mxf_write_index_table_segment()
1838 key_index = i; in mxf_write_index_table_segment()
1842 int pic_num_in_gop = i - key_index; in mxf_write_index_table_segment()
1844 for (j = key_index; j < mxf->edit_units_count; j++) { in mxf_write_index_table_segment()
1850 temporal_offset = j - key_index - pic_num_in_gop; in mxf_write_index_table_segment()
1859 avio_w8(pb, key_index - i); // key frame offset in mxf_write_index_table_segment()
1861 mxf->last_key_index = key_index; in mxf_write_index_table_segment()
1877 mxf->last_key_index = key_index - mxf->edit_units_count; in mxf_write_index_table_segment()
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/
Dclean.cc353 constexpr size_t key_index = 2; in EraseExtractKeywordArg() local
354 return inputs[key_index]; in EraseExtractKeywordArg()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dieee802_1x.c190 key->key_index = idx | (broadcast ? 0 : BIT(7)); in ieee802_1x_tx_key_one()
196 key->key_index |= BIT(7); in ieee802_1x_tx_key_one()
2601 key->key_index & BIT(7) ? "uni" : "broad", in ieee802_1x_eapol_tx_status()
2602 key->key_index & ~BIT(7)); in ieee802_1x_eapol_tx_status()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dieee802_1x.c190 key->key_index = idx | (broadcast ? 0 : BIT(7)); in ieee802_1x_tx_key_one()
196 key->key_index |= BIT(7); in ieee802_1x_tx_key_one()
2608 key->key_index & BIT(7) ? "uni" : "broad", in ieee802_1x_eapol_tx_status()
2609 key->key_index & ~BIT(7)); in ieee802_1x_eapol_tx_status()
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_internal.h1365 …eat = true) { const int key_index = GImGui->IO.KeyMap[key]; return (key_index >= 0) ? Is… variable
Dimgui.cpp3985 int ImGui::GetKeyPressedAmount(int key_index, float repeat_delay, float repeat_rate) in GetKeyPressedAmount() argument
3988 if (key_index < 0) return false; in GetKeyPressedAmount()
3989 IM_ASSERT(key_index >= 0 && key_index < IM_ARRAYSIZE(g.IO.KeysDown)); in GetKeyPressedAmount()
3990 const float t = g.IO.KeysDownDuration[key_index]; in GetKeyPressedAmount()
Dimgui.h640 …IMGUI_API int GetKeyPressedAmount(int key_index, float repeat_delay, float rate); // use…
/third_party/mesa3d/src/imgui/
Dimgui_internal.h1412 …eat = true) { const int key_index = GImGui->IO.KeyMap[key]; return (key_index >= 0) ? Is… variable
Dimgui.cpp4047 int ImGui::GetKeyPressedAmount(int key_index, float repeat_delay, float repeat_rate) in GetKeyPressedAmount() argument
4050 if (key_index < 0) in GetKeyPressedAmount()
4052 IM_ASSERT(key_index >= 0 && key_index < IM_ARRAYSIZE(g.IO.KeysDown)); in GetKeyPressedAmount()
4053 const float t = g.IO.KeysDownDuration[key_index]; in GetKeyPressedAmount()
Dimgui.h647 …IMGUI_API int GetKeyPressedAmount(int key_index, float repeat_delay, float rate); // use…
/third_party/skia/third_party/externals/imgui/
Dimgui_internal.h2552 …ImGuiContext& g = *GImGui; const int key_index = g.IO.KeyMap[key]; return (key_index >= 0) ? IsKey… variable
Dimgui.cpp4700 int ImGui::GetKeyPressedAmount(int key_index, float repeat_delay, float repeat_rate) in GetKeyPressedAmount() argument
4703 if (key_index < 0) in GetKeyPressedAmount()
4705 IM_ASSERT(key_index >= 0 && key_index < IM_ARRAYSIZE(g.IO.KeysDown)); in GetKeyPressedAmount()
4706 const float t = g.IO.KeysDownDuration[key_index]; in GetKeyPressedAmount()
Dimgui.h892 …IMGUI_API int GetKeyPressedAmount(int key_index, float repeat_delay, float rate); // use…