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

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
call-rt-st.c 60 struct bit_flags_t { struct
197 * Initializes a bit_flags_t structure. Can call this function see
200 * OUT struct bit_flags_t *bit_flags -- structure to be filled
209 struct bit_flags_t *bit_flags,
401 * IN struct bit_flags_t bit_flags
403 struct bit_flags_t print_bit_flags (struct bit_flags_t bit_flags)
559 struct bit_flags_t *flags;
586 flags = (struct bit_flags_t *)malloc(sizeof(struct bit_flags_t));
    [all...]
call-ar-st.c 74 struct bit_flags_t { struct
315 * Initializes a bit_flags_t structure. Can call this function see
318 * OUT struct bit_flags_t *bit_flags -- structure to be filled
326 void init_bit_flags (struct bit_flags_t *bit_flags, unsigned a, unsigned b, unsigned g, unsigned d, unsigned e, unsigned o)
470 struct bit_flags_t *flags,
529 * IN struct bit_flags_t bit_flags
531 void print_bit_flags (struct bit_flags_t bit_flags)
684 struct bit_flags_t flags,
731 struct bit_flags_t flags,
905 static struct bit_flags_t *flags
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
call-rt-st.c 60 struct bit_flags_t { struct
197 * Initializes a bit_flags_t structure. Can call this function see
200 * OUT struct bit_flags_t *bit_flags -- structure to be filled
209 struct bit_flags_t *bit_flags,
401 * IN struct bit_flags_t bit_flags
403 struct bit_flags_t print_bit_flags (struct bit_flags_t bit_flags)
559 struct bit_flags_t *flags;
586 flags = (struct bit_flags_t *)malloc(sizeof(struct bit_flags_t));
    [all...]
call-ar-st.c 74 struct bit_flags_t { struct
315 * Initializes a bit_flags_t structure. Can call this function see
318 * OUT struct bit_flags_t *bit_flags -- structure to be filled
326 void init_bit_flags (struct bit_flags_t *bit_flags, unsigned a, unsigned b, unsigned g, unsigned d, unsigned e, unsigned o)
470 struct bit_flags_t *flags,
529 * IN struct bit_flags_t bit_flags
531 void print_bit_flags (struct bit_flags_t bit_flags)
684 struct bit_flags_t flags,
731 struct bit_flags_t flags,
905 static struct bit_flags_t *flags
    [all...]

Completed in 30 milliseconds