Searched refs:sequence (Results 101 - 125 of 168) sorted by relevance

1234567

/external/blktrace/
H A Dblkparse_fmt.c225 fprintf(ofp, strcat(format, "ld"), t->sequence);
306 MAJOR(t->device), MINOR(t->device), pci->cpu, t->sequence,
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/
H A DPKCS10CertificationRequest.java269 ASN1Sequence sequence)
271 super(sequence);
268 PKCS10CertificationRequest( ASN1Sequence sequence) argument
/external/mtpd/
H A Dl2tp.c413 uint16_t sequence = local_sequence; local
524 if (sequence != local_sequence) {
/external/quake/quake/src/QW/client/
H A Dcommon.c2190 byte COM_BlockSequenceCheckByte (byte *base, int length, int sequence, unsigned mapchecksum)
2205 p = chktbl + (sequence % (sizeof(chktbl) - 8));
2213 chkbuf[length] = (sequence & 0xff) ^ p[0];
2215 chkbuf[length+2] = ((sequence>>8) & 0xff) ^ p[2];
2235 byte COM_BlockSequenceCRCByte (byte *base, int length, int sequence) argument
2241 p = chktbl + (sequence % (sizeof(chktbl) - 8));
2247 chkb[length] = (sequence & 0xff) ^ p[0];
2249 chkb[length+2] = ((sequence>>8) & 0xff) ^ p[2];
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dintermediate.h430 TIntermSequence& getSequence() { return sequence; }
448 TIntermSequence sequence; member in class:TIntermAggregate
H A DParseHelper.cpp1070 TIntermSequence &sequence = aggrNode->getSequence() ; local
1071 for (TIntermSequence::iterator p = sequence.begin(); p != sequence.end(); ++p) {
/external/android-clat/
H A Ddump.c108 printf("icmp.un.echo.sequence = %x\n",ntohs(icmp->un.echo.sequence));
/external/libnfc-nci/src/nfc/int/
H A Dllcp_int.h162 #define LLCP_DATA_LINK_FLAG_PENDING_RR_RNR 0x02 /* send RR/RNR with valid sequence */
331 tLLCP_STATUS llcp_util_send_frmr (tLLCP_DLCB *p_dlcb, UINT8 flags, UINT8 ptype, UINT8 sequence);
/external/libvorbis/lib/
H A Dbitrate.c248 op->packetno=vb->sequence; /* for sake of completeness */
/external/libvpx/libvpx/examples/includes/geshi/geshi/
H A Dpython.php160 // Container types: http://python.org/doc/current/ref/sequence-types.html
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dgenlingware.pl38 12. sequence of knowledge bases (byte arrays), each 4-byte aligned
/external/tcpdump/
H A Dprint-sctp.c193 printf("[SSEQ %u] ", EXTRACT_16BITS(&dataHdrPtr->sequence));
H A Dprint-rsvp.c292 u_int8_t sequence[8]; member in struct:rsvp_obj_integrity_t
1542 EXTRACT_32BITS(obj_ptr.rsvp_obj_integrity->sequence),
1543 EXTRACT_32BITS(obj_ptr.rsvp_obj_integrity->sequence+4),
/external/libogg/src/
H A Dframing.c817 /* are we in sequence? */
1012 static int sequence=0; local
1024 /* packet number just follows sequence/gap; adjust the input number
1027 sequence=0;
1029 sequence++;
1031 sequence++;
1034 if(op->packetno!=sequence){
1035 fprintf(stderr,"incorrect packet sequence %ld != %d\n",
1036 (long)(op->packetno),sequence);
/external/guava/guava-tests/lib/
H A Dlibtruth-gwt.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/junit/ org/junit/contrib/ org/junit/contrib/truth/ ...
H A Dlibtruth.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/junit/ org/junit/contrib/ org/junit/contrib/truth/ ...
/external/libnfc-nci/src/nfc/llcp/
H A Dllcp_util.c714 ** Description Add DSAP, PTYPE, SSAP and sequence numbers and update local ack
715 ** sequence
731 /* if local_busy or rx congested then do not update receive sequence number to flow off */
755 tLLCP_STATUS llcp_util_send_frmr (tLLCP_DLCB *p_dlcb, UINT8 flags, UINT8 ptype, UINT8 sequence) argument
771 UINT8_TO_BE_STREAM (p, sequence);
833 /* if local_busy or rx congested then do not update receive sequence number to flow off */
/external/guava/guava/src/com/google/common/primitives/
H A Dgenerate.sh184 * @param array the array to search for the sequence {@code target}
185 * @param target the array to search for as a sub-sequence of {@code array}
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
H A DFragmentedMp4Builder.java124 int sequence = 1;
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/icu4c/tools/genrb/
H A Dparse.cpp668 struct SResource* sequence; local
781 sequence = resLookup(collation, "Sequence");
782 if (sequence != NULL) {
783 urules = sequence->u.fString.fChars;
784 urulesLength = sequence->u.fString.fLength;
/external/chromium/chrome/browser/history/
H A Dhistory_backend_unittest.cc80 void AddRedirectChain(const char* sequence[], int page_id) { argument
82 for (int i = 0; sequence[i] != NULL; ++i)
83 redirects.push_back(GURL(sequence[i]));
/external/icu4c/test/intltest/
H A Dwbnf.cpp890 // combining sequence.
1115 case LPAR: // in sequence
1116 case VAR: // in sequence
1117 case STRING: // in sequence
1153 UBool sequence(Pick* &node /*out*/){ function in class:Parser
1192 if (sequence(n)){
1212 // 'sequence' has higher precedence than 'alternation'
1213 if (!sequence(node)){
/external/icu4c/test/cintltst/
H A Dcreststn.c2115 const UChar *string = NULL, *sequence = NULL; local
2166 sequence = tres_getString(uk, -1, NULL, &seqLen, &status);
2171 if(seqLen != strLen || u_strncmp(sequence, string, seqLen) != 0) {
2176 if(seqLen != strLen || u_strncmp(sequence, string, seqLen) != 0) {
2190 } else if(seqLen != strLen || u_strncmp(sequence, string, seqLen) != 0) {
2199 sequence = tres_getString(uk, -1, NULL, &seqLen, &status);
2204 if(U_FAILURE(status) || seqLen != strLen || u_strncmp(sequence, string, seqLen) != 0) {
2215 sequence = tres_getString(en, -1, NULL, &seqLen, &status);
2217 if(U_FAILURE(status) || seqLen != strLen || u_strncmp(sequence, string, seqLen) != 0) {
/external/doclava/res/assets/templates/
H A Dclass.cs173 <?cs # The apilevel-N class MUST BE LAST in the sequence of class names ?>
481 <?cs # The apilevel-N class MUST BE LAST in the sequence of class names ?>
520 <?cs # The apilevel-N class MUST BE LAST in the sequence of class names ?>
/external/webkit/Source/WebCore/rendering/
H A DRenderListMarker.cpp83 static inline String toAlphabeticOrNumeric(int number, const UChar* sequence, unsigned sequenceSize, SequenceType type) argument
100 letters[lettersSize - 1] = sequence[numberShadow % sequenceSize];
106 letters[lettersSize - ++length] = sequence[numberShadow % sequenceSize];
110 letters[lettersSize - ++length] = sequence[numberShadow % sequenceSize];

Completed in 5022 milliseconds

1234567