Searched refs:cds (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | oggparsetheora.c | 44 int cds = st->codecpar->extradata_size + os->psize + 2; in theora_header() local 130 cds + AV_INPUT_BUFFER_PADDING_SIZE)) < 0) { in theora_header() 134 memset(st->codecpar->extradata + cds, 0, AV_INPUT_BUFFER_PADDING_SIZE); in theora_header() 140 st->codecpar->extradata_size = cds; in theora_header()
|
/third_party/sqlite/src/ |
H A D | shell.c | 7099 ZipfileCDS cds; /* Parsed CDS record */ member 7101 u8 *aExtra; /* cds.nExtra+cds.nComment bytes of extra data */ 7103 u8 *aData; /* cds.szCompressed bytes of compressed data */ 7242 sqlite3_free(p->cds.zFile); in zipfileEntryFree() 7680 rc = zipfileReadCDS(aRead, &pNew->cds); in zipfileGetEntry() 7694 pNew->cds.zFile = sqlite3_mprintf("%.*s", nFile, aRead); in zipfileGetEntry() 7697 if( pNew->cds.zFile==0 ){ in zipfileGetEntry() 7699 }else if( 0==zipfileScanExtra(&aRead[nFile], pNew->cds.nExtra, pt) ){ in zipfileGetEntry() 7700 pNew->mUnixTime = zipfileMtime(&pNew->cds); in zipfileGetEntry() 8763 ZipfileBuffer cds; global() member [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/ |
H A D | TimeZoneTest.java | 1349 long cds = ctz.getDSTSavings(); in TestOddTimeZoneNames() 1356 } else if (fds != cds) { in TestOddTimeZoneNames() 1357 logln("daylight (" + funkyName + ", " + correctName + ") expected: " + cds + " but got: " + fds); in TestOddTimeZoneNames()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
H A D | TimeZoneTest.java | 1321 long cds = ctz.getDSTSavings(); in TestOddTimeZoneNames() 1328 } else if (fds != cds) { in TestOddTimeZoneNames() 1329 logln("daylight (" + funkyName + ", " + correctName + ") expected: " + cds + " but got: " + fds); in TestOddTimeZoneNames()
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | constants-s390.h | 1043 V(cds, CDS, 0xBB) /* type = RS_A COMPARE DOUBLE AND SWAP (32) */
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 54 milliseconds