Home
last modified time | relevance | path

Searched refs:start_sec (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/modules/audio_coding/test/
DRTPFile.cc158 uint32_t start_sec, start_usec, source; in ReadHeader() local
162 EXPECT_EQ(1u, fread(&start_sec, 4, 1, _rtpFile)); in ReadHeader()
163 start_sec = ntohl(start_sec); in ReadHeader()
/external/e2fsprogs/lib/ext2fs/
Ddosio.h64 unsigned char start_sec; member
Ddosio.c329 fsec = (unsigned long)(pent->start_sec & 0x3F); in dos_open()
331 fcyl = ((pent->start_sec >> 6) << 8) + pent->start_cyl; in dos_open()
/external/toybox/toys/pending/
Dfdisk.c454 uint32_t start_cyl, end_cyl, start_sec, end_sec, blocks, secs; in list_partitions() local
472 start_sec = swap_le32toh(p->start4) + partitions[i].start_offset; in list_partitions()
475 if ((start_sec + secs) == 0) end_sec = 0; in list_partitions()
476 else end_sec = start_sec + secs -1; in list_partitions()
477 start_cyl = start_sec/(g_heads * g_sectors) + 1; in list_partitions()
490 disp_unit_cyl == 0? start_sec: start_cyl, in list_partitions()
867 …c sector_t ask_end_sector(int idx, sector_t* begin, sector_t* end, int ext_idx, sector_t start_sec) in ask_end_sector() argument
869 sector_t limit, temp = 0, start_cyl, limit_cyl, start = start_sec; in ask_end_sector()
/external/webrtc/test/
Drtp_file_reader.cc146 uint32_t start_sec; in Init() local
151 TRY(ReadUint32(&start_sec, file_)); in Init()
/external/python/cpython2/Modules/
Dcdmodule.c128 info.start_min, info.start_sec, info.start_frame, in CD_gettrackinfo()