Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/test_kmods/
H A DMakefile5 Q = macro
7 Q = @ macro
/linux/tools/build/
H A DMakefile21 Q = global() macro
23 Q = @ global() macro
/linux/tools/include/nolibc/
H A DMakefile21 Q= macro
23 Q=@ macro
/linux/drivers/gpu/drm/xe/tests/
H A 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/kernel/bpf/preload/iterators/
H A DMakefile25 Q = macro
28 Q = @ macro
/linux/drivers/hid/bpf/progs/
H A DMakefile35 Q = macro
38 Q = @ macro
/linux/scripts/package/debian/
H A Drules20 Q := @ macro
/linux/drivers/power/supply/
H A 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/include/math-emu/
H A 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
H A 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
H A Dsingle.h104 #define _FP_SQRT_MEAT_S(R,S,T,X,Q) _FP_SQRT_MEAT_1(R,S,T,X,Q) argument
/linux/crypto/
H A Dcast6_generic.c153 static inline void Q(u32 *block, const u8 *Kr, const u32 *Km) in Q() function
/linux/crypto/async_tx/
H A Dasync_pq.c27 #define Q(b, d) (b[d-1]) macro
/linux/arch/x86/crypto/
H A Dcast6-avx-x86_64-asm_64.S155 #define Q(n) \ macro
/linux/
H A DMakefile87 Q = @ macro
91 Q = macro
/linux/drivers/usb/serial/
H A Diuu_phoenix.c402 u8 Q = 0; /* 7bit */ in iuu_clk() local
/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
/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dsge.c1545 const struct respQ *Q = &adapter->sge->respQ; in responses_pending() local
/linux/lib/zstd/decompress/
H A Dhuf_decompress.c1603 { U32 const Q = (cSrcSize >= dstSize) ? 15 : (U32)(cSrcSize * 16 / dstSize); /* Q < 16 */ in HUF_selectDecoder() local