Home
last modified time | relevance | path

Searched defs:A (Results 1 – 25 of 40) sorted by relevance

12

/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
199 #define fABS(A) (((A) < 0) ? (-(A)) : (A)) argument
278 #define fADDSAT64(DST, A, B) \ argument
361 #define fCHECK_PCALIGN(A) argument
363 #define fWRITE_NPC(A) write_new_pc(env, pkt_has_multi_cof != 0, A) argument
373 #define fCAST4u(A) ((uint32_t)(A)) argument
374 #define fCAST4s(A) ((int32_t)(A)) argument
375 #define fCAST8u(A) ((uint64_t)(A)) argument
376 #define fCAST8s(A) ((int64_t)(A)) argument
[all …]
H A Dopcodes.c29 #define VEC_DESCR(A, B, C) DESCR(A, B, C) argument
/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/u-boot/arch/x86/lib/
H A Dbios.h35 #define DOWNTO8(A) \ argument
50 #define DOWNTO16(A) \ 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/sdbusplus/test/gen/
H A Dtest_aserver_no_uninitialized_value_constructor.cpp10 class A : public sdbusplus::aserver::server::Test<A> class
H A Dtest_aserver_emit_interfaces_added_signal.cpp10 class A : public sdbusplus::aserver::server::Test<A> class
H A Dtest_aserver_multiple_interfaces.cpp11 class A class
/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/no_write_if_dep_unmet/
H A DKconfig1 config A config
/openbmc/u-boot/scripts/kconfig/tests/rand_nested_choice/
H A DKconfig4 config A config in choice958c7c010104
/openbmc/u-boot/lib/libavb/
H A Davb_rsa.c88 int64_t A = 0; in subM() local
117 uint64_t A = (uint64_t)a * b[0] + c[0]; in montMulAdd() local
/openbmc/u-boot/scripts/kconfig/tests/new_choice_with_dep/
H A DKconfig1 config A config
/openbmc/u-boot/scripts/kconfig/tests/auto_submenu/
H A DKconfig1 config A config
/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
757 #define parts_canonicalize(A, S, F) \ argument
765 #define parts_uncanon_normal(A, S, F) \ argument
773 #define parts_uncanon(A, S, F) \ 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
[all …]
/openbmc/u-boot/scripts/kconfig/tests/warn_recursive_dep/
H A DKconfig3 config A config
/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/
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/target/arm/tcg/
H A Dsve_helper.c1333 #define DO_CMLA(N, M, A, S) (A + (N * M) * (S ? -1 : 1)) argument
1340 #define DO_SQRDMLAH_B(N, M, A, S) \ argument
1342 #define DO_SQRDMLAH_H(N, M, A, S) \ argument
1344 #define DO_SQRDMLAH_S(N, M, A, S) \ argument
1346 #define DO_SQRDMLAH_D(N, M, A, S) \ argument
1502 #define DO_SQRDMLAH_H(N, M, A) \ argument
1504 #define DO_SQRDMLAH_S(N, M, A) \ argument
1506 #define DO_SQRDMLAH_D(N, M, A) do_sqrdmlah_d(N, M, A, false, true) argument
1512 #define DO_SQRDMLSH_H(N, M, A) \ in DO_ZZXZ() argument
1514 #define DO_SQRDMLSH_S(N, M, A) \ argument
[all …]
/openbmc/qemu/target/tricore/
H A Dcpu.h50 #define A(ADDR, NAME, FEATURE) uint32_t NAME; macro
/openbmc/rest-dbus/resources/
H A Djsrender.min.js3 …function o(e){try{throw"dbg breakpoint"}catch(t){}return this.base?this.baseApply(arguments):e}fun… argument
/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/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djsrender.min.js3 …r dbg breakpoint: "+e),"dbg breakpoint"}catch(t){}return this.base?this.baseApply(arguments):e}fun… argument

12