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

  /src/external/cddl/osnet/dist/uts/common/zmod/
zlib.h 880 typedef int (*out_func) OF((void FAR *, unsigned char FAR *, unsigned)); typedef
884 out_func out, void FAR *out_desc));
911 parameters and return types are defined above in the in_func and out_func
  /src/common/dist/zlib/
zlib.h 1101 typedef int (*out_func)(void FAR *, unsigned char FAR *, unsigned); typedef
1105 out_func out, void FAR *out_desc);
1133 parameters and return types are defined above in the in_func and out_func
zconf.h 160 # define out_func z_out_func macro
  /src/external/gpl3/binutils/dist/zlib/
zlib.h 1099 typedef int (*out_func)(void FAR *, unsigned char FAR *, unsigned); typedef
1103 out_func out, void FAR *out_desc);
1131 parameters and return types are defined above in the in_func and out_func
zconf.h 156 # define out_func z_out_func macro
  /src/external/gpl3/binutils.old/dist/zlib/
zlib.h 1096 typedef int (*out_func) OF((void FAR *, unsigned char FAR *, unsigned)); typedef
1100 out_func out, void FAR *out_desc));
1128 parameters and return types are defined above in the in_func and out_func
zconf.h 153 # define out_func z_out_func macro
  /src/external/gpl3/gdb.old/dist/zlib/
zlib.h 1096 typedef int (*out_func) OF((void FAR *, unsigned char FAR *, unsigned)); typedef
1100 out_func out, void FAR *out_desc));
1128 parameters and return types are defined above in the in_func and out_func
zconf.h 153 # define out_func z_out_func macro
  /src/external/gpl3/gdb/dist/zlib/
zlib.h 1099 typedef int (*out_func)(void FAR *, unsigned char FAR *, unsigned); typedef
1103 out_func out, void FAR *out_desc);
1131 parameters and return types are defined above in the in_func and out_func
zconf.h 156 # define out_func z_out_func macro
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
zlib.h 93 # define out_func netpgpv_z_out_func macro
1223 typedef int (*out_func) OF((void FAR *, unsigned char FAR *, unsigned)); typedef
1227 out_func out, void FAR *out_desc));
1254 parameters and return types are defined above in the in_func and out_func
  /src/external/gpl3/binutils.old/dist/gas/
gen-sframe.c 218 void (*out_func)(int); member in struct:sframe_fre_offset_func_map
595 fre_offset_func_map[idx].out_func (sframe_fre->cfa_offset);
602 fre_offset_func_map[idx].out_func (sframe_fre->ra_offset);
609 fre_offset_func_map[idx].out_func (SFRAME_FRE_RA_OFFSET_INVALID);
615 fre_offset_func_map[idx].out_func (sframe_fre->bp_offset);
  /src/external/gpl3/binutils/dist/gas/
gen-sframe.c 255 void (*out_func)(int); member in struct:sframe_fre_dataword_func_map
667 dataword_func_map[idx].out_func (reg_data);
668 dataword_func_map[idx].out_func (offset_data);
681 dataword_func_map[idx].out_func (reg_data);
682 dataword_func_map[idx].out_func (offset_data);
691 dataword_func_map[idx].out_func (SFRAME_FRE_RA_OFFSET_INVALID);
704 dataword_func_map[idx].out_func (reg_data);
705 dataword_func_map[idx].out_func (offset_data);
713 dataword_func_map[idx].out_func (sframe_fre->cfa_offset);
720 dataword_func_map[idx].out_func (sframe_fre->ra_offset)
    [all...]

Completed in 36 milliseconds