Home
last modified time | relevance | path

Searched defs:zc (Results 1 – 25 of 186) sorted by relevance

12345678

/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/zip/
DZipFile.java636 ZipCoder zc = res.zsrc.zipCoderForPos(pos); in getEntryName() local
686 ZipCoder zc = res.zsrc.zipCoderForPos(pos); in getZipEntry() local
759 CleanableResource(ZipFile zf, ZipCoder zc, File file, int mode) throws IOException { in CleanableResource()
764 CleanableResource(ZipFile zf, ZipCoder zc, File file, in CleanableResource()
1226 private final @Stable ZipCoder zc; // zip coder used to decode/encode field in ZipFile.Source
1317 public Key(File file, BasicFileAttributes attrs, ZipCoder zc) { in Key()
1322 public Key(File file, BasicFileAttributes attrs, ZipCoder zc, in Key()
1366 static Source get(File file, boolean toDelete, ZipCoder zc, in get()
1414 private Source(Key key, boolean toDelete, ZipCoder zc) throws IOException { in Source()
1783 ZipCoder zc = zipCoderForPos(pos); in getEntryPos() local
DZipInputStream.java64 private ZipCoder zc; field in ZipInputStream
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/zip/
H A DZipFile.java636 ZipCoder zc = res.zsrc.zipCoderForPos(pos); in getEntryName() local
686 ZipCoder zc = res.zsrc.zipCoderForPos(pos); in getZipEntry() local
759 CleanableResource(ZipFile zf, ZipCoder zc, File file, int mode) throws IOException { in CleanableResource()
764 CleanableResource(ZipFile zf, ZipCoder zc, File file, in CleanableResource()
1226 private final @Stable ZipCoder zc; // zip coder used to decode/encode field in ZipFile.Source
1317 public Key(File file, BasicFileAttributes attrs, ZipCoder zc) { in Key()
1322 public Key(File file, BasicFileAttributes attrs, ZipCoder zc, in Key()
1366 static Source get(File file, boolean toDelete, ZipCoder zc, in get()
1414 private Source(Key key, boolean toDelete, ZipCoder zc) throws IOException { in Source()
1783 ZipCoder zc = zipCoderForPos(pos); in getEntryPos() local
H A DZipInputStream.java64 private ZipCoder zc; field in ZipInputStream
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/25/libcore/ojluni/src/main/java/java/util/zip/
DZipFile.java636 ZipCoder zc = res.zsrc.zipCoderForPos(pos); in getEntryName() local
686 ZipCoder zc = res.zsrc.zipCoderForPos(pos); in getZipEntry() local
759 CleanableResource(ZipFile zf, ZipCoder zc, File file, int mode) throws IOException { in CleanableResource()
764 CleanableResource(ZipFile zf, ZipCoder zc, File file, in CleanableResource()
1226 private final @Stable ZipCoder zc; // zip coder used to decode/encode field in ZipFile.Source
1317 public Key(File file, BasicFileAttributes attrs, ZipCoder zc) { in Key()
1322 public Key(File file, BasicFileAttributes attrs, ZipCoder zc, in Key()
1366 static Source get(File file, boolean toDelete, ZipCoder zc, in get()
1414 private Source(Key key, boolean toDelete, ZipCoder zc) throws IOException { in Source()
1783 ZipCoder zc = zipCoderForPos(pos); in getEntryPos() local
DZipInputStream.java64 private ZipCoder zc; field in ZipInputStream
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
H A Dtensor_desc.cc498 std::string zc; in PerformReadSelector() local
678 std::string zc; in GetLinkingContextFromWriteSelector() local
699 std::string zc; in PerformWriteSelector() local
985 std::string xc, yc, zc, sc, bc; in PerformGetAddressSelector() local
1186 const std::string& xc, const std::string& yc, const std::string& zc, in GetGlobalAddressNoDeclaration()
1207 const std::string& xc, const std::string& yc, const std::string& zc, in GetPhysicalCoords()
1275 std::string* yc, std::string* zc, in ParseCoordsFromArgs()
/aosp_15_r20/external/sg3_utils/src/
H A Dsg_reset_wp.c85 sg_ll_reset_write_pointer(int sg_fd, uint64_t zid, uint16_t zc, bool all, in sg_ll_reset_write_pointer()
149 uint16_t zc = 0; in main() local
H A Dsg_zone.c133 sg_ll_zone_out(int sg_fd, int sa, uint64_t zid, uint16_t zc, bool all, in sg_ll_zone_out()
212 uint16_t zc = 0; in main() local
H A Dsg_z_act_query.c199 zone_condition_str(int zc, char * b, int blen, int vb) in zone_condition_str()
254 int k, zc, num_desc; in decode_z_act_query() local
H A Dsg_rep_zones.c326 zone_condition_str(int zc, char * b, int blen, int vb) in zone_condition_str()
388 uint8_t zt, zc; in prt_a_zn_desc() local
840 uint8_t zt, zc; in gather_statistics() local
/aosp_15_r20/external/zstd/tests/
H A Dzstreamtest.c227 static size_t getCCtxParams(ZSTD_CCtx* zc, ZSTD_parameters* savedParams) in getCCtxParams()
246 static U32 badParameters(ZSTD_CCtx* zc, ZSTD_parameters const savedParams) in badParameters()
276 ZSTD_CStream* zc = ZSTD_createCStream(); in basicUnitTests() local
2534 ZSTD_CStream* zc = ZSTD_createCStream(); /* will be re-created sometimes */ in fuzzerTests() local
2775 static size_t setCCtxParameter(ZSTD_CCtx* zc, ZSTD_CCtx_params* cctxParams, in setCCtxParameter()
2803 ZSTD_CCtx* zc = ZSTD_createCCtx(); /* will be reset sometimes */ in fuzzerTests_newAPI() local
/aosp_15_r20/external/zstd/lib/compress/
H A Dzstd_compress.c2090 static size_t ZSTD_resetCCtx_internal(ZSTD_CCtx* zc, in ZSTD_resetCCtx_internal()
3202 static size_t ZSTD_buildSeqStore(ZSTD_CCtx* zc, const void* src, size_t srcSize) in ZSTD_buildSeqStore()
3457 size_t ZSTD_generateSequences(ZSTD_CCtx* zc, ZSTD_Sequence* outSeqs, in ZSTD_generateSequences()
3884 ZSTD_buildEntropyStatisticsAndEstimateSubBlockSize(seqStore_t* seqStore, ZSTD_CCtx* zc) in ZSTD_buildEntropyStatisticsAndEstimateSubBlockSize()
4041 ZSTD_compressSeqStore_singleBlock(ZSTD_CCtx* zc, in ZSTD_compressSeqStore_singleBlock()
4134 ZSTD_CCtx* zc, const seqStore_t* origSeqStore) in ZSTD_deriveBlockSplitsHelper()
4175 static size_t ZSTD_deriveBlockSplits(ZSTD_CCtx* zc, U32 partitions[], U32 nbSeq) in ZSTD_deriveBlockSplits()
4197 ZSTD_compressBlock_splitBlock_internal(ZSTD_CCtx* zc, in ZSTD_compressBlock_splitBlock_internal()
4290 ZSTD_compressBlock_splitBlock(ZSTD_CCtx* zc, in ZSTD_compressBlock_splitBlock()
4319 ZSTD_compressBlock_internal(ZSTD_CCtx* zc, in ZSTD_compressBlock_internal()
[all …]
/aosp_15_r20/external/zstd/contrib/seqBench/
H A DseqBench.c9 ZSTD_CCtx* zc = ZSTD_createCCtx(); in main() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
H A Dsockopt_sk.c21 struct tcp_zerocopy_receive zc; in getsetsockopt() member
/aosp_15_r20/external/zstd/contrib/externalSequenceProducer/
H A Dmain.c35 ZSTD_CCtx* const zc = ZSTD_createCCtx(); in main() local
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/zip/
H A DZipInputStream.java111 private java.util.zip.ZipCoder zc; field in ZipInputStream
H A DZipOutputStream.java158 private final java.util.zip.ZipCoder zc; field in ZipOutputStream
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
H A Dconv_generic.cc618 const std::string zc = "(DST_Z + " + zind + ")"; in GenerateConv() local
734 std::string zc = in GenerateConv() local
791 std::string zc = in GenerateConv() local
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
H A DNat192.java488 long zc = 0; in mulAddTo() local
527 long zc = 0; in mulAddTo() local
H A DNat224.java493 long zc = 0; in mulAddTo() local
536 long zc = 0; in mulAddTo() local
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/raw/
H A DNat192.java492 long zc = 0; in mulAddTo() local
531 long zc = 0; in mulAddTo() local
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/raw/
H A DNat192.java492 long zc = 0; in mulAddTo() local
531 long zc = 0; in mulAddTo() local
/aosp_15_r20/external/libaom/av1/encoder/x86/
H A Dav1_highbd_quantize_avx2.c83 const __m256i zc = _mm256_cmpeq_epi32(dq, zero); in quantize() local
/aosp_15_r20/external/toybox/toys/pending/
H A Dipcs.c106 int val, nc, zc, pid; in show_sem_id() local

12345678