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

/system/core/toolbox/upstream-netbsd/lib/libc/gen/
H A Dhumanize_number.c52 int64_t divisor, max, post = 1; local
97 post = 100;
106 post = 100;
142 bytes *= post;
/system/tools/hidl/c2hal/test/
H A Dtest.h180 * updated during (*post)().
187 * is, the driver is not allowed to post anything outside of this
190 * The rectangle evaluated during (*post)() and specifies which area
191 * of the buffer passed in (*post)() shall to be posted.
208 * post() will block until the the first post is completed.
210 * Internally, post() is expected to lock the buffer so that a
217 int (*post)(struct framebuffer_device_t* dev, buffer_handle_t buffer); member in struct:framebuffer_device_t

Completed in 51 milliseconds