Home
last modified time | relevance | path

Searched refs:tr (Results 1 – 6 of 6) sorted by relevance

/CafeSDK-2.12.13/system/bin/tool/
Dhostcheckversion56 …BRIDGE_TOOLS/FSEmul" -ver -ip $BRIDGE_CURRENT_IP_ADDRESS | grep Firmware | tr -d '\r\n' | cut -d' …
57 …BRIDGE_TOOLS/FSEmul" -ver -ip $BRIDGE_CURRENT_IP_ADDRESS | grep Software | tr -d '\r\n' | cut -d' …
60 local fw_ver=`"$SDIO_BRIDGE_TOOLS/FSEmul" -ver | grep Firmware | tr -d '\r\n' | cut -d' ' -f4`
61 local sw_ver=`"$SDIO_BRIDGE_TOOLS/FSEmul" -ver | grep Software | tr -d '\r\n' | cut -d' ' -f4`
Dpreloadcheck.sh57 local text=(`cat $working_dir$2 | tr -cs '[:upper:][:lower:][:punct:][:digit:]' '[\n*]' | grep $1`)
83 preload_contents=($(cat $working_dir$PRELOAD_FILE | tr '\r' ' '))
194 …rpx_file=(`cat $working_dir$PRELOAD_FILE | tr -cs '[:upper:][:lower:][:punct:][:digit:]' '[\n*]' |…
224 …rpl_file=(`cat $working_dir$PRELOAD_FILE | tr -cs '[:upper:][:lower:][:punct:][:digit:]' '[\n*]' |…
240 tr -cs '[:upper:][:lower:][:punct:][:digit:]' '[\n*]' |\
Dcontent_dump81 TITLE_ID=`echo ${TITLE_ID} | sed -e "s/0x//g" | tr "[A-Z]" "[a-z]"`
92 DEV_TYPE=`echo ${DEV_TYPE} | sed -e "s/0x//g" | tr "[A-Z]" "[a-z]" | sed -e "s/\"//g"`
Dxmain.sh86 echo -ne "$@" | tr [:upper:] [:lower:]
/CafeSDK-2.12.13/system/src/lib/mtx/
DmtxQuat.c919 f32 tr,s; in C_QUATMtx() local
927 tr = m[0][0] + m[1][1] + m[2][2]; in C_QUATMtx()
928 if( tr > 0.0f ) in C_QUATMtx()
930 s = (f32)sqrtf(tr + 1.0f); in C_QUATMtx()
/CafeSDK-2.12.13/system/include/cafe/pads/kpad/
Dkpad.h274 WPADTRStatus tr ; member