Home
last modified time | relevance | path

Searched refs:slot_id (Results 1 – 22 of 22) 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() 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/libese/apps/weaver/
Dweaver.c242 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/valgrind/memcheck/tests/solaris/
Dpkcs11.c36 CK_SLOT_ID slot_id = slots[i]; in main() local
39 ret = C_GetMechanismList(slot_id, NULL, &mech_count); in main()
51 ret = C_GetMechanismList(slot_id, mechs, &mech_count); in main()
/external/v8/src/interpreter/
Dinterpreter-assembler.cc545 Node* slot_id) { in IncrementCallCount() argument
547 Node* call_count_slot = IntPtrAdd(slot_id, IntPtrConstant(1)); in IncrementCallCount()
557 Node* slot_id, in CallJSWithFeedback() argument
582 Node* feedback_element = LoadFixedArrayElement(feedback_vector, slot_id); in CallJSWithFeedback()
595 IncrementCallCount(feedback_vector, slot_id); in CallJSWithFeedback()
630 IncrementCallCount(feedback_vector, slot_id); in CallJSWithFeedback()
675 CreateWeakCellInFeedbackVector(feedback_vector, SmiTag(slot_id), in CallJSWithFeedback()
684 CreateAllocationSiteInFeedbackVector(feedback_vector, SmiTag(slot_id)); in CallJSWithFeedback()
699 feedback_vector, slot_id, in CallJSWithFeedback()
710 IncrementCallCount(feedback_vector, slot_id); in CallJSWithFeedback()
[all …]
Dinterpreter-assembler.h116 compiler::Node* slot_id);
126 compiler::Node* slot_id,
153 compiler::Node* arg_count, compiler::Node* slot_id,
Dinterpreter.cc2157 Node* slot_id = __ BytecodeOperandIdx(3); in DoJSCall() local
2162 slot_id, feedback_vector, tail_call_mode); in DoJSCall()
2335 Node* slot_id = __ BytecodeOperandIdx(3); in DoConstruct() local
2339 args_count, slot_id, feedback_vector); in DoConstruct()
/external/libchrome/crypto/
Dnss_util.cc465 CK_SLOT_ID slot_id) { in GetTPMSlotForIdOnWorkerThread() argument
473 PK11SlotInfo* slot = SECMOD_LookupSlot(chaps_module->moduleID, slot_id); in GetTPMSlotForIdOnWorkerThread()
475 LOG(ERROR) << "TPM slot " << slot_id << " not found."; in GetTPMSlotForIdOnWorkerThread()
514 CK_SLOT_ID slot_id) { in InitializeTPMForChromeOSUser() argument
530 base::Bind(&NSSInitSingleton::InitializeTPMTokenOnWorkerThread, slot_id, in InitializeTPMForChromeOSUser()
943 CK_SLOT_ID slot_id) { in InitializeTPMForChromeOSUser() argument
944 g_nss_singleton.Get().InitializeTPMForChromeOSUser(username_hash, slot_id); in InitializeTPMForChromeOSUser()
Dnss_util_internal.h89 CK_SLOT_ID slot_id);
/external/autotest/client/bin/input/
Dinput_device.py320 slot_id = self._convert_slot_index_to_slot_id(slot_index)
321 self.mt_slots[slot_index][c].value = values[slot_id]
593 slot_id = self._convert_slot_index_to_slot_id(slot_index)
594 slot_dict[slot_id] = slot
599 for slot_id, slot in slot_dict.items():
600 print 'slot #%d' % slot_id
/external/perfetto/src/ftrace_reader/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/xhci-hcd/xhci_address_ctx/
Dformat14 field:int slot_id; offset:36; size:4; signed:1;
/external/v8/src/compiler/
Dbytecode-graph-builder.h56 VectorSlotPair CreateVectorSlotPair(int slot_id);
184 float ComputeCallFrequency(int slot_id) const;
Dbytecode-graph-builder.cc541 VectorSlotPair BytecodeGraphBuilder::CreateVectorSlotPair(int slot_id) { in CreateVectorSlotPair() argument
543 if (slot_id >= FeedbackVector::kReservedIndexCount) { in CreateVectorSlotPair()
544 slot = feedback_vector()->ToSlot(slot_id); in CreateVectorSlotPair()
1164 int const slot_id = bytecode_iterator().GetIndexOperand(1); in VisitCreateClosure() local
1165 VectorSlotPair pair = CreateVectorSlotPair(slot_id); in VisitCreateClosure()
1324 int const slot_id = bytecode_iterator().GetIndexOperand(3); in BuildCall() local
1325 VectorSlotPair feedback = CreateVectorSlotPair(slot_id); in BuildCall()
1327 float const frequency = ComputeCallFrequency(slot_id); in BuildCall()
1483 int const slot_id = bytecode_iterator().GetIndexOperand(3); in VisitConstruct() local
1484 VectorSlotPair feedback = CreateVectorSlotPair(slot_id); in VisitConstruct()
[all …]
Dinstruction-selector-impl.h296 int slot_id = secondary_location.AsCalleeFrameSlot(); in ToDualLocationUnallocatedOperand() local
297 return UnallocatedOperand(reg_id, slot_id, virtual_register); in ToDualLocationUnallocatedOperand()
Dinstruction.h230 UnallocatedOperand(int reg_id, int slot_id, int virtual_register) in UnallocatedOperand() argument
233 value_ |= SecondaryStorageField::encode(slot_id); in UnallocatedOperand()
Dregister-allocator.cc2427 int slot_id = preassigned.second; in BuildLiveRanges() local
2431 spill->set_assigned_slot(slot_id); in BuildLiveRanges()
/external/cros/system_api/dbus/chaps/
Dck_structs.proto26 optional uint64 slot_id = 1; field
/external/v8/src/
Dcode-stubs.cc524 compiler::Node* slot_id, in BINARY_OP_STUB()
725 slot_id); in BINARY_OP_STUB()
732 compiler::Node* slot_id, compiler::Node* feedback_vector, in Generate() argument
918 slot_id); in Generate()
926 compiler::Node* slot_id, compiler::Node* feedback_vector, in Generate() argument
1079 slot_id); in Generate()
1087 compiler::Node* divisor, compiler::Node* slot_id, in Generate() argument
1299 slot_id); in Generate()
1306 compiler::Node* divisor, compiler::Node* slot_id, in Generate() argument
1460 slot_id); in Generate()
Dcode-stubs.h351 compiler::Node* right, compiler::Node* slot_id, \
361 compiler::Node* slot_id); \
Dcode-stub-assembler.h1073 void UpdateFeedback(Node* feedback, Node* feedback_vector, Node* slot_id);
Dcode-stub-assembler.cc5566 Node* slot_id) { in UpdateFeedback() argument
5570 Node* previous_feedback = LoadFixedArrayElement(feedback_vector, slot_id); in UpdateFeedback()
5572 StoreFixedArrayElement(feedback_vector, slot_id, combined_feedback, in UpdateFeedback()
/external/autotest/client/site_tests/firmware_TouchMTB/
Dvalidators.py1336 for slot_id, slot in self.slot_dict.items():
1337 self.log_details('slot %d:' % slot_id)
/external/curl/lib/vtls/
Dnss.c423 const int slot_id = (cacert) ? 0 : 1; in nss_create_object() local
424 char *slot_name = aprintf("PEM Token #%d", slot_id); in nss_create_object()