Home
last modified time | relevance | path

Searched refs:nopad (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/openssl/openssl/apps/
H A Denc.c85 {"nopad", OPT_NOPAD, '-', "Disable standard block padding"},
133 int ret = 1, inl, nopad = 0; in enc_main() local
201 nopad = 1; in enc_main()
572 if (nopad) in enc_main()
/third_party/openssl/apps/
H A Denc.c85 {"nopad", OPT_NOPAD, '-', "Disable standard block padding"},
133 int ret = 1, inl, nopad = 0; in enc_main() local
201 nopad = 1; in enc_main()
572 if (nopad) in enc_main()
/third_party/ffmpeg/tests/fate/
H A Dfilter-audio.mak92 FATE_AFILTER-$(call FILTERDEMDECENCMUX, ASETNSAMPLES, WAV, PCM_S16LE, PCM_S16LE, WAV) += fate-filter-asetnsamples-nopad
93 fate-filter-asetnsamples-nopad: tests/data/asynth-44100-2.wav
94 fate-filter-asetnsamples-nopad: SRC = $(TARGET_PATH)/tests/data/asynth-44100-2.wav
95 fate-filter-asetnsamples-nopad: CMD = framecrc -i $(SRC) -af asetnsamples=512:p=0

Completed in 4 milliseconds