| /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/linux/ |
| seqlock.h | 19 unsigned sequence; member in struct:__anon31984
|
| /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/linux/ |
| seqlock.h | 19 unsigned sequence; member in struct:__anon32344
|
| /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/linux/ |
| seqlock.h | 19 unsigned sequence; member in struct:__anon32684
|
| /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/linux/ |
| seqlock.h | 19 unsigned sequence; member in struct:__anon33041
|
| /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/linux/ |
| seqlock.h | 19 unsigned sequence; member in struct:__anon33381
|
| /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/linux/ |
| seqlock.h | 19 unsigned sequence; member in struct:__anon33738
|
| /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/linux/ |
| seqlock.h | 19 unsigned sequence; member in struct:__anon34078
|
| /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/ |
| seqlock.h | 19 unsigned sequence; member in struct:__anon34438
|
| /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/ |
| seqlock.h | 19 unsigned sequence; member in struct:__anon34783
|
| /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/ |
| seqlock.h | 19 unsigned sequence; member in struct:__anon35175
|
| /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/ |
| seqlock.h | 19 unsigned sequence; member in struct:__anon35622
|
| /external/quake/quake/src/WinQuake/ |
| net_ser.cpp | 38 // MTYPE_RELIABLE sequence data_length data checksum eom
39 // MTYPE_UNRELIABLE sequence data_length data checksum eom
40 // MTYPE_ACK sequence checksum eom
43 // sequence is an 8-bit unsigned value starting from 0
47 // eom is a special 2 byte sequence used to mark the End Of Message. This is
88 byte sequence;
member in struct:SerialLine_s 106 static void Serial_SendACK (SerialLine *p, byte sequence);
170 Con_DPrintf("Serial: sending ack %u\n", p->sequence);
171 Serial_SendACK (p, p->sequence);
172 if (p->sequence == p->sock->receiveSequence) [all...] |
| net_ipx.cpp | 103 int sequence;
member in struct:__anon12003 124 static int sequence[IPXSOCKETS];
variable 212 if (lma->socketbuffer[s][n].sequence < ((ipx_lowmem_buffer_t *) ecb)->sequence)
375 sequence[handle] = 0;
557 // sequence number
558 lma->socketbuffer[handle][0].sequence = sequence[handle];
559 sequence[handle]++;
|
| net_wipx.cpp | 40 static int sequence[IPXSOCKETS];
variable 187 sequence[handle] = 0;
256 // remove sequence number, it's only needed for DOS IPX
277 // build packet with sequence number
278 *(int *)(&packetBuffer[0]) = sequence[handle];
279 sequence[handle]++;
|
| /external/e2fsprogs/e2fsck/ |
| recovery.c | 280 * the journal transaction sequence numbers to the next unused ID. 362 unsigned int sequence; local 412 jbd_debug(2, "Scanning for sequence ID %u at %lu/%lu\n", 430 * expected sequence number. Otherwise, we're all done 441 sequence = be32_to_cpu(tmp->h_sequence); 442 jbd_debug(3, "Found magic %d, sequence %d\n", 443 blocktype, sequence); 445 if (sequence != next_commit_ID) { 451 * all of the sequence number checks. What are we going 602 * much to do other than move on to the next sequence [all...] |
| /external/webkit/LayoutTests/fast/url/script-tests/ |
| path.js | 32 // Valid escape sequence 34 // Invalid escape sequence we should pass through unchanged. 37 // Invalid escape sequence: bad characters should be treated the same as
|
| /hardware/invensense/mlsdk/mllite/ |
| compass.c | 95 adap_filter->sequence[i] = 0; 114 adap_filter->sequence[adap_filter->index++] = in; 121 adap_filter->sequence[adap_filter->index++] = in; 125 avg += adap_filter->sequence[i]; 129 memcpy(sorted, adap_filter->sequence, adap_filter->len * sizeof(float)); 135 sum += square(avg - adap_filter->sequence[i]);
|
| /build/target/board/generic_x86/ |
| BoardConfig.mk | 24 # Enable dex-preoptimization to speed up the first boot sequence
|
| /external/blktrace/ |
| blktrace.h | 110 t->sequence = be32_to_cpu(t->sequence);
|
| /external/kernel-headers/original/linux/ |
| icmpv6.h | 21 __be16 sequence; member in struct:icmp6hdr::__anon7910::icmpv6_echo 65 #define icmp6_sequence icmp6_dataun.u_echo.sequence
|
| /external/openssl/crypto/pkcs12/ |
| p12_npas.c | 216 p = alg->parameter->value.sequence->data; 217 pbe = d2i_PBEPARAM(NULL, &p, alg->parameter->value.sequence->length);
|
| /external/valgrind/main/helgrind/tests/ |
| tc15_laog_lockdel.stderr.exp | 29 so a second locking sequence 2 -> 1 should now be OK.
|
| /external/webkit/Source/WebCore/inspector/front-end/ |
| ShortcutsHelp.js | 140 _renderSequence: function(sequence, delimiter) 143 return sequence.map(this._renderKey).join(delimiterHtml);
|
| /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
| TokenSource.pm | 24 A source of tokens must provide a sequence of tokens via nextToken()
|
| /external/chromium/third_party/libjingle/source/talk/session/phone/ |
| rtpdump.cc | 213 // sequence number and timestamp. 221 // Get the RTP sequence number and timestamp of the dump packet. 227 // Set the timestamps and sequence number for the first dump packet. 264 // Get the old RTP sequence number and timestamp. 265 uint16 sequence = 0; local 266 packet->GetRtpSeqNum(&sequence); 269 // Increase the RTP sequence number and timestamp. 270 sequence += loop_count_ * rtp_seq_num_increase_; 272 // Write the updated sequence number and timestamp back to the RTP packet. 274 buffer.WriteUInt16(sequence); [all...] |