Searched refs:_ret (Results 1 - 13 of 13) sorted by relevance
/third_party/libdrm/nouveau/nvif/ |
H A 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/skia/src/utils/win/ |
H A D | SkHRESULT.h | 25 #define HR_GENERAL(_ex, _msg, _ret) do {\ 29 return _ret;\
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_context.h | 1122 * retry. The retry return value is stored in _ret for reuse. 1124 #define SVGA_RETRY_OOM(_svga, _ret, _func) \ 1126 (_ret) = SVGA_TRY(_func); \ 1127 if ((_ret) == PIPE_ERROR_OUT_OF_MEMORY) { \ 1130 (_ret) = (_func); \
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | kopper.c | 850 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/ |
H A D | crypto_bench.c | 361 mbedtls_ ## suffix ## _ret(input, size, output); \ 368 mbedtls_ ## suffix ## _ret(input, size, output, 0); \
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceTargetLoweringMIPS32.h | 206 void _ret(Variable *RA, Variable *Src0 = nullptr) { in _ret() function in Ice::MIPS32::TargetMIPS32
|
H A D | IceTargetLoweringARM32.h | 745 void _ret(Variable *LR, Variable *Src0 = nullptr) { in _ret() function
|
H A D | IceTargetLoweringX8632.h | 723 void _ret(Variable *Src0 = nullptr) { Context.insert<Insts::Ret>(Src0); }
|
H A D | IceTargetLoweringX8664.h | 717 void _ret(Variable *Src0 = nullptr) { Context.insert<Insts::Ret>(Src0); }
|
H A D | IceTargetLoweringARM32.cpp | 5755 _ret(getPhysicalRegister(RegARM32::Reg_lr), Reg);
|
H A D | IceTargetLoweringMIPS32.cpp | 5467 _ret(getPhysicalRegister(RegMIPS32::Reg_RA), Reg); in lowerRet()
|
H A D | IceTargetLoweringX8632.cpp | 5660 _ret(Reg); in lowerRet()
|
H A D | IceTargetLoweringX8664.cpp | 5070 _ret(Reg); in lowerRet()
|
Completed in 49 milliseconds