Searched refs:subfunction (Results 1 – 3 of 3) sorted by relevance
190 dpms_call_bios(int subfunction, int *bh) in dpms_call_bios() argument199 regs.R_BL = subfunction; in dpms_call_bios()
978 Alternately, we generate two copies of the parallel subfunction1061 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 discussed1183 void subfunction (void *data)[all …]
2409 int subfunction = head->first ? head->first->subroutine_number : 0; in write_subroutine() local2414 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()