Home
last modified time | relevance | path

Searched refs:FO (Results 1 – 25 of 3852) sorted by relevance

12345678910>>...155

/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/dune/uggrid/gm/
H A Drm.cc320 {{QUADRILATERAL,{0,1,2,3},{FO+0,FO+1,FO+2,FO+3},-1},
661 {{PYRAMID,{ 0, 1, 2, 3, 4,-1,-1,-1},{FO+0,FO+1,FO+2,FO+3,FO+4,-1},-1},
788 {{PRISM,{ 0, 1, 2, 3, 4, 5,-1,-1},{FO+0,FO+1,FO+2,FO+3,FO+4,-1},-1},
1003 {{HEXAHEDRON,{0,1,7,8,3,4,13,14},{FO+0,FO+1,FO+2,1,FO+3,FO+4},-1},
1029 {{HEXAHEDRON,{6,7,2,0,12,13,5,3},{FO+0,1,FO+2,FO+3,FO+1,FO+4},-1},
1077 {{PRISM,{ 1, 2, 0, 4, 5, 3,-1,-1},{FO+0,FO+2,FO+3,FO+1,FO+4,-1},-1},
1097 {{PRISM,{ 2, 0, 1, 5, 3, 4,-1,-1},{FO+0,FO+3,FO+1,FO+2,FO+4,-1},-1},
1164 {{HEXAHEDRON,{0,1,2,3,4,5,6,7},{FO+0,FO+1,FO+2,FO+3,FO+4,FO+5},-1},
1221 {{HEXAHEDRON,{ 0, 8,10,3,4,16,18,7},{FO+0,FO+1, 1,FO+3,FO+4,FO+5},-1},
1247 {{HEXAHEDRON,{ 0, 1,9,11,4,5,17,19},{FO+0,FO+1,FO+2,1,FO+4,FO+5},-1},
[all …]
/dports/japanese/namazu/namazu-1.3.0.11/src/
H A Dgcnmz.pl92 local(*FI, *FO);
109 local(*FI, *FO);
162 local(*FO);
185 close(FO);
213 close(FO);
235 close(FO);
396 local(*FO);
412 close(FO);
428 close(FO);
442 close(FO);
[all …]
/dports/audio/afsp/AFsp-v8r2/audio/ResampAudio/
H A DResampAudio.c424 struct RS_FOpar FO; in main() local
437 if (strcmp (FO.Fname, "-") == 0) in main()
450 FO.Sfreq = Sratio * SfreqI; in main()
452 Sratio = FO.Sfreq / SfreqI; in main()
461 if (FO.SpkrConfig == NULL) in main()
462 FO.SpkrConfig = AFpI->SpkrConfig; in main()
463 Ftype = AOsetFtype (&FO); in main()
465 AOsetFOopt (&FO); in main()
466 if (strcmp (FO.Fname, "-") != 0) in main()
467 FLbackup (FO.Fname); in main()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/xml/
H A Dxmlitemm.cxx54 M_E_SIE( FO, MARGIN_LEFT, RES_LR_SPACE, MID_L_MARGIN ),
55 M_E_SIE( FO, MARGIN_RIGHT, RES_LR_SPACE, MID_R_MARGIN ),
57 M_E_SI( FO, MARGIN_TOP, RES_UL_SPACE, MID_UP_MARGIN ),
58 M_E_SI( FO, MARGIN_BOTTOM, RES_UL_SPACE, MID_LO_MARGIN ),
62 MAP_ENTRY( FO, BREAK_BEFORE, RES_BREAK, MID_BREAK_BEFORE ),
63 MAP_ENTRY( FO, BREAK_AFTER, RES_BREAK, MID_BREAK_AFTER ),
96 MAP_ENTRY( FO, KEEP_WITH_NEXT, RES_KEEP, 0 ),
189 M_E_SE( FO, KEEP_TOGETHER, RES_ROW_SPLIT, 0 ),
253 MAP_ENTRY( FO, BORDER, RES_BOX, ALL_BORDER ),
254 MAP_ENTRY( FO, BORDER_LEFT, RES_BOX, LEFT_BORDER ),
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/xml/
H A Dxmlitemm.cxx55 M_E_SIE( FO, MARGIN_LEFT, RES_LR_SPACE, MID_L_MARGIN ),
56 M_E_SIE( FO, MARGIN_RIGHT, RES_LR_SPACE, MID_R_MARGIN ),
58 M_E_SI( FO, MARGIN_TOP, RES_UL_SPACE, MID_UP_MARGIN ),
59 M_E_SI( FO, MARGIN_BOTTOM, RES_UL_SPACE, MID_LO_MARGIN ),
63 MAP_ENTRY( FO, BREAK_BEFORE, RES_BREAK, MID_BREAK_BEFORE ),
64 MAP_ENTRY( FO, BREAK_AFTER, RES_BREAK, MID_BREAK_AFTER ),
97 MAP_ENTRY( FO, KEEP_WITH_NEXT, RES_KEEP, 0 ),
189 M_E_SE( FO, KEEP_TOGETHER, RES_ROW_SPLIT, 0 ),
253 MAP_ENTRY( FO, BORDER, RES_BOX, ALL_BORDER ),
254 MAP_ENTRY( FO, BORDER_LEFT, RES_BOX, LEFT_BORDER ),
[all …]
/dports/audio/afsp/AFsp-v8r2/audio/FiltAudio/
H A DFiltAudio.c307 struct FA_FOpar FO; in main() local
318 FAoptions (argc, argv, &FI, &FF, &FO); in main()
321 if (strcmp (FO.Fname, "-") == 0) in main()
347 if (FO.SpkrConfig == NULL) in main()
348 FO.SpkrConfig = AFpI->SpkrConfig; in main()
350 Ftype = AOsetFtype (&FO); in main()
352 AOsetFOopt (&FO); in main()
353 if (strcmp (FO.Fname, "-") != 0) in main()
354 FLbackup (FO.Fname); in main()
367 if (FO.Nframe == AF_NFRAME_UNDEF) in main()
[all …]
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/conv-0.3.3/tests/
H A Dlang_floats.rs8 use conv::FloatError::PosOverflow as FO;
18 check!(f32, i8=> sidenta; qa: i8=> a: -129.0, !FU; a: 128.0, !FO;); in test_f32_to_int()
19 check!(f32, i16=> sidenta; qa: i16=> a: -32_769.0, !FU; a: 32_768.0, !FO;); in test_f32_to_int()
22 a: -2_147_500_000.0, !FU; a: 2_147_500_000.0, !FO;); in test_f32_to_int()
26 check!(f32, u8=> uidenta; qa: u8=> a: -1.0, !FU; a: 256.0, !FO;); in test_f32_to_int()
27 check!(f32, u16=> uidenta; qa: u16=> a: -1.0, !FU; a: 65_536.0, !FO;); in test_f32_to_int()
30 a: -1.0, !FU; a: 4_294_968_000.0, !FO;); in test_f32_to_int()
33 a: -1.0, !FU; a: 18_446_746_000_000_000_000.0, !FO;); in test_f32_to_int()
38 check!(f64, i8=> sidenta; qa: i8=> a: -129.0, !FU; a: 128.0, !FO;); in test_f64_to_int()
45 check!(f64, u8=> uidenta; qa: u8=> a: -1.0, !FU; a: 256.0, !FO;); in test_f64_to_int()
[all …]
/dports/audio/afsp/AFsp-v8r2/audio/GenTone/
H A DGenTone.c138 struct GT_FOpar FO; in main() local
149 GToptions (argc, argv, &Sine, &FO); in main()
152 if (strcmp (FO.Fname, "-") == 0) in main()
158 Ftype = AOsetFtype (&FO); in main()
159 Dformat = AOsetDformat (&FO, NULL, 0); in main()
160 AOsetFOopt (&FO); in main()
161 if (strcmp (FO.Fname, "-") != 0) in main()
162 FLbackup (FO.Fname); in main()
163 AFp = AFopnWrite (FO.Fname, Ftype, Dformat, 1L, FO.Sfreq, fpinfo); in main()
169 Sratio = Sine.Freq / FO.Sfreq; in main()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/text/
H A Dtxtprmap.cxx170 MT_E( "CharShadowed", FO, TEXT_SHADOW, XML_TYPE_TEXT_SHADOWED, 0 ),
178 MT_E( "CharWeight", FO, FONT_WEIGHT, XML_TYPE_TEXT_WEIGHT, 0 ),
331 MP_E( "ParaWidows", FO, WIDOWS, XML_TYPE_NUMBER8, 0 ),
335 MT_E( "ParaIsHyphenation", FO, HYPHENATE, XML_TYPE_BOOL, 0 ),
365 MP_E( "BreakType", FO, BREAK_AFTER, XML_TYPE_TEXT_BREAKAFTER, 0 ),
419 MP_E( "ParaKeepTogether", FO, KEEP_WITH_NEXT, XML_TYPE_TEXT_KEEP, 0 ),
520 MT_E( "CharWeight", FO, FONT_WEIGHT, XML_TYPE_TEXT_WEIGHT, 0 ),
883 MG_E( "LeftMargin", FO, MARGIN_LEFT, XML_TYPE_MEASURE, 0),
886 MG_E( "TopMargin", FO, MARGIN_TOP, XML_TYPE_MEASURE, 0 ),
887 MG_E( "BottomMargin", FO, MARGIN_BOTTOM, XML_TYPE_MEASURE, 0 ),
[all …]
/dports/audio/afsp/AFsp-v8r2/audio/GenNoise/
H A DGenNoise.c125 struct GN_FOpar FO; in main() local
134 GNoptions (argc, argv, &rms, &seed, &FO); in main()
137 if (strcmp (FO.Fname, "-") == 0) in main()
143 Ftype = AOsetFtype (&FO); in main()
144 Dformat = AOsetDformat (&FO, NULL, 0); in main()
145 AOsetFOopt (&FO); in main()
146 if (strcmp (FO.Fname, "-") != 0) in main()
147 FLbackup (FO.Fname); in main()
148 AFp = AFopnWrite (FO.Fname, Ftype, Dformat, 1L, FO.Sfreq, fpinfo); in main()
153 while (k < FO.Nframe) { in main()
[all …]
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/examples/standalone/
H A Dstubs.c7 #define FO(x) offsetof(struct jt_funcs, x) macro
27 : : "i"(FO(x)) : "eax", "ecx");
41 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "r11");
55 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "x9");
67 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "ip");
101 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "t9");
117 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "gp");
133 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "a0");
145 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "r5");
232 : : "r"(jt), "i" (FO(x)) : "a8");
[all …]
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/examples/standalone/
H A Dstubs.c7 #define FO(x) offsetof(struct jt_funcs, x) macro
27 : : "i"(FO(x)) : "eax", "ecx");
41 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "r11");
55 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "x9");
67 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "ip");
101 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "t9");
117 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "gp");
133 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "a0");
145 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "r5");
232 : : "r"(jt), "i" (FO(x)) : "a8");
[all …]
/dports/sysutils/u-boot-chip/u-boot-2021.07/examples/standalone/
H A Dstubs.c7 #define FO(x) offsetof(struct jt_funcs, x) macro
27 : : "i"(FO(x)) : "eax", "ecx");
41 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "r11");
55 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "x9");
67 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "ip");
101 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "t9");
117 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "gp");
133 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "a0");
145 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "r5");
232 : : "r"(jt), "i" (FO(x)) : "a8");
[all …]
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/examples/standalone/
H A Dstubs.c7 #define FO(x) offsetof(struct jt_funcs, x) macro
27 : : "i"(FO(x)) : "eax", "ecx");
41 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "r11");
55 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "x9");
67 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "ip");
101 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "t9");
117 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "gp");
133 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "a0");
145 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "r5");
232 : : "r"(jt), "i" (FO(x)) : "a8");
[all …]
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/examples/standalone/
H A Dstubs.c7 #define FO(x) offsetof(struct jt_funcs, x) macro
27 : : "i"(FO(x)) : "eax", "ecx");
41 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "r11");
55 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "x9");
67 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "ip");
101 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "t9");
117 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "gp");
133 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "a0");
145 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "r5");
232 : : "r"(jt), "i" (FO(x)) : "a8");
[all …]
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/examples/standalone/
H A Dstubs.c7 #define FO(x) offsetof(struct jt_funcs, x) macro
27 : : "i"(FO(x)) : "eax", "ecx");
41 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "r11");
55 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "x9");
67 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "ip");
101 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "t9");
117 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "gp");
133 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "a0");
145 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "r5");
232 : : "r"(jt), "i" (FO(x)) : "a8");
[all …]
/dports/sysutils/u-boot-sopine/u-boot-2021.07/examples/standalone/
H A Dstubs.c7 #define FO(x) offsetof(struct jt_funcs, x) macro
27 : : "i"(FO(x)) : "eax", "ecx");
41 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "r11");
55 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "x9");
67 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "ip");
101 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "t9");
117 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "gp");
133 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "a0");
145 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "r5");
232 : : "r"(jt), "i" (FO(x)) : "a8");
[all …]
/dports/sysutils/u-boot-rpi/u-boot-2021.07/examples/standalone/
H A Dstubs.c7 #define FO(x) offsetof(struct jt_funcs, x) macro
27 : : "i"(FO(x)) : "eax", "ecx");
41 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "r11");
55 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "x9");
67 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "ip");
101 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "t9");
117 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "gp");
133 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "a0");
145 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "r5");
232 : : "r"(jt), "i" (FO(x)) : "a8");
[all …]
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/examples/standalone/
H A Dstubs.c7 #define FO(x) offsetof(struct jt_funcs, x) macro
27 : : "i"(FO(x)) : "eax", "ecx");
41 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "r11");
55 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "x9");
67 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "ip");
101 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "t9");
117 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "gp");
133 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "a0");
145 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "r5");
232 : : "r"(jt), "i" (FO(x)) : "a8");
[all …]
/dports/sysutils/u-boot-pinebookpro/u-boot-2021.07/examples/standalone/
H A Dstubs.c7 #define FO(x) offsetof(struct jt_funcs, x) macro
27 : : "i"(FO(x)) : "eax", "ecx");
41 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "r11");
55 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "x9");
67 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "ip");
101 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "t9");
117 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "gp");
133 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "a0");
145 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "r5");
232 : : "r"(jt), "i" (FO(x)) : "a8");
[all …]
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/examples/standalone/
H A Dstubs.c7 #define FO(x) offsetof(struct jt_funcs, x) macro
27 : : "i"(FO(x)) : "eax", "ecx");
41 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "r11");
55 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "x9");
67 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "ip");
101 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "t9");
117 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "gp");
133 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "a0");
145 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "r5");
232 : : "r"(jt), "i" (FO(x)) : "a8");
[all …]
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/examples/standalone/
H A Dstubs.c7 #define FO(x) offsetof(struct jt_funcs, x) macro
27 : : "i"(FO(x)) : "eax", "ecx");
41 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "r11");
55 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "x9");
67 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "ip");
101 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "t9");
117 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "gp");
133 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "a0");
145 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "r5");
232 : : "r"(jt), "i" (FO(x)) : "a8");
[all …]
/dports/sysutils/u-boot-nanopi-m1plus/u-boot-2021.07/examples/standalone/
H A Dstubs.c7 #define FO(x) offsetof(struct jt_funcs, x) macro
27 : : "i"(FO(x)) : "eax", "ecx");
41 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "r11");
55 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "x9");
67 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "ip");
101 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "t9");
117 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "gp");
133 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "a0");
145 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "r5");
232 : : "r"(jt), "i" (FO(x)) : "a8");
[all …]
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/examples/standalone/
H A Dstubs.c7 #define FO(x) offsetof(struct jt_funcs, x) macro
27 : : "i"(FO(x)) : "eax", "ecx");
41 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "r11");
55 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "x9");
67 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "ip");
101 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "t9");
117 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "gp");
133 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "a0");
145 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "r5");
232 : : "r"(jt), "i" (FO(x)) : "a8");
[all …]
/dports/sysutils/u-boot-beaglebone/u-boot-2021.07/examples/standalone/
H A Dstubs.c7 #define FO(x) offsetof(struct jt_funcs, x) macro
27 : : "i"(FO(x)) : "eax", "ecx");
41 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "r11");
55 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "x9");
67 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "ip");
101 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "t9");
117 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "gp");
133 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "a0");
145 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "r5");
232 : : "r"(jt), "i" (FO(x)) : "a8");
[all …]

12345678910>>...155