/external/libopus/celt/tests/ |
D | test_unit_entropy.c | 170 unsigned *tell; in main() local 177 tell=(unsigned *)malloc((sz+1)*sizeof(*tell)); in main() 180 tell[0]=ec_tell_frac(&enc); in main() 187 tell[j+1]=ec_tell_frac(&enc); in main() 206 if(ec_tell_frac(&dec)!=tell[0]){ in main() 209 0,ec_tell_frac(&dec),tell[0],seed); in main() 219 if(ec_tell_frac(&dec)!=tell[j+1]){ in main() 222 j+1,ec_tell_frac(&dec),tell[j+1],seed); in main() 225 free(tell); in main() 232 unsigned *tell; in main() local [all …]
|
/external/tcpdump/tests/ |
D | QinQpacket.out | 1 …8a8), length 64: vlan 200, p 0, ethertype ARP, Request who-has 172.17.0.2 tell 172.17.0.20, length… 4 …8a8), length 64: vlan 200, p 0, ethertype ARP, Request who-has 172.17.0.2 tell 172.17.0.20, length… 11 …8a8), length 64: vlan 200, p 0, ethertype ARP, Request who-has 172.17.0.2 tell 172.17.0.20, length… 12 …8a8), length 64: vlan 200, p 0, ethertype ARP, Request who-has 172.17.0.2 tell 172.17.0.20, length… 13 …8a8), length 64: vlan 200, p 0, ethertype ARP, Request who-has 172.17.0.2 tell 172.17.0.20, length… 14 …8a8), length 64: vlan 200, p 0, ethertype ARP, Request who-has 172.17.0.2 tell 172.17.0.20, length… 15 …8a8), length 64: vlan 200, p 0, ethertype ARP, Request who-has 172.17.0.2 tell 172.17.0.20, length… 18 …8a8), length 64: vlan 200, p 0, ethertype ARP, Request who-has 172.17.0.2 tell 172.17.0.20, length… 25 …8a8), length 64: vlan 200, p 0, ethertype ARP, Request who-has 172.17.0.2 tell 172.17.0.20, length… 26 …8a8), length 64: vlan 200, p 0, ethertype ARP, Request who-has 172.17.0.2 tell 172.17.0.20, length… [all …]
|
D | isakmp4.out | 1 ARP, Request who-has 192.1.2.23 tell 192.1.2.254, length 28 13 ARP, Request who-has 192.1.2.254 tell 192.1.2.23, length 28 26 ARP, Request who-has 192.1.2.23 tell 192.1.2.254, length 28 32 ARP, Request who-has 192.1.2.254 tell 192.1.2.23, length 28
|
D | QinQpacketv.out | 1 …ethertype ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 172.17.0.2 tell 172.17.0.20, length… 28 …ethertype ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 172.17.0.2 tell 172.17.0.20, length… 107 …ethertype ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 172.17.0.2 tell 172.17.0.20, length… 108 …ethertype ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 172.17.0.2 tell 172.17.0.20, length… 109 …ethertype ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 172.17.0.2 tell 172.17.0.20, length… 110 …ethertype ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 172.17.0.2 tell 172.17.0.20, length… 111 …ethertype ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 172.17.0.2 tell 172.17.0.20, length… 138 …ethertype ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 172.17.0.2 tell 172.17.0.20, length… 217 …ethertype ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 172.17.0.2 tell 172.17.0.20, length… 218 …ethertype ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 172.17.0.2 tell 172.17.0.20, length… [all …]
|
D | eapon1.out | 11 ARP, Request who-has 192.168.1.1 tell 192.168.1.249, length 28 40 ARP, Request who-has 169.254.67.194 tell 169.254.67.194, length 28 41 ARP, Request who-has 169.254.67.194 tell 169.254.67.194, length 28 42 ARP, Request who-has 169.254.67.194 tell 169.254.67.194, length 28
|
/external/libopus/celt/ |
D | quant_bands.c | 158 opus_int32 budget, opus_int32 tell, in quant_coarse_energy_impl() argument 168 if (tell+3 <= budget) in quant_coarse_energy_impl() 216 tell = ec_tell(enc); in quant_coarse_energy_impl() 217 bits_left = budget-tell-3*C*(end-i); in quant_coarse_energy_impl() 227 if (budget-tell >= 15) in quant_coarse_energy_impl() 234 else if(budget-tell >= 2) in quant_coarse_energy_impl() 239 else if(budget-tell >= 1) in quant_coarse_energy_impl() 271 opus_uint32 tell; in quant_coarse_energy() local 281 tell = ec_tell(enc); in quant_coarse_energy() 282 if (tell+3 > budget) in quant_coarse_energy() [all …]
|
D | celt_decoder.c | 293 opus_uint32 tell; in tf_decode() local 296 tell = ec_tell(dec); in tf_decode() 298 tf_select_rsv = LM>0 && tell+logp+1<=budget; in tf_decode() 303 if (tell+logp<=budget) in tf_decode() 306 tell = ec_tell(dec); in tf_decode() 689 opus_int32 tell; local 780 tell = ec_tell(dec); 782 if (tell >= total_bits) 784 else if (tell==1) 791 tell = len*8; [all …]
|
D | celt_encoder.c | 720 opus_uint32 tell; in tf_encode() local 722 tell = ec_tell(enc); in tf_encode() 725 tf_select_rsv = LM>0 && tell+logp+1 <= budget; in tf_encode() 730 if (tell+logp<=budget) in tf_encode() 733 tell = ec_tell(enc); in tf_encode() 1289 opus_int32 tell; in celt_encode_with_ec() local 1345 tell=1; in celt_encode_with_ec() 1348 tell=ec_tell(enc); in celt_encode_with_ec() 1349 nbFilledBytes=(tell+4)>>3; in celt_encode_with_ec() 1395 if (tell>1) in celt_encode_with_ec() [all …]
|
/external/clang/tools/clang-format/ |
D | clang-format-bbedit.applescript | 11 tell application "BBEdit" 15 end tell 20 tell application "BBEdit" 27 end tell
|
/external/llvm/lib/MC/ |
D | MachObjectWriter.cpp | 138 uint64_t Start = OS.tell(); in WriteHeader() 153 assert(OS.tell() - Start == in WriteHeader() 168 uint64_t Start = OS.tell(); in WriteSegmentLoadCommand() 198 assert(OS.tell() - Start == SegmentLoadCommandSize); in WriteSegmentLoadCommand() 218 uint64_t Start = OS.tell(); in WriteSection() 247 assert(OS.tell() - Start == (is64Bit() ? sizeof(MachO::section_64) : in WriteSection() 257 uint64_t Start = OS.tell(); in WriteSymtabLoadCommand() 267 assert(OS.tell() - Start == sizeof(MachO::symtab_command)); in WriteSymtabLoadCommand() 280 uint64_t Start = OS.tell(); in WriteDysymtabLoadCommand() 304 assert(OS.tell() - Start == sizeof(MachO::dysymtab_command)); in WriteDysymtabLoadCommand() [all …]
|
/external/fonttools/Lib/fontTools/ttLib/ |
D | sfnt.py | 126 self.file.write(b'\0' * (self.nextTableOffset - self.file.tell())) 162 self.file.write(b'\0' * (self.nextTableOffset - self.file.tell())) 163 assert self.nextTableOffset == self.file.tell() 197 self.metaOffset = self.file.tell() 206 off = self.file.tell() 209 self.privOffset = self.file.tell() 216 self.length = self.file.tell()
|
/external/llvm/lib/TableGen/ |
D | TableGenBackend.cpp | 25 size_t Pos = (size_t)OS.tell(); in printLine() 30 for (size_t i = (size_t)OS.tell() - Pos; i < e; ++i) in printLine()
|
/external/llvm/tools/llvm-ar/ |
D | llvm-ar.cpp | 611 uint64_t OldPos = OS.tell(); in printWithSpacePadding() 613 unsigned SizeSoFar = OS.tell() - OldPos; in printWithSpacePadding() 673 StartOffset = Out.tell(); in writeStringTable() 675 StringMapIndexes.push_back(Out.tell() - StartOffset); in writeStringTable() 680 if (Out.tell() % 2) in writeStringTable() 682 int Pos = Out.tell(); in writeStringTable() 712 StartOffset = Out.tell(); in writeSymbolTable() 736 if (Out.tell() % 2) in writeSymbolTable() 739 unsigned Pos = Out.tell(); in writeSymbolTable() 809 unsigned Pos = Out.tell(); in performWriteOperation() [all …]
|
/external/llvm/test/tools/llvm-readobj/Inputs/ |
D | relocs.py | 94 def tell(self): member in BinaryReader 95 return self.file.tell() 194 f.seek(f.tell()) 199 pos = f.tell() 389 start = f.tell() 394 if f.tell() - start != loadCommandsSize: 399 start = f.tell() 410 if f.tell() - start != cmdSize: 442 prev_pos = f.tell() 449 pos = f.tell()
|
/external/mdnsresponder/mDNSShared/ |
D | dnsextd.conf | 17 // tell BIND to accept packets from localhost:5030, like this: 21 // You also need a "zone" statement in /etc/named.conf to tell BIND the update
|
/external/clang/lib/Frontend/ |
D | CacheTokens.cpp | 296 uint32_t TokenOff = Out.tell(); in LexTokens() 335 Offset HashOff = (Offset) Out.tell(); in LexTokens() 443 Offset PPCondOff = (Offset) Out.tell(); in LexTokens() 462 Offset SpellingsOff = Out.tell(); in EmitCachedSpellings() 487 Offset PrologueOffset = Out.tell(); in GeneratePTH() 635 key->FileOffset = Out.tell(); in EmitKey() 684 Offset IDOff = Out.tell(); in EmitIdentifierTable()
|
D | TextDiagnosticPrinter.cpp | 129 uint64_t StartOfLocationInfo = OS.tell(); in HandleDiagnostic() 142 OS.tell() - StartOfLocationInfo, in HandleDiagnostic()
|
/external/skia/site/user/quick/ |
D | ios.md | 27 Use GYP\_DEFINES to tell gyp\_skia how to build for iOS. Here's a bash shell 70 osascript -e 'tell app "Xcode" to quit' 79 osascript -e 'tell app "Xcode" to quit'
|
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/data/tree_construction/ |
D | entities01.dat | 38 I'm ¬it; I tell you 44 | "I'm ¬it; I tell you" 47 I'm ∉ I tell you 53 | "I'm ∉ I tell you"
|
/external/sonivox/jet_tools/JetCreator/ |
D | midifile.py | 207 stream.error_loc = stream.tell() 261 stream.error_loc = stream.tell() 629 pos = stream.tell() 661 pos = stream.tell() 694 pos = stream.tell() 992 self.start = stream.tell() 1004 pos = stream.tell() 1112 track_len = stream.tell() - offset - 8 1118 header_loc = stream.tell() 1162 end_of_track = stream.tell() [all …]
|
/external/llvm/unittests/Support/ |
D | formatted_raw_ostream_test.cpp | 29 EXPECT_EQ(100*(i+1), (unsigned) C.tell()); in TEST()
|
/external/skia/platform_tools/android/tests/ |
D | makefile_writer_tests.py | 129 assert f.tell() == 0 133 self.assertEqual(f.tell(), 0)
|
/external/flac/include/FLAC/ |
D | callback.h | 174 FLAC__IOCallback_Tell tell; member
|
/external/llvm/test/MC/AArch64/ |
D | arm64-separator.s | 7 ; tell it to show encodings. That will result in the two 'mov' instructions
|
/external/clang/test/SemaObjCXX/ |
D | arc-ppe.mm | 4 // works correctly in cases where we can't immediately tell whether the
|