Searched refs:sequence (Results 251 - 275 of 1302) sorted by relevance

<<11121314151617181920>>

/external/blktrace/
H A Dblkparse.c816 else if (t->bit->sequence < __t->bit->sequence)
818 else /* >= sequence */
856 static struct trace *trace_rb_find(dev_t device, unsigned long sequence, argument
871 else if (sequence < __t->bit->sequence)
873 else if (sequence > __t->bit->sequence)
880 * hack - the list may not be sequence ordered because some
881 * events don't have sequence an
[all...]
/external/chromium_org/v8/src/arm64/
H A Dcodegen-arm64.cc360 // The sequence of instructions that is patched out for aging code is the
365 // The young sequence is the frame setup code for FUNCTION code types. It is
385 bool Code::IsYoungSequence(Isolate* isolate, byte* sequence) { argument
386 return MacroAssembler::IsYoungSequence(isolate, sequence);
390 void Code::GetCodeAgeAndParity(Isolate* isolate, byte* sequence, Age* age, argument
392 if (IsYoungSequence(isolate, sequence)) {
396 byte* target = sequence + kCodeAgeStubEntryOffset;
404 byte* sequence,
407 PatchingAssembler patcher(sequence,
403 PatchPlatformCodeAge(Isolate* isolate, byte* sequence, Code::Age age, MarkingParity parity) argument
/external/iputils/
H A Dping.c673 acknowledge(ntohs(icmph.un.echo.sequence));
699 printf("From %s: icmp_seq=%u ", pr_addr(sin->sin_addr.s_addr), ntohs(icmph.un.echo.sequence));
714 * and the sequence number is an ascending integer. The first 8 bytes
728 icp->un.echo.sequence = htons(ntransmitted+1);
779 printf(" icmp_seq=%u", ntohs(icp->un.echo.sequence));
837 ntohs(icp->un.echo.sequence),
869 acknowledge(ntohs(icp1->un.echo.sequence));
895 ntohs(icp1->un.echo.sequence));
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gsub-table.hh335 (this+sequence[iter.get_coverage ()]).closure (c);
343 unsigned int count = sequence.len;
345 (this+sequence[i]).collect_glyphs (c);
366 return TRACE_RETURN ((this+sequence[index]).apply (c));
377 if (unlikely (!sequence.serialize (c, num_glyphs))) return TRACE_RETURN (false);
379 if (unlikely (!sequence[i].serialize (c, this).serialize (c,
389 return TRACE_RETURN (coverage.sanitize (c, this) && sequence.sanitize (c, this));
398 sequence; /* Array of Sequence tables member in struct:OT::MultipleSubstFormat1
401 DEFINE_SIZE_ARRAY (6, sequence);
1038 * in backtracking sequence, i
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsub-table.hh335 (this+sequence[iter.get_coverage ()]).closure (c);
343 unsigned int count = sequence.len;
345 (this+sequence[i]).collect_glyphs (c);
366 return TRACE_RETURN ((this+sequence[index]).apply (c));
377 if (unlikely (!sequence.serialize (c, num_glyphs))) return TRACE_RETURN (false);
379 if (unlikely (!sequence[i].serialize (c, this).serialize (c,
389 return TRACE_RETURN (coverage.sanitize (c, this) && sequence.sanitize (c, this));
398 sequence; /* Array of Sequence tables member in struct:OT::MultipleSubstFormat1
401 DEFINE_SIZE_ARRAY (6, sequence);
1038 * in backtracking sequence, i
[all...]
/external/chromium_org/third_party/mesa/src/src/glx/tests/
H A Dclientinfo_unittest.cpp143 cookie.sequence = 0;
178 cookie.sequence = 0;
213 cookie.sequence = 0;
/external/chromium_org/v8/src/ia32/
H A Dcodegen-ia32.cc993 bool Code::IsYoungSequence(Isolate* isolate, byte* sequence) { argument
994 bool result = isolate->code_aging_helper()->IsYoung(sequence);
995 DCHECK(result || isolate->code_aging_helper()->IsOld(sequence));
1000 void Code::GetCodeAgeAndParity(Isolate* isolate, byte* sequence, Age* age, argument
1002 if (IsYoungSequence(isolate, sequence)) {
1006 sequence++; // Skip the kCallOpcode byte
1007 Address target_address = sequence + *reinterpret_cast<int*>(sequence) +
1016 byte* sequence,
1021 isolate->code_aging_helper()->CopyYoungSequenceTo(sequence);
1015 PatchPlatformCodeAge(Isolate* isolate, byte* sequence, Code::Age age, MarkingParity parity) argument
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
H A Djsilver.sablecc25 * The lexer breaks the inbound text stream in to a sequence of tokens.
71 // up to the sequence '<?cs '.
202 New expression.sequence([expression_list.expression]))}
208 New expression.sequence([expression_list.expression]))}
214 New expression.sequence([expression_list.expression]))}
220 New expression.sequence([expression_list.expression]))}
519 {->New expression.sequence([expression_list.expression])}
680 | {sequence} [args]:expression* // x, y, z
/external/kernel-headers/original/uapi/drm/
H A Ddrm.h463 _DRM_VBLANK_ABSOLUTE = 0x0, /**< Wait for specific vblank sequence number */
481 unsigned int sequence; member in struct:drm_wait_vblank_request
487 unsigned int sequence; member in struct:drm_wait_vblank_reply
800 __u32 sequence; member in struct:drm_event_vblank
/external/mesa3d/src/glx/tests/
H A Dclientinfo_unittest.cpp143 cookie.sequence = 0;
178 cookie.sequence = 0;
213 cookie.sequence = 0;
/external/chromium_org/base/allocator/
H A Dallocator_extension_thunks.target.darwin-arm.mk64 -Wno-sequence-point \
170 -Wno-sequence-point \
H A Dallocator_extension_thunks.target.darwin-arm64.mk54 -Wno-sequence-point \
148 -Wno-sequence-point \
H A Dallocator_extension_thunks.target.darwin-mips.mk57 -Wno-sequence-point \
156 -Wno-sequence-point \
H A Dallocator_extension_thunks.target.darwin-mips64.mk57 -Wno-sequence-point \
156 -Wno-sequence-point \
H A Dallocator_extension_thunks.target.darwin-x86.mk59 -Wno-sequence-point \
159 -Wno-sequence-point \
H A Dallocator_extension_thunks.target.darwin-x86_64.mk58 -Wno-sequence-point \
157 -Wno-sequence-point \
H A Dallocator_extension_thunks.target.linux-arm.mk64 -Wno-sequence-point \
170 -Wno-sequence-point \
H A Dallocator_extension_thunks.target.linux-arm64.mk54 -Wno-sequence-point \
148 -Wno-sequence-point \
H A Dallocator_extension_thunks.target.linux-mips.mk57 -Wno-sequence-point \
156 -Wno-sequence-point \
H A Dallocator_extension_thunks.target.linux-mips64.mk57 -Wno-sequence-point \
156 -Wno-sequence-point \
H A Dallocator_extension_thunks.target.linux-x86.mk59 -Wno-sequence-point \
159 -Wno-sequence-point \
H A Dallocator_extension_thunks.target.linux-x86_64.mk58 -Wno-sequence-point \
157 -Wno-sequence-point \
/external/chromium_org/base/third_party/dynamic_annotations/
H A Ddynamic_annotations.target.darwin-arm.mk63 -Wno-sequence-point \
169 -Wno-sequence-point \
H A Ddynamic_annotations.target.darwin-arm64.mk53 -Wno-sequence-point \
147 -Wno-sequence-point \
H A Ddynamic_annotations.target.darwin-mips.mk56 -Wno-sequence-point \
155 -Wno-sequence-point \

Completed in 9453 milliseconds

<<11121314151617181920>>