Home
last modified time | relevance | path

Searched refs:bytes0 (Results 1 – 2 of 2) sorted by relevance

/external/linux-tools-perf/src/tools/perf/bench/
Dnuma.c310 static u8 *alloc_data(ssize_t bytes0, int map_flags, in alloc_data() argument
318 if (!bytes0) in alloc_data()
327 bytes = bytes0 + HPSIZE; in alloc_data()
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
Dtight-vncviewer-full.patch15796 + int i, icnt = 0, igot = 0, bytes0 = 0, bytes = 0, grace = 0, n, list = 0;
15934 + if (bytes0 == 0) {
15936 + } else if (bytes >= bytes0 + 12) {
15943 + bytes0 = bytes;