HomeSort by relevance Sort by last modified time
    Searched refs:lz4c32 (Results 1 - 2 of 2) sorted by null

  /external/lz4/programs/
Makefile 27 # lz4c32: Same as lz4c, but forced to compile in 32-bits mode
88 lz4c32: CFLAGS += -m32 $(DEBUGFLAGS)
89 lz4c32: $(SRCFILES)
95 lz4$(EXT) lz4c$(EXT) lz4c32$(EXT) unlz4 lz4cat
  /external/lz4/tests/
Makefile 78 lz4c32: # create a 32-bits version for 32/64 interop tests
301 test-lz4c32: CFLAGS+=-m32
302 test-lz4c32: test-lz4
304 test-interop-32-64: lz4 lz4c32 datagen
314 test-lz4c32-basic: lz4c32 datagen
315 @echo "\n ---- test lz4c32 32-bits version ----"
370 test-mem32: lz4c32 datagen

Completed in 1347 milliseconds