/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/drivers/wlan/realtek/include/ |
A D | rtw_debug.h | 353 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 D | zfstream.cc | 193 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 D | zfstream.h | 125 overflow(int_type c = traits_type::eof());
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | moduzlib.c | 48 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 D | pyexec.c | 191 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 D | StreamBuf.h | 44 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 D | gzread.c | 45 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 D | gzguts.h | 188 int eof; /* true if end of input file reached */ member
|
A D | gzlib.c | 80 state->eof = 0; /* not at end of file */ 404 state->eof = 0; 567 state->eof = 0;
|
A D | ChangeLog | 405 - 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 D | tinflate.c | 203 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 D | uzlib.h | 110 bool eof; member
|
/AliOS-Things-master/hardware/chip/rtl872xd/tools/autopatch/ |
A D | auto_patch.bat | 74 goto :eof 81 goto :eof 88 goto :eof
|
/AliOS-Things-master/components/py_engine/external/unzip/src/ |
A D | gzlib.c | 76 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 D | gzread.c | 41 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 D | nghttp2_outbound_item.h | 66 uint8_t eof; member
|
A D | nghttp2_submit.c | 688 aux_data->eof = 0; in nghttp2_submit_data()
|
A D | nghttp2_session.c | 2594 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 D | gzguts.h | 99 int eof; /* true if end of input file reached */ member
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/tests/ |
A D | test_std.js | 91 assert(!f.eof()); 100 assert(f.eof());
|
/AliOS-Things-master/components/SDL2/src/audio/netbsd/ |
A D | SDL_netbsdaudio.c | 93 prinfo->eof, in NETBSDAUDIO_Status()
|
/AliOS-Things-master/components/SDL2/src/core/winrt/ |
A D | SDL_winrtapp_direct3d.cpp | 143 while (!tokenizer.eof()) { in WINRT_SetDisplayOrientationsPreference()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/ |
A D | quickjs.texi | 514 @item eof()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | ChangeLog | 3812 set, thus resulting in continuous incorrect beyond-eof errors. 5618 * tools/tiffcmp.c (leof): Renamed from 'eof' in order to avoid
|