Home
last modified time | relevance | path

Searched defs:ret (Results 6701 - 6725 of 7130) sorted by relevance

1...<<261262263264265266267268269270>>...286

/third_party/toybox/toys/pending/
H A Ddhcp.c507 int size = ARRAY_LEN(options_list), count, ret = -1; in fill_envp() local
704 int ret; read_app() local
772 int fd, ret = -1; send_app() local
[all...]
/third_party/toybox/toys/posix/
H A Dps.c1220 int ret = 0, slot; in ksort() local
/third_party/protobuf/src/google/protobuf/
H A Dextension_set.cc702 MessageLite* ret = NULL; in ReleaseMessage() local
731 MessageLite* ret = NULL; in UnsafeArenaReleaseMessage() local
[all...]
H A Dgenerated_message_reflection.cc1621 Message* ret = *result; in UnsafeArenaReleaseMessage() local
/third_party/python/Python/
H A Dbltinmodule.c1737 int ret; in min_max() local
H A Dfileutils.c986 size_t ret = iconv(cd, &inbuf, &inbytesleft, &outbuf, &outbytesleft); in _Py_ConvertWCharForm() local
H A Derrors.c953 PyObject *ret = PyErr_SetExcFromWindowsErrWithFilenameObjects(exc, in PyErr_SetExcFromWindowsErrWithFilename() local
1188 PyObject *ret = NULL; in PyErr_NewExceptionWithDoc() local
H A Dhamt.c463 int ret = -1; in _hamt_dump_ident() local
496 int ret; in _hamt_dump_format() local
747 PyHamtNode_Bitmap *ret = hamt_node_bitmap_clone(self); in hamt_node_bitmap_assoc() local
772 PyHamtNode_Bitmap *ret = hamt_node_bitmap_clone(self); hamt_node_bitmap_assoc() local
799 PyHamtNode_Bitmap *ret = hamt_node_bitmap_clone(self); hamt_node_bitmap_assoc() local
[all...]
H A Dimport.c1431 int ret; in PyImport_ImportFrozenModule() local
2095 int ret; in _imp_init_frozen_impl() local
H A Dpythonrun.c135 int ret; in _PyRun_InteractiveLoopObject() local
387 int set_file_name = 0, ret = -1; in _PyRun_SimpleFileObject() local
1592 PyObject *ret in PyRun_StringFlags() local
1628 PyObject *ret; pyrun_file() local
[all...]
/third_party/python/Modules/
H A D_testbuffer.c310 int ret = 0; in pack_from_list() local
400 int ret = -1; in pack_single() local
827 int ret; in init_simple() local
1872 int ret = -1; ndarray_ass_subscript() local
1924 PyObject *ret, *key, *tmp; slice_indices() local
2089 int ret = PyBuffer_IsContiguous(&nd->head->base, 'C'); ndarray_c_contig() local
2103 int ret = PyBuffer_IsContiguous(&nd->head->base, 'F'); ndarray_fortran_contig() local
2117 int ret = PyBuffer_IsContiguous(&nd->head->base, 'A'); ndarray_contig() local
2161 PyObject *ret = NULL; ndarray_tobytes() local
2308 PyObject *ret = NULL, *bufobj, *seq; get_pointer() local
2432 PyObject *ret = NULL; py_buffer_to_contiguous() local
2507 PyObject *ret; cmp_contig() local
2571 PyObject *ret = NULL; is_contiguous() local
[all...]
H A Doverlapped.c229 HANDLE ret; in _overlapped_CreateIoCompletionPort_impl() local
232 ret = CreateIoCompletionPort(FileHandle, ExistingCompletionPort, in _overlapped_CreateIoCompletionPort_impl() local
263 BOOL ret; in _overlapped_GetQueuedCompletionStatus_impl() local
266 ret = GetQueuedCompletionStatus(CompletionPort, &NumberOfBytes, in _overlapped_GetQueuedCompletionStatus_impl() local
301 BOOL ret; in _overlapped_PostQueuedCompletionStatus_impl() local
304 ret = PostQueuedCompletionStatus(CompletionPort, NumberOfBytes, in _overlapped_PostQueuedCompletionStatus_impl() local
388 BOOL ret; _overlapped_UnregisterWait_impl() local
391 ret = UnregisterWait(WaitHandle); _overlapped_UnregisterWait_impl() local
414 BOOL ret; _overlapped_UnregisterWaitEx_impl() local
417 ret = UnregisterWaitEx(WaitHandle, Event); _overlapped_UnregisterWaitEx_impl() local
478 BOOL ret; _overlapped_SetEvent_impl() local
481 ret = SetEvent(Handle); _overlapped_SetEvent_impl() local
502 BOOL ret; _overlapped_ResetEvent_impl() local
505 ret = ResetEvent(Handle); _overlapped_ResetEvent_impl() local
533 BOOL ret; _overlapped_BindLocal_impl() local
714 BOOL ret; Overlapped_dealloc() local
789 PyObject *ret = NULL; unparse_address() local
799 PyObject *ret = NULL; unparse_address() local
827 BOOL ret = TRUE; _overlapped_Overlapped_cancel_impl() local
835 ret = CancelIoEx(self->handle, &self->overlapped); _overlapped_Overlapped_cancel_impl() local
862 BOOL ret; _overlapped_Overlapped_getresult_impl() local
877 ret = GetOverlappedResult(self->handle, &self->overlapped, &transferred, _overlapped_Overlapped_getresult_impl() local
983 int ret; do_ReadFile() local
987 ret = ReadFile(handle, bufstart, buflen, &nread, do_ReadFile() local
1083 int ret; do_WSARecv() local
1090 ret = WSARecv((SOCKET)handle, &wsabuf, 1, &nread, &flags, do_WSARecv() local
1200 BOOL ret; _overlapped_Overlapped_WriteFile_impl() local
1220 ret = WriteFile(handle, self->user_buffer.buf, _overlapped_Overlapped_WriteFile_impl() local
1254 int ret; _overlapped_Overlapped_WSASend_impl() local
1276 ret = WSASend((SOCKET)handle, &wsabuf, 1, &written, flags, _overlapped_Overlapped_WSASend_impl() local
1310 BOOL ret; _overlapped_Overlapped_AcceptEx_impl() local
1328 ret = Py_AcceptEx((SOCKET)ListenSocket, (SOCKET)AcceptSocket, _overlapped_Overlapped_AcceptEx_impl() local
1439 BOOL ret; _overlapped_Overlapped_ConnectEx_impl() local
1456 ret = Py_ConnectEx((SOCKET)ConnectSocket, Address, Length, _overlapped_Overlapped_ConnectEx_impl() local
1485 BOOL ret; _overlapped_Overlapped_DisconnectEx_impl() local
1497 ret = Py_DisconnectEx((SOCKET)Socket, &self->overlapped, flags, 0); _overlapped_Overlapped_DisconnectEx_impl() local
1534 BOOL ret; _overlapped_Overlapped_TransmitFile_impl() local
1548 ret = Py_TransmitFile((SOCKET)Socket, File, count_to_write, _overlapped_Overlapped_TransmitFile_impl() local
1577 BOOL ret; _overlapped_Overlapped_ConnectNamedPipe_impl() local
1589 ret = ConnectNamedPipe(Pipe, &self->overlapped); _overlapped_Overlapped_ConnectNamedPipe_impl() local
1747 int ret; _overlapped_Overlapped_WSASendTo_impl() local
1776 ret = WSASendTo((SOCKET)handle, &wsabuf, 1, &written, flags, _overlapped_Overlapped_WSASendTo_impl() local
1820 int ret; _overlapped_Overlapped_WSARecvFrom_impl() local
1846 ret = WSARecvFrom((SOCKET)handle, &wsabuf, 1, &nread, &flags, _overlapped_Overlapped_WSARecvFrom_impl() local
1888 int ret; _overlapped_Overlapped_WSARecvFromInto_impl() local
1913 ret = WSARecvFrom((SOCKET)handle, &wsabuf, 1, &nread, &flags, _overlapped_Overlapped_WSARecvFromInto_impl() local
[all...]
H A D_struct.c1473 int ret = 0; in Struct___init___impl() local
H A D_winapi.c554 DWORD ret = 0; in _winapi_CreateJunction_impl() local
753 unsigned long ret; in getulong() local
769 HANDLE ret; in gethandle() local
890 LPHANDLE ret = NULL; gethandlelist() local
956 int ret = 0; getattributelist() local
1079 PyObject *ret = NULL; _winapi_CreateProcess_impl() local
1505 BOOL ret; _winapi_PeekNamedPipe_impl() local
1530 ret = PeekNamedPipe(handle, NULL, 0, NULL, &navail, &nleft); _winapi_PeekNamedPipe_impl() local
1599 PyObject *ret = PyUnicode_FromWideChar(dest, dest_size); _winapi_LCMapStringEx_impl() local
1622 BOOL ret; _winapi_ReadFile_impl() local
1640 ret = ReadFile(handle, PyBytes_AS_STRING(buf), size, &nread, _winapi_ReadFile_impl() local
1908 BOOL ret; _winapi_WriteFile_impl() local
[all...]
/third_party/python/Objects/
H A Dgenobject.c427 PyObject *ret; in _gen_throw() local
[all...]
H A Dobject.c259 int ret = 0; in PyObject_Print() local
594 int ret = _PyObject_LookupAttr(x, &_Py_ID(__qualname__), &qualname); in _PyObject_FunctionStr() local
[all...]
H A Dabstract.c274 int ret; in PyObject_DelItemString() local
H A Dfloatobject.c1811 int ret; in float___format___impl() local
/third_party/python/Modules/_sqlite/
H A Dconnection.c1248 PyObject *ret; in authorizer_callback() local
1284 PyObject *ret; in progress_callback() local
1363 PyObject *ret = PyObject_CallOneArg(callable, py_statement); trace_callback() local
[all...]
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Ddefs.c286 VALUE ret = rb_funcallv(internal, rb_intern("fixup_descriptor"), 3, args); in rewrite_names() local
389 VALUE ret; in DescriptorPool_alloc() local
514 VALUE ret = TypedData_Wrap_Struct(klass, &_Descriptor_type, self); Descriptor_alloc() local
689 VALUE ret = TypedData_Wrap_Struct(klass, &_FileDescriptor_type, self); FileDescriptor_alloc() local
783 VALUE ret = TypedData_Wrap_Struct(klass, &_FieldDescriptor_type, self); FieldDescriptor_alloc() local
1179 VALUE ret = TypedData_Wrap_Struct(klass, &_OneofDescriptor_type, self); OneofDescriptor_alloc() local
1266 VALUE ret = TypedData_Wrap_Struct(klass, &_EnumDescriptor_type, self); EnumDescriptor_alloc() local
1424 VALUE ret = TypedData_Wrap_Struct( MessageBuilderContext_alloc() local
1866 VALUE ret = TypedData_Wrap_Struct( OneofBuilderContext_alloc() local
1942 VALUE ret = TypedData_Wrap_Struct( EnumBuilderContext_alloc() local
2027 upb_strview ret; FileBuilderContext_strdup2() local
2050 VALUE ret = TypedData_Wrap_Struct(klass, &_FileBuilderContext_type, self); FileBuilderContext_alloc() local
2178 VALUE ret = TypedData_Wrap_Struct( Builder_alloc() local
[all...]
H A Dencode_decode.c1160 upb_selector_t ret; in getsel() local
1624 VALUE ret; in Message_encode() local
1682 VALUE ret; in Message_encode_json() local
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc381 std::string ret = Namespace(d->package()); in Namespace() local
H A Dcpp_message.cc167 bool ret = CanInitializeByZeroing(field); in CanBeManipulatedAsRawBytes() local
/third_party/pulseaudio/src/modules/bluetooth/
H A Dbluez5-util.c708 int ret; in bluez5_transport_acquire_cb() local
/third_party/pulseaudio/src/modules/
H A Dmodule-tunnel.c864 int ret; in thread_func() local
2639 int ret; in pa__init() local

Completed in 76 milliseconds

1...<<261262263264265266267268269270>>...286