HomeSort by relevance Sort by last modified time
    Searched refs:slot_index (Results 1 - 25 of 68) sorted by null

1 2 3

  /system/media/alsa_utils/
alsa_format.c 93 int slot_index, bit_index, table_index; local
95 for (slot_index = 0; slot_index < num_slots && table_index < table_size; slot_index++) {
99 if (table_index >= 2 && (mask->bits[slot_index] & bit_mask) != 0) {
alsa_logging.c 42 size_t slot_index, bit_index; local
44 for (slot_index = 0; slot_index < num_slots; slot_index++) {
47 strcat(buff, (mask->bits[slot_index] & bit_mask) != 0 ? "1" : "0");
50 if (slot_index < num_slots - 1) {
alsa_device_profile.c 260 int slot_index, bit_index, table_index; local
263 for (slot_index = 0; slot_index < num_slots && table_index < table_size;
264 slot_index++) {
269 if ((mask->bits[slot_index] & bit_mask) != 0) {
  /external/v8/src/ast/
context-slot-cache.cc 48 int slot_index) {
51 DCHECK(slot_index > kNotFound);
60 Value(mode, init_flag, maybe_assigned_flag, slot_index - kNotFound)
63 ValidateEntry(data, name, mode, init_flag, maybe_assigned_flag, slot_index);
78 int slot_index) {
91 DCHECK(result.index() + kNotFound == slot_index);
context-slot-cache.h 29 MaybeAssignedFlag maybe_assigned_flag, int slot_index);
50 MaybeAssignedFlag maybe_assigned_flag, int slot_index);
scopeinfo.cc 700 String* ScopeInfo::ContextSlotName(int slot_index) {
701 int const var = slot_index - Context::MIN_CONTEXT_SLOTS;
    [all...]
  /external/curl/lib/
hash.c 321 iter->slot_index = 0;
337 for(i = iter->slot_index;i < h->slots;i++) {
340 iter->slot_index = i+1;
373 if(iter.slot_index != last_index) {
374 fprintf(stderr, "index %d:", iter.slot_index);
378 last_index = iter.slot_index;
hash.h 67 int slot_index; member in struct:curl_hash_iterator
  /external/v8/src/
contexts.cc 45 int slot_index = ScopeInfo::ContextSlotIndex( local
49 if (slot_index >= 0) {
51 result->slot_index = slot_index;
247 *index = r.slot_index;
313 int slot_index = ScopeInfo::ContextSlotIndex(scope_info, name, &mode, local
315 DCHECK(slot_index < 0 || slot_index >= MIN_CONTEXT_SLOTS);
316 if (slot_index >= 0) {
319 slot_index, mode)
    [all...]
code-stub-assembler.h 334 compiler::Node* LoadContextElement(compiler::Node* context, int slot_index);
336 compiler::Node* slot_index);
337 compiler::Node* StoreContextElement(compiler::Node* context, int slot_index,
340 compiler::Node* slot_index,
    [all...]
  /external/v8/src/interpreter/
bytecode-array-builder.h 92 // Load the object at |slot_index| at |depth| in the context chain starting
94 BytecodeArrayBuilder& LoadContextSlot(Register context, int slot_index,
97 // Stores the object in the accumulator into |slot_index| at |depth| in the
99 BytecodeArrayBuilder& StoreContextSlot(Register context, int slot_index,
137 // Lookup the variable with |name|, which is known to be at |slot_index| at
142 int slot_index, int depth);
bytecode-array-builder.cc 460 int slot_index,
463 OutputLdaCurrentContextSlot(slot_index);
465 OutputLdaContextSlot(context, slot_index, depth);
471 int slot_index,
474 OutputStaCurrentContextSlot(slot_index);
476 OutputStaContextSlot(context, slot_index, depth);
494 const Handle<String> name, TypeofMode typeof_mode, int slot_index,
498 OutputLdaLookupContextSlotInsideTypeof(name_index, slot_index, depth);
501 OutputLdaLookupContextSlot(name_index, slot_index, depth);
    [all...]
interpreter.cc 509 // LdaContextSlot <context> <slot_index> <depth>
511 // Load the object in |slot_index| of the context at |depth| in the context
516 Node* slot_index = __ BytecodeOperandIdx(1); local
519 Node* result = __ LoadContextElement(slot_context, slot_index);
524 // LdaCurrentContextSlot <slot_index>
526 // Load the object in |slot_index| of the current context into the accumulator.
528 Node* slot_index = __ BytecodeOperandIdx(0); local
530 Node* result = __ LoadContextElement(slot_context, slot_index);
535 // StaContextSlot <context> <slot_index> <depth>
537 // Stores the object in the accumulator into |slot_index| of the context a
543 Node* slot_index = __ BytecodeOperandIdx(1); local
556 Node* slot_index = __ BytecodeOperandIdx(0); local
592 Node* slot_index = __ BytecodeOperandIdx(1); local
971 Node* slot_index = __ BytecodeOperandIdx(1); local
985 Node* slot_index = __ BytecodeOperandIdx(1); local
1126 Node* slot_index = __ BytecodeOperandIdx(1); local
1187 type_feedback_vector, slot_index); local
1256 Node* slot_index = __ BytecodeOperandIdx(2); local
1275 type_feedback_vector, slot_index); local
1310 Node* slot_index = __ BytecodeOperandIdx(2); local
1329 type_feedback_vector, slot_index); local
1361 Node* slot_index = __ BytecodeOperandIdx(2); local
1374 type_feedback_vector, slot_index); local
1389 Node* slot_index = __ BytecodeOperandIdx(2); local
1402 type_feedback_vector, slot_index); local
1418 Node* slot_index = __ BytecodeOperandIdx(2); local
1432 type_feedback_vector, slot_index); local
1448 Node* slot_index = __ BytecodeOperandIdx(2); local
1462 type_feedback_vector, slot_index); local
1479 Node* slot_index = __ BytecodeOperandIdx(0); local
    [all...]
  /external/autotest/client/bin/input/
input_device.py 319 for slot_index in range(self.num_slots):
320 slot_id = self._convert_slot_index_to_slot_id(slot_index)
321 self.mt_slots[slot_index][c].value = values[slot_id]
589 for slot_index in range(self.num_slots):
590 slot = self.mt_slots[slot_index]
593 slot_id = self._convert_slot_index_to_slot_id(slot_index)
  /toolchain/binutils/binutils-2.25/cpu/
frv.opc 850 int slot_index;
858 slot_index = vliw->next_slot;
859 if (slot_index >= FRV_VLIW_SIZE)
886 if (slot_index <= 0)
906 vliw->major[slot_index] = major;
907 vliw->insn[slot_index] = insn;
    [all...]
  /external/v8/src/ic/arm64/
ic-arm64.cc 405 int slot_index = dummy_vector->GetIndex( local
408 __ Mov(slot, Operand(Smi::FromInt(slot_index)));
  /external/v8/src/ic/x64/
ic-x64.cc 319 int slot_index = dummy_vector->GetIndex( local
322 __ Move(slot, Smi::FromInt(slot_index));
  /external/v8/src/compiler/
js-global-object-specialization.cc 261 result->index = lookup_result.slot_index;
bytecode-graph-builder.cc 904 uint32_t slot_index = bytecode_iterator().GetIndexOperand(1); local
1440 int slot_index = bytecode_iterator().GetIndexOperand(1); local
    [all...]
  /hardware/intel/img/psb_video/src/
tng_hostcode.c 878 int slot_index = 0; local
    [all...]
  /external/v8/src/ic/arm/
ic-arm.cc 442 int slot_index = dummy_vector->GetIndex( local
445 __ mov(slot, Operand(Smi::FromInt(slot_index)));
  /external/v8/src/ic/mips/
ic-mips.cc 417 int slot_index = dummy_vector->GetIndex( local
420 __ li(slot, Operand(Smi::FromInt(slot_index)));
  /external/v8/src/ic/mips64/
ic-mips64.cc 420 int slot_index = dummy_vector->GetIndex( local
423 __ li(slot, Operand(Smi::FromInt(slot_index)));
  /external/v8/src/ic/ppc/
ic-ppc.cc 439 int slot_index = dummy_vector->GetIndex( local
442 __ LoadSmiLiteral(slot, Smi::FromInt(slot_index));
  /external/v8/src/ic/s390/
ic-s390.cc 433 int slot_index = dummy_vector->GetIndex( local
436 __ LoadSmiLiteral(slot, Smi::FromInt(slot_index));

Completed in 544 milliseconds

1 2 3