Home
last modified time | relevance | path

Searched defs:slot_id (Results 1 – 23 of 23) sorted by relevance

/external/tensorflow/tensorflow/contrib/boosted_trees/lib/learner/common/accumulators/
Dfeature-stats-accumulator.h48 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/
Dbinary-op-assembler.cc15 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/
Dsequence_local_storage_map.cc50 void* SequenceLocalStorageMap::Get(int slot_id) { in Get()
58 int slot_id, in Set()
Dsequence_local_storage_slot.cc20 int slot_id = g_sequence_local_storage_slot_generator.GetNext(); in GetNextSequenceLocalStorageSlotNumber() local
/external/libese/apps/weaver/
Dweaver.c242 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/
Dxhci-mem.c137 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
Dxhci-ring.c271 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
Dxhci.c505 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/
Dck_structs.proto26 optional uint64 slot_id = 1; field
/external/v8/src/compiler/
Dbytecode-graph-builder.cc573 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 …]
Dbytecode-graph-builder.h180 std::initializer_list<Node*> args, int slot_id) { in BuildCall()
Dinstruction-selector-impl.h379 int slot_id = secondary_location.AsCalleeFrameSlot(); in ToDualLocationUnallocatedOperand() local
Dinstruction.h227 UnallocatedOperand(int reg_id, int slot_id, int virtual_register) in UnallocatedOperand()
Dregister-allocator.cc2439 int slot_id = preassigned.second; in BuildLiveRanges() local
/external/libchrome/crypto/
Dnss_util.cc422 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/
Dp1022ds.c173 enum slot_id { enum
/external/v8/src/interpreter/
Dinterpreter-assembler.cc706 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()
Dinterpreter-generator.cc1493 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/
Dcontrolcenterd.c147 enum slot_id { enum
/external/u-boot/include/
Dusb.h150 unsigned int slot_id; member
/external/openssh/
Dpkcs11.h140 #define slot_id slotID macro
299 ck_slot_id_t slot_id; member
/external/curl/lib/vtls/
Dnss.c454 const int slot_id = (cacert) ? 0 : 1; in nss_create_object() local
/external/v8/src/
Dcode-stub-assembler.cc9086 Node* slot_id) { in UpdateFeedback()
9108 SloppyTNode<FeedbackVector> feedback_vector, SloppyTNode<IntPtrT> slot_id, in ReportFeedbackUpdate()