/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
H A D | AccountPermission.pm | 19 B:remove_user_from_group label 31 B:remove_suid label 598 sub B:remove_user_from_group($$) { subroutine 1025 sub B:remove_suid($) { subroutine
|
H A D | FileContent.pm | 13 B:append_line label 14 B:prepend_line label 276 sub B:append_line($$$) { subroutine 325 sub B:prepend_line($$$) { subroutine
|
/openbmc/u-boot/arch/x86/include/asm/fsp/ |
H A D | fsp_types.h | 30 #define SIGNATURE_16(A, B) ((A) | (B << 8)) argument 46 #define SIGNATURE_32(A, B, C, D) \ argument 67 #define SIGNATURE_64(A, B, C, D, E, F, G, H) \ argument
|
/openbmc/libcper/include/libcper/ |
H A D | BaseTypes.h | 89 #define SIGNATURE_16(A, B) ((A) | ((B) << 8)) argument 105 #define SIGNATURE_32(A, B, C, D) \ argument
|
/openbmc/qemu/target/hexagon/ |
H A D | macros.h | 195 #define fMAX(A, B) (((A) > (B)) ? (A) : (B)) argument 197 #define fMIN(A, B) (((A) < (B)) ? (A) : (B)) argument 278 #define fADDSAT64(DST, A, B) \ argument 395 #define fMPY8UU(A, B) (int)(fZE8_16(A) * fZE8_16(B)) argument 396 #define fMPY8US(A, B) (int)(fZE8_16(A) * fSE8_16(B)) argument 397 #define fMPY8SU(A, B) (int)(fSE8_16(A) * fZE8_16(B)) argument 398 #define fMPY8SS(A, B) (int)((short)(A) * (short)(B)) argument 399 #define fMPY16SS(A, B) fSE32_64(fSE16_32(A) * fSE16_32(B)) argument 400 #define fMPY16UU(A, B) fZE32_64(fZE16_32(A) * fZE16_32(B)) argument 401 #define fMPY16SU(A, B) fSE32_64(fSE16_32(A) * fZE16_32(B)) argument [all …]
|
H A D | opcodes.c | 29 #define VEC_DESCR(A, B, C) DESCR(A, B, C) argument
|
/openbmc/qemu/tests/tcg/ppc64/ |
H A D | bcdsub.c | 19 #define BCDSUB(T, A, B, PS) \ argument 23 #define BCDSUB(T, A, B, PS) "bcdsub. " #T ", " #A ", " #B ", " #PS "\n\t" argument
|
/openbmc/u-boot/scripts/kconfig/tests/rand_nested_choice/ |
H A D | Kconfig | 7 config B config in choice958c7c010104
|
/openbmc/u-boot/scripts/kconfig/tests/auto_submenu/ |
H A D | Kconfig | 40 config B config
|
/openbmc/u-boot/scripts/kconfig/tests/warn_recursive_dep/ |
H A D | Kconfig | 9 config B config
|
/openbmc/qemu/target/loongarch/ |
H A D | vec.h | 12 #define B(x) B[(x) ^ 15] macro 22 #define B(x) B[x] macro
|
/openbmc/u-boot/drivers/ddr/altera/ |
H A D | sdram_s10.c | 22 #define DDR_CONFIG(A, B, C, R) (((A) << 24) | ((B) << 16) | ((C) << 8) | (R)) argument
|
H A D | sdram_arria10.c | 27 #define ARRIA_DDR_CONFIG(A, B, C, R) \ argument
|
/openbmc/u-boot/lib/libavb/ |
H A D | avb_rsa.c | 119 uint64_t B = (uint64_t)d0 * key->n[0] + (uint32_t)A; in montMulAdd() local
|
/openbmc/intel-ipmi-oem/tests/ |
H A D | test_sensorcommands.cpp | 58 void testValue(int x, double y, int16_t M, int8_t rExp, int16_t B, int8_t bExp, in testValue()
|
/openbmc/phosphor-host-ipmid/test/dbus-sdr/ |
H A D | sensorcommands_unittest.cpp | 58 void testValue(int x, double y, int16_t M, int8_t rExp, int16_t B, int8_t bExp, in testValue()
|
/openbmc/u-boot/lib/ |
H A D | sha256.c | 62 uint32_t A, B, C, D, E, F, G, H; in sha256_process() local
|
H A D | sha1.c | 70 unsigned long temp, W[16], A, B, C, D, E; in sha1_process() local
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 738 #define parts_pick_nan(A, B, S) PARTS_GENERIC_64_128(pick_nan, A)(A, B, S) argument 749 #define parts_pick_nan_muladd(A, B, C, S, ABM, ABCM) \ argument 780 #define parts_add_normal(A, B) \ argument 787 #define parts_sub_normal(A, B) \ argument 795 #define parts_addsub(A, B, S, Z) \ argument 803 #define parts_mul(A, B, S) \ argument 813 #define parts_muladd_scalbn(A, B, C, Z, Y, S) \ argument 821 #define parts_div(A, B, S) \ argument 829 #define parts_modrem(A, B, Q, S) \ argument 910 #define parts_minmax(A, B, S, F) \ argument [all …]
|
/openbmc/qemu/target/hexagon/mmvec/ |
H A D | macros.h | 109 #define fSWAPB(A, B) do { uint8_t tmp = A; A = B; B = tmp; } while (0) argument 345 #define fCARRY_FROM_ADD32(A, B, C) \ argument
|
/openbmc/qemu/hw/display/ |
H A D | exynos4210_fimd.c | 377 #define DEF_PIXEL_TO_RGB_A1(N, R, G, B) \ argument 400 #define DEF_PIXEL_TO_RGB_A0(N, R, G, B) \ argument 420 #define DEF_PIXEL_TO_RGB_A(N, R, G, B, A) \ argument
|
/openbmc/u-boot/drivers/bios_emulator/include/x86emu/ |
H A D | regs.h | 98 i386_general_register A, B, C, D; member
|
/openbmc/qemu/hw/arm/ |
H A D | exynos4210.c | 269 #define IRQNO(G, B) EXYNOS4210_COMBINER_GET_IRQ_NUM(G, B) argument
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | vec_helper.c | 988 do_vsrlr(B, uint8_t) in do_vsrlr() argument 1370 SSRLNS(B, uint16_t, int16_t, uint8_t) in SSRLNS() argument 1808 SSRLRNS(B, H, uint16_t, int16_t, uint8_t) in SSRLRNS() argument
|
/openbmc/qemu/tcg/ |
H A D | tcg.c | 838 #define C_PFX2(P, A, B) P##A##_##B argument 839 #define C_PFX3(P, A, B, C) P##A##_##B##_##C argument 840 #define C_PFX4(P, A, B, C, D) P##A##_##B##_##C##_##D argument 841 #define C_PFX5(P, A, B, C, D, E) P##A##_##B##_##C##_##D##_##E argument 842 #define C_PFX6(P, A, B, C, D, E, F) P##A##_##B##_##C##_##D##_##E##_##F argument
|