Searched refs:expr (Results 1 – 13 of 13) sorted by relevance
50 mod0=`expr ${size_sec[${i}]} % 4`51 nbytes=`expr 4 - $mod0`54 size_sec[$i]=`expr ${size_sec[${i}]} + $nbytes`57 i=`expr $i + 1`;65 size_total_img=`expr $main_header_size + $tmp1 + $total_sections \* $section_header_size`72 cnt1=`expr $main_header_size + $total_sections \* $section_header_size`82 cnt1=`expr ${size_sec[${i}]} + $cnt_prev`83 i=`expr $i + 1`
85 …oid setHostPackTmpAllocExpression(const std::string & expr) { m_host_packTmpAllocExpression = expr… in setHostPackTmpAllocExpression() argument86 void setHostPackExpression(const std::string & expr) { m_host_packExpression = expr; } in setHostPackExpression() argument87 void setGuestUnpackExpression(const std::string & expr) { m_guest_unpackExpression = expr; } in setGuestUnpackExpression() argument
39 disksize=`expr $curdisksize + 1024 \* 1024 `41 end=`expr $disksize \/ 512 - 2048 - 1`
15 mycount=`expr $disksize \/ 1024 - 2048`
16 mycount=`expr $disksize \/ 1024 \/ 1024 - 1`
74 VBMETA_SIZE=$(expr $HEADER_SIZE + $AUTHEN_SIZE + $AUX_SIZE + $SYSMETA_SIZE)
10 void __assert_fail(const char *expr, const char *file, int line, const char *func) in __assert_fail() argument12 FX_LOGF(ERROR, "goldfish", "Assertion failed: %s (%s: %s: %d)", expr, file, func, line); in __assert_fail()
47 #define C_BUG(expr) typedef char __C_BUG(__LINE__)[(expr) ? -1 : 1] argument
51 link=`expr "$ls" : '.*-> \(.*\)$'`52 if expr "$link" : '/.*' > /dev/null; then
68 #define C_BUG(expr) typedef char __C_BUG(__LINE__)[(expr) ? -1 : 1] argument
37 OPTARG=$(expr "x$OPT" : "x[^=]*=\\(.*\\)" || true)
170 …echo tail -n +$(expr 2 + $(cat PROLOGUE $COMPANY/COPYRIGHT PART1 $COMPANY/LICENSE PART2 PART3 | wc…