Home
last modified time | relevance | path

Searched refs:subfunction (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/dev/dpms/
H A Ddpms.c190 dpms_call_bios(int subfunction, int *bh) in dpms_call_bios() argument
199 regs.R_BL = subfunction; in dpms_call_bios()
/freebsd-12.1/contrib/gcclibs/libgomp/
H A Dlibgomp.texi978 Alternately, we generate two copies of the parallel subfunction
1061 the parallel subfunction.
1073 struct for communicating between parent and subfunction.
1076 subfunction, copy the value into the local variable.
1133 void subfunction (void *data)
1140 GOMP_parallel_start (subfunction, &data, num_threads);
1141 subfunction (&data);
1149 The @var{FN} argument is the subfunction to be run in parallel.
1152 communicate data in and out of the subfunction, as discussed
1183 void subfunction (void *data)
[all …]
/freebsd-12.1/contrib/gcc/
H A Dgenrecog.c2409 int subfunction = head->first ? head->first->subroutine_number : 0; in write_subroutine() local
2414 s_or_e = subfunction ? "static " : ""; in write_subroutine()
2416 if (subfunction) in write_subroutine()
2417 sprintf (extension, "_%d", subfunction); in write_subroutine()
2447 if (!subfunction) in write_subroutine()