/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ |
D | dqShift.decTest | 2 -- dqShift.decTest -- shift decQuad coefficient left or right -- 30 dqshi001 shift 0 0 -> 0 31 dqshi002 shift 0 2 -> 0 32 dqshi003 shift 1 2 -> 100 33 dqshi004 shift 1 33 -> 1000000000000000000000000000000000 34 dqshi005 shift 1 34 -> 0 35 dqshi006 shift 1 -1 -> 0 36 dqshi007 shift 0 -2 -> 0 37 dqshi008 shift 1234567890123456789012345678901234 -1 -> 123456789012345678901234567890123 38 dqshi009 shift 1234567890123456789012345678901234 -33 -> 1 [all …]
|
D | ddShift.decTest | 2 -- ddShift.decTest -- shift decDouble coefficient left or right -- 30 ddshi001 shift 0 0 -> 0 31 ddshi002 shift 0 2 -> 0 32 ddshi003 shift 1 2 -> 100 33 ddshi004 shift 1 15 -> 1000000000000000 34 ddshi005 shift 1 16 -> 0 35 ddshi006 shift 1 -1 -> 0 36 ddshi007 shift 0 -2 -> 0 37 ddshi008 shift 1234567890123456 -1 -> 123456789012345 38 ddshi009 shift 1234567890123456 -15 -> 1 [all …]
|
D | shift.decTest | 2 -- shift.decTest -- shift coefficient left or right -- 29 shix001 shift 0 0 -> 0 30 shix002 shift 0 2 -> 0 31 shix003 shift 1 2 -> 100 32 shix004 shift 1 8 -> 100000000 33 shix005 shift 1 9 -> 0 34 shix006 shift 1 -1 -> 0 35 shix007 shift 123456789 -1 -> 12345678 36 shix008 shift 123456789 -8 -> 1 37 shix009 shift 123456789 -9 -> 0 [all …]
|
/device/linaro/bootloader/arm-trusted-firmware/plat/compat/ |
D | plat_topology_compat.c | 170 unsigned long shift, aff_inst; in plat_core_pos_by_mpidr() local 180 shift = get_afflvl_shift(PLATFORM_MAX_AFFLVL + 1); in plat_core_pos_by_mpidr() 181 if (mpidr >> shift) in plat_core_pos_by_mpidr() 185 shift = get_afflvl_shift(i); in plat_core_pos_by_mpidr() 187 ((unsigned long)MPIDR_AFFLVL_MASK << shift)) >> shift); in plat_core_pos_by_mpidr()
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/ |
D | Build_IFWI.bat | 35 shift 40 shift 45 shift 50 shift 55 shift 60 shift 66 shift 73 shift 80 shift 86 shift [all …]
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/EblCmdLib/ |
D | EblCmdFdt.c | 116 UINTN shift; in DumpFdt() local 120 shift = 4; in DumpFdt() 139 Print(L"%*s%a {\n", depth * shift, L" ", s); in DumpFdt() 148 Print(L"%*s};\n", depth * shift, L" "); in DumpFdt() 153 Print(L"%*s// [NOP]\n", depth * shift, L" "); in DumpFdt() 158 Print(L"%*s ** Unknown tag 0x%08x\n", depth * shift, L" ", tag); in DumpFdt() 169 Print(L"%*s%a", depth * shift, L" ", s); in DumpFdt()
|
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/common/include/ |
D | plat_private.h | 50 #define BITS_SHIFT(bits, shift) (bits << (shift)) argument 54 #define BITS_WITH_WMASK(bits, msk, shift)\ argument 55 (BITS_SHIFT(bits, shift) | BITS_SHIFT(msk, (shift + REG_MSK_SHIFT)))
|
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3368/drivers/soc/ |
D | soc.h | 131 #define regs_updata_bit_set(addr, shift) \ argument 132 regs_updata_bits((addr), 0x1, 0x1, (shift)) 133 #define regs_updata_bit_clr(addr, shift) \ argument 134 regs_updata_bits((addr), 0x0, 0x1, (shift)) 137 uint32_t mask, uint32_t shift);
|
D | soc.c | 101 uint32_t mask, uint32_t shift) in regs_updata_bits() argument 107 tmp = orig & ~(mask << shift); in regs_updata_bits() 108 tmp |= (val & mask) << shift; in regs_updata_bits()
|
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt8173/drivers/spm/ |
D | spm_mcdi.c | 407 unsigned int pwr_status, shift, i, flag = 0; in spm_mcdi_set_cputop_pwrctrl_for_cluster_off() local 416 shift = i + PCM_MCDI_CA72_PWRSTA_SHIFT; in spm_mcdi_set_cputop_pwrctrl_for_cluster_off() 417 flag |= (pwr_status & (1 << shift)) >> shift; in spm_mcdi_set_cputop_pwrctrl_for_cluster_off() 426 shift = i + PCM_MCDI_CA53_PWRSTA_SHIFT; in spm_mcdi_set_cputop_pwrctrl_for_cluster_off() 427 flag |= (pwr_status & (1 << shift)) >> shift; in spm_mcdi_set_cputop_pwrctrl_for_cluster_off()
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/ |
D | ShellDumpFdt.c | 101 UINTN shift; in DumpFdt() local 122 shift = 4; in DumpFdt() 140 Print (L"%*s%a {\n", depth * shift, L" ", s); in DumpFdt() 149 Print (L"%*s};\n", depth * shift, L" "); in DumpFdt() 154 Print (L"%*s// [NOP]\n", depth * shift, L" "); in DumpFdt() 159 Print (L"%*s ** Unknown tag 0x%08x\n", depth * shift, L" ", tag); in DumpFdt() 170 Print (L"%*s%a", depth * shift, L" ", s); in DumpFdt()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/ |
D | makeunicodedata.py | 284 index1, index2, shift = splitbins(index, trace) 287 print >>fp, "#define SHIFT", shift 292 index1, index2, shift = splitbins(decomp_index, trace) 298 print >>fp, "#define DECOMP_SHIFT", shift 302 index, index2, shift = splitbins(comp_data, trace) 304 print >>fp, "#define COMP_SHIFT", shift 320 index1, index2, shift = splitbins(index, trace) 332 print >>fp, "\t\tindex = changes_%s_index[n>>%d];" % (cversion, shift) 334 (cversion, shift, ((1<<shift)-1)) 458 index1, index2, shift = splitbins(index, trace) [all …]
|
/device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/ |
D | uniphier_soc_info.c | 14 unsigned int shift) in uniphier_get_revision_field() argument 18 return (revision >> shift) & mask; in uniphier_get_revision_field()
|
/device/google/contexthub/firmware/lib/libc/ |
D | memcpy-armv7m.S | 266 .macro mis_src_copy shift argument 268 lsrs r4, r4, \shift 270 lsls r5, r3, 32-\shift 279 mis_src_copy shift=8 283 mis_src_copy shift=24 288 mis_src_copy shift=16
|
/device/linaro/bootloader/edk2/StdLib/LibC/Main/Arm/ |
D | floatunsidf.c | 65 const int shift = significandBits - exponent; in ARM_EABI_FNALIAS() local 66 result = (rep_t)a << shift ^ implicitBit; in ARM_EABI_FNALIAS()
|
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmDisassemblerLib/ |
D | ArmDisassembler.c | 172 UINT32 shift_imm, shift; in DisassembleArmInstruction() local 241 shift = (OpCode >> 5) & 0x3; in DisassembleArmInstruction() 242 if (shift == 0x0) { in DisassembleArmInstruction() 244 } else if (shift == 0x1) { in DisassembleArmInstruction() 249 } else if (shift == 0x12) { in DisassembleArmInstruction() 270 shift = (OpCode >> 5) & 0x3; in DisassembleArmInstruction() 272 if (shift == 0x0) { in DisassembleArmInstruction() 274 } else if (shift == 0x1) { in DisassembleArmInstruction() 279 } else if (shift == 0x12) { in DisassembleArmInstruction()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | base64.py | 218 shift = 35 223 acc += _b32rev[c] << shift 224 shift -= 5 225 if shift < 0: 228 shift = 35
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Stitch/ |
D | IFWIStitch.bat | 43 shift 48 shift 53 shift 62 shift & shift 69 shift & shift 75 shift & shift
|
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3328/drivers/soc/ |
D | soc.h | 23 #define BITS_WMSK(msk, shift) ((msk) << (shift + REG_MSK_SHIFT)) argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_strtod.py | 76 shift = 3 - (mant_dig-2)%4 77 q, e = q << shift, e - shift
|
/device/linaro/bootloader/edk2/ |
D | edksetup.bat | 60 if /I "%1"=="NewBuild" shift 88 shift 93 shift 99 if /I "%1"=="Reconfig" shift
|
D | Edk2Setup.bat | 115 @shift 122 @shift 130 @shift 148 @shift 149 @shift 159 @shift 168 @shift 170 @shift 179 @shift 188 @shift [all …]
|
/device/linaro/bootloader/edk2/BaseTools/ |
D | toolsetup.bat | 38 shift 41 shift 45 shift 50 shift 55 shift 63 shift 68 shift
|
/device/linaro/bootloader/arm-trusted-firmware/lib/aarch32/ |
D | cache_helpers.S | 84 .macro dcsw_op shift, fw, ls 86 ubfx r3, r2, \shift, \fw
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/ |
D | parse.py | 129 self.shift(type, value, newstate, context) 175 def shift(self, type, value, newstate, context): member in Parser
|