Home
last modified time | relevance | path

Searched refs:expr (Results 1 – 13 of 13) sorted by relevance

/device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/tools/
Delftobin.sh50 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`
/device/generic/opengl-transport/host/commands/emugen/
DVar.h85 …oid setHostPackTmpAllocExpression(const std::string & expr) { m_host_packTmpAllocExpression = expr in setHostPackTmpAllocExpression() argument
86 void setHostPackExpression(const std::string & expr) { m_host_packExpression = expr; } in setHostPackExpression() argument
87 void setGuestUnpackExpression(const std::string & expr) { m_guest_unpackExpression = expr; } in setGuestUnpackExpression() argument
/device/generic/goldfish/tools/
Dmk_qemu_image.sh39 disksize=`expr $curdisksize + 1024 \* 1024 `
41 end=`expr $disksize \/ 512 - 2048 - 1`
Dextract_ext4_image.sh15 mycount=`expr $disksize \/ 1024 - 2048`
Dextract_head_tail.sh16 mycount=`expr $disksize \/ 1024 \/ 1024 - 1`
Dmk_vbmeta_boot_params.sh74 VBMETA_SIZE=$(expr $HEADER_SIZE + $AUTHEN_SIZE + $AUX_SIZE + $SYSMETA_SIZE)
/device/generic/goldfish-opengl/fuchsia/
Dfuchsia_stdio.cc10 void __assert_fail(const char *expr, const char *file, int line, const char *func) in __assert_fail() argument
12 FX_LOGF(ERROR, "goldfish", "Assertion failed: %s (%s: %s: %d)", expr, file, func, line); in __assert_fail()
/device/linaro/hikey/hifi/xaf/host-apf/include/
Dxf-debug.h47 #define C_BUG(expr) typedef char __C_BUG(__LINE__)[(expr) ? -1 : 1] argument
/device/sample/apps/tv/SetupValidation/
Dgradlew51 link=`expr "$ls" : '.*-> \(.*\)$'`
52 if expr "$link" : '/.*' > /dev/null; then
/device/sample/apps/tv/SetupCustomizationSample/
Dgradlew51 link=`expr "$ls" : '.*-> \(.*\)$'`
52 if expr "$link" : '/.*' > /dev/null; then
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/
Dxf-debug.h68 #define C_BUG(expr) typedef char __C_BUG(__LINE__)[(expr) ? -1 : 1] argument
/device/generic/opengl-transport/host/commands/emugen/tests/
Drun-tests.sh37 OPTARG=$(expr "x$OPT" : "x[^=]*=\\(.*\\)" || true)
/device/common/
Dgenerate-packages.sh170 …echo tail -n +$(expr 2 + $(cat PROLOGUE $COMPANY/COPYRIGHT PART1 $COMPANY/LICENSE PART2 PART3 | wc…