HomeSort by relevance Sort by last modified time
    Searched defs:sequence (Results 51 - 75 of 782) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/e2fsprogs/debugfs/
revoke.c 107 tid_t sequence; /* Used for recovery only */ member in struct:jbd2_revoke_record_s
156 record->sequence = seq;
712 tid_t sequence)
719 * latest sequence number in the hashed record */
720 if (tid_gt(sequence, record->sequence))
721 record->sequence = sequence;
724 return insert_revoke_hash(journal, blocknr, sequence);
730 * sequence number revokes all blocks in that transaction and earlie
    [all...]
  /external/e2fsprogs/e2fsck/
revoke.c 107 tid_t sequence; /* Used for recovery only */ member in struct:jbd2_revoke_record_s
156 record->sequence = seq;
712 tid_t sequence)
719 * latest sequence number in the hashed record */
720 if (tid_gt(sequence, record->sequence))
721 record->sequence = sequence;
724 return insert_revoke_hash(journal, blocknr, sequence);
730 * sequence number revokes all blocks in that transaction and earlie
    [all...]
  /external/google-breakpad/src/processor/
stackwalk_common.cc 290 int sequence = 0; local
296 sequence = PrintRegister("eip", frame_x86->context.eip, sequence);
298 sequence = PrintRegister("esp", frame_x86->context.esp, sequence);
300 sequence = PrintRegister("ebp", frame_x86->context.ebp, sequence);
302 sequence = PrintRegister("ebx", frame_x86->context.ebx, sequence);
304 sequence = PrintRegister("esi", frame_x86->context.esi, sequence)
    [all...]
  /external/kernel-headers/original/uapi/linux/
icmp.h 76 __be16 sequence; member in struct:icmphdr::__anon22868::__anon22869
if_arcnet.h 62 __be16 sequence; /* sequence number */ member in struct:arc_rfc1201
  /external/libxkbcommon/xkbcommon/test/
interactive-x11.c 192 uint16_t sequence; member in struct:xkb_event::__anon26724
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugLine.cpp 163 DWARFDebugLine::Sequence::Sequence() { reset(); }
165 void DWARFDebugLine::Sequence::reset() {
202 Sequence.reset();
206 if (Sequence.Empty) {
207 // Record the beginning of instruction sequence.
208 Sequence.Empty = false;
209 Sequence.LowPC = Row.Address;
210 Sequence.FirstRowIndex = RowNumber;
215 // Record the end of instruction sequence
582 DWARFDebugLine::Sequence sequence; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/os/
os_thread.h 196 uint64_t sequence; member in struct:__anon29403
205 barrier->sequence = 0;
225 uint64_t sequence = barrier->sequence; local
229 } while (sequence == barrier->sequence);
232 barrier->sequence++;
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
disasm-a2xx.c 614 uint32_t sequence = cf->exec.serialize; local
618 if (sequence & 0x1) {
619 disasm_fetch(dwords + alu_off * 3, alu_off, level, sequence & 0x2);
621 disasm_alu(dwords + alu_off * 3, alu_off, level, sequence & 0x2, type);
623 sequence >>= 2;
ir-a2xx.c 86 /* resolve addr/cnt/sequence fields in the individual CF's */
97 uint32_t sequence = 0; local
106 sequence <<= 2;
108 sequence |= 0x1;
110 sequence |= 0x2;
115 cf->exec.sequence = sequence;
221 assert(cf->exec.sequence <= 0xfff);
224 instr->exec.serialize = cf->exec.sequence;
ir-a2xx.h 104 uint32_t addr, cnt, sequence; member in struct:ir2_cf::__anon29499::__anon29500
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_graph.h 178 int sequence; member in class:nv50_ir::Graph
183 return ++sequence;
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
FragmentedMp4Builder.java 124 int sequence = 1; local
143 boxes.add(createMoof(startSample, endSample, track, sequence));
144 boxes.add(createMdat(startSample, endSample, track, sequence++));
269 * @param startSample low endpoint (inclusive) of the sample sequence
270 * @param endSample high endpoint (exclusive) of the sample sequence
281 * Gets the sizes of a sequence of samples-
283 * @param startSample low endpoint (inclusive) of the sample sequence
284 * @param endSample high endpoint (exclusive) of the sample sequence
300 * Creates one or more track run boxes for a given sequence.
302 * @param startSample low endpoint (inclusive) of the sample sequence
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
CertInstallerHelper.java 157 ASN1Sequence sequence = (ASN1Sequence) local
159 return BasicConstraints.getInstance(sequence).isCA();
  /external/squashfs-tools/squashfs-tools/
caches-queues-lists.h 92 long long sequence; member in union:file_buffer::__anon35255
  /external/tcpdump/
print-cnfp.c 93 uint32_t sequence; /* flow sequence number */ member in struct:nfhdr_v5
129 uint32_t sequence; /* v5 flow sequence number */ member in struct:nfhdr_v6
276 ND_PRINT((ndo, "#%u, ", EXTRACT_32BITS(&nh->sequence)));
372 ND_PRINT((ndo, "#%u, ", EXTRACT_32BITS(&nh->sequence)));
  /external/tensorflow/tensorflow/compiler/xla/service/
buffer_liveness_test.cc 168 SequentialHloOrdering::HloModuleSequence sequence; local
169 sequence.insert({entry, {param0, negate, param1, exp, add}});
172 module.get(), sequence))
    [all...]
hlo_rematerialization_test.cc 158 SequentialHloOrdering::HloModuleSequence sequence; local
165 SchedulerAlgorithm::kAuto, &sequence));
176 // sequence.
177 EXPECT_EQ(sequence.at(computation)[computation->instruction_count() - 2],
179 EXPECT_EQ(sequence.at(computation)[computation->instruction_count() - 3],
193 SequentialHloOrdering::HloModuleSequence sequence; local
198 SchedulerAlgorithm::kAuto, &sequence));
234 SequentialHloOrdering::HloModuleSequence sequence; local
239 SchedulerAlgorithm::kAuto, &sequence));
270 SequentialHloOrdering::HloModuleSequence sequence; local
312 SequentialHloOrdering::HloModuleSequence sequence; local
380 SequentialHloOrdering::HloModuleSequence sequence; local
475 SequentialHloOrdering::HloModuleSequence sequence; local
572 SequentialHloOrdering::HloModuleSequence sequence; local
    [all...]
hlo_scheduling.cc 50 // The absolute minimum memory required for a given sequence of instructions
51 // is determined by the sequence of Alloc and Free calls on a simulated heap,
65 // sequence which minimizes memory usage.
68 // Construct and return a memory-minimizing sequence of HLO instructions
375 std::vector<const HloInstruction*> sequence; local
376 FunctionVisitor visitor([&sequence](HloInstruction* hlo) {
377 sequence.push_back(hlo);
391 CHECK_EQ(sequence.size(), computation.instruction_count());
392 return sequence;
397 const std::vector<const HloInstruction*>& sequence,
463 SequentialHloOrdering::HloModuleSequence sequence; local
    [all...]
  /external/tensorflow/tensorflow/contrib/training/python/training/
sequence_queueing_state_saver.py 53 """A wrapper object for storing sequence-related input.
57 length: A scalar int containing the length of the input sequence.
58 key: A scalar string containing the unique key of the input sequence.
73 raise ValueError("must have at least one sequence tensor")
76 raise TypeError("sequence key must be string: %s" % k)
78 raise ValueError("sequence key may not have a colon: '%s'" % k)
332 "sequence", inputs.sequences, ignore_first_dimension=True)
381 For initial iterations, for which `sequence * num_unroll < length`,
425 "%05d_of_%05d:%s" % (sequence, sequence_count, original_key)
442 "%05d_of_%05d:%s" % (sequence + 1, sequence_count, original_key
459 def sequence(self): member in class:NextQueuedSequenceBatch
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
ctc_decoder_ops.cc 218 auto& sequence = sequences[b][0]; variable
225 sequence.push_back(max_class_indices);
  /external/v8/src/compiler/
instruction-scheduler.h 32 InstructionScheduler(Zone* zone, InstructionSequence* sequence);
198 InstructionSequence* sequence() { return sequence_; } function in class:v8::internal::compiler::final
199 Isolate* isolate() { return sequence()->isolate(); }
  /external/webrtc/talk/media/base/
rtpdump.cc 250 // sequence number and timestamp.
258 // Get the RTP sequence number and timestamp of the dump packet.
264 // Set the timestamps and sequence number for the first dump packet.
301 // Get the old RTP sequence number and timestamp.
302 int sequence = 0; local
303 packet->GetRtpSeqNum(&sequence);
306 // Increase the RTP sequence number and timestamp.
307 sequence += loop_count_ * rtp_seq_num_increase_;
309 // Write the updated sequence number and timestamp back to the RTP packet.
311 buffer.WriteUInt16(sequence);
    [all...]
  /external/webrtc/webrtc/modules/pacing/
paced_sender_unittest.cc 811 ::testing::InSequence sequence; local
    [all...]
  /external/xz-embedded/linux/lib/xz/
xz_dec_stream.c 39 } sequence; member in struct:xz_dec
114 } sequence; member in struct:xz_dec::__anon44860
325 switch (s->index.sequence) {
337 s->index.sequence = SEQ_INDEX_UNPADDED;
342 s->index.sequence = SEQ_INDEX_UNCOMPRESSED;
352 s->index.sequence = SEQ_INDEX_UNPADDED;
581 switch (s->sequence) {
598 * mode. Thus, update s->sequence before calling
601 s->sequence = SEQ_BLOCK_START;
617 s->sequence = SEQ_INDEX
    [all...]

Completed in 1720 milliseconds

1 23 4 5 6 7 8 91011>>