/external/e2fsprogs/debian/ |
D | e2fsprogs-l10n.copyright | 2 files of the EXT2 file system utilities. The EXT2 utilities were 18 This package, the EXT2 filesystem utilities, is protected by the GNU
|
D | e2fsck-static.copyright | 1 This is the Debian GNU/Linux prepackaged version of the static EXT2 2 file system consistency checker (e2fsck.static). The EXT2 utilities 18 This package, the EXT2 filesystem utilities, is protected by the GNU
|
D | copyright | 1 This is the Debian GNU/Linux prepackaged version of the EXT2 file 2 system utilities (e2fsck, mke2fs, etc.). The EXT2 utilities were 17 This package, the EXT2 filesystem utilities, are made available under
|
D | libss2.copyright | 3 distributed together with the EXT2 file system utilities, which are
|
D | libcom-err2.copyright | 2 Description library. It is currently distributed together with the EXT2 file
|
/external/e2fsprogs/debian/attic/libs/ |
D | control | 12 Description: The EXT2 file system utilities. 13 EXT2 stands for "Extended Filesystem", version 2. It's the main 16 This package contains programs for creating, checking, and maintaining EXT2 30 It is mainly used by the EXT2-filesystem tools. 47 Description: The EXT2 file system shared libs. 48 EXT2 stands for "Extended Filesystem", version 2. It's the filesystem type
|
/external/e2fsprogs/ |
D | e2fsprogs.lsm | 2 Title: EXT2 Filesystem utilities 5 Description: The filesystem utilities for the EXT2, EXT3, and EXT4
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | sign_extend.ll | 69 ; GCN-DAG: s_bfe_i32 [[EXT2:s[0-9]+]], [[VAL]], 0x80010 74 ; GCN-DAG: v_mov_b32_e32 [[VEXT2:v[0-9]+]], [[EXT2]] 101 ; GCN-DAG: v_bfe_i32 [[EXT2:v[0-9]+]], [[VAL]], 16, 8 106 ; GCN: buffer_store_dword [[EXT2]]
|
/external/ltp/testcases/kernel/fs/scsi/ltpfs/ |
D | ltpfs.part1 | 2 # Check the EXT2 & NFS filesystems
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/ |
D | rjsmin.c | 405 #ifdef EXT2 in rjsmin_jsmin() 425 #ifdef EXT2 in rjsmin_jsmin() 465 #ifdef EXT2 in rjsmin_jsmin()
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/include/ |
D | cext.h | 90 #define EXT2 macro
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/ |
D | rcssmin.c | 1050 #ifdef EXT2 in rcssmin_cssmin() 1070 #ifdef EXT2 in rcssmin_cssmin() 1118 #ifdef EXT2 in rcssmin_cssmin()
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/include/ |
D | cext.h | 104 #define EXT2 macro
|
/external/python/cpython2/Lib/ |
D | pickle.py | 152 EXT2 = '\x83' # ditto, but 2-byte index variable 768 write("%c%c%c" % (EXT2, code&0xff, code>>8)) 1108 dispatch[EXT2] = load_ext2
|
/external/e2fsprogs/doc/ |
D | libext2fs.texinfo | 132 * EXT2 data abstractions:: 905 @node Bitmap Functions, EXT2 data abstractions, Directory functions, EXT2FS Library Functions 1095 @node EXT2 data abstractions, Byte-swapping functions, Bitmap Functions, EXT2FS Library Functions 1097 @section EXT2 data abstractions 1110 @node Badblocks list management, Directory-block list management, EXT2 data abstractions, EXT2 data… 1148 @node Directory-block list management, Inode count functions, Badblocks list management, EXT2 data … 1198 @node Inode count functions, , Directory-block list management, EXT2 data abstractions 1271 @node Byte-swapping functions, Other functions, EXT2 data abstractions, EXT2FS Library Functions
|
/external/python/cpython3/Lib/ |
D | pickle.py | 161 EXT2 = b'\x83' # ditto, but 2-byte index variable 1086 write(EXT2 + pack("<H", code)) 1548 dispatch[EXT2[0]] = load_ext2
|
/external/python/cpython2/Lib/test/ |
D | pickletester.py | 1338 self.produce_global_ext(0x00000100, pickle.EXT2) # smallest EXT2 code 1339 self.produce_global_ext(0x0000ffff, pickle.EXT2) # largest EXT2 code 1340 self.produce_global_ext(0x0000abcd, pickle.EXT2) # check endianness
|
/external/e2fsprogs/lib/ext2fs/ |
D | ext2_err.et.in | 117 "EXT2 directory corrupted"
|
/external/python/cpython2/Modules/ |
D | cPickle.c | 78 #define EXT2 '\x83' /* ditto, but 2-byte index */ macro 2285 c_str[0] = EXT2; in save_global() 4920 case EXT2: in load() 5337 case EXT2: in noload()
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | insert-extract-shuffle.ll | 246 ; CHECK-NEXT: [[EXT2:%.*]] = extractelement <2 x float> [[X]], i32 0 247 … x float> <float 0.000000e+00, float 0.000000e+00, float undef, float undef>, float [[EXT2]], i32 2
|
/external/python/cpython3/Lib/test/ |
D | pickletester.py | 2028 self.produce_global_ext(0x00000100, pickle.EXT2) # smallest EXT2 code 2029 self.produce_global_ext(0x0000ffff, pickle.EXT2) # largest EXT2 code 2030 self.produce_global_ext(0x0000abcd, pickle.EXT2) # check endianness
|
/external/ltp/runtest/ |
D | scsi_debug.part1 | 38 # Check the EXT2 filesystem
|
D | lvm.part1 | 74 # Check the EXT2 filesystem
|
/external/python/cpython3/Modules/ |
D | _pickle.c | 83 EXT2 = '\x83', enumerator 3705 pdata[0] = EXT2; in save_global() 6985 OP_ARG(EXT2, load_extension, 2) in load()
|
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/X86/ |
D | lookahead.ll | 349 ; CHECK-NEXT: store double [[A1]], double* [[EXT2:%.*]], align 8
|