/external/v8/src/ppc/ |
D | assembler-ppc.cc | 1595 emit(EXT4 | MCRFS | bf * B23 | bfa * B18); in mcrfs() 1757 a_form(EXT4 | FSUB, frt, fra, frb, rc); in fsub() 1763 a_form(EXT4 | FADD, frt, fra, frb, rc); in fadd() 1769 emit(EXT4 | FMUL | frt.code() * B21 | fra.code() * B16 | frc.code() * B6 | in fmul() 1776 a_form(EXT4 | FDIV, frt, fra, frb, rc); in fdiv() 1783 emit(EXT4 | FCMPU | cr.code() * B23 | fra.code() * B16 | frb.code() * B11); in fcmpu() 1789 emit(EXT4 | FMR | frt.code() * B21 | frb.code() * B11 | rc); in fmr() 1794 emit(EXT4 | FCTIWZ | frt.code() * B21 | frb.code() * B11); in fctiwz() 1799 emit(EXT4 | FCTIW | frt.code() * B21 | frb.code() * B11); in fctiw() 1805 emit(EXT4 | FRIN | frt.code() * B21 | frb.code() * B11 | rc); in frin() [all …]
|
D | disasm-ppc.cc | 962 switch (EXT4 | (instr->BitField(5, 1))) { in DecodeExt4() 997 switch (EXT4 | (instr->BitField(10, 1))) { in DecodeExt4() 1427 case EXT4: { in InstructionDecode()
|
D | constants-ppc.h | 2554 EXT4 = 0xFC000000, // Extended code set 4 enumerator
|
/external/e2fsprogs/ |
D | e2fsprogs.lsm | 5 Description: The filesystem utilities for the EXT2, EXT3, and EXT4
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/GlobalISel/ |
D | arm-param-lowering.ll | 210 ; CHECK: [[EXT4:%[0-9]+]]:_(s32) = G_EXTRACT [[RES_ARR]](s96), 32 214 ; CHECK: [[INS4:%[0-9]+]]:_(s96) = G_INSERT [[INS3]], [[EXT4]](s32), 32 243 ; CHECK: [[EXT4:%[0-9]+]]:_(s32) = G_EXTRACT [[ARG_ARR1]](s64), 32 249 ; CHECK: [[INS4:%[0-9]+]]:_(s64) = G_INSERT [[INS3]], [[EXT4]](s32), 32 355 ; CHECK: [[EXT4:%[0-9]+]]:_(s32) = G_EXTRACT [[R_MERGED]](s64), 0 358 ; CHECK: [[INS4:%[0-9]+]]:_(s64) = G_INSERT [[IMPDEF2]], [[EXT4]](s32), 0 399 ; CHECK: [[EXT4:%[0-9]+]]:_(s32) = G_EXTRACT [[Y_ARR]](s96), 0 411 ; CHECK: [[INS4:%[0-9]+]]:_(s96) = G_INSERT [[IMPDEF2]], [[EXT4]](s32), 0 550 ; CHECK: [[EXT4:%[0-9]+]]:_(s32) = G_EXTRACT [[R]](s64), 32 553 ; CHECK: [[INS4:%[0-9]+]]:_(s64) = G_INSERT [[INS3]], [[EXT4]](s32), 32
|
/external/syzkaller/pkg/report/testdata/linux/report/ |
D | 127 | 35 [ 1.887427] EXT4-fs (sda1): INFO: recovery required on readonly filesystem
|
/external/u-boot/env/ |
D | Kconfig | 67 bool "Environment is in a EXT4 filesystem" 71 Define this if you want to use the EXT4 file system for the environment. 409 string "Device and partition for where to store the environemt in EXT4" 427 string "Name of the EXT4 file to use for the environment" 431 It's a string of the EXT4 file name. This file use to store the
|
/external/u-boot/board/qualcomm/dragonboard820c/ |
D | readme.txt | 11 - Environment in EXT4 partition 1 in SD card (check defconfig for details) 68 1) create an EXT4 partition on the SD card (must be partition #1) 86 5) copy the generated uImage and the device tree binary to the SD card EXT4 114 the SD card EXT4 partition#1 should contain:
|
/external/u-boot/doc/ |
D | README.ext4 | 40 This does not automatically enable EXT4 support for you, you still need
|
/external/python/cpython2/Lib/ |
D | pickle.py | 153 EXT4 = '\x84' # ditto, but 4-byte index variable 770 write(EXT4 + pack("<i", code)) 1113 dispatch[EXT4] = load_ext4
|
/external/python/cpython3/Lib/ |
D | pickle.py | 153 EXT4 = b'\x84' # ditto, but 4-byte index variable 973 write(EXT4 + pack("<i", code)) 1398 dispatch[EXT4[0]] = load_ext4
|
/external/adeb/ |
D | README.md | 146 ### Build a standalone raw EXT4 image out of the FS:
|
/external/python/cpython2/Lib/test/ |
D | pickletester.py | 1343 self.produce_global_ext(0x00010000, pickle.EXT4) # smallest EXT4 code 1344 self.produce_global_ext(0x7fffffff, pickle.EXT4) # largest EXT4 code 1345 self.produce_global_ext(0x12abcdef, pickle.EXT4) # check endianness
|
/external/u-boot/drivers/mmc/ |
D | Kconfig | 34 as EXT4 and FAT. 45 as EXT4 and FAT.
|
/external/u-boot/cmd/ |
D | nvedit.c | 55 # error Define one of CONFIG_ENV_IS_IN_{EEPROM|FLASH|MMC|FAT|EXT4|\
|
D | Kconfig | 1653 Enables EXT4 FS command 1660 Enables EXT4 FS write command
|
/external/python/cpython2/Modules/ |
D | cPickle.c | 79 #define EXT4 '\x84' /* ditto, but 4-byte index */ macro 2291 c_str[0] = EXT4; in save_global() 4925 case EXT4: in load() 5342 case EXT4: in noload()
|
/external/python/cpython3/Lib/test/ |
D | pickletester.py | 1808 self.produce_global_ext(0x00010000, pickle.EXT4) # smallest EXT4 code 1809 self.produce_global_ext(0x7fffffff, pickle.EXT4) # largest EXT4 code 1810 self.produce_global_ext(0x12abcdef, pickle.EXT4) # check endianness
|
/external/python/cpython3/Modules/ |
D | _pickle.c | 79 EXT4 = '\x84', enumerator 3421 pdata[0] = EXT4; in save_global() 6484 OP_ARG(EXT4, load_extension, 4) in load()
|