Home
last modified time | relevance | path

Searched refs:b1 (Results 1 – 25 of 51) sorted by relevance

123

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
Dpi.py14 k, a, b, a1, b1 = 2, 4, 1, 12, 4
18 a, b, a1, b1 = a1, b1, p*a+q*a1, p*b+q*b1
20 d, d1 = a//b, a1//b1
23 a, a1 = 10*(a%b), 10*(a1%b1)
24 d, d1 = a//b, a1//b1
/device/google/cuttlefish_vmm/x86_64/
Dbuilder-packages.txt2 acpid 1:2.0.28-1+b1
38 ethtool 1:4.8-1+b1
63 gzip 1.6-5+b1
64 hostname 3.18+b1
79 libacl1:amd64 2.2.52-3+b1
98 libcap-ng0:amd64 0.7.7-3+b1
151 libgpm2:amd64 1.20.4-6.2+b1
174 liblocale-gettext-perl 1.07-3+b1
176 liblognorm5:amd64 2.0.1-1.1+b1
180 liblz4-1:amd64 0.0~r131-2+b1
[all …]
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/bits32/
Dsoftfloat-macros266 value formed by concatenating `b0' and `b1'. Addition is modulo 2^64, so
273 bits32 a0, bits32 a1, bits32 b0, bits32 b1, bits32 *z0Ptr, bits32 *z1Ptr )
277 z1 = a1 + b1;
286 96-bit value formed by concatenating `b0', `b1', and `b2'. Addition is
298 bits32 b1,
310 z1 = a1 + b1;
324 Subtracts the 64-bit value formed by concatenating `b0' and `b1' from the
333 bits32 a0, bits32 a1, bits32 b0, bits32 b1, bits32 *z0Ptr, bits32 *z1Ptr )
336 *z1Ptr = a1 - b1;
337 *z0Ptr = a0 - b0 - ( a1 < b1 );
[all …]
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits32/
Dsoftfloat-macros266 value formed by concatenating `b0' and `b1'. Addition is modulo 2^64, so
273 bits32 a0, bits32 a1, bits32 b0, bits32 b1, bits32 *z0Ptr, bits32 *z1Ptr )
277 z1 = a1 + b1;
286 96-bit value formed by concatenating `b0', `b1', and `b2'. Addition is
298 bits32 b1,
310 z1 = a1 + b1;
324 Subtracts the 64-bit value formed by concatenating `b0' and `b1' from the
333 bits32 a0, bits32 a1, bits32 b0, bits32 b1, bits32 *z0Ptr, bits32 *z1Ptr )
336 *z1Ptr = a1 - b1;
337 *z0Ptr = a0 - b0 - ( a1 < b1 );
[all …]
/device/linaro/bootloader/edk2/ShellPkg/Application/ShellSortTestApp/
DShellSortTestApp.c33 Test(CONST VOID *b1, CONST VOID *b2) in Test() argument
35 if (*(INTN*)b1 == *(INTN*)b2) { in Test()
38 if (*(INTN*)b1 < *(INTN*)b2) { in Test()
/device/google/crosshatch/audio/
DTest1_Crosshatch_5_10_2018_onsite_final_remove_actisonic.tuning14 "Mono_mix_crossover_left.HP_this.BQ 1.biquad leaf.b1": -1.823173336026,
20 "Mono_mix_crossover_left.HP_this.BQ 2.biquad leaf.b1": -1.823173336026,
27 "Mono_mix_crossover_left.LP_other.BQ 1.biquad leaf.b1": 0.007832253321,
33 "Mono_mix_crossover_left.LP_other.BQ 2.biquad leaf.b1": 0.007832253321,
40 "Mono_mix_crossover_left.LP_this.BQ 1.biquad leaf.b1": 0.007832253321,
46 "Mono_mix_crossover_left.LP_this.BQ 2.biquad leaf.b1": 0.007832253321,
54 "Mono_mix_crossover_right.HP_this.BQ 1.biquad leaf.b1": -1.823173336026,
60 "Mono_mix_crossover_right.HP_this.BQ 2.biquad leaf.b1": -1.823173336026,
67 "Mono_mix_crossover_right.LP_other.BQ 1.biquad leaf.b1": 0.007832253321,
73 "Mono_mix_crossover_right.LP_other.BQ 2.biquad leaf.b1": 0.007832253321,
[all …]
/device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
Dtimingsafe_bcmp.c26 __timingsafe_bcmp(const void *b1, const void *b2, size_t n) in __timingsafe_bcmp() argument
28 const unsigned char *p1 = b1, *p2 = b2; in __timingsafe_bcmp()
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits64/
Dsoftfloat-macros341 value formed by concatenating `b0' and `b1'. Addition is modulo 2^128, so
348 bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 *z0Ptr, bits64 *z1Ptr )
352 z1 = a1 + b1;
361 192-bit value formed by concatenating `b0', `b1', and `b2'. Addition is
373 bits64 b1,
385 z1 = a1 + b1;
399 Subtracts the 128-bit value formed by concatenating `b0' and `b1' from the
408 bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 *z0Ptr, bits64 *z1Ptr )
411 *z1Ptr = a1 - b1;
412 *z0Ptr = a0 - b0 - ( a1 < b1 );
[all …]
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Dmisc.c175 Bigint *b1; local
204 b1 = Balloc(b->k+1);
205 if (b1 == NULL) {
209 Bcopy(b1, b);
211 b = b1;
396 Bigint *b1, *p5, *p51; local
428 b1 = mult(b, p5);
429 if (b1 == NULL)
431 b = b1;
466 Bigint *b1; local
[all …]
Ddtoa.c136 Bigint *b, *b1, *delta, *mhi, *S; local
523 b1 = mult(mhi, b);
524 if (b1 == NULL)
527 b = b1;
Dgdtoa.c171 Bigint *b, *b1, *delta, *mlo, *mhi, *mhi1, *S; in gdtoa() local
551 b1 = mult(mhi, b); in gdtoa()
552 if (b1 == NULL) in gdtoa()
555 b = b1; in gdtoa()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dpdeps.py80 (a, b), (a1, b1) = m_import.regs[:2]
82 (a, b), (a1, b1) = m_from.regs[:2]
84 words = line[a1:b1].split(',')
Dclassfix.py162 (a0, b0), (a1, b1), (a2, b2) = classprog.regs[:3]
166 head = line[:b1]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_bytes.py109 b1 = self.type2test([1, 2, 3])
113 self.assertEqual(b1, b2)
115 self.assertTrue(b1 <= b2)
116 self.assertTrue(b1 <= b3)
117 self.assertTrue(b1 < b3)
118 self.assertTrue(b1 >= b2)
122 self.assertFalse(b1 != b2)
124 self.assertFalse(b1 > b2)
125 self.assertFalse(b1 > b3)
126 self.assertFalse(b1 >= b3)
[all …]
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DFormatConversions.cpp224 signed b1 = clamp_rgb((tmp1 + u_b) / 256); in yv12_to_rgb565() local
228 uint16_t rgb1 = ((r1 >> 3) << 11) | ((g1 >> 2) << 5) | (b1 >> 3); in yv12_to_rgb565()
270 signed b1 = clamp_rgb((tmp1 + u_b) / 256); in yv12_to_rgb888() local
276 rgb_ptr[(i-left)*rgb_stride+2] = b1; in yv12_to_rgb888()
315 signed b1 = clamp_rgb((tmp1 + u_b) / 256); in yuv420p_to_rgb888() local
321 rgb_ptr[(i-left)*rgb_stride+2] = b1; in yuv420p_to_rgb888()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ipf/
DEbcLowLevel.s107 mov b1 = r31
109 (p0) br.call.dptk.many b0 = b1;;
/device/google/crosshatch/
Ddevice.mk727 …hatch/acdbdata/OEM/sdm845-tavil-b1-snd-card/Bluetooth_cal.acdb:$(TARGET_COPY_OUT_VENDOR)/etc/acdbd…
728 …shatch/acdbdata/OEM/sdm845-tavil-b1-snd-card/General_cal.acdb:$(TARGET_COPY_OUT_VENDOR)/etc/acdbda…
729 …shatch/acdbdata/OEM/sdm845-tavil-b1-snd-card/Global_cal.acdb:$(TARGET_COPY_OUT_VENDOR)/etc/acdbdat…
730 …shatch/acdbdata/OEM/sdm845-tavil-b1-snd-card/Handset_cal.acdb:$(TARGET_COPY_OUT_VENDOR)/etc/acdbda…
731 …sshatch/acdbdata/OEM/sdm845-tavil-b1-snd-card/Hdmi_cal.acdb:$(TARGET_COPY_OUT_VENDOR)/etc/acdbdata…
732 …shatch/acdbdata/OEM/sdm845-tavil-b1-snd-card/Headset_cal.acdb:$(TARGET_COPY_OUT_VENDOR)/etc/acdbda…
733 …shatch/acdbdata/OEM/sdm845-tavil-b1-snd-card/Speaker_cal.acdb:$(TARGET_COPY_OUT_VENDOR)/etc/acdbda…
734 …sshatch/acdbdata/OEM/sdm845-tavil-b1-snd-card/Codec_cal.acdb:$(TARGET_COPY_OUT_VENDOR)/etc/acdbdat…
749 …hatch/acdbdata/OEM/sdm845-tavil-b1-snd-card/workspaceFile.qwsp:$(TARGET_COPY_OUT_VENDOR)/etc/acdbd…
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddtoa.c440 Bigint *b1; in multadd() local
462 b1 = Balloc(b->k+1); in multadd()
463 if (b1 == NULL){ in multadd()
467 Bcopy(b1, b); in multadd()
469 b = b1; in multadd()
721 Bigint *b1, *p5, *p51; in pow5mult() local
746 b1 = mult(b, p5); in pow5mult()
748 b = b1; in pow5mult()
777 Bigint *b1, *p5, *p51; in pow5mult() local
797 b1 = mult(b, p5); in pow5mult()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Ddtoa.c457 Bigint *b1; in multadd() local
479 b1 = Balloc(b->k+1); in multadd()
480 if (b1 == NULL){ in multadd()
484 Bcopy(b1, b); in multadd()
486 b = b1; in multadd()
738 Bigint *b1, *p5, *p51; in pow5mult() local
763 b1 = mult(b, p5); in pow5mult()
765 b = b1; in pow5mult()
794 Bigint *b1, *p5, *p51; in pow5mult() local
814 b1 = mult(b, p5); in pow5mult()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dfilecmp.py67 b1 = fp1.read(bufsize)
69 if b1 != b2:
71 if not b1:
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlgc.h80 #define bit2mask(b1,b2) (bitmask(b1) | bitmask(b2)) argument
/device/linaro/bootloader/edk2/ArmPkg/Drivers/ArmCpuLib/ArmCortexAEMv8Lib/
DArmCortexAEMv8Lib.inf17 FILE_GUID = 8ab5a7e3-86b1-4dd3-a092-09ee801e774b
/device/linaro/bootloader/edk2/MdePkg/Library/BaseS3BootScriptLibNull/
DBaseS3BootScriptLibNull.inf24 FILE_GUID = 9A6DC1AC-94C0-43b1-8714-4C70FD58A815
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DTcgStorageCore.h25 #define TCG_TO_UID(b0, b1, b2, b3, b4, b5, b6, b7) (TCG_UID)( \ argument
27 ((UINT64)(b1) << 8) | \
/device/google/contexthub/util/nanoapp_sign/
Dtest_modulus11 12:53:d1:83:a3:15:b1:84:ec:0f:6c:3f:62:30:ec:

123