Home
last modified time | relevance | path

Searched refs:_ret (Results 1 – 18 of 18) sorted by relevance

/third_party/libdrm/nouveau/nvif/
Dunpack.h5 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/glib/patch/
Dbackport-openharmony-adapt.patch2056 + GVariant *_ret;
2057 + _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);
2058 + if (_ret == NULL)
2060 + g_variant_get (_ret,
2063 + g_variant_unref (_ret);
2065 + return _ret != NULL;
2088 + GVariant *_ret;
2089 + _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),
2096 + if (_ret == NULL)
2098 + g_variant_get (_ret,
[all …]
/third_party/skia/src/utils/win/
DSkHRESULT.h25 #define HR_GENERAL(_ex, _msg, _ret) do {\ argument
29 return _ret;\
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_context.h1124 #define SVGA_RETRY_OOM(_svga, _ret, _func) \ argument
1126 (_ret) = SVGA_TRY(_func); \
1127 if ((_ret) == PIPE_ERROR_OUT_OF_MEMORY) { \
1130 (_ret) = (_func); \
/third_party/mesa3d/src/gallium/frontends/dri/
Dkopper.c850 struct kopper_drawable *_ret = CALLOC_STRUCT(kopper_drawable); in kopper_create_drawable() local
852 if (!_ret) in kopper_create_drawable()
854 struct dri_drawable *ret = &_ret->base; in kopper_create_drawable()
873 return _ret; in kopper_create_drawable()
/third_party/ffmpeg/tools/
Dcrypto_bench.c361 mbedtls_ ## suffix ## _ret(input, size, output); \
368 mbedtls_ ## suffix ## _ret(input, size, output, 0); \
/third_party/mbedtls/docs/
D3.0-migration-guide.md34 suffixed with `_ret`. In Mbed TLS 3.x, this change may not be required, as most
36 [Rename mbedtls_*_ret...](#rename-mbedtls__ret-cryptography-functions-whose-deprecated-variants-hav…
170 were renamed to replace the corresponding functions without `_ret` appended. Please call
171 the name without `_ret` appended and check the return value.
191 …the corresponding functions without `_ret` appended. Please call the name without `_ret` appended …
318 ### Rename `mbedtls_*_ret()` cryptography functions whose deprecated variants have been removed
320 This change affects users who were using the `mbedtls_*_ret()` cryptography
352 To migrate to the this change the user can keep the `*_ret` names in their code
/third_party/mbedtls/docs/architecture/
Dalternative-implementations.md72 …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/
DLOWERING.rst126 _ret(Reg);
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.h206 void _ret(Variable *RA, Variable *Src0 = nullptr) {
DIceTargetLoweringX8664.h717 void _ret(Variable *Src0 = nullptr) { Context.insert<Insts::Ret>(Src0); }
DIceTargetLoweringX8632.h723 void _ret(Variable *Src0 = nullptr) { Context.insert<Insts::Ret>(Src0); }
DIceTargetLoweringARM32.h745 void _ret(Variable *LR, Variable *Src0 = nullptr) {
DIceTargetLoweringARM32.cpp5755 _ret(getPhysicalRegister(RegARM32::Reg_lr), Reg); in lowerRet()
DIceTargetLoweringMIPS32.cpp5467 _ret(getPhysicalRegister(RegMIPS32::Reg_RA), Reg); in lowerRet()
DIceTargetLoweringX8664.cpp5070 _ret(Reg); in lowerRet()
DIceTargetLoweringX8632.cpp5660 _ret(Reg); in lowerRet()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUInstructions.td461 defm "_"#as#"_ret" : binary_atomic_op<atomic_op, IsInt>;