Searched refs:read (Results 1 – 8 of 8) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/lib/libsys/ |
| D | indos.h | 171 int read(int, void *, int); 269 int read(int, void *, int);
|
| D | ind_io.h | 21 int read (int fno, void *buf, int size);
|
| D | ind_trnc.c | 177 while (length > 0 && (count = read(inf, buf, LBUFSIZ)) > 0) { in truncate() 218 while ((count = read(inf, buf, LBUFSIZ)) > 0) in truncate()
|
| D | ind_io.c | 110 #pragma weak read=__ghs_hostio_read macro
|
| /CafeSDK-2.12.13-1/system/src/tool/cafex/ |
| D | Character stream dumper.cs | 1017 int read = input_stream.EndRead(ar); in read_callback() 1022 bytes_read = read; in read_callback() 1116 int read; in RelaySerialCharacters() 1117 while ((read = bytes_read) >= 0 && tcp.Connected) in RelaySerialCharacters() 1133 read = bytes_read; in RelaySerialCharacters() 1134 if (read == 0) in RelaySerialCharacters() 1140 if (read < 0) in RelaySerialCharacters() 1153 for (int i = read_index + read - 1; i >= read_index; --i) in RelaySerialCharacters() 1163 if (end_index == -1 && read_index + read >= k_max_bytes_to_read) in RelaySerialCharacters() 1185 … Buffer.BlockCopy(holding_pool, end_index + 1, holding_pool, 0, read_index + read - end_index - 1); in RelaySerialCharacters() [all …]
|
| /CafeSDK-2.12.13-1/system/src/tool/gfx/projects/SLConverter/deferredTestDX9/ |
| D | deferredTest.cpp | 113 posFile.read((char*)&temp, sizeof(temp)); in LoadModel() 122 normFile.read((char*)&temp, sizeof(temp)); in LoadModel() 150 idxFile.read((char*)&temp, sizeof(temp)); in LoadModel()
|
| /CafeSDK-2.12.13-1/system/bin/tool/mastering/Ionic.Zip.dll_licenses/ |
| D | License.txt | 13 "Licensed patents" are a contributor's patent claims that read directly on its contribution.
|
| /CafeSDK-2.12.13-1/ |
| D | cafe.bat | 540 REM read the value of the current title bar, we'll just create a little batch file
|