Home
last modified time | relevance | path

Searched defs:fops (Results 1 – 16 of 16) sorted by relevance

/external/libwebsockets/lib/core/
Dvfs.c28 lws_set_fops(struct lws_context *context, const struct lws_plat_file_ops *fops) in lws_set_fops()
71 lws_vfs_select_fops(const struct lws_plat_file_ops *fops, const char *vfs_path, in lws_vfs_select_fops()
119 lws_vfs_file_open(const struct lws_plat_file_ops *fops, const char *vfs_path, in lws_vfs_file_open()
Dprivate-lib-core.h417 const struct lws_plat_file_ops *fops; member
/external/libwebsockets/lib/plat/unix/
Dunix-file.c76 _lws_plat_file_open(const struct lws_plat_file_ops *fops, const char *filename, in _lws_plat_file_open()
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_show.cc165 string fops = FormatNumber(node->proto().total_float_ops()) + " flops"; in FormatNode() local
Dtfprof_code.cc679 string fops = FormatNumber(node->proto().total_float_ops()) + " flops"; in FormatNode() local
/external/libwebsockets/lib/plat/windows/
Dwindows-file.c36 _lws_plat_file_open(const struct lws_plat_file_ops *fops, const char *filename, in _lws_plat_file_open()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/
Dusbd_cdc.c791 USBD_CDC_ItfTypeDef *fops) in USBD_CDC_RegisterInterface()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/
Dusbd_cdc.c791 USBD_CDC_ItfTypeDef *fops) in USBD_CDC_RegisterInterface()
/external/libwebsockets/test-apps/
Dtest-server.c169 test_server_fops_open(const struct lws_plat_file_ops *fops, in test_server_fops_open()
/external/libwebsockets/lib/plat/freertos/
Dfreertos-file.c34 _lws_plat_file_open(const struct lws_plat_file_ops *fops, const char *filename, in _lws_plat_file_open()
/external/libwebsockets/include/libwebsockets/
Dlws-vfs.h74 const struct lws_plat_file_ops *fops; member
Dlws-context-vhost.h503 const struct lws_plat_file_ops *fops; member
/external/libwebsockets/lib/plat/optee/
Dlws-plat-optee.c161 _lws_plat_file_open(const struct lws_plat_file_ops *fops, in _lws_plat_file_open()
/external/libwebsockets/lib/plat/freertos/esp32/
Desp32-helpers.c710 esp32_lws_fops_open(const struct lws_plat_file_ops *fops, const char *filename, in esp32_lws_fops_open()
793 static const struct lws_plat_file_ops fops = { variable
/external/libwebsockets/lib/roles/http/server/
Dserver.c498 const struct lws_plat_file_ops *fops; in lws_http_serve() local
2474 const struct lws_plat_file_ops *fops; in lws_serve_http_file() local
Dfops-zip.c315 lws_fops_zip_open(const struct lws_plat_file_ops *fops, const char *vfs_path, in lws_fops_zip_open()