Home
last modified time | relevance | path

Searched defs:Q (Results 1 – 21 of 21) sorted by relevance

/linux-6.14.4/tools/testing/selftests/mm/page_frag/
DMakefile5 Q = macro
7 Q = @ macro
/linux-6.14.4/tools/testing/selftests/bpf/test_kmods/
DMakefile5 Q = macro
7 Q = @ macro
/linux-6.14.4/tools/include/nolibc/
DMakefile21 Q= macro
23 Q=@ macro
/linux-6.14.4/drivers/gpu/drm/xe/tests/
Dxe_args_test.c51 int Q = 1; in last_arg_example() local
146 int Y = -2, Z = -3, Q = -4; in drop_first_arg_test() local
187 int Q = -4; in last_arg_test() local
/linux-6.14.4/kernel/bpf/preload/iterators/
DMakefile25 Q = macro
28 Q = @ macro
/linux-6.14.4/drivers/hid/bpf/progs/
DMakefile35 Q = macro
38 Q = @ macro
/linux-6.14.4/scripts/package/debian/
Drules20 Q := @ macro
/linux-6.14.4/tools/testing/selftests/nolibc/
DMakefile153 Q= macro
155 Q=@ macro
/linux-6.14.4/drivers/power/supply/
Dltc2941-battery-gauge.c83 const struct ltc294x_info *info, int Q) in convert_bin_to_uAh()
91 int Q; in convert_uAh_to_bin() local
/linux-6.14.4/include/math-emu/
Dquad.h121 #define _FP_SQRT_MEAT_Q(R,S,T,X,Q) _FP_SQRT_MEAT_4(R,S,T,X,Q) argument
194 #define _FP_SQRT_MEAT_Q(R,S,T,X,Q) _FP_SQRT_MEAT_2(R,S,T,X,Q) argument
Ddouble.h115 #define _FP_SQRT_MEAT_D(R,S,T,X,Q) _FP_SQRT_MEAT_2(R,S,T,X,Q) argument
187 #define _FP_SQRT_MEAT_D(R,S,T,X,Q) _FP_SQRT_MEAT_1(R,S,T,X,Q) argument
Dsingle.h104 #define _FP_SQRT_MEAT_S(R,S,T,X,Q) _FP_SQRT_MEAT_1(R,S,T,X,Q) argument
/linux-6.14.4/crypto/
Dcast6_generic.c153 static inline void Q(u32 *block, const u8 *Kr, const u32 *Km) in Q() function
/linux-6.14.4/crypto/async_tx/
Dasync_pq.c27 #define Q(b, d) (b[d-1]) macro
/linux-6.14.4/arch/x86/crypto/
Dcast6-avx-x86_64-asm_64.S155 #define Q(n) \ macro
/linux-6.14.4/
DMakefile87 Q = @ macro
91 Q = macro
/linux-6.14.4/drivers/usb/serial/
Diuu_phoenix.c402 u8 Q = 0; /* 7bit */ in iuu_clk() local
/linux-6.14.4/drivers/gpu/drm/nouveau/include/nvif/
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
/linux-6.14.4/drivers/net/ethernet/chelsio/cxgb/
Dsge.c1545 const struct respQ *Q = &adapter->sge->respQ; in responses_pending() local
/linux-6.14.4/drivers/video/fbdev/aty/
Datyfb_base.c3072 unsigned int N, P, Q, M, T, R; in atyfb_setup_sparc() local
/linux-6.14.4/lib/zstd/decompress/
Dhuf_decompress.c1603 { U32 const Q = (cSrcSize >= dstSize) ? 15 : (U32)(cSrcSize * 16 / dstSize); /* Q < 16 */ in HUF_selectDecoder() local