Home
last modified time | relevance | path

Searched refs:eof (Results 1 – 24 of 24) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/drivers/wlan/realtek/include/
A Drtw_debug.h353 int *eof, void *data);
357 int *eof, void *data);
364 int *eof, void *data);
372 int *eof, void *data);
376 int *eof, void *data);
380 int *eof, void *data);
384 int *eof, void *data);
388 int *eof, void *data);
392 int *eof, void *data);
396 int *eof, void *data);
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/iostream3/
A Dzfstream.cc193 return traits_type::eof(); in underflow()
203 return traits_type::eof(); in underflow()
221 return traits_type::eof(); in overflow()
223 if (!traits_type::eq_int_type(c, traits_type::eof())) in overflow()
235 return traits_type::eof(); in overflow()
238 return traits_type::eof(); in overflow()
244 else if (!traits_type::eq_int_type(c, traits_type::eof())) in overflow()
248 return traits_type::eof(); in overflow()
253 return traits_type::eof(); in overflow()
258 if (traits_type::eq_int_type(c, traits_type::eof())) in overflow()
[all …]
A Dzfstream.h125 overflow(int_type c = traits_type::eof());
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmoduzlib.c48 bool eof; member
77 o->eof = false; in decompio_make_new()
108 if (o->eof) { in decompio_read()
116 o->eof = true; in decompio_read()
/AliOS-Things-master/components/py_engine/engine/shared/runtime/
A Dpyexec.c191 bool eof; member
199 if (reader->eof) { in mp_reader_stdin_readbyte()
206 reader->eof = true; in mp_reader_stdin_readbyte()
230 if (!reader->eof) { in mp_reader_stdin_close()
231 reader->eof = true; in mp_reader_stdin_close()
250 reader_stdin->eof = false; in mp_reader_new_stdin()
/AliOS-Things-master/components/oss/src/utils/
A DStreamBuf.h44 int_type overflow(int_type _Meta = _Traits::eof())
49 int_type pbackfail(int_type _Meta = _Traits::eof())
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Dgzread.c45 state->eof = 1;
64 if (state->eof == 0) {
151 state->eof = 1;
254 } while (state->x.have == 0 && (!state->eof || strm->avail_in));
278 else if (state->eof && state->strm.avail_in == 0)
331 else if (state->eof && state->strm.avail_in == 0) {
A Dgzguts.h188 int eof; /* true if end of input file reached */ member
A Dgzlib.c80 state->eof = 0; /* not at end of file */
404 state->eof = 0;
567 state->eof = 0;
A DChangeLog405 - Avoid use of "eof" parameter in trees.c to not shadow library variable
1136 - do not clear eof flag in gzseek (Mark Diekhans)
/AliOS-Things-master/components/py_engine/engine/lib/uzlib/
A Dtinflate.c203 if (d->readSource && !d->eof) { in uzlib_get_byte()
213 d->eof = true; in uzlib_get_byte()
414 if (d->eof) { in tinf_inflate_block_data()
541 d->eof = 0; in uzlib_uncompress_init()
A Duzlib.h110 bool eof; member
/AliOS-Things-master/hardware/chip/rtl872xd/tools/autopatch/
A Dauto_patch.bat74 goto :eof
81 goto :eof
88 goto :eof
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dgzlib.c76 state->eof = 0; /* not at end of file */
313 state->eof = 0;
437 (state->eof && state->strm.avail_in == 0 && state->have == 0) : 0;
475 state->eof = 0;
A Dgzread.c41 state->eof = 1;
57 if (state->eof == 0) {
349 else if (state->eof && state->strm.avail_in == 0)
411 else if (state->eof && strm->avail_in == 0)
/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_outbound_item.h66 uint8_t eof; member
A Dnghttp2_submit.c688 aux_data->eof = 0; in nghttp2_submit_data()
A Dnghttp2_session.c2594 if (stream && aux_data->eof) { in session_after_frame_sent1()
2890 if (aux_data->eof) { in session_after_frame_sent2()
7216 aux_data->eof = 1; in nghttp2_session_pack_data()
/AliOS-Things-master/components/py_engine/external/unzip/internal/
A Dgzguts.h99 int eof; /* true if end of input file reached */ member
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/tests/
A Dtest_std.js91 assert(!f.eof());
100 assert(f.eof());
/AliOS-Things-master/components/SDL2/src/audio/netbsd/
A DSDL_netbsdaudio.c93 prinfo->eof, in NETBSDAUDIO_Status()
/AliOS-Things-master/components/SDL2/src/core/winrt/
A DSDL_winrtapp_direct3d.cpp143 while (!tokenizer.eof()) { in WINRT_SetDisplayOrientationsPreference()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/
A Dquickjs.texi514 @item eof()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DChangeLog3812 set, thus resulting in continuous incorrect beyond-eof errors.
5618 * tools/tiffcmp.c (leof): Renamed from 'eof' in order to avoid

Completed in 47 milliseconds