Searched defs:res (Results 276 - 300 of 1965) sorted by relevance

<<11121314151617181920>>

/external/libffi/testsuite/libffi.call/
H A Dclosure_fn5.c67 int i, res; local
91 res = (*((closure_test_type0)pcl))
95 printf("res: %d\n",res);
H A Dclosure_fn6.c58 int res; local
91 res = (*((closure_test_type0)pcl))
95 printf("res: %d\n",res);
H A Dclosure_stdcall.c36 int res; local
61 res = (*(closure_test_type0)pcl)(0, 1, 2, 3);
65 printf("res: %d\n",res);
H A Dcls_double.c28 double res; local
45 res = (*((cls_ret_double)pcl))(21474.789);
47 printf("res: %.6f\n", res);
H A Dcls_float.c29 float res; local
46 res = ((((cls_ret_float)pcl)(-2122.12)));
48 printf("res: %.6f\n", res);
H A Dcls_schar.c29 signed char res; local
46 res = (*((cls_ret_schar)pcl))(127);
48 printf("res: %d\n", res);
H A Dcls_sint.c27 signed int res; local
44 res = (*((cls_ret_sint)pcl))(65534);
46 printf("res: %d\n",res);
H A Dcls_sshort.c27 signed short res; local
44 res = (*((cls_ret_sshort)pcl))(255);
46 printf("res: %d\n",res);
H A Dcls_uchar.c27 unsigned char res; local
44 res = (*((cls_ret_uchar)pcl))(127);
46 printf("res: %d\n",res);
H A Dcls_uint.c28 unsigned int res; local
45 res = (*((cls_ret_uint)pcl))(2147483647);
47 printf("res: %d\n",res);
H A Dcls_ulonglong.c28 unsigned long long res; local
43 res = (*((cls_ret_ulonglong)pcl))(214LL);
45 printf("res: %lld\n", res);
48 res = (*((cls_ret_ulonglong)pcl))(9223372035854775808LL);
50 printf("res: %lld\n", res);
H A Dcls_ushort.c28 unsigned short res; local
45 res = (*((cls_ret_ushort)pcl))(65535);
47 printf("res: %d\n",res);
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A DCondVar.cpp42 int const res = pthread_cond_init (&mCondition, NULL); local
43 if (res)
45 ALOGE ("CondVar::CondVar: fail init; error=0x%X", res);
61 int const res = pthread_cond_destroy (&mCondition); local
62 if (res)
64 ALOGE ("CondVar::~CondVar: fail destroy; error=0x%X", res);
80 int const res = pthread_cond_wait (&mCondition, mutex.nativeHandle()); local
81 if (res)
83 ALOGE ("CondVar::wait: fail wait; error=0x%X", res);
143 int const res local
[all...]
/external/libvpx/libvpx/test/
H A Dvp8_decrypt_test.cc56 vpx_codec_err_t res = decoder.DecodeFrame(video.cxdata(), video.frame_size()); local
57 ASSERT_EQ(VPX_CODEC_OK, res) << decoder.DecodeError();
69 res = decoder.DecodeFrame(video.cxdata(), video.frame_size());
70 ASSERT_EQ(VPX_CODEC_OK, res) << decoder.DecodeError();
/external/llvm/test/Bindings/Ocaml/
H A Dexecutionengine.ml75 let res = ExecutionEngine.run_function_as_main main [|"test"|] [||] ee in
76 if 42 != res then bomb "main did not return 42";
91 let res = ExecutionEngine.run_function plus var
95 if 4 != GenericValue.as_int res then bomb "plus did not work";
/external/lzma/CPP/7zip/Common/
H A DMethodProps.cpp53 HRESULT res = S_OK; local
71 res = setCoderProperties->SetCoderProperties(&propIDs.Front(), values, numProps);
79 RINOK(res);
H A DOutBuffer.cpp47 UInt64 res = _processedSize + _pos - _streamPos; local
49 res += _bufferSize;
50 return res;
H A DStreamUtils.cpp17 HRESULT res = stream->Read(data, curSize, &processedSizeLoc); local
21 RINOK(res);
48 HRESULT res = stream->Write(data, curSize, &processedSizeLoc); local
51 RINOK(res);
/external/lzma/CPP/Windows/
H A DMemoryLock.cpp44 bool res = false; local
62 res = (GetLastError() == ERROR_SUCCESS);
65 return res;
74 bool res = EnableLockMemoryPrivilege2(hModule, enable);
76 return res;
/external/mesa3d/src/egl/main/
H A Deglsync.h125 _EGLResource *res = (_EGLResource *) sync; local
126 return (res && _eglIsResourceLinked(res)) ?
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_bitarit.c45 LLVMValueRef res; local
56 res = LLVMBuildOr(builder, a, b, "");
59 res = LLVMBuildBitCast(builder, res, bld->vec_type, "");
62 return res;
71 LLVMValueRef res; local
82 res = LLVMBuildXor(builder, a, b, "");
85 res = LLVMBuildBitCast(builder, res, bld->vec_type, "");
88 return res;
99 LLVMValueRef res; local
128 LLVMValueRef res; local
155 LLVMValueRef res; local
177 LLVMValueRef res; local
198 LLVMValueRef res; local
[all...]
H A Dlp_bld_format_aos_array.c58 LLVMValueRef ptr, res = NULL; local
74 if (!res) {
77 res = LLVMBuildLoad(builder, ptr, "");
78 lp_set_load_alignment(res, src_type.width / 8);
86 res = LLVMBuildFPTrunc(builder, res, src_vec_type, "");
91 res = lp_build_pad_vector(gallivm, res, src_type, dst_type.length);
96 lp_build_conv(gallivm, src_type, dst_type, &res, 1, &res,
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_surfaces.c36 struct pipe_surface **res)
57 *res = ps;
64 *res = NULL;
75 *res = ps;
33 util_surfaces_do_get(struct util_surfaces *us, unsigned surface_struct_size, struct pipe_context *ctx, struct pipe_resource *pt, unsigned level, unsigned layer, unsigned flags, struct pipe_surface **res) argument
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_heap.c55 struct nouveau_heap **res)
59 if (!heap || !size || !res || *res)
81 *res = r;
92 nouveau_heap_free(struct nouveau_heap **res) argument
96 if (!res || !*res)
98 r = *res;
99 *res = NULL;
54 nouveau_heap_alloc(struct nouveau_heap *heap, unsigned size, void *priv, struct nouveau_heap **res) argument
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_context.c53 struct nv04_resource *res = bref->priv; local
54 if (res && res->mm) {
55 nouveau_fence_ref(screen->fence.current, &res->fence);
58 res->status |= NOUVEAU_BUFFER_STATUS_GPU_READING;
61 nouveau_fence_ref(screen->fence.current, &res->fence_wr);
62 res->status |= NOUVEAU_BUFFER_STATUS_GPU_WRITING;

Completed in 910 milliseconds

<<11121314151617181920>>