HomeSort by: relevance | last modified time | path
    Searched refs:FIRST_MID (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/contrib/reghunt/date_based/
reg_search 37 # FIRST_MID Use this as the first midpoint, to avoid a midpoint that
144 if [ ${FIRST_MID} -ne 0 ]; then
145 let MID=${FIRST_MID}
226 msg 2 "FIRST_MID = ${FIRST_MID}"
243 # If FIRST_MID was defined, convert it and make sure it's in the range.
245 if [ "x${FIRST_MID}" != "x" ]; then
246 FIRST_MID=`${DATE} +%s --date "${FIRST_MID}"` || \
247 error "date command failed for \"${FIRST_MID}\""
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/reghunt/date_based/
reg_search 37 # FIRST_MID Use this as the first midpoint, to avoid a midpoint that
144 if [ ${FIRST_MID} -ne 0 ]; then
145 let MID=${FIRST_MID}
226 msg 2 "FIRST_MID = ${FIRST_MID}"
243 # If FIRST_MID was defined, convert it and make sure it's in the range.
245 if [ "x${FIRST_MID}" != "x" ]; then
246 FIRST_MID=`${DATE} +%s --date "${FIRST_MID}"` || \
247 error "date command failed for \"${FIRST_MID}\""
    [all...]
  /src/external/gpl3/gcc/dist/contrib/reghunt/bin/
reg-hunt 42 # FIRST_MID Use this as the first midpoint, to avoid a midpoint that
154 FIRST_MID=`${REG_NEWMID} ${LATER_THAN} ${EARLIER_THAN}`
155 if [ ${FIRST_MID} -eq 0 ]; then
161 msg 1 "using ${FIRST_MID}, between ${LATER_THAN} and ${EARLIER_THAN}"
164 # Return with a valid LATER value or a new ID to try in FIRST_MID.
208 if [ ${FIRST_MID} -ne 0 ]; then
209 MID=${FIRST_MID}
210 FIRST_MID=0
223 # FIRST_MID being set is a signal that the build failed and we
226 test ${FIRST_MID} -ne 0 && retur
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/reghunt/bin/
reg-hunt 42 # FIRST_MID Use this as the first midpoint, to avoid a midpoint that
154 FIRST_MID=`${REG_NEWMID} ${LATER_THAN} ${EARLIER_THAN}`
155 if [ ${FIRST_MID} -eq 0 ]; then
161 msg 1 "using ${FIRST_MID}, between ${LATER_THAN} and ${EARLIER_THAN}"
164 # Return with a valid LATER value or a new ID to try in FIRST_MID.
208 if [ ${FIRST_MID} -ne 0 ]; then
209 MID=${FIRST_MID}
210 FIRST_MID=0
223 # FIRST_MID being set is a signal that the build failed and we
226 test ${FIRST_MID} -ne 0 && retur
    [all...]

Completed in 31 milliseconds