Home
last modified time | relevance | path

Searched refs:NOSTRIP (Results 1 – 4 of 4) sorted by relevance

/external/modp_b64/
Dcommon.mk98 NOSTRIP ?= 1
340 ifeq ($(NOSTRIP),0)
433 $(if $(filter 0,$(NOSTRIP)),$(call strip_artifact))
690 $(info - NOSTRIP=$(NOSTRIP))
/external/minijail/
Dcommon.mk98 NOSTRIP ?= 1
340 ifeq ($(NOSTRIP),0)
433 $(if $(filter 0,$(NOSTRIP)),$(call strip_artifact))
690 $(info - NOSTRIP=$(NOSTRIP))
/external/pdfium/third_party/libtiff/
Dtif_read.c42 #define NOSTRIP ((uint32)(-1)) /* undefined state */ macro
68 tif->tif_curstrip = NOSTRIP; in TIFFFillStripPartial()
568 tif->tif_curstrip = NOSTRIP; in TIFFFillStrip()
597 tif->tif_curstrip = NOSTRIP; in TIFFFillStrip()
608 tif->tif_curstrip = NOSTRIP; in TIFFFillStrip()
/external/toybox/scripts/
Dmake.sh334 if [ ! -z "$NOSTRIP" ] ||