OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minreq
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
memory.c
122
size_t
minreq
= (size + sizeof(struct chunk) + pool->alignmask)
local
125
if (
minreq
>= pool->chunksize) {
128
ch = malloc(
minreq
);
133
pool->free = (uintptr_t)ch +
minreq
;
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
def.h
219
uint32_t
minreq
; /**< Playback only: minimum request. The server does not request less than
minreq
bytes from the client, instead waints until the buffer is free enough to request more bytes at once */
member in struct:pa_buffer_attr
Completed in 426 milliseconds