Home
last modified time | relevance | path

Searched refs:fcode (Results 201 – 225 of 3336) sorted by relevance

12345678910>>...134

/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dgenhooks.c48 const char *fcode; in emit_findices() local
50 while ((fcode = strstr (doc, "@Fcode{")) && (!end || fcode < end)) in emit_findices()
52 fcode += strlen ("@Fcode{"); in emit_findices()
53 doc = strchr (fcode, '}'); in emit_findices()
56 printf ("@findex %.*s\n", (int) (doc - fcode), fcode); in emit_findices()
57 doc = fcode; in emit_findices()
209 const char *doc, *fcode, *p_end; in emit_documentation() local
266 for (; (fcode = strstr (doc, "@Fcode{")) && fcode < p_end; in emit_documentation()
267 doc = fcode + 2) in emit_documentation()
268 printf ("%.*s@", (int) (fcode - doc), doc); in emit_documentation()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dgenhooks.c48 const char *fcode; in emit_findices() local
50 while ((fcode = strstr (doc, "@Fcode{")) && (!end || fcode < end)) in emit_findices()
52 fcode += strlen ("@Fcode{"); in emit_findices()
53 doc = strchr (fcode, '}'); in emit_findices()
56 printf ("@findex %.*s\n", (int) (doc - fcode), fcode); in emit_findices()
57 doc = fcode; in emit_findices()
209 const char *doc, *fcode, *p_end; in emit_documentation() local
266 for (; (fcode = strstr (doc, "@Fcode{")) && fcode < p_end; in emit_documentation()
267 doc = fcode + 2) in emit_documentation()
268 printf ("%.*s@", (int) (fcode - doc), doc); in emit_documentation()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dgenhooks.c47 const char *fcode; in emit_findices() local
49 while ((fcode = strstr (doc, "@Fcode{")) && (!end || fcode < end)) in emit_findices()
51 fcode += strlen ("@Fcode{"); in emit_findices()
52 doc = strchr (fcode, '}'); in emit_findices()
55 printf ("@findex %.*s\n", (int) (doc - fcode), fcode); in emit_findices()
56 doc = fcode; in emit_findices()
208 const char *doc, *fcode, *p_end; in emit_documentation() local
265 for (; (fcode = strstr (doc, "@Fcode{")) && fcode < p_end; in emit_documentation()
266 doc = fcode + 2) in emit_documentation()
267 printf ("%.*s@", (int) (fcode - doc), doc); in emit_documentation()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dgenhooks.c48 const char *fcode; in emit_findices() local
50 while ((fcode = strstr (doc, "@Fcode{")) && (!end || fcode < end)) in emit_findices()
52 fcode += strlen ("@Fcode{"); in emit_findices()
53 doc = strchr (fcode, '}'); in emit_findices()
56 printf ("@findex %.*s\n", (int) (doc - fcode), fcode); in emit_findices()
57 doc = fcode; in emit_findices()
209 const char *doc, *fcode, *p_end; in emit_documentation() local
266 for (; (fcode = strstr (doc, "@Fcode{")) && fcode < p_end; in emit_documentation()
267 doc = fcode + 2) in emit_documentation()
268 printf ("%.*s@", (int) (fcode - doc), doc); in emit_documentation()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgenhooks.c47 const char *fcode; in emit_findices() local
49 while ((fcode = strstr (doc, "@Fcode{")) && (!end || fcode < end)) in emit_findices()
51 fcode += strlen ("@Fcode{"); in emit_findices()
52 doc = strchr (fcode, '}'); in emit_findices()
55 printf ("@findex %.*s\n", (int) (doc - fcode), fcode); in emit_findices()
56 doc = fcode; in emit_findices()
208 const char *doc, *fcode, *p_end; in emit_documentation() local
265 for (; (fcode = strstr (doc, "@Fcode{")) && fcode < p_end; in emit_documentation()
266 doc = fcode + 2) in emit_documentation()
267 printf ("%.*s@", (int) (fcode - doc), doc); in emit_documentation()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dgenhooks.c48 const char *fcode; in emit_findices() local
50 while ((fcode = strstr (doc, "@Fcode{")) && (!end || fcode < end)) in emit_findices()
52 fcode += strlen ("@Fcode{"); in emit_findices()
53 doc = strchr (fcode, '}'); in emit_findices()
56 printf ("@findex %.*s\n", (int) (doc - fcode), fcode); in emit_findices()
57 doc = fcode; in emit_findices()
209 const char *doc, *fcode, *p_end; in emit_documentation() local
266 for (; (fcode = strstr (doc, "@Fcode{")) && fcode < p_end; in emit_documentation()
267 doc = fcode + 2) in emit_documentation()
268 printf ("%.*s@", (int) (fcode - doc), doc); in emit_documentation()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dgenhooks.c48 const char *fcode; in emit_findices() local
50 while ((fcode = strstr (doc, "@Fcode{")) && (!end || fcode < end)) in emit_findices()
52 fcode += strlen ("@Fcode{"); in emit_findices()
53 doc = strchr (fcode, '}'); in emit_findices()
56 printf ("@findex %.*s\n", (int) (doc - fcode), fcode); in emit_findices()
57 doc = fcode; in emit_findices()
209 const char *doc, *fcode, *p_end; in emit_documentation() local
266 for (; (fcode = strstr (doc, "@Fcode{")) && fcode < p_end; in emit_documentation()
267 doc = fcode + 2) in emit_documentation()
268 printf ("%.*s@", (int) (fcode - doc), doc); in emit_documentation()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dgenhooks.c48 const char *fcode; in emit_findices() local
50 while ((fcode = strstr (doc, "@Fcode{")) && (!end || fcode < end)) in emit_findices()
52 fcode += strlen ("@Fcode{"); in emit_findices()
53 doc = strchr (fcode, '}'); in emit_findices()
56 printf ("@findex %.*s\n", (int) (doc - fcode), fcode); in emit_findices()
57 doc = fcode; in emit_findices()
209 const char *doc, *fcode, *p_end; in emit_documentation() local
266 for (; (fcode = strstr (doc, "@Fcode{")) && fcode < p_end; in emit_documentation()
267 doc = fcode + 2) in emit_documentation()
268 printf ("%.*s@", (int) (fcode - doc), doc); in emit_documentation()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dgenhooks.c47 const char *fcode; in emit_findices() local
49 while ((fcode = strstr (doc, "@Fcode{")) && (!end || fcode < end)) in emit_findices()
51 fcode += strlen ("@Fcode{"); in emit_findices()
52 doc = strchr (fcode, '}'); in emit_findices()
55 printf ("@findex %.*s\n", (int) (doc - fcode), fcode); in emit_findices()
56 doc = fcode; in emit_findices()
208 const char *doc, *fcode, *p_end; in emit_documentation() local
265 for (; (fcode = strstr (doc, "@Fcode{")) && fcode < p_end; in emit_documentation()
266 doc = fcode + 2) in emit_documentation()
267 printf ("%.*s@", (int) (fcode - doc), doc); in emit_documentation()
H A Dtsan.c57 enum built_in_function fcode; in get_memory_access_decl() local
60 fcode = is_write ? BUILT_IN_TSAN_WRITE1 in get_memory_access_decl()
63 fcode = is_write ? BUILT_IN_TSAN_WRITE2 in get_memory_access_decl()
75 return builtin_decl_implicit (fcode); in get_memory_access_decl()
262 #define CHECK_LAST(fcode, tsan_fcode) \ argument
268 #define WEAK_CAS(fcode, tsan_fcode) \ argument
270 #define STRONG_CAS(fcode, tsan_fcode) \ argument
272 #define BOOL_CAS(fcode, tsan_fcode) \ argument
274 #define VAL_CAS(fcode, tsan_fcode) \ argument
282 #define BOOL_CLEAR(fcode, tsan_fcode) \ argument
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dgenhooks.c48 const char *fcode;
50 while ((fcode = strstr (doc, "@Fcode{")) && (!end || fcode < end))
52 fcode += strlen ("@Fcode{");
53 doc = strchr (fcode, '}');
56 printf ("@findex %.*s\n", (int) (doc - fcode), fcode);
57 doc = fcode;
209 const char *doc, *fcode, *p_end;
266 for (; (fcode = strstr (doc, "@Fcode{")) && fcode < p_end;
267 doc = fcode + 2)
268 printf ("%.*s@", (int) (fcode - doc), doc);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dgenhooks.c48 const char *fcode; in emit_findices() local
50 while ((fcode = strstr (doc, "@Fcode{")) && (!end || fcode < end)) in emit_findices()
52 fcode += strlen ("@Fcode{"); in emit_findices()
53 doc = strchr (fcode, '}'); in emit_findices()
56 printf ("@findex %.*s\n", (int) (doc - fcode), fcode); in emit_findices()
57 doc = fcode; in emit_findices()
209 const char *doc, *fcode, *p_end; in emit_documentation() local
266 for (; (fcode = strstr (doc, "@Fcode{")) && fcode < p_end; in emit_documentation()
267 doc = fcode + 2) in emit_documentation()
268 printf ("%.*s@", (int) (fcode - doc), doc); in emit_documentation()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dgenhooks.c48 const char *fcode; in emit_findices() local
50 while ((fcode = strstr (doc, "@Fcode{")) && (!end || fcode < end)) in emit_findices()
52 fcode += strlen ("@Fcode{"); in emit_findices()
53 doc = strchr (fcode, '}'); in emit_findices()
56 printf ("@findex %.*s\n", (int) (doc - fcode), fcode); in emit_findices()
57 doc = fcode; in emit_findices()
209 const char *doc, *fcode, *p_end; in emit_documentation() local
266 for (; (fcode = strstr (doc, "@Fcode{")) && fcode < p_end; in emit_documentation()
267 doc = fcode + 2) in emit_documentation()
268 printf ("%.*s@", (int) (fcode - doc), doc); in emit_documentation()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dgenhooks.c47 const char *fcode; in emit_findices() local
49 while ((fcode = strstr (doc, "@Fcode{")) && (!end || fcode < end)) in emit_findices()
51 fcode += strlen ("@Fcode{"); in emit_findices()
52 doc = strchr (fcode, '}'); in emit_findices()
55 printf ("@findex %.*s\n", (int) (doc - fcode), fcode); in emit_findices()
56 doc = fcode; in emit_findices()
208 const char *doc, *fcode, *p_end; in emit_documentation() local
265 for (; (fcode = strstr (doc, "@Fcode{")) && fcode < p_end; in emit_documentation()
266 doc = fcode + 2) in emit_documentation()
267 printf ("%.*s@", (int) (fcode - doc), doc); in emit_documentation()
H A Dtsan.c53 enum built_in_function fcode; in get_memory_access_decl() local
56 fcode = is_write ? BUILT_IN_TSAN_WRITE1 in get_memory_access_decl()
59 fcode = is_write ? BUILT_IN_TSAN_WRITE2 in get_memory_access_decl()
71 return builtin_decl_implicit (fcode); in get_memory_access_decl()
259 #define CHECK_LAST(fcode, tsan_fcode) \ argument
265 #define WEAK_CAS(fcode, tsan_fcode) \ argument
267 #define STRONG_CAS(fcode, tsan_fcode) \ argument
269 #define BOOL_CAS(fcode, tsan_fcode) \ argument
271 #define VAL_CAS(fcode, tsan_fcode) \ argument
279 #define BOOL_CLEAR(fcode, tsan_fcode) \ argument
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/openbios/libopenbios/
H A Dfcode_load.c18 is_fcode(unsigned char *fcode) in is_fcode() argument
20 return (fcode[0] == 0xf0 // start0 in is_fcode()
21 || fcode[0] == 0xf1 // start1 in is_fcode()
22 || fcode[0] == 0xf2 // start2 in is_fcode()
23 || fcode[0] == 0xf3 // start4 in is_fcode()
24 || fcode[0] == 0xfd); // version1 in is_fcode()
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/libopenbios/
H A Dfcode_load.c18 is_fcode(unsigned char *fcode) in is_fcode() argument
20 return (fcode[0] == 0xf0 // start0 in is_fcode()
21 || fcode[0] == 0xf1 // start1 in is_fcode()
22 || fcode[0] == 0xf2 // start2 in is_fcode()
23 || fcode[0] == 0xf3 // start4 in is_fcode()
24 || fcode[0] == 0xfd); // version1 in is_fcode()
/dports/emulators/qemu5/qemu-5.2.0/roms/openbios/libopenbios/
H A Dfcode_load.c18 is_fcode(unsigned char *fcode) in is_fcode() argument
20 return (fcode[0] == 0xf0 // start0 in is_fcode()
21 || fcode[0] == 0xf1 // start1 in is_fcode()
22 || fcode[0] == 0xf2 // start2 in is_fcode()
23 || fcode[0] == 0xf3 // start4 in is_fcode()
24 || fcode[0] == 0xfd); // version1 in is_fcode()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openbios/libopenbios/
H A Dfcode_load.c18 is_fcode(unsigned char *fcode) in is_fcode() argument
20 return (fcode[0] == 0xf0 // start0 in is_fcode()
21 || fcode[0] == 0xf1 // start1 in is_fcode()
22 || fcode[0] == 0xf2 // start2 in is_fcode()
23 || fcode[0] == 0xf3 // start4 in is_fcode()
24 || fcode[0] == 0xfd); // version1 in is_fcode()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openbios/libopenbios/
H A Dfcode_load.c18 is_fcode(unsigned char *fcode) in is_fcode() argument
20 return (fcode[0] == 0xf0 // start0 in is_fcode()
21 || fcode[0] == 0xf1 // start1 in is_fcode()
22 || fcode[0] == 0xf2 // start2 in is_fcode()
23 || fcode[0] == 0xf3 // start4 in is_fcode()
24 || fcode[0] == 0xfd); // version1 in is_fcode()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/openbios/libopenbios/
H A Dfcode_load.c18 is_fcode(unsigned char *fcode) in is_fcode() argument
20 return (fcode[0] == 0xf0 // start0 in is_fcode()
21 || fcode[0] == 0xf1 // start1 in is_fcode()
22 || fcode[0] == 0xf2 // start2 in is_fcode()
23 || fcode[0] == 0xf3 // start4 in is_fcode()
24 || fcode[0] == 0xfd); // version1 in is_fcode()
/dports/emulators/qemu/qemu-6.2.0/roms/openbios/libopenbios/
H A Dfcode_load.c18 is_fcode(unsigned char *fcode) in is_fcode() argument
20 return (fcode[0] == 0xf0 // start0 in is_fcode()
21 || fcode[0] == 0xf1 // start1 in is_fcode()
22 || fcode[0] == 0xf2 // start2 in is_fcode()
23 || fcode[0] == 0xf3 // start4 in is_fcode()
24 || fcode[0] == 0xfd); // version1 in is_fcode()
/dports/www/pear-Services_GeoNames/Services_GeoNames-1.0.1/tests/
H A Dtest_cities.phpt32 [fcode] => PPLC
47 [fcode] => PPLC
62 [fcode] => PPLC
77 [fcode] => PPLC
92 [fcode] => PPLC
107 [fcode] => PPLC
122 [fcode] => PPLC
137 [fcode] => PPLC
152 [fcode] => PPLC
167 [fcode] => PPLC
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtsan.c58 enum built_in_function fcode; in get_memory_access_decl() local
78 fcode = (built_in_function)(fcode + pos); in get_memory_access_decl()
80 return builtin_decl_implicit (fcode); in get_memory_access_decl()
268 #define CHECK_LAST(fcode, tsan_fcode) \ argument
270 #define ADD_SEQ_CST(fcode, tsan_fcode) \ argument
274 #define WEAK_CAS(fcode, tsan_fcode) \ argument
276 #define STRONG_CAS(fcode, tsan_fcode) \ argument
278 #define BOOL_CAS(fcode, tsan_fcode) \ argument
280 #define VAL_CAS(fcode, tsan_fcode) \ argument
288 #define BOOL_CLEAR(fcode, tsan_fcode) \ argument
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtsan.c58 enum built_in_function fcode; in get_memory_access_decl() local
78 fcode = (built_in_function)(fcode + pos); in get_memory_access_decl()
80 return builtin_decl_implicit (fcode); in get_memory_access_decl()
268 #define CHECK_LAST(fcode, tsan_fcode) \ argument
270 #define ADD_SEQ_CST(fcode, tsan_fcode) \ argument
274 #define WEAK_CAS(fcode, tsan_fcode) \ argument
276 #define STRONG_CAS(fcode, tsan_fcode) \ argument
278 #define BOOL_CAS(fcode, tsan_fcode) \ argument
280 #define VAL_CAS(fcode, tsan_fcode) \ argument
288 #define BOOL_CLEAR(fcode, tsan_fcode) \ argument
[all …]

12345678910>>...134