/linux/tools/testing/selftests/bpf/test_kmods/ |
H A D | Makefile | 5 Q = macro 7 Q = @ macro
|
/linux/tools/build/ |
H A D | Makefile | 21 Q = global() macro 23 Q = @ global() macro
|
/linux/tools/include/nolibc/ |
H A D | Makefile | 21 Q= macro 23 Q=@ macro
|
/linux/drivers/gpu/drm/xe/tests/ |
H A D | xe_args_test.c | 51 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 D | Makefile | 25 Q = macro 28 Q = @ macro
|
/linux/drivers/hid/bpf/progs/ |
H A D | Makefile | 35 Q = macro 38 Q = @ macro
|
/linux/scripts/package/debian/ |
H A D | rules | 20 Q := @ macro
|
/linux/drivers/power/supply/ |
H A D | ltc2941-battery-gauge.c | 83 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 D | double.h | 115 #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 D | quad.h | 121 #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 D | single.h | 104 #define _FP_SQRT_MEAT_S(R,S,T,X,Q) _FP_SQRT_MEAT_1(R,S,T,X,Q) argument
|
/linux/crypto/ |
H A D | cast6_generic.c | 153 static inline void Q(u32 *block, const u8 *Kr, const u32 *Km) in Q() function
|
/linux/crypto/async_tx/ |
H A D | async_pq.c | 27 #define Q(b, d) (b[d-1]) macro
|
/linux/arch/x86/crypto/ |
H A D | cast6-avx-x86_64-asm_64.S | 155 #define Q(n) \ macro
|
/linux/ |
H A D | Makefile | 87 Q = @ macro 91 Q = macro
|
/linux/drivers/usb/serial/ |
H A D | iuu_phoenix.c | 402 u8 Q = 0; /* 7bit */ in iuu_clk() local
|
/linux/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | push.h | 252 #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 D | sge.c | 1545 const struct respQ *Q = &adapter->sge->respQ; in responses_pending() local
|
/linux/lib/zstd/decompress/ |
H A D | huf_decompress.c | 1603 { U32 const Q = (cSrcSize >= dstSize) ? 15 : (U32)(cSrcSize * 16 / dstSize); /* Q < 16 */ in HUF_selectDecoder() local
|