index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
cutils.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-13
cutils: Move buffer_is_zero and subroutines to a new file
Richard Henderson
1
-244
/
+0
2016-07-14
target-arm: Use Neon for zero checking
Vijay
1
-0
/
+7
2016-06-16
avx2 configure: Use primitives in test
Dr. David Alan Gilbert
1
-7
/
+1
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-0
/
+33
2016-03-08
cutils: add avx2 instruction optimization
Liang Li
1
-4
/
+120
2016-02-04
util: Clean up includes
Peter Maydell
1
-2
/
+1
2015-09-25
utils: rename strtosz to use qemu prefix
Marc-André Lureau
1
-12
/
+13
2015-09-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+150
2015-09-10
cutils: work around platform differences in strto{l,ul,ll,ull}
Paolo Bonzini
1
-5
/
+19
2015-09-09
cutils: Add qemu_strtoull() wrapper
Carlos L. Torres
1
-0
/
+23
2015-09-09
cutils: Add qemu_strtoll() wrapper
Carlos L. Torres
1
-0
/
+23
2015-09-09
cutils: Add qemu_strtoul() wrapper
Carlos L. Torres
1
-0
/
+32
2015-09-09
cutils: Add qemu_strtol() wrapper
Carlos L. Torres
1
-0
/
+58
2015-09-07
Make pow2ceil() and pow2floor() inline
Peter Maydell
1
-23
/
+0
2015-09-07
Remove unused qemu_fls function
Peter Maydell
1
-5
/
+0
2015-06-26
cutils: allow compilation with icc
Artyom Tarasenko
1
-7
/
+7
2015-03-10
cutils: refine strtol error handling in parse_debug_env
Paolo Bonzini
1
-2
/
+3
2015-03-03
qxl: refactor rounding up to a nearest power of 2
Radim Krčmář
1
-0
/
+14
2014-05-08
cutils: tighten qemu_parse_fd()
Laszlo Ersek
1
-3
/
+10
2014-03-27
util: add qemu_ether_ntoa
Alexey Kardashevskiy
1
-0
/
+14
2013-06-06
qemu-io: Move qemu_strsep() to cutils.c
Kevin Wolf
1
-0
/
+21
2013-06-06
cutils: Support 'P' and 'E' suffixes in strtosz()
Kevin Wolf
1
-0
/
+4
2013-04-24
ccid-card-passthru, dev-smartcard-reader: add debug environment variables
Alon Levy
1
-0
/
+23
2013-03-26
buffer_is_zero: use vector optimizations if possible
Peter Lieven
1
-0
/
+5
2013-03-26
cutils: add a function to find non-zero content in a buffer
Peter Lieven
1
-0
/
+55
2013-02-04
cutils: unsigned int parsing functions
Eduardo Habkost
1
-0
/
+99
2013-01-12
build: move libqemuutil.a components to util/
Paolo Bonzini
1
-0
/
+325