HomeSort by relevance Sort by last modified time
    Searched refs:mod_time (Results 1 - 25 of 28) sorted by null

1 2

  /external/google-breakpad/src/common/
dwarf_line_to_module.h 137 uint32 dir_num, uint64 mod_time,
dwarf_line_to_module.cc 74 uint32 dir_num, uint64 mod_time,
  /external/libpng/
pnginfo.h 129 png_time mod_time; member in struct:png_info_def
pngset.c 969 png_const_timep mod_time)
973 if (png_ptr == NULL || info_ptr == NULL || mod_time == NULL ||
977 if (mod_time->month == 0 || mod_time->month > 12 ||
978 mod_time->day == 0 || mod_time->day > 31 ||
979 mod_time->hour > 23 || mod_time->minute > 59 ||
980 mod_time->second > 60)
987 info_ptr->mod_time = *mod_time
    [all...]
pngtest.c 1342 png_timep mod_time; local
1578 png_timep mod_time; local
    [all...]
pngwutil.c     [all...]
pngget.c 1075 png_timep *mod_time)
1080 (info_ptr->valid & PNG_INFO_tIME) != 0 && mod_time != NULL)
1082 *mod_time = &(info_ptr->mod_time);
    [all...]
pngrutil.c 2455 png_time mod_time; local
    [all...]
png.h     [all...]
pngwrite.c 278 png_write_tIME(png_ptr, &(info_ptr->mod_time));
383 png_write_tIME(png_ptr, &(info_ptr->mod_time));
    [all...]
  /external/pdfium/third_party/libpng16/
pnginfo.h 129 png_time mod_time; member in struct:png_info_def
pngset.c 920 png_const_timep mod_time)
924 if (png_ptr == NULL || info_ptr == NULL || mod_time == NULL ||
928 if (mod_time->month == 0 || mod_time->month > 12 ||
929 mod_time->day == 0 || mod_time->day > 31 ||
930 mod_time->hour > 23 || mod_time->minute > 59 ||
931 mod_time->second > 60)
938 info_ptr->mod_time = *mod_time
    [all...]
pngwutil.c     [all...]
pngget.c 1046 png_timep *mod_time)
1051 (info_ptr->valid & PNG_INFO_tIME) != 0 && mod_time != NULL)
1053 *mod_time = &(info_ptr->mod_time);
    [all...]
pngrutil.c 2378 png_time mod_time; local
    [all...]
png.h     [all...]
  /external/honggfuzz/examples/libpng/
persistent-png.c 119 png_timep mod_time; local
127 ret = png_get_tIME(png_ptr, info_ptr, &mod_time);
  /external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
dwarfdump-line-only.s 100 # CHECK-NEXT: mod_time: 0x00000051
105 # CHECK-NEXT: mod_time: 0x00000053
dwarfdump-header-64.s 150 # CHECK-NEXT: mod_time: 0x00000051
155 # CHECK-NEXT: mod_time: 0x00000053
dwarfdump-header.s 265 # CHECK-NEXT: mod_time: 0x00000041
270 # CHECK-NEXT: mod_time: 0x00000043
430 # CHECK-NEXT: mod_time: 0x00000015
435 # CHECK-NEXT: mod_time: 0x00000035
  /external/mesa3d/src/gallium/state_trackers/va/
picture_mpeg4.c 150 int mod_time; local
179 mod_time = context->mpeg4.frame_num %
182 while (mod_time--)
  /external/google-breakpad/src/common/dwarf/
functioninfo.h 92 uint32 dir_num, uint64 mod_time, uint64 length);
functioninfo.cc 73 uint64 mod_time, uint64 length) {
dwarf2reader.h 166 // directory index for the directory name of this file, MOD_TIME is
170 uint32 dir_num, uint64 mod_time,
    [all...]
dwarf2reader.cc 600 uint64 mod_time = reader_->ReadUnsignedLEB128(lineptr, &len); local
606 mod_time, filelength);
768 const uint64 mod_time = reader->ReadUnsignedLEB128(start, local
778 mod_time, filelength);
    [all...]

Completed in 649 milliseconds

1 2