HomeSort by relevance Sort by last modified time
    Searched defs:slot_id (Results 1 - 12 of 12) sorted by null

  /external/valgrind/memcheck/tests/solaris/
pkcs11.c 36 CK_SLOT_ID slot_id = slots[i]; local
39 ret = C_GetMechanismList(slot_id, NULL, &mech_count);
51 ret = C_GetMechanismList(slot_id, mechs, &mech_count);
  /packages/apps/Stk/src/com/android/stk/
StkCmdReceiver.java 59 int slot_id = intent.getIntExtra(StkAppService.SLOT_ID, 0); local
62 args.putInt(StkAppService.SLOT_ID, slot_id);
86 "args: " + args + ", slot id: " + slot_id);
  /external/libese/apps/weaver/
weaver.c 242 uint8_t slot_id[4]; local
243 put_uint32(slot_id, slotId);
244 tx[2].base = slot_id;
245 tx[2].len = sizeof(slot_id);
296 uint8_t slot_id[4]; local
297 put_uint32(slot_id, slotId);
298 tx[2].base = slot_id;
299 tx[2].len = sizeof(slot_id);
381 uint8_t slot_id[4]; local
382 put_uint32(slot_id, slotId)
    [all...]
  /frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
GraphicBufferSource.h 243 typedef int slot_id; typedef in class:android::GraphicBufferSource
246 KeyedVector<slot_id, std::shared_ptr<CachedBuffer>> mBufferSlots;
268 bool discardBufferInSlot_l(slot_id i);
  /external/v8/src/compiler/
instruction-selector-impl.h 296 int slot_id = secondary_location.AsCalleeFrameSlot(); local
297 return UnallocatedOperand(reg_id, slot_id, virtual_register);
bytecode-graph-builder.cc 541 VectorSlotPair BytecodeGraphBuilder::CreateVectorSlotPair(int slot_id) {
543 if (slot_id >= FeedbackVector::kReservedIndexCount) {
544 slot = feedback_vector()->ToSlot(slot_id);
1164 int const slot_id = bytecode_iterator().GetIndexOperand(1); local
1324 int const slot_id = bytecode_iterator().GetIndexOperand(3); local
1483 int const slot_id = bytecode_iterator().GetIndexOperand(3); local
    [all...]
register-allocator.cc 2427 int slot_id = preassigned.second; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
xtensa-isa.c 605 int slot_id;
610 slot_id = intisa->formats[fmt].slot_id[slot];
611 return xtensa_opcode_lookup (isa, intisa->slots[slot_id].nop_name);
620 int slot_id;
625 slot_id = intisa->formats[fmt].slot_id[slot];
626 (*intisa->slots[slot_id].get_fn) (insn, slotbuf);
636 int slot_id;
641 slot_id = intisa->formats[fmt].slot_id[slot]
602 int slot_id; local
617 int slot_id; local
633 int slot_id; local
696 int slot_id; local
719 int slot_id; local
955 int slot_id; local
992 int slot_id; local
1040 int slot_id; local
    [all...]
  /toolchain/binutils/binutils-2.25/include/
xtensa-isa-internal.h 62 int *slot_id; /* Array[num_slots] of slot IDs. */ member in struct:xtensa_format_internal_struct
117 xtensa_opcode_encode_fn *encode_fns; /* Array[slot_id]. */
  /external/curl/lib/vtls/
nss.c 390 const int slot_id = (cacert) ? 0 : 1; local
391 char *slot_name = aprintf("PEM Token #%d", slot_id);
    [all...]
  /external/v8/src/interpreter/
interpreter.cc 2157 Node* slot_id = __ BytecodeOperandIdx(3); local
2335 Node* slot_id = __ BytecodeOperandIdx(3); local
    [all...]
  /external/openssh/
pkcs11.h 140 #define slot_id slotID macro
299 ck_slot_id_t slot_id; member in struct:ck_session_info
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 macro
    [all...]

Completed in 946 milliseconds