/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/lib/ |
A D | frontend_memmap_main.c | 29 fseek(fp, 0L, SEEK_END); in main() 31 fseek(fp, 0L, SEEK_SET); in main()
|
A D | frontend_main.c | 39 fseek(fp, 0L, SEEK_END); in main() 41 fseek(fp, 0L, SEEK_SET); in main()
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/unused/ |
A D | jmemansi.c | 101 if (fseek(info->temp_file, file_offset, SEEK_SET)) in read_backing_store() 114 if (fseek(info->temp_file, file_offset, SEEK_SET)) in write_backing_store()
|
A D | jmem-android.c | 104 if (fseek(info->temp_file, file_offset, SEEK_SET)) in read_backing_store() 117 if (fseek(info->temp_file, file_offset, SEEK_SET)) in write_backing_store()
|
A D | jmemname.c | 208 if (fseek(info->temp_file, file_offset, SEEK_SET)) in read_backing_store() 221 if (fseek(info->temp_file, file_offset, SEEK_SET)) in write_backing_store()
|
/AliOS-Things-master/components/ota/2ndboot/updater/ |
A D | ota_nbpatch.c | 40 fseek (old_fd , 0 , SEEK_END); in ota_patch_init() 63 fseek (old_fd , 0 , SEEK_END); in ota_patch_init()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/ |
A D | imageio_util.c | 90 fseek(in, 0, SEEK_END); in ImgIoUtilReadFile() 92 fseek(in, 0, SEEK_SET); in ImgIoUtilReadFile()
|
/AliOS-Things-master/components/mbedtls/programs/util/ |
A D | pem2der.c | 144 fseek( f, 0, SEEK_END ); in load_file() 150 fseek( f, 0, SEEK_SET ); in load_file()
|
/AliOS-Things-master/components/a2sa/example/ |
A D | sound_example_wav.c | 168 fseek(file, chunk_header.sz - sizeof(chunk_fmt), SEEK_CUR); in sound_wav_thread() 176 fseek(file, chunk_header.sz, SEEK_CUR); in sound_wav_thread()
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/minizip/ |
A D | ioapi.h | 51 #define fseeko64 fseek 65 #define fseeko64 fseek
|
A D | ioapi.c | 179 if (fseek((FILE *)stream, offset, fseek_origin) != 0) in fseek_file_func()
|
/AliOS-Things-master/components/freetype/include/config/ |
A D | ftstdlib.h | 107 #define ft_fseek fseek
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/fs/mem/ |
A D | mem_file.h | 62 int (*fseek)(mem_file_cb_t *stream, long offset, int whence); member
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/examples/imagesearch/ |
A D | imagesearch.cc | 90 fseek(img, 0L, SEEK_END); in imageBase64() 92 fseek(img, 0L, SEEK_SET); in imageBase64()
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/testzlib/ |
A D | testzlib.c | 128 fseek(stream,0,SEEK_END); in ReadFileMemory() 131 fseek(stream,0,SEEK_SET); in ReadFileMemory()
|
/AliOS-Things-master/components/mbedtls/programs/aes/ |
A D | aescrypt2.c | 215 filesize = fseek( fin, 0L, SEEK_END ); in main() 242 if( fseek( fin, 0, SEEK_SET ) < 0 ) in main()
|
A D | crypt_and_hash.c | 252 filesize = fseek( fin, 0L, SEEK_END ); in main() 279 if( fseek( fin, 0, SEEK_SET ) < 0 ) in main()
|
/AliOS-Things-master/components/http/src/ |
A D | http_formdata.c | 296 fseek(fd,0,SEEK_END); in httpclient_formdata_len() 298 fseek(fd,0,SEEK_SET); in httpclient_formdata_len()
|
/AliOS-Things-master/components/SDL2/src/file/ |
A D | SDL_rwops.c | 317 #define fseek fseeko64 macro 334 #define fseek fseeko macro 338 #define fseek _fseeki64 macro 390 if (fseek(context->hidden.stdio.fp, (fseek_off_t)offset, stdiowhence) == 0) { in stdio_seek()
|
/AliOS-Things-master/components/jsoncpp/src/jsontestrunner/ |
A D | main.cpp | 59 fseek(file, 0, SEEK_END); in readInputTestFile() 62 fseek(file, 0, SEEK_SET); in readInputTestFile()
|
/AliOS-Things-master/components/py_engine/external/unzip/src/ |
A D | ioapi.c | 137 fseek((FILE*)stream, offset, fseek_origin);
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tiffiop.h | 289 # define fseek(stream,offset,whence) fseeko(stream,offset,whence) macro 309 #define _TIFF_fseek_f(stream,offset,whence) fseek(stream,offset,whence)
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | entropy.c | 501 fseek( f, 0, SEEK_END ); in mbedtls_entropy_update_seed_file() 503 fseek( f, 0, SEEK_SET ); in mbedtls_entropy_update_seed_file()
|
A D | dhm.c | 588 fseek( f, 0, SEEK_END ); in load_file() 594 fseek( f, 0, SEEK_SET ); in load_file()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | jscompress.c | 770 fseek(f, 0, SEEK_END); in load_file() 772 fseek(f, 0, SEEK_SET); in load_file()
|