Home
last modified time | relevance | path

Searched defs:B (Results 76 – 100 of 134) sorted by relevance

123456

/openbmc/linux/drivers/isdn/mISDN/
H A Dlayer2.h40 u_char B; member
/openbmc/linux/arch/arm64/kernel/
H A Darmv8_deprecated.c98 #define __user_swpX_asm(data, addr, res, temp, temp2, B) \ 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/qemu/target/hexagon/mmvec/
H A Dmacros.h107 #define fSWAPB(A, B) do { uint8_t tmp = A; A = B; B = tmp; } while (0) argument
343 #define fCARRY_FROM_ADD32(A, B, C) \ argument
/openbmc/linux/lib/crypto/mpi/
H A Dec.c854 #define B (ctx->t.scratch[0]) in dup_point_edwards() macro
1086 #define B (ctx->t.scratch[1]) in add_points_edwards() macro
/openbmc/linux/security/apparmor/include/
H A Dpolicy.h228 #define name_is_shared(A, B) ((A)->hname && (A)->hname == (B)->hname) argument
H A Dlabel.h195 #define label_for_each_in_merge(I, A, B, P) \ argument
/openbmc/linux/arch/ia64/kernel/
H A Dkprobes.c30 enum instruction_type {A, I, M, F, B, L, X, u}; enumerator
/openbmc/linux/drivers/media/usb/gspca/
H A Dspca561.c649 __u8 R, Gr, Gb, B; in do_autogain() local
/openbmc/linux/drivers/clk/pxa/
H A Dclk-pxa27x.c46 #define PXA27x_CLKCFG(B, HT, T) \ argument
/openbmc/linux/tools/bpf/bpftool/
H A Dlink.c252 static int cmp_u64(const void *A, const void *B) in cmp_u64()
/openbmc/linux/drivers/video/fbdev/
H A Dstifb.c385 #define BA(F,C,S,A,J,B,I) \ argument
388 #define IBOvals(R,M,X,S,D,L,B,F) \ 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.c267 #define IRQNO(G, B) EXYNOS4210_COMBINER_GET_IRQ_NUM(G, B) argument
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_syntax.c11 B = 1, enumerator
/openbmc/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h363 #define pte_same(A,B) (((pte_val(A) ^ pte_val(B)) & ~_PAGE_HASHPTE) == 0) argument
/openbmc/linux/drivers/usb/serial/
H A Diuu_phoenix.c309 unsigned int G, unsigned int B, u8 f) in iuu_led()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_workarounds.c1021 struct i915_vma *B, in check_whitelisted_registers()
H A Dselftest_migrate.c836 static int wrap_ktime_compare(const void *A, const void *B) in wrap_ktime_compare()
/openbmc/qemu/tcg/
H A Dtcg.c638 #define C_PFX2(P, A, B) P##A##_##B argument
639 #define C_PFX3(P, A, B, C) P##A##_##B##_##C argument
640 #define C_PFX4(P, A, B, C, D) P##A##_##B##_##C##_##D argument
641 #define C_PFX5(P, A, B, C, D, E) P##A##_##B##_##C##_##D##_##E argument
642 #define C_PFX6(P, A, B, C, D, E, F) P##A##_##B##_##C##_##D##_##E##_##F argument
/openbmc/linux/drivers/staging/media/av7110/
H A Dav7110_hw.c929 static u32 RGB2YUV(u16 R, u16 G, u16 B) in RGB2YUV()
/openbmc/linux/drivers/gpu/drm/i915/selftests/
H A Dintel_memory_region.c1187 static int wrap_ktime_compare(const void *A, const void *B) in wrap_ktime_compare()
/openbmc/linux/arch/parisc/include/asm/
H A Dpgtable.h478 #define pte_same(A,B) (pte_val(A) == pte_val(B)) argument
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dpush.h252 #define PUSH_(A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,IMPL,...) IMPL argument
343 #define PUSH_NV_(A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,IMPL,...) IMPL argument
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djsrender.min.js3 …throw"Provide jQuery or null";return e(t,n)}:"function"==typeof define&&define.amd?define(function… argument

123456