Home
last modified time | relevance | path

Searched refs:STR (Results 1 – 25 of 82) sorted by relevance

1234

/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dunaligned-emul.h23 STR(PTR)"\t1b, 4b\n\t" \
24 STR(PTR)"\t2b, 4b\n\t" \
44 STR(PTR)"\t1b, 4b\n\t" \
45 STR(PTR)"\t2b, 4b\n\t" \
77 STR(PTR)"\t1b, 11b\n\t" \
78 STR(PTR)"\t2b, 11b\n\t" \
79 STR(PTR)"\t3b, 11b\n\t" \
80 STR(PTR)"\t4b, 11b\n\t" \
105 STR(PTR)"\t1b, 4b\n\t" \
106 STR(PTR)"\t2b, 4b\n\t" \
[all …]
H A Dftrace.h35 STR(PTR) "\t1b, 3b\n\t" \
57 STR(PTR) "\t1b, 3b\n\t" \
67 safe_load(STR(lw), src, dst, error)
69 safe_store(STR(sw), src, dst, error)
72 safe_load(STR(PTR_L), src, dst, error)
75 safe_store(STR(PTR_S), src, dst, error)
/OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/crypto/
H A Docteon-crypto.h34 "dmtc2 %[rt],0x0048+" STR(index) \
47 "dmfc2 %[rt],0x0048+" STR(index) \
60 "dmtc2 %[rt],0x0040+" STR(index) \
108 "dmtc2 %[rt],0x0250+" STR(index) \
121 "dmfc2 %[rt],0x0250+" STR(index) \
134 "dmtc2 %[rt],0x0240+" STR(index) \
182 "dmtc2 %[rt],0x0250+" STR(index) \
195 "dmfc2 %[rt],0x0250+" STR(index) \
208 "dmtc2 %[rt],0x0240+" STR(index) \
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dmips-r2-to-r6-emul.c1261 STR(PTR) " 1b,8b\n" in mipsr2_decoder()
1262 STR(PTR) " 2b,8b\n" in mipsr2_decoder()
1263 STR(PTR) " 3b,8b\n" in mipsr2_decoder()
1264 STR(PTR) " 4b,8b\n" in mipsr2_decoder()
1336 STR(PTR) " 1b,8b\n" in mipsr2_decoder()
1337 STR(PTR) " 2b,8b\n" in mipsr2_decoder()
1338 STR(PTR) " 3b,8b\n" in mipsr2_decoder()
1339 STR(PTR) " 4b,8b\n" in mipsr2_decoder()
1407 STR(PTR) " 1b,8b\n" in mipsr2_decoder()
1408 STR(PTR) " 2b,8b\n" in mipsr2_decoder()
[all …]
H A Dsyscall.c125 " "STR(PTR)" 1b, 4b \n" in mips_atomic_set()
126 " "STR(PTR)" 2b, 4b \n" in mips_atomic_set()
155 " "STR(PTR)" 1b, 5b \n" in mips_atomic_set()
156 " "STR(PTR)" 2b, 5b \n" in mips_atomic_set()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dliterals.hpp108 template <char l1, char l2, char...STR>
113 typedef typename pack_values<STR...>::type packed_type;
146 template <char... STR>
147 …precision::literals::detail::signed_cpp_int_literal_result_type<(sizeof...(STR)) - 2>::number_type… in operator ""_cppi()
149 …typedef typename boost::multiprecision::literals::detail::make_packed_value_from_str<STR...>::type… in operator ""_cppi()
150 …precision::literals::detail::signed_cpp_int_literal_result_type<(sizeof...(STR)) - 2>::backend_typ… in operator ""_cppi()
153 template <char... STR>
154 …ecision::literals::detail::unsigned_cpp_int_literal_result_type<(sizeof...(STR)) - 2>::number_type… in operator ""_cppui()
156 …typedef typename boost::multiprecision::literals::detail::make_packed_value_from_str<STR...>::type… in operator ""_cppui()
157 …ecision::literals::detail::unsigned_cpp_int_literal_result_type<(sizeof...(STR)) - 2>::backend_typ… in operator ""_cppui()
[all …]
/OK3568_Linux_fs/external/security/librkcrypto/include/
H A Drkcrypto_common.h14 #define STR(x) STR_HELPER(x) macro
21 #define RK_CRYPTO_API_VERSION STR(RK_CRYPTO_API_MAJOR_VERSION) "." \
22 STR(RK_CRYPTO_API_MINOR_VERSION) "." \
23 STR(RK_CRYPTO_API_REVISION_VERSION)
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/include/
H A Drga_drv.h86 #define STR(x) STR_HELPER(x) macro
93 #define DRIVER_VERSION (STR(DRIVER_MAJOR_VERISON) "." STR(DRIVER_MINOR_VERSION) \
94 "." STR(DRIVER_REVISION_VERSION) STR(DRIVER_PATCH_VERSION))
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rve/include/
H A Drve_drv.h67 #define STR(x) STR_HELPER(x) macro
77 #define DRIVER_VERSION (STR(DRIVER_MAJOR_VERSION) "." STR(DRIVER_MINOR_VERSION) \
78 "." STR(DRIVER_REVISION_VERSION))
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dmachine_kexec_32.c40 #define STR(X) __STR(X) in load_segments() macro
43 "\tljmp $"STR(__KERNEL_CS)",$1f\n" in load_segments()
45 "\tmovl $"STR(__KERNEL_DS)",%%eax\n" in load_segments()
50 #undef STR in load_segments()
/OK3568_Linux_fs/kernel/tools/build/feature/
H A Dtest-glibc.c7 #define XSTR(s) STR(s)
8 #define STR(s) #s macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/config/
H A Delfos.h446 #define ASM_OUTPUT_LIMITED_STRING(FILE, STR) \ argument
447 default_elf_asm_output_limited_string ((FILE), (STR))
457 #define ASM_OUTPUT_ASCII(FILE, STR, LENGTH) \ argument
458 default_elf_asm_output_ascii ((FILE), (STR), (LENGTH))
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/config/
H A Delfos.h446 #define ASM_OUTPUT_LIMITED_STRING(FILE, STR) \ argument
447 default_elf_asm_output_limited_string ((FILE), (STR))
457 #define ASM_OUTPUT_ASCII(FILE, STR, LENGTH) \ argument
458 default_elf_asm_output_ascii ((FILE), (STR), (LENGTH))
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libutempter/libutempter/
H A D0002-Proper-macro-path-generation.patch28 +#define XSTR_PATH(STR) STR_PATH(STR)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include/
H A Dunwind.h38 #define STR(x) #x macro
39 #define XSTR(x) STR(x)
/OK3568_Linux_fs/device/rockchip/common/images/oem/oem_uvcc/
H A Dusb_config.sh337 STR=${CONFIG_STR}_dfu
338 echo $STR > ${USB_CONFIGS_DIR}/strings/0x409/configuration
339 USB_CNT=`echo $STR | awk -F"_" '{print NF-1}'`
350 STR=${CONFIG_STR}_adb
351 echo $STR > ${USB_CONFIGS_DIR}/strings/0x409/configuration
352 USB_CNT=`echo $STR | awk -F"_" '{print NF-1}'`
/OK3568_Linux_fs/kernel/Documentation/power/
H A Ddrivers-testing.rst14 (aka suspend to disk or STD) and suspend to RAM (STR), because each of these
43 Documentation/power/basic-pm-debugging.rst, 2). [As far as the STR tests are
51 should be mixed with the STR tests. If any of them fails, the driver cannot be
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/config/aarch64/
H A Daarch64.h609 #define ASM_DECLARE_FUNCTION_NAME(STR, NAME, DECL) \ argument
610 aarch64_declare_function_name (STR, NAME, DECL)
613 #define ASM_OUTPUT_DEF_FROM_DECLS(STR, DECL, TARGET) \ argument
614 aarch64_asm_output_alias (STR, DECL, TARGET)
618 #define ASM_OUTPUT_EXTERNAL(STR, DECL, NAME) \ argument
619 aarch64_asm_output_external (STR, DECL, NAME)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dselftest.h469 #define ASSERT_STR_STARTSWITH(STR, PREFIX) \ argument
471 ::selftest::assert_str_startswith (SELFTEST_LOCATION, #STR, #PREFIX, \
472 (STR), (PREFIX)); \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dselftest.h469 #define ASSERT_STR_STARTSWITH(STR, PREFIX) \ argument
471 ::selftest::assert_str_startswith (SELFTEST_LOCATION, #STR, #PREFIX, \
472 (STR), (PREFIX)); \
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/x86_64/
H A Dsmm_test.c32 #define STR(x) #x macro
33 #define XSTR(s) STR(s)
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Dsh_css_firmware.c40 #define STR(x) _STR(x) macro
59 static const char *isp2400_release_version = STR(irci_stable_candrpv_0415_20150521_0458);
60 static const char *isp2401_release_version = STR(irci_ecr - master_20150911_0724);
/OK3568_Linux_fs/kernel/drivers/misc/ibmasm/
H A Dibmasm.h35 #define dbg(STR, ARGS...) \ argument
38 printk(KERN_DEBUG STR , ##ARGS); \
/OK3568_Linux_fs/kernel/arch/nds32/kernel/
H A Dftrace.c52 #define XSTR(s) STR(s)
53 #define STR(s) #s macro
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dtraps_misaligned.c153 #define STR(x) XSTR(x) macro
210 STR(LWU) " %[insn], (%[addr])\n"
212 STR(LW) " %[insn], (%[addr])\n"

1234