Home
last modified time | relevance | path

Searched refs:EXT2 (Results 1 – 25 of 35) sorted by relevance

12

/external/v8/src/ppc/
Dassembler-ppc.cc317 return (((instr & kOpcodeMask) == EXT2) && in IsCmpRegister()
731 x_form(EXT2 | XORX, dst, src1, src2, rc); in xor_()
736 x_form(EXT2 | CNTLZWX, ra, rs, r0, rc); in cntlzw_()
741 emit(EXT2 | POPCNTW | rs.code() * B21 | ra.code() * B16); in popcntw()
746 x_form(EXT2 | ANDX, ra, rs, rb, rc); in and_()
806 emit(EXT2 | SRAWIX | rs.code() * B21 | ra.code() * B16 | sh * B11 | r); in srawi()
811 x_form(EXT2 | SRWX, dst, src1, src2, r); in srw()
816 x_form(EXT2 | SLWX, dst, src1, src2, r); in slw()
821 x_form(EXT2 | SRAW, ra, rs, rb, r); in sraw()
846 xo_form(EXT2 | ADDCX, dst, src1, src2, o, r); in addc()
[all …]
Dconstants-ppc.h121 EXT2 = 31 << 26, // Extended code set 2 enumerator
Ddisasm-ppc.cc277 (opcode == EXT2 && instr->Bits(10, 2) << 2 == SRADIX)) { in FormatOption()
1244 case EXT2: { in InstructionDecode()
Dassembler-ppc.h598 if ((xinstr & sradi_mask) == (EXT2 | SRADIX)) { in cmpi_optimization()
602 } else if ((xinstr & srawi_mask) == (EXT2 | SRAWIX)) { in cmpi_optimization()
Dsimulator-ppc.cc3548 case EXT2: { in ExecuteGeneric()
/external/e2fsprogs/debian/
De2fsck-static.copyright1 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
Dcopyright1 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
Dlibss2.copyright3 distributed together with the EXT2 file system utilities, which are
Dlibcomerr2.copyright2 Description library. It is currently distributed together with the EXT2 file
/external/e2fsprogs/debian/attic/libs/
Dcontrol12 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/
De2fsprogs.lsm2 Title: EXT2 Filesystem utilities
5 Description: The filesystem utilities for the EXT2, EXT3, and EXT4
Dconfigure.in1115 dnl We use the EXT2 ioctls only under Linux
DNOTICE1 This package, the EXT2 filesystem utilities, are made available under
DCOPYING1 This package, the EXT2 filesystem utilities, are made available under
/external/e2fsprogs/lib/ext2fs/
DMakefile.pq2 LIBNAME=EXT2.LIB
3 OBJFILE=EXT2.LST
Dext2_err.et.in117 "EXT2 directory corrupted"
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/
Drjsmin.c351 #ifdef EXT2 in rjsmin_jsmin()
371 #ifdef EXT2 in rjsmin_jsmin()
411 #ifdef EXT2 in rjsmin_jsmin()
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/include/
Dcext.h90 #define EXT2 macro
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/include/
Dcext.h90 #define EXT2 macro
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/
Drcssmin.c1050 #ifdef EXT2 in rcssmin_cssmin()
1070 #ifdef EXT2 in rcssmin_cssmin()
1118 #ifdef EXT2 in rcssmin_cssmin()
/external/e2fsprogs/doc/
Dlibext2fs.texinfo132 * 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/mesa3d/src/mesa/main/
Denable.c208 #define CHECK_EXTENSION2(EXT1, EXT2, CAP) \ argument
209 if (!ctx->Extensions.EXT1 && !ctx->Extensions.EXT2) { \
1198 #define CHECK_EXTENSION2(EXT1, EXT2) \ argument
1199 if (!ctx->Extensions.EXT1 && !ctx->Extensions.EXT2) { \
/external/e2fsprogs/po/
Dde.po6003 msgid "EXT2 directory corrupted"
6004 msgstr "EXT2 Verzeichnis beschädigt"
Dsv.po6065 msgid "EXT2 directory corrupted"
6066 msgstr "EXT2-katalog skadad"
Dpl.po6059 msgid "EXT2 directory corrupted"
6060 msgstr "Katalog EXT2 uszkodzony"

12