HomeSort by: relevance | last modified time | path
    Searched defs:func_values (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/microcode/aic7xxx/
aicasm.c 533 int *func_values; local in function:output_listing
557 func_values = NULL;
559 func_values = (int *)malloc(func_count * sizeof(int));
561 if (func_values == NULL)
564 func_values[0] = 0; /* FALSE func */
589 func_values[func_count] = 1;
592 func_values[func_count] = 0;
599 free(func_values);
600 func_values = NULL;
612 * 'func_values' is always NULL, so check_patch wil
    [all...]
aicasm.c 533 int *func_values; local in function:output_listing
557 func_values = NULL;
559 func_values = (int *)malloc(func_count * sizeof(int));
561 if (func_values == NULL)
564 func_values[0] = 0; /* FALSE func */
589 func_values[func_count] = 1;
592 func_values[func_count] = 0;
599 free(func_values);
600 func_values = NULL;
612 * 'func_values' is always NULL, so check_patch wil
    [all...]
aicasm.c 533 int *func_values; local in function:output_listing
557 func_values = NULL;
559 func_values = (int *)malloc(func_count * sizeof(int));
561 if (func_values == NULL)
564 func_values[0] = 0; /* FALSE func */
589 func_values[func_count] = 1;
592 func_values[func_count] = 0;
599 free(func_values);
600 func_values = NULL;
612 * 'func_values' is always NULL, so check_patch wil
    [all...]

Completed in 34 milliseconds