Searched refs:fre (Results 1 – 25 of 39) sorted by relevance
12
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | elf.c | 55 bool fre; member 223 prog_req.fre = interp_req.fre && prog_req.fre; in arch_check_elf() 249 if (prog_req.fre && !prog_req.frdefault && !prog_req.fr1) in arch_check_elf() 259 else if (!prog_req.fre && !prog_req.frdefault && in arch_check_elf()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/math-emu/ |
| H A D | fre.c | 6 int fre(void *frD, void *frB) in fre() function
|
| H A D | Makefile | 2 math-emu-common-objs = math.o fre.o fsqrt.o fsqrts.o frsqrtes.o mtfsf.o mtfsfi.o
|
| H A D | math.c | 19 FLOATFUNC(fre); 291 case FRE: func = fre; type = XB; break; in do_mathemu()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | kvm_fpu.h | 51 FPD_ONE_IN(fre)
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | fpu.S | 245 FPD_ONE_IN(fre)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/ |
| H A D | fr_BE | 157 lang_lib "fre"
|
| H A D | fr_CH | 140 lang_lib "fre"
|
| H A D | sv_FI | 76 "tor";"fre";/
|
| H A D | fr_CA | 150 lang_lib "fre"
|
| H A D | fr_LU | 156 lang_lib "fre"
|
| H A D | fr_FR | 175 lang_lib "fre"
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/ |
| H A D | fr_CH | 140 lang_lib "fre"
|
| H A D | fr_BE | 157 lang_lib "fre"
|
| H A D | fr_CA | 150 lang_lib "fre"
|
| H A D | sv_FI | 76 "tor";"fre";/
|
| H A D | fr_LU | 156 lang_lib "fre"
|
| H A D | fr_FR | 175 lang_lib "fre"
|
| /OK3568_Linux_fs/kernel/arch/mips/boot/dts/ingenic/ |
| H A D | rs90.dts | 200 groups = "nand-cs1", "nand-cle-ale", "nand-fre-fwe";
|
| H A D | qi_lb60.dts | 326 groups = "nand-fre-fwe", "nand-cs1";
|
| /OK3568_Linux_fs/kernel/tools/memory-model/litmus-tests/ |
| H A D | README | 224 A from-read ("fre") relation links P0()'s third to P1()'s first 230 "Rfi Once PodRR Once". Another fre links P1()'s last access to
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/ |
| H A D | focaltech_test.h | 526 int get_rawdata_mc(u8 fre, u8 fir, int *rawdata);
|
| /OK3568_Linux_fs/kernel/tools/memory-model/ |
| H A D | lock.cat | 140 let fre = fr & ext
|
| /OK3568_Linux_fs/kernel/tools/memory-model/Documentation/ |
| H A D | explanation.txt | 20 12. THE FROM-READS RELATION: fr, fri, and fre 682 THE FROM-READS RELATION: fr, fri, and fre 711 the load and the store are on the same CPU) and fre (when they are on 1177 It's important to understand that neither coe nor fre is included in 1185 R ->fre W means that W overwrites the value which R reads, but it 1297 The formal definition of the prop relation involves a coe or fre link, 1357 F via a coe or fre link, an arbitrary number of cumul-fences, an 1378 link in the sequence is fre instead of coe. 1387 contradicting the fact that E ->fre W. 1413 load: an fre link from P0's load to P1's store (which overwrites the [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/ply/ |
| H A D | lex.py | 837 fre = re.compile(r'\s*def\s+(t_[a-zA-Z_0-9]*)\(') 843 m = fre.match(l)
|
12