Searched defs:fill_buffer (Results 1 - 9 of 9) sorted by relevance

/external/ltp/testcases/kernel/syscalls/ipc/lib/
H A Dlibmsgctl.c112 fill_buffer(buffer.data.pbytes, (key % 255), size);
126 int fill_buffer(char *buf, char val, int size) function
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DCommonTokenStream.pm74 sub fill_buffer { subroutine
163 $self->fill_buffer();
214 $self->fill_buffer();
246 $self->fill_buffer();
285 $self->fill_buffer();
352 $self->fill_buffer();
371 $self->fill_buffer();
/external/curl/docs/examples/
H A Dfopen.c128 static int fill_buffer(URL_FILE *file, size_t want) function
347 fill_buffer(file, want);
349 /* check if there's data in the buffer - if not fill_buffer()
386 fill_buffer(file, want);
/external/ltp/testcases/kernel/io/disktest/
H A Dsfunc.c348 * function fill_buffer
354 void fill_buffer(void *buf, size_t len, void *pattern, size_t pattern_len, function
/external/syslinux/core/fs/pxe/
H A Dpxe.c160 socket->ops->fill_buffer(inode);
174 static void fill_buffer(struct inode *inode) function
180 return socket->ops->fill_buffer(inode);
207 fill_buffer(inode); /* If we have no 'fresh' buffer, get it */
224 fill_buffer(inode);
H A Dpxe.h116 void (*fill_buffer)(struct inode *inode); member in struct:pxe_conn_ops
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtree.rb1020 def fill_buffer( tree = @root ) method in class:ANTLR3.CommonTree.TreeAdaptor.CommonTreeNodeStream
1024 @adaptor.each_child( tree ) { | c | fill_buffer( c ) }
1032 @position == -1 and fill_buffer
1048 @position == -1 and fill_buffer
1053 @position == -1 and fill_buffer
1089 @position == -1 and fill_buffer
1105 @position == -1 and fill_buffer
1121 @position == -1 and fill_buffer
1146 @position == -1 and fill_buffer
1151 @position == -1 and fill_buffer
[all...]
/external/fio/
H A Dverify.c51 static unsigned long fill_buffer(struct thread_data *td, void *p, function
71 io_u->rand_seed = fill_buffer(td, p, len);
/external/python/cpython3/Lib/test/
H A Dtest_ssl.py2963 def fill_buffer(): function in function:.ThreadedTests.test_nonblocking_send
2967 ssl.SSLWantReadError), fill_buffer)

Completed in 497 milliseconds