Home
last modified time | relevance | path

Searched defs:diff_data (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/toybox/android/mac/generated/
H A Dglobals.h77 struct diff_data { struct
78 long U;
79 struct arg_list *L;
80 char *F, *S, *new_line_format, *old_line_format, *unchanged_line_format;
82 int dir_num, size, is_binary, is_symlink, differ, change, len[2], *offset[2];
83 struct stat st[2];
84 struct {
87 } dir[2];
88 struct {
91 } file[2];
[all …]
/aosp_15_r20/external/toybox/android/linux/generated/
H A Dglobals.h97 struct diff_data { struct
98 long U;
99 struct arg_list *L;
100 char *F, *S, *new_line_format, *old_line_format, *unchanged_line_format;
102 int dir_num, size, is_binary, is_symlink, differ, change, len[2], *offset[2];
103 struct stat st[2];
104 struct {
107 } dir[2];
108 struct {
111 } file[2];
[all …]
/aosp_15_r20/external/toybox/android/device/generated/
H A Dglobals.h306 struct diff_data { struct
307 long U;
308 struct arg_list *L;
309 char *F, *S, *new_line_format, *old_line_format, *unchanged_line_format;
311 int dir_num, size, is_binary, is_symlink, differ, change, len[2], *offset[2];
312 struct stat st[2];
313 struct {
316 } dir[2];
317 struct {
320 } file[2];
[all …]
/aosp_15_r20/external/aac/libFDK/src/
H A Dnlc_dec.cpp755 static void diff_freq_decode(const SCHAR* const diff_data, in diff_freq_decode()
766 const SCHAR* const diff_data, in diff_time_decode_backwards()
782 const SCHAR* const diff_data, in diff_time_decode_forwards()
/aosp_15_r20/external/libxaac/decoder/
H A Dixheaacd_mps_dec.c1423 static VOID ixheaacd_diff_freq_decode(WORD32* diff_data, WORD32* out_data, in ixheaacd_diff_freq_decode()
1434 static VOID ixheaacd_mps_diff_time_dec_bwd(WORD32* prev_data, WORD32* diff_data, in ixheaacd_mps_diff_time_dec_bwd()
1452 static VOID ixheaacd_mps_diff_time_dec_fwd(WORD32* prev_data, WORD32* diff_data, in ixheaacd_mps_diff_time_dec_fwd()
/aosp_15_r20/external/bsdiff/
H A Dpatch_writer.cc172 auto diff_data = diff_stream->GetCompressedData(); in Close() local
/aosp_15_r20/external/tink/cc/core/
H A Drestricted_data_test.cc70 RestrictedData diff_data( in TEST() local