/third_party/glib/gio/ |
D | gdbus-daemon-generated.c | 1609 GVariant *_ret; in _g_freedesktop_dbus_call_hello_finish() local 1610 _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error); in _g_freedesktop_dbus_call_hello_finish() 1611 if (_ret == NULL) in _g_freedesktop_dbus_call_hello_finish() 1613 g_variant_get (_ret, in _g_freedesktop_dbus_call_hello_finish() 1616 g_variant_unref (_ret); in _g_freedesktop_dbus_call_hello_finish() 1618 return _ret != NULL; in _g_freedesktop_dbus_call_hello_finish() 1641 GVariant *_ret; in _g_freedesktop_dbus_call_hello_sync() local 1642 _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy), in _g_freedesktop_dbus_call_hello_sync() 1649 if (_ret == NULL) in _g_freedesktop_dbus_call_hello_sync() 1651 g_variant_get (_ret, in _g_freedesktop_dbus_call_hello_sync() [all …]
|
D | xdp-dbus.c | 1323 GVariant *_ret; in gxdp_documents_call_get_mount_point_finish() local 1324 _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error); in gxdp_documents_call_get_mount_point_finish() 1325 if (_ret == NULL) in gxdp_documents_call_get_mount_point_finish() 1327 g_variant_get (_ret, in gxdp_documents_call_get_mount_point_finish() 1330 g_variant_unref (_ret); in gxdp_documents_call_get_mount_point_finish() 1332 return _ret != NULL; in gxdp_documents_call_get_mount_point_finish() 1355 GVariant *_ret; in gxdp_documents_call_get_mount_point_sync() local 1356 _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy), in gxdp_documents_call_get_mount_point_sync() 1363 if (_ret == NULL) in gxdp_documents_call_get_mount_point_sync() 1365 g_variant_get (_ret, in gxdp_documents_call_get_mount_point_sync() [all …]
|
/third_party/libdrm/nouveau/nvif/ |
D | unpack.h | 5 void **_data = (d); __u32 *_size = (s); int _ret = (r); \ 6 if (_ret == -ENOSYS && *_size == sizeof(m)) { \ 8 *_size = _ret = 0; \ 10 _ret; \ 15 int _ret = (r), _vl = (vl), _vh = (vh); \ 16 if (_ret == -ENOSYS && *_size >= sizeof(m) && \ 20 if (_ret = 0, !(x)) { \ 21 _ret = *_size ? -E2BIG : 0; \ 26 _ret; \
|
/third_party/flutter/skia/src/utils/win/ |
D | SkHRESULT.h | 25 #define HR_GENERAL(_ex, _msg, _ret) do {\ argument 29 return _ret;\
|
/third_party/skia/src/utils/win/ |
D | SkHRESULT.h | 25 #define HR_GENERAL(_ex, _msg, _ret) do {\ argument 29 return _ret;\
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_context.h | 932 #define SVGA_RETRY_OOM(_svga, _ret, _func) \ argument 934 (_ret) = SVGA_TRY(_func); \ 935 if ((_ret) == PIPE_ERROR_OUT_OF_MEMORY) { \ 938 (_ret) = (_func); \
|
/third_party/ffmpeg/tools/ |
D | crypto_bench.c | 361 mbedtls_ ## suffix ## _ret(input, size, output); \ 368 mbedtls_ ## suffix ## _ret(input, size, output, 0); \
|
/third_party/mbedtls/docs/ |
D | 3.0-migration-guide.md | 149 were renamed to replace the corresponding functions without `_ret` appended. Please call 150 the name without `_ret` appended and check the return value. 170 …the corresponding functions without `_ret` appended. Please call the name without `_ret` appended … 290 ### Rename `mbedtls_*_ret()` cryptography functions whose deprecated variants have been removed 292 This change affects users who were using the `mbedtls_*_ret()` cryptography 324 To migrate to the this change the user can keep the `*_ret` names in their code
|
/third_party/mbedtls/docs/architecture/ |
D | alternative-implementations.md | 72 …d appending `_ALT`. If the function name contains `_internal`, `_ext` or `_ret`, this is removed i…
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/docs/ |
D | LOWERING.rst | 126 _ret(Reg);
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringMIPS32.h | 206 void _ret(Variable *RA, Variable *Src0 = nullptr) {
|
D | IceTargetLoweringX8632.h | 723 void _ret(Variable *Src0 = nullptr) { Context.insert<Insts::Ret>(Src0); }
|
D | IceTargetLoweringX8664.h | 717 void _ret(Variable *Src0 = nullptr) { Context.insert<Insts::Ret>(Src0); }
|
D | IceTargetLoweringARM32.h | 745 void _ret(Variable *LR, Variable *Src0 = nullptr) {
|
D | IceTargetLoweringMIPS32.cpp | 5467 _ret(getPhysicalRegister(RegMIPS32::Reg_RA), Reg); in lowerRet()
|
D | IceTargetLoweringARM32.cpp | 5755 _ret(getPhysicalRegister(RegARM32::Reg_lr), Reg); in lowerRet()
|
D | IceTargetLoweringX8664.cpp | 5070 _ret(Reg); in lowerRet()
|
D | IceTargetLoweringX8632.cpp | 5660 _ret(Reg); in lowerRet()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstructions.td | 461 defm "_"#as#"_ret" : binary_atomic_op<atomic_op, IsInt>;
|