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

1 2 3 45 6 7 8 91011>>

  /bionic/libc/kernel/uapi/linux/
blktrace_api.h 94 __u32 sequence; member in struct:blk_io_trace
icmpv6.h 33 __be16 sequence; member in struct:icmp6hdr::__anon665::icmpv6_echo
57 #define icmp6_sequence icmp6_dataun.u_echo.sequence
  /external/ImageMagick/coders/
dcm.c 108 { 0x0000, 0x0860, "US", "Response Sequence Number" },
165 { 0x0004, 0x1220, "SQ", "Directory Record Sequence" },
215 { 0x0008, 0x0082, "SQ", "Institution Code Sequence" },
232 { 0x0008, 0x1032, "SQ", "Procedure Code Sequence" },
240 { 0x0008, 0x1084, "SQ", "Admitting Diagnosis Code Sequence" },
242 { 0x0008, 0x1100, "SQ", "Referenced Results Sequence" },
243 { 0x0008, 0x1110, "SQ", "Referenced Study Sequence" },
244 { 0x0008, 0x1111, "SQ", "Referenced Study Component Sequence" },
245 { 0x0008, 0x1115, "SQ", "Referenced Series Sequence" },
246 { 0x0008, 0x1120, "SQ", "Referenced Patient Sequence" },
2805 sequence, local
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
GraggBulirschStoerIntegrator.java 103 /** step size sequence. */
104 private int[] sequence; field in class:GraggBulirschStoerIntegrator
361 if ((sequence == null) || (sequence.length != size)) {
363 sequence = new int[size];
371 // step size sequence: 2, 6, 10, 14, ...
373 sequence[k] = 4 * k + 2;
376 // step size sequence: 2, 4, 6, 8, ...
378 sequence[k] = 2 * (k + 1);
384 costPerStep[0] = sequence[0] + 1
    [all...]
  /external/blktrace/
blkiomon.c 48 long sequence; member in struct:trace
104 static long leftover = 0, driverdata = 0, match = 0, mismatch = 0, sequence = 0; variable
115 fprintf(debug.fp, "sequence %16d\n", bit->sequence);
126 fprintf(debug.fp, "order %16ld\n", t->sequence);
139 fprintf(debug.fp, "sequence %16d %16d\n",
140 bit1->sequence, bit2->sequence);
153 fprintf(debug.fp, "order %16ld %16ld\n", t1->sequence, t2->sequence);
    [all...]
blktrace_api.h 97 __u32 sequence; /* event number */ member in struct:blk_io_trace
  /external/elfutils/libdw/
dwarf_getsrclines.c 53 size_t sequence; member in struct:linelist
75 /* Otherwise, the linelist sequence maintains a stable sort. */
76 return (list1->sequence < list2->sequence) ? -1
77 : (list1->sequence > list2->sequence) ? 1
116 new_line->sequence = state->nlinelist;
489 The is the end of the sequence. */
  /external/fio/
blktrace_api.h 96 __u32 sequence; /* event number */ member in struct:blk_io_trace
  /external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh 259 struct Sequence
336 unsigned int count = sequence.len;
342 (this+sequence[iter.get_coverage ()]).closure (c);
350 unsigned int count = sequence.len;
352 (this+sequence[i]).collect_glyphs (c);
373 return_trace ((this+sequence[index]).apply (c));
384 if (unlikely (!sequence.serialize (c, num_glyphs))) return_trace (false);
386 if (unlikely (!sequence[i].serialize (c, this).serialize (c,
397 return_trace (coverage.sanitize (c, this) && sequence.sanitize (c, this));
405 OffsetArrayOf<Sequence>
406 sequence; \/* Array of Sequence tables member in struct:OT::MultipleSubstFormat1
    [all...]
  /external/iproute2/include/uapi/linux/
icmpv6.h 22 __be16 sequence; member in struct:icmp6hdr::__anon21892::icmpv6_echo
66 #define icmp6_sequence icmp6_dataun.u_echo.sequence
  /external/kernel-headers/original/uapi/linux/
blktrace_api.h 103 __u32 sequence; /* event number */ member in struct:blk_io_trace
icmpv6.h 22 __be16 sequence; member in struct:icmp6hdr::__anon22871::icmpv6_echo
66 #define icmp6_sequence icmp6_dataun.u_echo.sequence
  /external/libchrome/base/trace_event/
memory_dump_manager_unittest.cc 998 testing::InSequence sequence; local
1264 testing::InSequence sequence; local
    [all...]
  /external/mtpd/
l2tp.c 414 uint16_t sequence = local_sequence; local
525 if (sequence != local_sequence) {
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
MockSpdyPeer.java 109 outFrames.add(new OutFrame(lastFrame.sequence, lastFrame.start, true));
159 if (nextOutFrame != null && nextOutFrame.sequence == i) {
204 private final int sequence; field in class:MockSpdyPeer.OutFrame
208 private OutFrame(int sequence, long start, boolean truncated) {
209 this.sequence = sequence;
216 public final int sequence; field in class:MockSpdyPeer.InFrame
234 public InFrame(int sequence, FrameReader reader) {
235 this.sequence = sequence;
    [all...]
  /external/syslinux/extlinux/
btrfs.h 38 __le64 sequence; member in struct:btrfs_root_ref
  /external/tcpdump/
print-cfm.c 65 uint8_t sequence[4]; member in struct:cfm_ccm_t
363 ND_PRINT((ndo, "\n\t Sequence Number 0x%08x, MA-End-Point-ID 0x%04x",
364 EXTRACT_32BITS(msg_ptr.cfm_ccm->sequence),
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_alias_analysis_test.cc 885 SequentialHloOrdering::HloModuleSequence sequence; local
    [all...]
  /external/v8/src/compiler/
instruction-selector-impl.h 71 sequence()->AddConstant(virtual_register, constant);
153 return sequence()->AddImmediate(Constant(immediate));
157 return sequence()->AddImmediate(ToConstant(node));
161 return sequence()->AddImmediate(ToNegatedConstant(node));
182 sequence()->NextVirtualRegister());
185 int AllocateVirtualRegister() { return sequence()->NextVirtualRegister(); }
203 UnallocatedOperand::USED_AT_START, sequence()->NextVirtualRegister());
204 sequence()->MarkAsRepresentation(MachineRepresentation::kFloat64,
215 return sequence()->AddImmediate(Constant(imm));
219 return ToUnallocatedOperand(location, sequence()->NextVirtualRegister())
229 InstructionSequence* sequence() const { return selector()->sequence(); } function in class:v8::internal::compiler::OperandGenerator
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_impl_unittest.cc 336 InSequence sequence; // Dummy variable. local
1034 InSequence sequence; \/\/ Dummy variable. local
1157 InSequence sequence; \/\/ Dummy variable. local
    [all...]
  /external/webrtc/webrtc/p2p/client/
basicportallocator.cc 340 // For each network, see if we have a sequence that covers it already. If not,
341 // create a new sequence to create the appropriate ports.
384 AllocationSequence* sequence = local
386 if (!sequence->Init()) {
387 delete sequence;
391 sequence->SignalPortAllocationComplete.connect(
394 sequence->Start();
395 sequences_.push_back(sequence);
406 for (AllocationSequence* sequence : sequences_) {
407 // Remove the network from the allocation sequence if it is not i
    [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipHelper.java 114 long sequence = (long) (Math.random() * 10000); local
115 return mHeaderFactory.createCSeqHeader(sequence, method);
  /packages/apps/CertInstaller/src/com/android/certinstaller/
CredentialHelper.java 177 ASN1Sequence sequence = (ASN1Sequence) local
179 return BasicConstraints.getInstance(sequence).isCA();
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Helpers.java 459 * [base]-[sequence].[ext].
461 int sequence = 1; local
464 name = prefix + Constants.FILENAME_SEQUENCE_SEPARATOR + sequence + suffix;
468 sequence += sRandom.nextInt(magnitude) + 1;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
blktrace_api.h 100 __u32 sequence; /* event number */ member in struct:blk_io_trace

Completed in 1710 milliseconds

1 2 3 45 6 7 8 91011>>