/external/tensorflow/tensorflow/contrib/boosted_trees/lib/learner/common/accumulators/ |
D | feature-stats-accumulator.h | 48 void AddStats(uint32 slot_id, uint32 class_id, uint32 partition_id, in AddStats() argument 50 accumulator_(stats, &feature_column_stats_[slot_id][ClassPartitionKey( in AddStats() 57 StatsType GetStats(uint32 slot_id, uint32 class_id, uint32 partition_id, in GetStats() argument 59 auto it = feature_column_stats_[slot_id].find( in GetStats() 61 return it != feature_column_stats_[slot_id].end() ? it->second in GetStats() 66 FeatureStats GetFeatureStats(uint32 slot_id) const { in GetFeatureStats() argument 67 return feature_column_stats_[slot_id]; in GetFeatureStats()
|
/external/v8/src/ic/ |
D | binary-op-assembler.h | 26 Node* slot_id, Node* feedback_vector, 30 Node* slot_id, Node* feedback_vector, 34 Node* slot_id, Node* feedback_vector, 38 Node* divisor, Node* slot_id, 42 Node* divisor, Node* slot_id, 46 Node* divisor, Node* slot_id, 55 Node* context, Node* lhs, Node* rhs, Node* slot_id, Node* feedback_vector,
|
D | binary-op-assembler.cc | 15 Node* rhs, Node* slot_id, in Generate_AddWithFeedback() argument 212 UpdateFeedback(var_type_feedback.value(), feedback_vector, slot_id); in Generate_AddWithFeedback() 217 Node* context, Node* lhs, Node* rhs, Node* slot_id, Node* feedback_vector, in Generate_BinaryOperationWithFeedback() argument 402 UpdateFeedback(var_type_feedback.value(), feedback_vector, slot_id); in Generate_BinaryOperationWithFeedback() 407 Node* rhs, Node* slot_id, in Generate_SubtractWithFeedback() argument 437 context, lhs, rhs, slot_id, feedback_vector, smiFunction, floatFunction, in Generate_SubtractWithFeedback() 442 Node* rhs, Node* slot_id, in Generate_MultiplyWithFeedback() argument 456 context, lhs, rhs, slot_id, feedback_vector, smiFunction, floatFunction, in Generate_MultiplyWithFeedback() 461 Node* context, Node* dividend, Node* divisor, Node* slot_id, in Generate_DivideWithFeedback() argument 490 context, dividend, divisor, slot_id, feedback_vector, smiFunction, in Generate_DivideWithFeedback() [all …]
|
/external/u-boot/drivers/usb/host/ |
D | xhci-mem.c | 137 int slot_id; in xhci_free_virt_devices() local 144 for (slot_id = 0; slot_id < MAX_HC_SLOTS; slot_id++) { in xhci_free_virt_devices() 145 virt_dev = ctrl->devs[slot_id]; in xhci_free_virt_devices() 149 ctrl->dcbaa->dev_context_ptrs[slot_id] = 0; in xhci_free_virt_devices() 162 ctrl->devs[slot_id] = NULL; in xhci_free_virt_devices() 439 int xhci_alloc_virt_device(struct xhci_ctrl *ctrl, unsigned int slot_id) in xhci_alloc_virt_device() argument 445 if (ctrl->devs[slot_id]) { in xhci_alloc_virt_device() 446 printf("Virt dev for slot[%d] already allocated\n", slot_id); in xhci_alloc_virt_device() 450 ctrl->devs[slot_id] = (struct xhci_virt_device *) in xhci_alloc_virt_device() 453 if (!ctrl->devs[slot_id]) { in xhci_alloc_virt_device() [all …]
|
D | xhci-ring.c | 271 void xhci_queue_command(struct xhci_ctrl *ctrl, u8 *ptr, u32 slot_id, in xhci_queue_command() argument 282 fields[3] = TRB_TYPE(cmd) | SLOT_ID_FOR_TRB(slot_id) | in xhci_queue_command() 376 xhci_writel(&ctrl->dba->doorbell[udev->slot_id], in giveback_first_trb() 487 struct xhci_ring *ring = ctrl->devs[udev->slot_id]->eps[ep_index].ring; in abort_td() 491 xhci_queue_command(ctrl, NULL, udev->slot_id, ep_index, TRB_STOP_RING); in abort_td() 495 BUG_ON(TRB_TO_SLOT_ID(field) != udev->slot_id); in abort_td() 503 != udev->slot_id || GET_COMP_CODE(le32_to_cpu( in abort_td() 508 ring->cycle_state), udev->slot_id, ep_index, TRB_SET_DEQ); in abort_td() 511 != udev->slot_id || GET_COMP_CODE(le32_to_cpu( in abort_td() 564 int slot_id = udev->slot_id; in xhci_bulk_tx() local [all …]
|
D | xhci.c | 456 virt_dev = ctrl->devs[udev->slot_id]; in xhci_configure_endpoints() 460 xhci_queue_command(ctrl, in_ctx->bytes, udev->slot_id, 0, in xhci_configure_endpoints() 464 != udev->slot_id); in xhci_configure_endpoints() 505 int slot_id = udev->slot_id; in xhci_set_configuration() local 506 struct xhci_virt_device *virt_dev = ctrl->devs[slot_id]; in xhci_set_configuration() 631 int slot_id = udev->slot_id; in xhci_address_device() local 634 virt_dev = ctrl->devs[slot_id]; in xhci_address_device() 647 xhci_queue_command(ctrl, (void *)ctrl_ctx, slot_id, 0, TRB_ADDR_DEV); in xhci_address_device() 649 BUG_ON(TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)) != slot_id); in xhci_address_device() 655 slot_id); in xhci_address_device() [all …]
|
D | xhci.h | 1253 u32 slot_id, u32 ep_index, trb_type cmd); 1265 int xhci_alloc_virt_device(struct xhci_ctrl *ctrl, unsigned int slot_id);
|
/external/libese/apps/weaver/ |
D | weaver.c | 242 uint8_t slot_id[4]; in ese_weaver_write() local 243 put_uint32(slot_id, slotId); in ese_weaver_write() 244 tx[2].base = slot_id; in ese_weaver_write() 245 tx[2].len = sizeof(slot_id); in ese_weaver_write() 296 uint8_t slot_id[4]; in ese_weaver_read() local 297 put_uint32(slot_id, slotId); in ese_weaver_read() 298 tx[2].base = slot_id; in ese_weaver_read() 299 tx[2].len = sizeof(slot_id); in ese_weaver_read() 381 uint8_t slot_id[4]; in ese_weaver_erase_value() local 382 put_uint32(slot_id, slotId); in ese_weaver_erase_value() [all …]
|
/external/libchrome/base/threading/ |
D | sequence_local_storage_map.cc | 50 void* SequenceLocalStorageMap::Get(int slot_id) { in Get() argument 51 const auto it = sls_map_.find(slot_id); in Get() 58 int slot_id, in Set() argument 60 auto it = sls_map_.find(slot_id); in Set() 63 sls_map_.emplace(slot_id, std::move(value_destructor_pair)); in Set()
|
D | sequence_local_storage_slot.cc | 20 int slot_id = g_sequence_local_storage_slot_generator.GetNext(); in GetNextSequenceLocalStorageSlotNumber() local 21 DCHECK_LT(slot_id, std::numeric_limits<int>::max()); in GetNextSequenceLocalStorageSlotNumber() 22 return slot_id; in GetNextSequenceLocalStorageSlotNumber()
|
D | sequence_local_storage_map.h | 57 void* Get(int slot_id); 61 void Set(int slot_id, ValueDestructorPair value_destructor_pair);
|
/external/v8/src/interpreter/ |
D | interpreter-assembler.cc | 706 Node* slot_id) { in IncrementCallCount() argument 709 CAST(LoadFeedbackVectorSlot(feedback_vector, slot_id, kPointerSize)); in IncrementCallCount() 716 StoreFeedbackVectorSlot(feedback_vector, slot_id, new_count, in IncrementCallCount() 722 Node* slot_id) { in CollectCallableFeedback() argument 727 LoadFeedbackVectorSlot(feedback_vector, slot_id); in CollectCallableFeedback() 795 StoreWeakReferenceInFeedbackVector(feedback_vector, slot_id, in CollectCallableFeedback() 797 ReportFeedbackUpdate(feedback_vector, slot_id, "Call:Initialize"); in CollectCallableFeedback() 808 feedback_vector, slot_id, in CollectCallableFeedback() 811 ReportFeedbackUpdate(feedback_vector, slot_id, in CollectCallableFeedback() 822 Node* slot_id) { in CollectCallFeedback() argument [all …]
|
D | interpreter-assembler.h | 153 compiler::Node* slot_id); 159 compiler::Node* slot_id); 166 compiler::Node* slot_id); 189 compiler::Node* slot_id, 198 compiler::Node* slot_id, 209 compiler::Node* slot_id,
|
D | interpreter-generator.cc | 1493 Node* slot_id = BytecodeOperandIdx(3); in JSCall() local 1498 CollectCallFeedback(function, context, feedback_vector, slot_id); in JSCall() 1516 Node* slot_id = BytecodeOperandIdx(kSlotOperandIndex); in JSCallN() local 1521 CollectCallFeedback(function, context, feedback_vector, slot_id); in JSCallN() 1667 Node* slot_id = BytecodeOperandIdx(3); in IGNITION_HANDLER() local 1672 CallJSWithSpreadAndDispatch(callable, context, args, slot_id, in IGNITION_HANDLER() 1686 Node* slot_id = BytecodeOperandIdx(3); in IGNITION_HANDLER() local 1690 slot_id, feedback_vector); in IGNITION_HANDLER() 1705 Node* slot_id = BytecodeOperandIdx(3); in IGNITION_HANDLER() local 1708 Node* result = Construct(constructor, context, new_target, args, slot_id, in IGNITION_HANDLER() [all …]
|
/external/v8/src/compiler/ |
D | bytecode-graph-builder.h | 65 VectorSlotPair CreateVectorSlotPair(int slot_id); 178 size_t arg_count, int slot_id); 180 std::initializer_list<Node*> args, int slot_id) { in BuildCall() argument 181 BuildCall(receiver_mode, args.begin(), args.size(), slot_id); in BuildCall() 241 CallFrequency ComputeCallFrequency(int slot_id) const; 245 SpeculationMode GetSpeculationMode(int slot_id) const;
|
D | bytecode-graph-builder.cc | 573 VectorSlotPair BytecodeGraphBuilder::CreateVectorSlotPair(int slot_id) { in CreateVectorSlotPair() argument 574 return VectorSlotPair(feedback_vector(), FeedbackVector::ToSlot(slot_id)); in CreateVectorSlotPair() 1565 int const slot_id = bytecode_iterator().GetIndexOperand(1); in VisitCreateRegExpLiteral() local 1566 VectorSlotPair pair = CreateVectorSlotPair(slot_id); in VisitCreateRegExpLiteral() 1578 int const slot_id = bytecode_iterator().GetIndexOperand(1); in VisitCreateArrayLiteral() local 1579 VectorSlotPair pair = CreateVectorSlotPair(slot_id); in VisitCreateArrayLiteral() 1598 int const slot_id = bytecode_iterator().GetIndexOperand(0); in VisitCreateEmptyArrayLiteral() local 1599 VectorSlotPair pair = CreateVectorSlotPair(slot_id); in VisitCreateEmptyArrayLiteral() 1609 int const slot_id = bytecode_iterator().GetIndexOperand(1); in VisitCreateObjectLiteral() local 1610 VectorSlotPair pair = CreateVectorSlotPair(slot_id); in VisitCreateObjectLiteral() [all …]
|
D | instruction-selector-impl.h | 379 int slot_id = secondary_location.AsCalleeFrameSlot(); in ToDualLocationUnallocatedOperand() local 380 return UnallocatedOperand(reg_id, slot_id, virtual_register); in ToDualLocationUnallocatedOperand()
|
/external/openssh/ |
D | pkcs11.h | 140 #define slot_id slotID macro 299 ck_slot_id_t slot_id; member 736 (ck_slot_id_t slot_id, struct ck_slot_info *info)); 738 (ck_slot_id_t slot_id, struct ck_token_info *info)); 742 (ck_slot_id_t slot_id, 746 (ck_slot_id_t slot_id, ck_mechanism_type_t type, 749 (ck_slot_id_t slot_id, unsigned char *pin, 760 (ck_slot_id_t slot_id, ck_flags_t flags, 764 _CK_DECLARE_FUNCTION (C_CloseAllSessions, (ck_slot_id_t slot_id)); 1302 #undef slot_id
|
/external/libchrome/crypto/ |
D | nss_util.cc | 422 CK_SLOT_ID slot_id) { in GetTPMSlotForIdInThreadPool() argument 430 PK11SlotInfo* slot = SECMOD_LookupSlot(chaps_module->moduleID, slot_id); in GetTPMSlotForIdInThreadPool() 432 LOG(ERROR) << "TPM slot " << slot_id << " not found."; in GetTPMSlotForIdInThreadPool() 471 CK_SLOT_ID slot_id) { in InitializeTPMForChromeOSUser() argument 489 slot_id, tpm_args_ptr), in InitializeTPMForChromeOSUser() 859 CK_SLOT_ID slot_id) { in InitializeTPMForChromeOSUser() argument 860 g_nss_singleton.Get().InitializeTPMForChromeOSUser(username_hash, slot_id); in InitializeTPMForChromeOSUser()
|
D | nss_util_internal.h | 89 CK_SLOT_ID slot_id);
|
/external/autotest/client/bin/input/ |
D | input_device.py | 320 slot_id = self._convert_slot_index_to_slot_id(slot_index) 321 self.mt_slots[slot_index][c].value = values[slot_id] 597 slot_id = self._convert_slot_index_to_slot_id(slot_index) 598 slot_dict[slot_id] = slot 603 for slot_id, slot in slot_dict.items(): 604 print 'slot #%d' % slot_id
|
/external/u-boot/board/freescale/p1022ds/ |
D | p1022ds.c | 173 enum slot_id { enum 230 enum slot_id slot = serdes_dev_slot[srds_cfg][device]; in board_serdes_name()
|
/external/u-boot/board/gdsys/p1022/ |
D | controlcenterd.c | 147 enum slot_id { enum 204 enum slot_id slot = serdes_dev_slot[srds_cfg][device]; in board_serdes_name()
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/xhci-hcd/xhci_address_ctx/ |
D | format | 14 field:int slot_id; offset:36; size:4; signed:1;
|
/external/cros/system_api/dbus/chaps/ |
D | ck_structs.proto | 26 optional uint64 slot_id = 1; field
|