Searched defs:diff_data (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/toybox/android/mac/generated/ |
H A D | globals.h | 77 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 D | globals.h | 97 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 D | globals.h | 306 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 D | nlc_dec.cpp | 755 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 D | ixheaacd_mps_dec.c | 1423 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 D | patch_writer.cc | 172 auto diff_data = diff_stream->GetCompressedData(); in Close() local
|
/aosp_15_r20/external/tink/cc/core/ |
H A D | restricted_data_test.cc | 70 RestrictedData diff_data( in TEST() local
|