Searched defs:ll0 (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
D | return_ll1.c | 10 static long long return_ll(int ll0, long long ll1, int ll2) in return_ll() 22 unsigned ll0, ll2; in main() local
|
/external/libffi/testsuite/libffi.call/ |
D | return_ll1.c | 10 static long long return_ll(int ll0, long long ll1, int ll2) in return_ll() 22 unsigned ll0, ll2; in main() local
|
/external/zstd/lib/compress/ |
D | zstd_opt.c | 515 … U32 const ll0, /* tells if associated literal length is 0 or not. This value must be 0 or 1 */ in ZSTD_insertBtAndGetAllMatches() 748 U32 const ll0, in ZSTD_BtGetAllMatches() 973 U32 const ll0 = !litlen; in ZSTD_compressBlock_opt_generic() local 1085 { U32 const ll0 = (opt[cur].mlen != 0); in ZSTD_compressBlock_opt_generic() local
|
D | zstd_compress.c | 4558 static U32 ZSTD_finalizeOffCode(U32 rawOffset, const U32 rep[ZSTD_REP_NUM], U32 ll0) { in ZSTD_finalizeOffCode() 4591 U32 ll0; in ZSTD_copySequencesToSeqStoreExplicitBlockDelim() local 4730 { U32 ll0 = (litLength == 0); in ZSTD_copySequencesToSeqStoreNoBlockDelim() local
|
D | zstd_compress_internal.h | 396 MEM_STATIC repcodes_t ZSTD_updateRep(U32 const rep[3], U32 const offset, U32 const ll0) in ZSTD_updateRep()
|
/external/zstd/lib/decompress/ |
D | zstd_decompress_block.c | 976 U32 const ll0 = (llBase == 0); in ZSTD_decodeSequence() local
|