Searched defs:sequence (Results 1 - 25 of 192) sorted by last modified time

12345678

/external/tremolo/Tremolo/
H A Dcodec_internal.h71 ogg_int64_t sequence; member in struct:vorbis_dsp_state
/external/valgrind/main/include/vki/
H A Dvki-linux-drm.h262 _VKI_DRM_VBLANK_ABSOLUTE = 0x0, /**< Wait for specific vblank sequence number */
273 unsigned int sequence; member in struct:vki_drm_wait_vblank_request
278 unsigned int sequence; member in struct:vki_drm_wait_vblank_reply
699 unsigned int sequence; member in struct:vki_drm_i915_vblank_swap
/external/tcpdump/
H A Dprint-cfm.c78 u_int8_t sequence[4]; member in struct:cfm_ccm_t
361 EXTRACT_32BITS(msg_ptr.cfm_ccm->sequence),
H A Dprint-cnfp.c61 u_int32_t sequence; /* v5 flow sequence number */ member in struct:nfhdr
114 printf("#%u, ", EXTRACT_32BITS(&nh->sequence));
118 nr = (const struct nfrec *)&nh->sequence;
H A Dprint-rsvp.c306 u_int8_t sequence[8]; member in struct:rsvp_obj_integrity_t
1664 EXTRACT_32BITS(obj_ptr.rsvp_obj_integrity->sequence),
1665 EXTRACT_32BITS(obj_ptr.rsvp_obj_integrity->sequence+4),
H A Dprint-vqp.c59 u_int8_t sequence[4]; member in struct:vqp_common_header_t
152 EXTRACT_32BITS(&vqp_common_header->sequence),
H A DsctpHeader.h299 u_int16_t sequence; member in struct:sctpDataPart
/external/speex/include/speex/
H A Dspeex_jitter.h65 spx_uint16_t sequence; /**< RTP Sequence number if available (0 otherwise) */ member in struct:_JitterBufferPacket
/external/skia/src/animator/
H A DSkSnapshot.h25 SkBool sequence; member in class:SkSnapshot
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/qemu/distrib/libselinux/src/
H A Dsestatus.c25 uint32_t sequence; /* sequence number of seqlock logic */ member in struct:selinux_status_t
51 * seqlock logic. Since selinux_status->sequence is an odd value during
54 * The sequence is almost even number.
71 seqno = status->sequence;
84 * Because `selinux_status->sequence' shall be always incremented on
148 /* sequence must not be changed during references */
185 /* sequence must not be changed during references */
216 /* sequence must not be changed during references */
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dfindbugs.jar ... Error extends java.lang.Object { private final int sequence private final String message private final Throwable cause public void ...
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
H A DMockSpdyPeer.java132 if (nextOutFrame != null && nextOutFrame.sequence == i) {
175 private final int sequence; field in class:MockSpdyPeer.OutFrame
179 private OutFrame(int sequence, long start, int truncateToLength) { argument
180 this.sequence = sequence;
187 public final int sequence; field in class:MockSpdyPeer.InFrame
206 public InFrame(int sequence, FrameReader reader) { argument
207 this.sequence = sequence;
/external/opencv/cv/src/
H A Dcvshapedescr.cpp66 CV_ERROR( CV_StsBadArg, "Unsupported sequence type" );
300 CvSeq* sequence = 0; local
308 sequence = (CvSeq*)array;
309 if( !CV_IS_SEQ_POINT_SET( sequence ))
310 CV_ERROR( CV_StsBadArg, "The passed sequence is not a valid contour" );
314 CV_CALL( sequence = cvPointSeqFromMat(
318 if( sequence->total <= 0 )
321 CV_CALL( cvStartReadSeq( sequence, &reader, 0 ));
323 count = sequence->total;
324 is_float = CV_SEQ_ELTYPE(sequence)
[all...]
/external/openssl/crypto/asn1/
H A Dasn1.h178 int eos; /* end of sequence read for indefinite encoding */
193 int eos; /* end of sequence read for indefinite encoding */
543 /* set and sequence are left complete and still
544 * contain the set or sequence bytes */
546 ASN1_STRING * sequence; member in union:asn1_type_st::__anon27311
/external/openssl/crypto/x509/
H A Dx509.h215 /* a sequence of these are used */
443 int sequence; /* load sequence */ member in struct:x509_revoked_st
544 /* Netscape certificate sequence structure */
/external/openssl/include/openssl/
H A Dasn1.h178 int eos; /* end of sequence read for indefinite encoding */
193 int eos; /* end of sequence read for indefinite encoding */
543 /* set and sequence are left complete and still
544 * contain the set or sequence bytes */
546 ASN1_STRING * sequence; member in union:asn1_type_st::__anon27536
H A Dx509.h215 /* a sequence of these are used */
443 int sequence; /* load sequence */ member in struct:x509_revoked_st
544 /* Netscape certificate sequence structure */
/external/openssl/ssl/
H A Ds2_enc.c154 unsigned char sequence[4],*p,*sec,*act; local
173 p= &(sequence[0]);
183 EVP_DigestUpdate(&c,sequence,4);
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/objenesis/main/src/org/objenesis/instantiator/basic/
H A DObjectInputStreamInstantiator.java46 private int sequence; field in class:ObjectInputStreamInstantiator.MockStream
82 this.sequence = 0;
115 sequence = NEXT[sequence];
116 data = buffers[sequence];
/external/mtpd/
H A Dl2tp.c413 uint16_t sequence = local_sequence; local
524 if (sequence != local_sequence) {

Completed in 526 milliseconds

12345678