OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BIP_BUFFER_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
charpipe.c
35
#define
BIP_BUFFER_SIZE
512
40
char buff[
BIP_BUFFER_SIZE
];
/system/core/adb/
sysdeps_win32.c
827
#define
BIP_BUFFER_SIZE
4096
872
unsigned char buff[
BIP_BUFFER_SIZE
];
951
avail =
BIP_BUFFER_SIZE
- bip->a_end;
964
if (bip->a_end ==
BIP_BUFFER_SIZE
&& bip->a_start == 0) {
[
all
...]
Completed in 139 milliseconds