Searched refs:sequence (Results 1 - 25 of 172) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/test/schemas/
H A Dinclude2_0.inc9 <xsd:sequence>
11 </xsd:sequence>
H A Dinclude1_0.inc16 <xsd:sequence>
19 </xsd:sequence>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dseqlock.h22 * to increment the sequence variables because an interrupt routine could
33 unsigned sequence; member in struct:__anon10307
49 (x)->sequence = 0; \
63 ++sl->sequence;
70 sl->sequence++;
79 ++sl->sequence;
88 unsigned ret = sl->sequence;
96 * If sequence value changed
104 return (iv & 1) | (sl->sequence ^ iv);
109 * Version using sequence counte
116 unsigned sequence; member in struct:seqcount
[all...]
H A Dicmp.h75 __be16 sequence; member in struct:icmphdr::__anon9853::__anon9854
H A Dif_arcnet.h62 uint16_t sequence; /* sequence number */ member in struct:arc_rfc1201
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DPersistKeyAssigner.java32 private Sequence sequence; field in class:PersistKeyAssigner
36 Sequence sequence) {
38 /* getSequenceKeyFormat will validate the field type for a sequence. */
42 this.sequence = sequence;
51 * the Long sequence value using that format, the output data can then
57 Long value = sequence.get(null, 1);
34 PersistKeyAssigner(PersistKeyBinding keyBinding, PersistEntityBinding entityBinding, Sequence sequence) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Dmga_irq.c81 int mga_driver_vblank_wait(drm_device_t * dev, unsigned int *sequence) argument
86 /* Assume that the user has missed the current sequence number
92 - *sequence) <= (1 << 23)));
94 *sequence = cur_vblank;
99 int mga_driver_fence_wait(drm_device_t * dev, unsigned int *sequence) argument
105 /* Assume that the user has missed the current sequence number
111 - *sequence) <= (1 << 23)));
113 *sequence = cur_fence;
H A Dr128_irq.c57 int r128_driver_vblank_wait(drm_device_t * dev, unsigned int *sequence) argument
62 /* Assume that the user has missed the current sequence number
68 - *sequence) <= (1 << 23)));
70 *sequence = cur_vblank;
H A Ddrm_irq.c238 * for the same vblank sequence number - nothing to be done in
280 vblwait.request.sequence += seq;
289 (seq - vblwait.request.sequence) <= (1<<23)) {
290 vblwait.request.sequence = seq + 1;
302 * for the same vblank sequence number; nothing to be done in
306 if (vbl_sig->sequence == vblwait.request.sequence
311 vblwait.reply.sequence = seq;
333 vbl_sig->sequence = vblwait.request.sequence;
[all...]
H A Ddrm_auth.c143 static drm_magic_t sequence = 0; local
155 if (!sequence)
156 ++sequence; /* reserve 0 */
157 auth.magic = sequence++;
H A Dvia_irq.c166 int via_driver_vblank_wait(drm_device_t * dev, unsigned int *sequence) argument
180 /* Assume that the user has missed the current sequence number
187 *sequence) <= (1 << 23)));
189 *sequence = cur_vblank;
195 unsigned int *sequence)
237 *sequence) <= (1 << 23)));
239 *sequence = cur_irq_sequence;
359 irqwait.request.sequence += atomic_read(&cur_irq->irq_received);
376 &irqwait.request.sequence);
194 via_driver_irq_wait(drm_device_t * dev, unsigned int irq, int force_sequence, unsigned int *sequence) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dperf_asm.S152 blr %r1,%r0 ; branch to 8-instruction sequence
160 ; RDR 0 sequence
172 ; RDR 1 sequence
184 ; RDR 2 read sequence
196 ; RDR 3 read sequence
208 ; RDR 4 read sequence
220 ; RDR 5 read sequence
232 ; RDR 6 read sequence
244 ; RDR 7 read sequence
256 ; RDR 8 read sequence
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DSequenceTest.java129 @PrimaryKey(sequence="X")
148 @PrimaryKey(sequence="X")
167 @PrimaryKey(sequence="X")
186 @PrimaryKey(sequence="X")
205 @PrimaryKey(sequence="X")
224 @PrimaryKey(sequence="X")
243 @PrimaryKey(sequence="X")
262 @PrimaryKey(sequence="X")
281 @PrimaryKey(sequence="X")
306 @PrimaryKey(sequence
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/arcnet/
H A Drfc1201.c172 in->sequence, soft->split_flag, soft->sequence);
173 lp->rfc1201.aborted_seq = soft->sequence;
179 in->sequence = soft->sequence;
253 soft->split_flag, in->sequence);
255 if (in->skb && in->sequence != soft->sequence) {
257 saddr, in->sequence, soft->sequence,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Demp_ematch.l91 <str>\\[0-7]{1,3} { /* octal escape sequence */
96 fprintf(stderr, "error: octal escape sequence" \
104 fprintf(stderr, "error: invalid octale escape sequence\n");
115 "sequence out of range\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DSequenceExample.java82 Sequence sequence = table.openSequence(null, key, config);
85 long seqnum = sequence.get(null, 1);
86 System.out.println("Got sequence number: " + seqnum);
89 sequence.close();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs12/
H A Dp12_crpt.c98 param->value.sequence == NULL) {
103 pbuf = param->value.sequence->data;
104 if (!(pbe = d2i_PBEPARAM(NULL, &pbuf, param->value.sequence->length))) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/model/
H A DPrimaryKey.java30 * using a {@link #sequence}. In this case the type of the key field is
34 * sequence.</p>
63 * the string are supported. The sequence {@literal {0xC0,0x80}} is used to
140 * The name of a sequence from which to assign primary key values
142 * will be assigned from the named sequence.
144 * <p>A single sequence may be used for more than one entity class by
145 * specifying the same sequence name for each {@code PrimaryKey}. For
146 * each named sequence, a {@link com.sleepycat.db.Sequence} will be used to
150 * <p>To use a sequence, the type of the key field must be a primitive
156 * <p>When an entity with a primary key sequence i
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Dp5_crpt.c118 param->value.sequence == NULL) {
123 pbuf = param->value.sequence->data;
124 if (!(pbe = d2i_PBEPARAM(NULL, &pbuf, param->value.sequence->length))) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Drevoke.c79 hfsplus_jbd_tid_t sequence; /* Used for recovery only */ member in struct:hfsplus_jbd_revoke_record_s
126 record->sequence = seq;
642 hfsplus_jbd_tid_t sequence)
649 * latest sequence number in the hashed record */
650 if (hfsplus_tid_gt(sequence, record->sequence))
651 record->sequence = sequence;
654 return insert_revoke_hash(journal, blocknr, sequence);
660 * sequence numbe
640 hfsplus_jbd_set_revoke(hfsplus_jbd_t *journal, unsigned long blocknr, hfsplus_jbd_tid_t sequence) argument
664 hfsplus_jbd_test_revoke(hfsplus_jbd_t *journal, unsigned long blocknr, hfsplus_jbd_tid_t sequence) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd/
H A Drevoke.c82 tid_t sequence; /* Used for recovery only */ member in struct:jbd_revoke_record_s
129 record->sequence = seq;
644 tid_t sequence)
651 * latest sequence number in the hashed record */
652 if (tid_gt(sequence, record->sequence))
653 record->sequence = sequence;
656 return insert_revoke_hash(journal, blocknr, sequence);
662 * sequence numbe
642 journal_set_revoke(journal_t *journal, unsigned long blocknr, tid_t sequence) argument
666 journal_test_revoke(journal_t *journal, unsigned long blocknr, tid_t sequence) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd2/
H A Drevoke.c82 tid_t sequence; /* Used for recovery only */ member in struct:jbd2_revoke_record_s
130 record->sequence = seq;
653 tid_t sequence)
660 * latest sequence number in the hashed record */
661 if (tid_gt(sequence, record->sequence))
662 record->sequence = sequence;
665 return insert_revoke_hash(journal, blocknr, sequence);
671 * sequence numbe
651 jbd2_journal_set_revoke(journal_t *journal, unsigned long long blocknr, tid_t sequence) argument
675 jbd2_journal_test_revoke(journal_t *journal, unsigned long long blocknr, tid_t sequence) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/pkcs12/
H A Dp12_crpt.c96 pbuf = param->value.sequence->data;
98 !(pbe = d2i_PBEPARAM (NULL, &pbuf, param->value.sequence->length))) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/pkcs7/
H A Dpk7_attr.c103 p = cap->value.sequence->data;
105 cap->value.sequence->length,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs7/
H A Dpk7_attr.c104 p = cap->value.sequence->data;
106 cap->value.sequence->length,

Completed in 227 milliseconds

1234567