/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() 57 StatsType GetStats(uint32 slot_id, uint32 class_id, uint32 partition_id, in GetStats() 66 FeatureStats GetFeatureStats(uint32 slot_id) const { in GetFeatureStats()
|
/external/v8/src/ic/ |
D | binary-op-assembler.cc | 15 Node* rhs, Node* slot_id, in Generate_AddWithFeedback() 217 Node* context, Node* lhs, Node* rhs, Node* slot_id, Node* feedback_vector, in Generate_BinaryOperationWithFeedback() 407 Node* rhs, Node* slot_id, in Generate_SubtractWithFeedback() 442 Node* rhs, Node* slot_id, in Generate_MultiplyWithFeedback() 461 Node* context, Node* dividend, Node* divisor, Node* slot_id, in Generate_DivideWithFeedback() 495 Node* context, Node* dividend, Node* divisor, Node* slot_id, in Generate_ModulusWithFeedback() 513 Node* context, Node* base, Node* exponent, Node* slot_id, in Generate_ExponentiateWithFeedback()
|
/external/libchrome/base/threading/ |
D | sequence_local_storage_map.cc | 50 void* SequenceLocalStorageMap::Get(int slot_id) { in Get() 58 int slot_id, in Set()
|
D | sequence_local_storage_slot.cc | 20 int slot_id = g_sequence_local_storage_slot_generator.GetNext(); in GetNextSequenceLocalStorageSlotNumber() local
|
/external/libese/apps/weaver/ |
D | weaver.c | 242 uint8_t slot_id[4]; in ese_weaver_write() local 296 uint8_t slot_id[4]; in ese_weaver_read() local 381 uint8_t slot_id[4]; in ese_weaver_erase_value() local
|
/external/u-boot/drivers/usb/host/ |
D | xhci-mem.c | 137 int slot_id; in xhci_free_virt_devices() local 439 int xhci_alloc_virt_device(struct xhci_ctrl *ctrl, unsigned int slot_id) in xhci_alloc_virt_device() 723 int slot_id = udev->slot_id; in xhci_setup_addressable_virt_dev() local
|
D | xhci-ring.c | 271 void xhci_queue_command(struct xhci_ctrl *ctrl, u8 *ptr, u32 slot_id, in xhci_queue_command() 564 int slot_id = udev->slot_id; in xhci_bulk_tx() local 758 int slot_id = udev->slot_id; in xhci_ctrl_tx() local
|
D | xhci.c | 505 int slot_id = udev->slot_id; in xhci_set_configuration() local 631 int slot_id = udev->slot_id; in xhci_address_device() local 763 unsigned int slot_id = udev->slot_id; in xhci_check_maxpacket() local 1410 int slot_id = udev->slot_id; in xhci_update_hub_device() local
|
/external/cros/system_api/dbus/chaps/ |
D | ck_structs.proto | 26 optional uint64 slot_id = 1; field
|
/external/v8/src/compiler/ |
D | bytecode-graph-builder.cc | 573 VectorSlotPair BytecodeGraphBuilder::CreateVectorSlotPair(int slot_id) { in CreateVectorSlotPair() 1565 int const slot_id = bytecode_iterator().GetIndexOperand(1); in VisitCreateRegExpLiteral() local 1578 int const slot_id = bytecode_iterator().GetIndexOperand(1); in VisitCreateArrayLiteral() local 1598 int const slot_id = bytecode_iterator().GetIndexOperand(0); in VisitCreateEmptyArrayLiteral() local 1609 int const slot_id = bytecode_iterator().GetIndexOperand(1); in VisitCreateObjectLiteral() local 1711 int slot_id) { in BuildCall() 1769 int const slot_id = bytecode_iterator().GetIndexOperand(3); in BuildCallVarArgs() local 1793 int const slot_id = bytecode_iterator().GetIndexOperand(2); in VisitCallProperty0() local 1805 int const slot_id = bytecode_iterator().GetIndexOperand(3); in VisitCallProperty1() local 1819 int const slot_id = bytecode_iterator().GetIndexOperand(4); in VisitCallProperty2() local [all …]
|
D | bytecode-graph-builder.h | 180 std::initializer_list<Node*> args, int slot_id) { in BuildCall()
|
D | instruction-selector-impl.h | 379 int slot_id = secondary_location.AsCalleeFrameSlot(); in ToDualLocationUnallocatedOperand() local
|
D | instruction.h | 227 UnallocatedOperand(int reg_id, int slot_id, int virtual_register) in UnallocatedOperand()
|
D | register-allocator.cc | 2439 int slot_id = preassigned.second; in BuildLiveRanges() local
|
/external/libchrome/crypto/ |
D | nss_util.cc | 422 CK_SLOT_ID slot_id) { in GetTPMSlotForIdInThreadPool() 471 CK_SLOT_ID slot_id) { in InitializeTPMForChromeOSUser() 859 CK_SLOT_ID slot_id) { in InitializeTPMForChromeOSUser()
|
/external/u-boot/board/freescale/p1022ds/ |
D | p1022ds.c | 173 enum slot_id { enum
|
/external/v8/src/interpreter/ |
D | interpreter-assembler.cc | 706 Node* slot_id) { in IncrementCallCount() 722 Node* slot_id) { in CollectCallableFeedback() 822 Node* slot_id) { in CollectCallFeedback() 900 Node* function, Node* context, const RegListNodePair& args, Node* slot_id, in CallJSWithSpreadAndDispatch() 923 Node* slot_id, Node* feedback_vector) { in Construct() 1102 Node* slot_id, in ConstructWithSpread()
|
D | interpreter-generator.cc | 1493 Node* slot_id = BytecodeOperandIdx(3); in JSCall() local 1516 Node* slot_id = BytecodeOperandIdx(kSlotOperandIndex); in JSCallN() local 1667 Node* slot_id = BytecodeOperandIdx(3); in IGNITION_HANDLER() local 1686 Node* slot_id = BytecodeOperandIdx(3); in IGNITION_HANDLER() local 1705 Node* slot_id = BytecodeOperandIdx(3); in IGNITION_HANDLER() local 1829 Node* slot_id = BytecodeOperandIdx(1); in IGNITION_HANDLER() local 2321 Node* slot_id = BytecodeOperandIdx(1); in IGNITION_HANDLER() local 2337 Node* slot_id = BytecodeOperandIdx(1); in IGNITION_HANDLER() local 2375 Node* slot_id = BytecodeOperandIdx(0); in IGNITION_HANDLER() local 2390 Node* slot_id = BytecodeOperandIdx(1); in IGNITION_HANDLER() local
|
/external/u-boot/board/gdsys/p1022/ |
D | controlcenterd.c | 147 enum slot_id { enum
|
/external/u-boot/include/ |
D | usb.h | 150 unsigned int slot_id; member
|
/external/openssh/ |
D | pkcs11.h | 140 #define slot_id slotID macro 299 ck_slot_id_t slot_id; member
|
/external/curl/lib/vtls/ |
D | nss.c | 454 const int slot_id = (cacert) ? 0 : 1; in nss_create_object() local
|
/external/v8/src/ |
D | code-stub-assembler.cc | 9086 Node* slot_id) { in UpdateFeedback() 9108 SloppyTNode<FeedbackVector> feedback_vector, SloppyTNode<IntPtrT> slot_id, in ReportFeedbackUpdate()
|