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

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
call-rt-st.c 90 struct two_floats_t { struct
277 * OUT struct two_floats_t *two_floats -- structure to be filled
282 struct two_floats_t *two_floats,
449 * IN struct two_floats_t two_floats
451 struct two_floats_t print_two_floats (struct two_floats_t two_floats)
454 printf("Contents of two_floats_t: \n\n");
565 struct two_floats_t *f3;
593 f3 = (struct two_floats_t *)malloc(sizeof(struct two_floats_t));
    [all...]
call-ar-st.c 104 struct two_floats_t { struct
379 * OUT struct two_floats_t *two_floats -- structure to be filled
383 void init_two_floats (struct two_floats_t *two_floats, float init_val1, float init_val2)
478 struct two_floats_t *f1,
479 struct two_floats_t *f2,
480 struct two_floats_t *f3)
571 * IN struct two_floats_t two_floats
573 void print_two_floats (struct two_floats_t two_floats)
576 printf("Contents of two_floats_t: \n\n");
692 struct two_floats_t f1
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
call-rt-st.c 90 struct two_floats_t { struct
277 * OUT struct two_floats_t *two_floats -- structure to be filled
282 struct two_floats_t *two_floats,
449 * IN struct two_floats_t two_floats
451 struct two_floats_t print_two_floats (struct two_floats_t two_floats)
454 printf("Contents of two_floats_t: \n\n");
565 struct two_floats_t *f3;
593 f3 = (struct two_floats_t *)malloc(sizeof(struct two_floats_t));
    [all...]
call-ar-st.c 104 struct two_floats_t { struct
379 * OUT struct two_floats_t *two_floats -- structure to be filled
383 void init_two_floats (struct two_floats_t *two_floats, float init_val1, float init_val2)
478 struct two_floats_t *f1,
479 struct two_floats_t *f2,
480 struct two_floats_t *f3)
571 * IN struct two_floats_t two_floats
573 void print_two_floats (struct two_floats_t two_floats)
576 printf("Contents of two_floats_t: \n\n");
692 struct two_floats_t f1
    [all...]

Completed in 25 milliseconds