Home
last modified time | relevance | path

Searched defs:B (Results 1 – 25 of 39) sorted by relevance

12

/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A DAccountPermission.pm19 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 DFileContent.pm13 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 Dfsp_types.h30 #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 DBaseTypes.h89 #define SIGNATURE_16(A, B) ((A) | ((B) << 8)) argument
105 #define SIGNATURE_32(A, B, C, D) \ argument
/openbmc/qemu/target/hexagon/
H A Dmacros.h195 #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 Dopcodes.c29 #define VEC_DESCR(A, B, C) DESCR(A, B, C) argument
/openbmc/qemu/tests/tcg/ppc64/
H A Dbcdsub.c19 #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 DKconfig7 config B config in choice958c7c010104
/openbmc/u-boot/scripts/kconfig/tests/auto_submenu/
H A DKconfig40 config B config
/openbmc/u-boot/scripts/kconfig/tests/warn_recursive_dep/
H A DKconfig9 config B config
/openbmc/qemu/target/loongarch/
H A Dvec.h12 #define B(x) B[(x) ^ 15] macro
22 #define B(x) B[x] macro
/openbmc/u-boot/drivers/ddr/altera/
H A Dsdram_s10.c22 #define DDR_CONFIG(A, B, C, R) (((A) << 24) | ((B) << 16) | ((C) << 8) | (R)) argument
H A Dsdram_arria10.c27 #define ARRIA_DDR_CONFIG(A, B, C, R) \ argument
/openbmc/u-boot/lib/libavb/
H A Davb_rsa.c119 uint64_t B = (uint64_t)d0 * key->n[0] + (uint32_t)A; in montMulAdd() local
/openbmc/intel-ipmi-oem/tests/
H A Dtest_sensorcommands.cpp58 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 Dsensorcommands_unittest.cpp58 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 Dsha256.c62 uint32_t A, B, C, D, E, F, G, H; in sha256_process() local
H A Dsha1.c70 unsigned long temp, W[16], A, B, C, D, E; in sha1_process() local
/openbmc/qemu/fpu/
H A Dsoftfloat.c738 #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 Dmacros.h109 #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 Dexynos4210_fimd.c377 #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 Dregs.h98 i386_general_register A, B, C, D; member
/openbmc/qemu/hw/arm/
H A Dexynos4210.c269 #define IRQNO(G, B) EXYNOS4210_COMBINER_GET_IRQ_NUM(G, B) argument
/openbmc/qemu/target/loongarch/tcg/
H A Dvec_helper.c988 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 Dtcg.c838 #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

12