/external/libogg/doc/ |
D | rfc3533.txt | 101 bitstreams, which are called "Logical Bitstreams". A logical 104 "Packets". The packets are created by the encoder of that logical 130 o framing for logical bitstreams. 132 o interleaving of different logical bitstreams. 153 for Ogg. Ogg supports framing and interleaving of logical 163 A physical Ogg bitstream consists of multiple logical bitstreams 165 from multiple logical bitstreams multiplexed at the page level. The 166 logical bitstreams are identified by a unique serial number in the 177 content or encoder of the logical bitstream it represents. Pages of 178 all logical bitstreams are concurrently interleaved, but they need [all …]
|
D | rfc5334.txt | 159 An Ogg bitstream generally consists of one or more logical bitstreams 162 logical bitstreams may be identified without decoding the header 163 pages of the logical bitstreams through use of a [Skeleton] 180 logical bitstream that they cannot decode SHOULD ignore it, while 422 Skeleton logical bitstream to identify all other contained logical 480 "video/ogg" SHOULD contain an Ogg Skeleton logical bitstream. 535 under the "audio/ogg" type SHOULD have an Ogg Skeleton logical 609 logical and physical bitstream overview, Ogg logical
|
/external/e2fsprogs/tests/f_extents2/ |
D | expect.1 | 3 (invalid logical block 0, physical block 23, len 12) 17 (logical block 0, invalid physical block 500, len 10) 21 (logical block 0, physical block 120, invalid len 6000) 25 (invalid logical block 10, physical block 155, len 45)
|
/external/e2fsprogs/lib/ext2fs/ |
D | extent.c | 1143 blk64_t logical, blk64_t physical, int flags) in ext2fs_extent_set_bmap() argument 1164 handle->ino, logical, physical, flags); in ext2fs_extent_set_bmap() 1184 newextent.e_lblk = logical; in ext2fs_extent_set_bmap() 1209 retval = ext2fs_extent_goto(handle, logical); in ext2fs_extent_set_bmap() 1217 logical); in ext2fs_extent_set_bmap() 1248 retval = ext2fs_extent_goto(handle, logical); in ext2fs_extent_set_bmap() 1263 retval = ext2fs_extent_goto(handle, logical); in ext2fs_extent_set_bmap() 1269 (extent.e_pblk + (logical - extent.e_lblk) == physical)) { in ext2fs_extent_set_bmap() 1271 printf("physical block (at %llu) unchanged\n", logical); in ext2fs_extent_set_bmap() 1278 printf("mapping unmapped logical block %llu\n", logical); in ext2fs_extent_set_bmap() [all …]
|
/external/skia/src/sfnt/ |
D | SkOTUtils.cpp | 140 unsigned char* logical = data + originalDataSize + nameTableLogicalSize; in RenameFont() local 142 for (; logical < physical; ++logical) { in RenameFont() 143 *logical = 0; in RenameFont()
|
/external/libvorbis/doc/ |
D | a1-encapsulation-ogg.tex | 8 This document describes using Ogg logical and physical transport 16 bitstream overview} and \href{framing.html}{Ogg logical 33 The Ogg stream may be chained, i.e., contain multiple, contigous logical streams (links). 74 first page of the logical Ogg stream. This results in a first Ogg 75 page of exactly 58 bytes at the very beginning of the logical stream. 85 the logical stream. However many pages they span, the third header 95 The first audio packet of the logical stream begins a fresh Ogg page.
|
D | 07-floor1.tex | 26 \item the first line segment (base case) is a logical line spanning 31 logical line segment and produces a y_new value at that point computed 64 We now draw new logical lines to reflect the correction to new_Y, and 239 Curve computation is split into two logical steps; the first step
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-02-06-TypeNotationDebateResp1.txt | 16 conclusion I do: that you have to go with familiar syntax over logical 42 introduce, no matter how logical it is. Introducing a new syntax that may 51 syntax that they have never seen that has a more logical structure. I think 57 P.S. Also, while I agree that most your syntax is more logical, there is
|
D | 2001-02-06-TypeNotationDebateResp4.txt | 2 > conclusion I do: that you have to go with familiar syntax over logical 48 > introduce, no matter how logical it is. 77 > syntax that they have never seen that has a more logical structure. I think
|
/external/webkit/Source/WebCore/css/ |
D | CSSPropertyNames.in | 238 -webkit-logical-width 239 -webkit-logical-height 270 -webkit-max-logical-width 271 -webkit-max-logical-height 272 -webkit-min-logical-width 273 -webkit-min-logical-height
|
D | wml.css | 134 -webkit-rtl-ordering: logical; 172 -webkit-rtl-ordering: logical;
|
/external/e2fsprogs/tests/f_extents/ |
D | expect.1 | 6 (logical block 0, invalid physical block 21994527527949, len 17) 15 (logical block 0, invalid physical block 22011707397135, len 15)
|
/external/llvm/test/YAMLParser/ |
D | construct-bool.data | 5 logical: True
|
/external/llvm/test/CodeGen/Hexagon/ |
D | fusedandshift.ll | 2 ; Check that we generate fused logical and with shift instruction.
|
/external/llvm/test/Transforms/ConstProp/ |
D | logicaltest.ll | 1 ; Ensure constant propagation of logical instructions is working correctly.
|
/external/kernel-headers/original/asm-x86/ |
D | io_apic_32.h | 90 } logical; member
|
/external/oprofile/events/i386/pii/ |
D | unit_masks | 21 0x10 MMX packed logical
|
/external/oprofile/events/i386/piii/ |
D | unit_masks | 31 0x10 MMX packed logical
|
/external/llvm/include/llvm/IR/ |
D | Instruction.def | 122 HANDLE_BINARY_INST(20, Shl , BinaryOperator) // Shift left (logical) 123 HANDLE_BINARY_INST(21, LShr , BinaryOperator) // Shift right (logical)
|
/external/llvm/test/MC/Mips/ |
D | mips64-alu-instructions.s | 3 # for arithmetic and logical instructions.
|
D | mips-alu-instructions.s | 3 # for arithmetic and logical instructions.
|
/external/oprofile/events/i386/p6_mobile/ |
D | unit_masks | 35 0x10 MMX packed logical
|
/external/llvm/docs/ |
D | LLVMBuild.rst | 75 As mentioned earlier, LLVM projects are organized into logical 179 The name of the logical parent of the component. Components are 180 organized into a logical tree to make it easier to navigate and 207 of the logical components tree. For example, one might define a
|
/external/llvm/test/Transforms/InstCombine/ |
D | shift-sra.ll | 6 ; can be logical shift.
|
/external/sepolicy/ |
D | seapp_contexts | 13 # All specified input selectors in an entry must match (i.e. logical AND).
|