Searched defs:actual (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/kernel/uapi/linux/
H A Dvirtio_balloon.h31 __le32 actual; member in struct:virtio_balloon_config
/bionic/tests/
H A Dstring_test.cpp425 int actual; local
430 actual = strcmp(state.ptr1, state.ptr2);
442 actual = strcmp(state.ptr1, state.ptr2);
445 ASSERT_EQ(expected, signum(actual));
586 size_t actual = random() % state.len[i]; local
587 strncpy(state.ptr + state.MAX_LEN - 1, state.ptr1, std::min(actual, pos));
588 state.ptr[state.MAX_LEN + std::min(actual, pos) - 1] = '\0';
590 ASSERT_TRUE(strncat(state.ptr2, state.ptr1, actual) == state.ptr2);
608 int actual; local
613 actual
812 int actual = memcmp(state.ptr1, state.ptr2, state.MAX_LEN); local
836 int actual = wmemcmp(state.ptr1, state.ptr2, (size_t) state.MAX_LEN); local
[all...]

Completed in 204 milliseconds