Searched refs:dict (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/third_party/ulib/lz4/
H A Dlz4frame.c143 const BYTE* dict; member in struct:LZ4F_dctx_s
427 requiredBuffSize = (cctxPtr->prefs.frameInfo.blockMode == LZ4F_blockLinked) * 64 KB; /* just needs dict */
906 dctxPtr->dict = dctxPtr->tmpOutBuffer;
964 dctxPtr->dict = (const BYTE*)dstPtr; /* priority to dictionary continuity */
966 if (dctxPtr->dict + dctxPtr->dictSize == dstPtr) /* dictionary continuity */
974 dctxPtr->dict = (const BYTE*)dstPtr0;
979 if ((withinTmp) && (dctxPtr->dict == dctxPtr->tmpOutBuffer))
981 /* assumption : dctxPtr->dict + dctxPtr->dictSize == dctxPtr->tmpOut + dctxPtr->tmpOutStart */
986 if (withinTmp) /* copy relevant dict portion in front of tmpOut within tmpOutBuffer */
990 const BYTE* oldDictEnd = dctxPtr->dict
[all...]
H A Dlz4.c445 const dict_directive dict,
471 switch(dict)
514 if (dict==usingExtDict)
566 if ((dict==usingExtDict) && (lowLimit==dictionary))
610 if (dict==usingExtDict)
966 LZ4_stream_t_internal* dict = (LZ4_stream_t_internal*) LZ4_dict; local
971 if ((dict->initCheck) || (dict->currentOffset > 1 GB)) /* Uninitialized structure, or reuse overflow */
976 dict->dictionary = NULL;
977 dict
437 LZ4_compress_generic( void* const ctx, const char* const source, char* const dest, const int inputSize, const int maxOutputSize, const limitedOutput_directive outputLimited, const tableType_t tableType, const dict_directive dict, const dictIssue_directive dictIssue, const U32 acceleration) argument
1095 LZ4_stream_t_internal* dict = (LZ4_stream_t_internal*) LZ4_dict; local
1119 LZ4_decompress_generic( const char* const source, char* const dest, int inputSize, int outputSize, int endOnInput, int partialDecoding, int targetOutputSize, int dict, const BYTE* const lowPrefix, const BYTE* const dictStart, const size_t dictSize ) argument
[all...]
/fuchsia/zircon/scripts/
H A Dzircon.elf-gdb.py746 sections = dict([(name, int(addr, 16)) for addr,name in m])
769 sections = dict([(name, addr - offset) for name,addr in sections.iteritems()])
/fuchsia/zircon/third_party/tools/android/avb/
H A Davbtool448 algorithm_name: The algorithm name as per the ALGORITHMS dict.
2610 algorithm_name: The algorithm name as per the ALGORITHMS dict.
2727 descriptors_dict = dict()

Completed in 53 milliseconds