/third_party/node/deps/v8/src/objects/ |
D | literal-objects.cc | 33 unsigned key_index) { in EncodeComputedEntry() argument 36 Flags::KeyIndexBits::encode(key_index); in EncodeComputedEntry() 156 Key key, int key_index, in AddToDictionaryTemplate() argument 172 : ComputeEnumerationIndex(key_index); in AddToDictionaryTemplate() 205 : ComputeEnumerationIndex(key_index); in AddToDictionaryTemplate() 220 if (existing_getter_index < key_index && in AddToDictionaryTemplate() 221 existing_setter_index < key_index) { in AddToDictionaryTemplate() 233 existing_getter_index < key_index) { in AddToDictionaryTemplate() 234 DCHECK_LT(key_index, existing_setter_index); in AddToDictionaryTemplate() 242 existing_setter_index < key_index) { in AddToDictionaryTemplate() [all …]
|
D | literal-objects.h | 132 Handle<Name> name, int key_index, 138 uint32_t key, int key_index,
|
D | objects-body-descriptors-inl.h | 1378 const int key_index = EphemeronHashTable::EntryToIndex(i); in IterateBody() local 1380 IterateEphemeron(obj, i.as_int(), OffsetOfElementAt(key_index), in IterateBody()
|
D | feedback-vector.cc | 1380 int key_index = index + SimpleNumberDictionary::kEntryKeyIndex; in GetSourcePositions() local 1381 Object key = types->get(key_index); in GetSourcePositions()
|
/third_party/libxml2/ |
D | generate_header.py | 49 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/node/deps/v8/src/builtins/ |
D | builtins-collections-gen.cc | 2436 void AddEntry(TNode<EphemeronHashTable> table, TNode<IntPtrT> key_index, 2482 void RemoveEntry(TNode<EphemeronHashTable> table, TNode<IntPtrT> key_index, 2488 TNode<IntPtrT> ValueIndexFromKeyIndex(TNode<IntPtrT> key_index); 2492 TNode<EphemeronHashTable> table, TNode<IntPtrT> key_index, in AddEntry() argument 2495 TNode<IntPtrT> value_index = ValueIndexFromKeyIndex(key_index); in AddEntry() 2496 UnsafeStoreFixedArrayElement(table, key_index, key, in AddEntry() 2565 TNode<IntPtrT> key_index; in FindKeyIndex() local 2567 key_index = KeyIndexFromEntry(var_entry.value()); in FindKeyIndex() 2569 UnsafeLoadFixedArrayElement(CAST(table), key_index); in FindKeyIndex() 2581 return key_index; in FindKeyIndex() [all …]
|
D | builtins-internal-gen.cc | 605 TNode<IntPtrT> key_index, in DictionarySpecificDelete() argument 610 StoreFixedArrayElement(properties, key_index, filler, SKIP_WRITE_BARRIER); in DictionarySpecificDelete() 611 StoreValueByKeyIndex<NameDictionary>(properties, key_index, filler, in DictionarySpecificDelete() 613 StoreDetailsByKeyIndex<NameDictionary>(properties, key_index, in DictionarySpecificDelete() 642 TNode<IntPtrT> key_index, in DictionarySpecificDelete() argument 647 SwissNameDictionaryDelete(properties, key_index, &shrunk, &shrunk_table); in DictionarySpecificDelete() 667 TNode<IntPtrT> key_index = var_name_index.value(); in DeleteDictionaryProperty() local 668 TNode<Uint32T> details = LoadDetailsByKeyIndex(properties, key_index); in DeleteDictionaryProperty() 672 DictionarySpecificDelete(receiver, properties, key_index, context); in DeleteDictionaryProperty()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | eapol_common.h | 72 u8 key_index; /* key flag in the most significant bit: member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | eapol_common.h | 72 u8 key_index; /* key flag in the most significant bit: member
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-classes.cc | 425 int key_index = ComputedEntryFlags::KeyIndexBits::decode(flags); in AddDescriptorsByTemplate() local 426 Smi value = Smi::FromInt(key_index + 1); // Value follows name. in AddDescriptorsByTemplate() 428 Handle<Object> key = args.at(key_index); in AddDescriptorsByTemplate() 434 isolate, elements_dictionary, element, key_index, value_kind, value); in AddDescriptorsByTemplate() 439 isolate, properties_dictionary, name, key_index, value_kind, value); in AddDescriptorsByTemplate()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_supp/ |
D | eapol_supp_sm.c | 732 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/ |
D | eapol_supp_sm.c | 717 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/ |
D | mxfenc.c | 1744 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/node/deps/v8/src/codegen/ |
D | code-stub-assembler.cc | 8235 TNode<DescriptorArray> container, TNode<IntPtrT> key_index) { in LoadKeyByKeyIndex() argument 8236 return CAST(LoadDescriptorArrayElement<HeapObject>(container, key_index, 0)); in LoadKeyByKeyIndex() 8240 TNode<DescriptorArray> container, TNode<IntPtrT> key_index) { in LoadDetailsByKeyIndex() argument 8244 container, DescriptorArray::kHeaderSize, key_index, kKeyToDetailsOffset)); in LoadDetailsByKeyIndex() 8248 TNode<DescriptorArray> container, TNode<IntPtrT> key_index) { in LoadValueByKeyIndex() argument 8251 return LoadDescriptorArrayElement<Object>(container, key_index, in LoadValueByKeyIndex() 8256 TNode<DescriptorArray> container, TNode<IntPtrT> key_index) { in LoadFieldTypeByKeyIndex() argument 8259 return LoadDescriptorArrayElement<MaybeObject>(container, key_index, in LoadFieldTypeByKeyIndex() 8323 TNode<ContainerType> container, TNode<IntPtrT> key_index) { in LoadValueByKeyIndex() argument 8329 return LoadFixedArrayElement(container, key_index, kKeyToValueOffset); in LoadValueByKeyIndex() [all …]
|
D | code-stub-assembler.h | 3050 TNode<IntPtrT> key_index); 3056 TNode<IntPtrT> key_index); 3062 TNode<IntPtrT> key_index, TNode<Smi> details); 3067 TNode<ContainerType> container, TNode<IntPtrT> key_index, 3979 TNode<IntPtrT> key_index); 3981 TNode<IntPtrT> key_index); 3983 TNode<IntPtrT> key_index); 3985 TNode<IntPtrT> key_index);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | ieee802_1x.c | 190 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/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | ieee802_1x.c | 190 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/mesa3d/src/imgui/ |
D | imgui_internal.h | 1412 …eat = true) { const int key_index = GImGui->IO.KeyMap[key]; return (key_index >= 0) ? Is… variable
|
D | imgui.cpp | 4047 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()
|
D | imgui.h | 647 …IMGUI_API int GetKeyPressedAmount(int key_index, float repeat_delay, float rate); // use…
|
/third_party/node/deps/v8/src/profiler/ |
D | heap-snapshot-generator.cc | 1257 int key_index = EphemeronHashTable::EntryToIndex(i) + in ExtractEphemeronHashTableReferences() local 1260 Object key = table.get(key_index); in ExtractEphemeronHashTableReferences() 1262 SetWeakReference(entry, key_index, key, table.OffsetOfElementAt(key_index)); in ExtractEphemeronHashTableReferences()
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_internal.h | 2552 …ImGuiContext& g = *GImGui; const int key_index = g.IO.KeyMap[key]; return (key_index >= 0) ? IsKey… variable
|
D | imgui.cpp | 4700 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()
|
D | imgui.h | 892 …IMGUI_API int GetKeyPressedAmount(int key_index, float repeat_delay, float rate); // use…
|
/third_party/node/deps/v8/src/init/ |
D | bootstrapper.cc | 6203 InternalIndex key_index(Smi::ToInt(key_indices->get(i))); in TransferNamedProperties() local 6204 Object raw_key = properties->KeyAt(key_index); in TransferNamedProperties() 6212 Handle<Object>(properties->ValueAt(key_index), isolate()); in TransferNamedProperties() 6215 PropertyDetails details = properties->DetailsAt(key_index); in TransferNamedProperties()
|