Home
last modified time | relevance | path

Searched refs:handle_index (Results 1 – 25 of 77) sorted by relevance

1234

/dports/devel/libsmraw/libsmraw-20210807/smrawtools/
H A Dmount_file_system.c316 handle_index-- ) in mount_file_system_signal_abort()
320 handle_index, in mount_file_system_signal_abort()
330 handle_index ); in mount_file_system_signal_abort()
344 handle_index ); in mount_file_system_signal_abort()
566 handle_index, in mount_file_system_get_handle_by_index()
576 handle_index ); in mount_file_system_get_handle_by_index()
684 handle_index = 0; in mount_file_system_get_handle_by_path()
697 handle_index *= 10; in mount_file_system_get_handle_by_path()
700 handle_index -= 1; in mount_file_system_get_handle_by_path()
704 handle_index, in mount_file_system_get_handle_by_path()
[all …]
H A Dmount_handle.c434 int handle_index = 0; in mount_handle_close() local
462 for( handle_index = number_of_handles - 1; in mount_handle_close()
463 handle_index > 0; in mount_handle_close()
464 handle_index-- ) in mount_handle_close()
468 handle_index, in mount_handle_close()
478 handle_index ); in mount_handle_close()
494 handle_index ); in mount_handle_close()
508 handle_index ); in mount_handle_close()
H A Dmount_file_system.h86 int handle_index,
104 int handle_index,
/dports/devel/libvmdk/libvmdk-20210807/vmdktools/
H A Dmount_file_system.c316 handle_index-- ) in mount_file_system_signal_abort()
320 handle_index, in mount_file_system_signal_abort()
330 handle_index ); in mount_file_system_signal_abort()
344 handle_index ); in mount_file_system_signal_abort()
566 handle_index, in mount_file_system_get_handle_by_index()
576 handle_index ); in mount_file_system_get_handle_by_index()
684 handle_index = 0; in mount_file_system_get_handle_by_path()
697 handle_index *= 10; in mount_file_system_get_handle_by_path()
700 handle_index -= 1; in mount_file_system_get_handle_by_path()
704 handle_index, in mount_file_system_get_handle_by_path()
[all …]
H A Dmount_handle.c1004 int handle_index = 0; in mount_handle_close() local
1033 for( handle_index = number_of_handles - 1; in mount_handle_close()
1034 handle_index > 0; in mount_handle_close()
1035 handle_index-- ) in mount_handle_close()
1039 handle_index, in mount_handle_close()
1049 handle_index ); in mount_handle_close()
1063 handle_index ); in mount_handle_close()
1077 handle_index ); in mount_handle_close()
H A Dmount_file_system.h86 int handle_index,
104 int handle_index,
/dports/devel/libmodi/libmodi-20210807/moditools/
H A Dmount_file_system.c316 handle_index-- ) in mount_file_system_signal_abort()
320 handle_index, in mount_file_system_signal_abort()
330 handle_index ); in mount_file_system_signal_abort()
344 handle_index ); in mount_file_system_signal_abort()
566 handle_index, in mount_file_system_get_handle_by_index()
576 handle_index ); in mount_file_system_get_handle_by_index()
684 handle_index = 0; in mount_file_system_get_handle_by_path()
697 handle_index *= 10; in mount_file_system_get_handle_by_path()
700 handle_index -= 1; in mount_file_system_get_handle_by_path()
704 handle_index, in mount_file_system_get_handle_by_path()
[all …]
H A Dmount_handle.c379 int handle_index = 0; in mount_handle_close() local
407 for( handle_index = number_of_handles - 1; in mount_handle_close()
408 handle_index > 0; in mount_handle_close()
409 handle_index-- ) in mount_handle_close()
413 handle_index, in mount_handle_close()
423 handle_index ); in mount_handle_close()
439 handle_index ); in mount_handle_close()
453 handle_index ); in mount_handle_close()
H A Dmount_file_system.h86 int handle_index,
104 int handle_index,
/dports/www/firefox/firefox-99.0/ipc/chromium/src/chrome/common/
H A Dipc_message.cc130 uint32_t handle_index = attached_handles_.Length(); in WriteFileHandle() local
131 WriteUInt32(handle_index); in WriteFileHandle()
132 if (handle_index == MAX_DESCRIPTORS_PER_MESSAGE) { in WriteFileHandle()
141 uint32_t handle_index; in ConsumeFileHandle() local
142 if (!ReadUInt32(iter, &handle_index)) { in ConsumeFileHandle()
145 if (handle_index >= attached_handles_.Length()) { in ConsumeFileHandle()
150 *handle = std::exchange(attached_handles_[handle_index], nullptr); in ConsumeFileHandle()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_processing/
H A Decho_control_mobile_impl.cc76 size_t handle_index = 0; in ProcessRenderAudio() local
79 Handle* my_handle = static_cast<Handle*>(handle(handle_index)); in ProcessRenderAudio()
89 handle_index++; in ProcessRenderAudio()
111 size_t handle_index = 0; in ProcessCaptureAudio() local
122 Handle* my_handle = static_cast<Handle*>(handle(handle_index)); in ProcessCaptureAudio()
135 handle_index++; in ProcessCaptureAudio()
H A Decho_cancellation_impl.cc87 size_t handle_index = 0; in ProcessRenderAudio() local
90 Handle* my_handle = static_cast<Handle*>(handle(handle_index)); in ProcessRenderAudio()
100 handle_index++; in ProcessRenderAudio()
126 size_t handle_index = 0; in ProcessCaptureAudio() local
130 Handle* my_handle = handle(handle_index); in ProcessCaptureAudio()
158 handle_index++; in ProcessCaptureAudio()
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_processing/
H A Decho_control_mobile_impl.cc76 size_t handle_index = 0; in ProcessRenderAudio() local
79 Handle* my_handle = static_cast<Handle*>(handle(handle_index)); in ProcessRenderAudio()
89 handle_index++; in ProcessRenderAudio()
111 size_t handle_index = 0; in ProcessCaptureAudio() local
122 Handle* my_handle = static_cast<Handle*>(handle(handle_index)); in ProcessCaptureAudio()
135 handle_index++; in ProcessCaptureAudio()
H A Decho_cancellation_impl.cc87 size_t handle_index = 0; in ProcessRenderAudio() local
90 Handle* my_handle = static_cast<Handle*>(handle(handle_index)); in ProcessRenderAudio()
100 handle_index++; in ProcessRenderAudio()
126 size_t handle_index = 0; in ProcessCaptureAudio() local
130 Handle* my_handle = handle(handle_index); in ProcessCaptureAudio()
158 handle_index++; in ProcessCaptureAudio()
/dports/net/yate/yate-6.4.0-1/libs/miniwebrtc/audio/processing/
H A Decho_control_mobile_impl.cc91 size_t handle_index = 0; in ProcessRenderAudio() local
94 Handle* my_handle = static_cast<Handle*>(handle(handle_index)); in ProcessRenderAudio()
104 handle_index++; in ProcessRenderAudio()
126 size_t handle_index = 0; in ProcessCaptureAudio() local
137 Handle* my_handle = static_cast<Handle*>(handle(handle_index)); in ProcessCaptureAudio()
150 handle_index++; in ProcessCaptureAudio()
H A Decho_cancellation_impl.cc82 size_t handle_index = 0; in ProcessRenderAudio() local
85 Handle* my_handle = static_cast<Handle*>(handle(handle_index)); in ProcessRenderAudio()
95 handle_index++; in ProcessRenderAudio()
121 size_t handle_index = 0; in ProcessCaptureAudio() local
125 Handle* my_handle = handle(handle_index); in ProcessCaptureAudio()
154 handle_index++; in ProcessCaptureAudio()
/dports/audio/webrtc-audio-processing0/webrtc-audio-processing-0.3.1/webrtc/modules/audio_processing/
H A Decho_control_mobile_impl.cc92 size_t handle_index = 0; in ProcessRenderAudio() local
95 Handle* my_handle = static_cast<Handle*>(handle(handle_index)); in ProcessRenderAudio()
105 handle_index++; in ProcessRenderAudio()
127 size_t handle_index = 0; in ProcessCaptureAudio() local
138 Handle* my_handle = static_cast<Handle*>(handle(handle_index)); in ProcessCaptureAudio()
151 handle_index++; in ProcessCaptureAudio()
H A Decho_cancellation_impl.cc87 size_t handle_index = 0; in ProcessRenderAudio() local
90 Handle* my_handle = static_cast<Handle*>(handle(handle_index)); in ProcessRenderAudio()
100 handle_index++; in ProcessRenderAudio()
126 size_t handle_index = 0; in ProcessCaptureAudio() local
130 Handle* my_handle = handle(handle_index); in ProcessCaptureAudio()
158 handle_index++; in ProcessCaptureAudio()
/dports/devel/libewf/libewf-20140812/ewftools/
H A Dmount_file_system.c546 int handle_index, in mount_file_system_get_handle_by_index() argument
563 if( ( handle_index < 0 ) in mount_file_system_get_handle_by_index()
564 || ( handle_index >= 1 ) ) in mount_file_system_get_handle_by_index()
604 int handle_index = 0; in mount_file_system_get_handle_by_path() local
693 handle_index = 0; in mount_file_system_get_handle_by_path()
706 handle_index *= 10; in mount_file_system_get_handle_by_path()
709 handle_index -= 1; in mount_file_system_get_handle_by_path()
725 if( ( handle_index < 0 ) in mount_file_system_get_handle_by_path()
740 int handle_index, in mount_file_system_get_path_from_handle_index() argument
796 handle_number = handle_index + 1; in mount_file_system_get_path_from_handle_index()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/proxy/
H A Dnacl_message_scanner.cc37 ScanningResults() : handle_index(0), pp_resource(0) {} in ScanningResults()
43 int handle_index; member
57 void WriteHandle(int handle_index, in WriteHandle() argument
75 IPC::WriteParam(msg, handle_index); in WriteHandle()
84 msg->WriteInt(handle_index); in WriteHandle()
94 WriteHandle(results->handle_index++, handle, results->new_msg.get()); in ScanParam()
98 void HandleWriter(int* handle_index, in HandleWriter() argument
101 WriteHandle((*handle_index)++, handle, m); in HandleWriter()
109 base::Bind(&HandleWriter, &results->handle_index)); in ScanParam()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/proxy/
H A Dnacl_message_scanner.cc37 ScanningResults() : handle_index(0), pp_resource(0) {} in ScanningResults()
43 int handle_index; member
57 void WriteHandle(int handle_index, in WriteHandle() argument
75 IPC::WriteParam(msg, handle_index); in WriteHandle()
84 msg->WriteInt(handle_index); in WriteHandle()
94 WriteHandle(results->handle_index++, handle, results->new_msg.get()); in ScanParam()
98 void HandleWriter(int* handle_index, in HandleWriter() argument
101 WriteHandle((*handle_index)++, handle, m); in HandleWriter()
109 base::Bind(&HandleWriter, &results->handle_index)); in ScanParam()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/libtgvoip/webrtc_dsp/modules/audio_processing/
H A Decho_cancellation_impl.cc129 size_t handle_index = 0; in ProcessRenderAudio() local
136 WebRtcAec_BufferFarend(cancellers_[handle_index++]->state(), in ProcessRenderAudio()
165 size_t handle_index = 0; in ProcessCaptureAudio() local
169 err = WebRtcAec_Process(cancellers_[handle_index]->state(), in ProcessCaptureAudio()
184 err = WebRtcAec_get_echo_status(cancellers_[handle_index]->state(), in ProcessCaptureAudio()
194 handle_index++; in ProcessCaptureAudio()
/dports/graphics/blender/blender-2.91.0/intern/cycles/subd/
H A Dsubd_patch_table.cpp110 int handle_index = -(table.num_patches * PATCH_HANDLE_SIZE); in build_patch_map() local
118 i++, handle_index += PATCH_HANDLE_SIZE) { in build_patch_map()
126 node->set_child(handle_index + offset); in build_patch_map()
146 node->set_child(quadrant, handle_index + offset, true); in build_patch_map()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/
H A Decho_cancellation_impl.cc134 size_t handle_index = 0; in ProcessRenderAudio() local
141 WebRtcAec_BufferFarend(cancellers_[handle_index++]->state(), in ProcessRenderAudio()
172 size_t handle_index = 0; in ProcessCaptureAudio() local
176 err = WebRtcAec_Process(cancellers_[handle_index]->state(), in ProcessCaptureAudio()
191 err = WebRtcAec_get_echo_status(cancellers_[handle_index]->state(), in ProcessCaptureAudio()
201 handle_index++; in ProcessCaptureAudio()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/
H A Decho_cancellation_impl.cc134 size_t handle_index = 0; in ProcessRenderAudio() local
141 WebRtcAec_BufferFarend(cancellers_[handle_index++]->state(), in ProcessRenderAudio()
172 size_t handle_index = 0; in ProcessCaptureAudio() local
176 err = WebRtcAec_Process(cancellers_[handle_index]->state(), in ProcessCaptureAudio()
191 err = WebRtcAec_get_echo_status(cancellers_[handle_index]->state(), in ProcessCaptureAudio()
201 handle_index++; in ProcessCaptureAudio()

1234