Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/BuildScript/scripts/
Dpostflight.documentation14 ln -fhs "${FWK_DOCDIR}/index.html" "${APPDIR}/Python Documentation.html"
22 ln -fhs "${SHARE_DOCDIR_TO_FWK}/${FWK_DOCDIR_SUBPATH}" "${SHARE_DOCDIR}/html"
/external/python/cpython3/Mac/BuildScript/scripts/
Dpostflight.documentation14 ln -fhs "${FWK_DOCDIR}/index.html" "${APPDIR}/Python Documentation.html"
24 ln -fhs "${SHARE_DOCDIR_TO_FWK}/${FWK_DOCDIR_SUBPATH}" "${SHARE_DOCDIR}/html"
/external/lz4/tests/
Dframetest.c215 size_t const fhs = LZ4F_headerSize(compressedBuffer, LZ4F_MIN_SIZE_TO_KNOW_HEADER_LENGTH); in basicTests() local
216 size_t avail_in = fhs; in basicTests()
217 CHECK( fhs ); in basicTests()
219 …if (avail_in != fhs) goto _output_error; /* must consume all, since header size is supposed to be… in basicTests()
/external/icu/icu4c/source/i18n/
DdecNumber.cpp1129 const decNumber *rhs, const decNumber *fhs, in uprv_decNumberFMA() argument
1141 if (decCheckOperands(res, fhs, DECUNUSED, set)) return res; in uprv_decNumberFMA()
1153 || (!decNumberIsSpecial(fhs) && decCheckMath(fhs, set, &status))) break; in uprv_decNumberFMA()
1186 fhs=&dzero; /* use that */ in uprv_decNumberFMA()
1194 decAddOp(res, acc, fhs, set, 0, &status); in uprv_decNumberFMA()