| /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 D | asan.h | 146 asan_intercepted_p (enum built_in_function fcode) in asan_intercepted_p() argument 148 return fcode == BUILT_IN_INDEX in asan_intercepted_p() 149 || fcode == BUILT_IN_MEMCHR in asan_intercepted_p() 150 || fcode == BUILT_IN_MEMCMP in asan_intercepted_p() 151 || fcode == BUILT_IN_MEMCPY in asan_intercepted_p() 152 || fcode == BUILT_IN_MEMMOVE in asan_intercepted_p() 153 || fcode == BUILT_IN_MEMSET in asan_intercepted_p() 154 || fcode == BUILT_IN_STRCASECMP in asan_intercepted_p() 155 || fcode == BUILT_IN_STRCAT in asan_intercepted_p() 156 || fcode == BUILT_IN_STRCHR in asan_intercepted_p() [all …]
|
| H A D | gensupport.h | 94 enum rtx_code fcode; member
|
| H A D | targhooks.h | 210 extern bool default_libc_has_fast_function (int fcode);
|
| H A D | tree.h | 3957 unsigned int fcode) in set_decl_built_in_function() argument 3961 fndecl.function_code = fcode; in set_decl_built_in_function()
|
| H A D | target.def | 2642 @code{(enum function_class)}@var{fcode} has a fast implementation.", 2643 bool, (int fcode),
|
| /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 D | asan.h | 146 asan_intercepted_p (enum built_in_function fcode) in asan_intercepted_p() argument 148 return fcode == BUILT_IN_INDEX in asan_intercepted_p() 149 || fcode == BUILT_IN_MEMCHR in asan_intercepted_p() 150 || fcode == BUILT_IN_MEMCMP in asan_intercepted_p() 151 || fcode == BUILT_IN_MEMCPY in asan_intercepted_p() 152 || fcode == BUILT_IN_MEMMOVE in asan_intercepted_p() 153 || fcode == BUILT_IN_MEMSET in asan_intercepted_p() 154 || fcode == BUILT_IN_STRCASECMP in asan_intercepted_p() 155 || fcode == BUILT_IN_STRCAT in asan_intercepted_p() 156 || fcode == BUILT_IN_STRCHR in asan_intercepted_p() [all …]
|
| H A D | gensupport.h | 94 enum rtx_code fcode; member
|
| H A D | targhooks.h | 210 extern bool default_libc_has_fast_function (int fcode);
|
| H A D | tree.h | 3957 unsigned int fcode) in set_decl_built_in_function() argument 3961 fndecl.function_code = fcode; in set_decl_built_in_function()
|
| H A D | target.def | 2642 @code{(enum function_class)}@var{fcode} has a fast implementation.", 2643 bool, (int fcode),
|
| /OK3568_Linux_fs/kernel/drivers/net/ppp/ |
| H A D | bsd_comp.c | 117 unsigned long fcode; member 573 unsigned long fcode; in bsd_compress() local 657 fcode = BSD_KEY (ent, c); in bsd_compress() 667 if (dictp->f.fcode == fcode) in bsd_compress() 689 while (dictp->f.fcode != fcode); in bsd_compress() 726 dictp->f.fcode = fcode; in bsd_compress() 1055 unsigned long fcode; in bsd_decompress() local 1058 fcode = BSD_KEY(oldcode,finchar); in bsd_decompress() 1094 dictp->f.fcode = fcode; in bsd_decompress()
|
| /OK3568_Linux_fs/kernel/drivers/s390/crypto/ |
| H A D | zcrypt_msgtype50.c | 159 unsigned int get_rsa_modex_fc(struct ica_rsa_modexpo *mex, int *fcode) in get_rsa_modex_fc() argument 166 *fcode = MEX_1K; in get_rsa_modex_fc() 168 *fcode = MEX_2K; in get_rsa_modex_fc() 170 *fcode = MEX_4K; in get_rsa_modex_fc() 175 unsigned int get_rsa_crt_fc(struct ica_rsa_modexpo_crt *crt, int *fcode) in get_rsa_crt_fc() argument 182 *fcode = CRT_1K; in get_rsa_crt_fc() 184 *fcode = CRT_2K; in get_rsa_crt_fc() 186 *fcode = CRT_4K; in get_rsa_crt_fc()
|
| H A D | zcrypt_msgtype6.c | 393 unsigned int *fcode, in XCRB_msg_to_type6CPRB_msgX() argument 478 *fcode = (msg->hdr.function_code[0] << 8) | msg->hdr.function_code[1]; in XCRB_msg_to_type6CPRB_msgX() 501 unsigned int *fcode) in xcrb_msg_to_type6_ep11cprb_msgx() argument 571 *fcode = payload_hdr->func_val & 0xFFFF; in xcrb_msg_to_type6_ep11cprb_msgx()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | qlogicpti.c | 1310 const char *fcode; in qpti_sbus_probe() local 1362 fcode = of_get_property(dp, "isp-fcode", NULL); in qpti_sbus_probe() 1363 if (fcode && fcode[0]) in qpti_sbus_probe() 1364 printk("(FCode %s)", fcode); in qpti_sbus_probe()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gcc.info | 863 -ftree-dse -ftree-forwprop -ftree-fre -fcode-hoisting 8320 -fcode-hoisting 9180 '-fcode-hoisting' 60651 * fcode-hoisting: Optimize Options. (line 967)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gcc.info | 863 -ftree-dse -ftree-forwprop -ftree-fre -fcode-hoisting 8320 -fcode-hoisting 9180 '-fcode-hoisting' 60651 * fcode-hoisting: Optimize Options. (line 967)
|