Searched refs:res (Results 376 - 400 of 2731) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Datomicops-internals-arm-v6plus.h64 Atomic32 oldval, res; local
75 : "=&r" (res), "=&r" (oldval), "+Qo" (*ptr)
78 } while (res);
99 Atomic32 tmp, res; local
107 : "=&r" (tmp), "=&r"(res)
110 return res;
119 Atomic32 tmp, res; local
128 : "=&r" (tmp), "=&r"(res)
131 return res;
187 Atomic64 oldval, res; local
226 Atomic64 res; local
244 Atomic64 res; local
276 Atomic64 res; local
[all...]
/external/eigen/Eigen/src/SparseCore/
H A DSparseSparseProductWithPruning.h20 static void sparse_sparse_product_with_pruning_impl(const Lhs& lhs, const Rhs& rhs, ResultType& res, typename ResultType::RealScalar tolerance) argument
22 // return sparse_sparse_product_with_pruning_impl2(lhs,rhs,res);
46 res.resize(cols, rows);
48 res.resize(rows, cols);
50 res.reserve(estimated_nnz_prod);
56 // let's do a more accurate determination of the nnz ratio for the current column j of res
69 res.startVec(j);
71 res.insertBackByOuterInner(j,it.index()) = it.value();
73 res.finalize();
88 static void run(const Lhs& lhs, const Rhs& rhs, ResultType& res, RealScala argument
100 run(const Lhs& lhs, const Rhs& rhs, ResultType& res, RealScalar tolerance) argument
114 run(const Lhs& lhs, const Rhs& rhs, ResultType& res, RealScalar tolerance) argument
127 run(const Lhs& lhs, const Rhs& rhs, ResultType& res, RealScalar tolerance) argument
[all...]
/external/icu4c/test/intltest/
H A Dcntabcol.cpp25 uint32_t i = 0, res = 0; local
39 res = uprv_cnttab_getCE(testTable, 0, i, &status);
44 if(res != i) {
45 errln("Error: expected %i, got %i\n", i, res);
76 uint32_t i = 0, res = 0; local
89 res = uprv_cnttab_getCE(testTable, i, 0, &status);
94 if(res != i) {
95 errln("Error: expected %i, got %i\n", i, res);
106 int32_t i = 0, res = 0; local
123 res
147 uint32_t i = 0, res = 0; local
174 uint32_t res = uprv_cnttab_changeLastCE(testTable, 1, 0xABCD, &status); local
[all...]
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dwrtjava.c35 void res_write_java(struct SResource *res,UErrorCode *status);
308 string_write_java(struct SResource *res,UErrorCode *status) { argument
310 const char *resname = res_getKeyString(srBundle, res, resKeyBuffer);
312 str_write_java(res->u.fString.fChars,res->u.fString.fLength,TRUE,status);
316 UChar* buf = (UChar*) uprv_malloc(sizeof(UChar)*res->u.fString.fLength);
317 uprv_memcpy(buf,res->u.fString.fChars,res->u.fString.fLength);
324 array_write_java( struct SResource *res, UErrorCode *status) { argument
337 if (res
388 intvector_write_java( struct SResource *res, UErrorCode *status) argument
430 int_write_java(struct SResource *res,UErrorCode *status) argument
446 bytes_write_java( struct SResource *res, UErrorCode *status) argument
512 table_write_java(struct SResource *res, UErrorCode *status) argument
584 res_write_java(struct SResource *res,UErrorCode *status) argument
[all...]
/external/icu4c/tools/genrb/
H A Dwrtjava.c34 void res_write_java(struct SResource *res,UErrorCode *status);
307 string_write_java(struct SResource *res,UErrorCode *status) { argument
309 const char *resname = res_getKeyString(srBundle, res, resKeyBuffer);
311 str_write_java(res->u.fString.fChars,res->u.fString.fLength,TRUE,status);
315 UChar* buf = (UChar*) uprv_malloc(sizeof(UChar)*res->u.fString.fLength);
316 uprv_memcpy(buf,res->u.fString.fChars,res->u.fString.fLength);
323 array_write_java( struct SResource *res, UErrorCode *status) { argument
334 if (res
383 intvector_write_java( struct SResource *res, UErrorCode *status) argument
425 int_write_java(struct SResource *res,UErrorCode *status) argument
441 bytes_write_java( struct SResource *res, UErrorCode *status) argument
507 table_write_java(struct SResource *res, UErrorCode *status) argument
576 res_write_java(struct SResource *res,UErrorCode *status) argument
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
H A DSignatureSpi.java279 byte[] res;
283 res = new byte[first.length * 2];
287 res = new byte[second.length * 2];
290 System.arraycopy(first, 0, res, res.length / 2 - first.length, first.length);
291 System.arraycopy(second, 0, res, res.length - second.length, second.length);
293 return res;
299 byte[] res = val.toByteArray();
301 if (res[
[all...]
/external/bison/examples/calc++/
H A Dlocation.hh119 location res = begin; local
120 res.end = end.end;
121 return res;
127 location res = begin; local
128 res.columns (width);
129 return res;
133 inline location& operator+= (location& res, unsigned int width) argument
135 res.columns (width);
136 return res;
/external/chromium_org/ash/wm/
H A Dresize_shadow.cc51 ResourceBundle& res = ResourceBundle::GetSharedInstance(); local
54 &res.GetImageNamed(IDR_AURA_RESIZE_SHADOW_TOP_LEFT),
55 &res.GetImageNamed(IDR_AURA_RESIZE_SHADOW_TOP),
56 &res.GetImageNamed(IDR_AURA_RESIZE_SHADOW_TOP_RIGHT),
57 &res.GetImageNamed(IDR_AURA_RESIZE_SHADOW_LEFT),
59 &res.GetImageNamed(IDR_AURA_RESIZE_SHADOW_RIGHT),
60 &res.GetImageNamed(IDR_AURA_RESIZE_SHADOW_BOTTOM_LEFT),
61 &res.GetImageNamed(IDR_AURA_RESIZE_SHADOW_BOTTOM),
62 &res.GetImageNamed(IDR_AURA_RESIZE_SHADOW_BOTTOM_RIGHT));
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_logic.c85 LLVMValueRef res; local
162 res = lp_build_intrinsic(builder,
166 res = LLVMBuildBitCast(builder, res, int_vec_type, "");
167 return res;
189 LLVMValueRef res; local
229 res = lp_build_intrinsic(builder, pcmpeq, vec_type, args, 2);
231 res = lp_build_intrinsic(builder, pcmpgt, vec_type, args, 2);
233 res = LLVMConstNull(vec_type);
236 res
399 LLVMValueRef res; local
449 LLVMValueRef res; local
[all...]
/external/libffi/testsuite/libffi.call/
H A Dproblem1.c63 struct my_ffi_struct res; local
85 ffi_call(&cif, FFI_FN(callee), &res, args);
87 printf("res: %g %g %g\n", res.a, res.b, res.c);
92 res = ((my_ffi_struct(*)(struct my_ffi_struct, struct my_ffi_struct))(pcl))(g, f);
94 printf("res: %g %g %g\n", res.a, res
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_logic.c85 LLVMValueRef res; local
162 res = lp_build_intrinsic(builder,
166 res = LLVMBuildBitCast(builder, res, int_vec_type, "");
167 return res;
189 LLVMValueRef res; local
229 res = lp_build_intrinsic(builder, pcmpeq, vec_type, args, 2);
231 res = lp_build_intrinsic(builder, pcmpgt, vec_type, args, 2);
233 res = LLVMConstNull(vec_type);
236 res
399 LLVMValueRef res; local
449 LLVMValueRef res; local
[all...]
/external/chromium_org/ppapi/shared_impl/
H A Dresource_tracker.h37 Resource* GetResource(PP_Resource res) const;
42 void AddRefResource(PP_Resource res);
47 void ReleaseResource(PP_Resource res);
50 void ReleaseResourceSoon(PP_Resource res);
100 // In debug mode, checks whether |res| comes from the same resource tracker.
101 bool CanOperateOnResource(PP_Resource res);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_resource.c52 void r600_resource_destroy(struct pipe_screen *screen, struct pipe_resource *res) argument
54 if (res->target == PIPE_BUFFER && (res->bind & PIPE_BIND_GLOBAL)) {
55 r600_compute_global_buffer_destroy(screen, res);
57 u_resource_destroy_vtbl(screen, res);
/external/chromium_org/third_party/sqlite/src/test/
H A Dthread_common.tcl30 set res [list]
40 lappend res [sqlite3_column_text $::STMT 0]
71 set res
75 set res [eval $script]
76 if {$res ne $result} {
77 error "$name failed: expected \"$result\" got \"$res\""
/external/chromium_org/ui/android/java/src/org/chromium/ui/gfx/
H A DBitmapHelper.java7 import android.content.res.Resources;
37 Resources res = Resources.getSystem();
38 int resId = res.getIdentifier(name, null, null);
42 BitmapFactory.decodeResource(res, resId, options);
47 return BitmapFactory.decodeResource(res, resId, options);
/external/dropbear/libtommath/
H A Dbn_mp_add_d.c22 int res, ix, oldused; local
27 if ((res = mp_grow(c, a->used + 1)) != MP_OKAY) {
28 return res;
38 res = mp_sub_d(a, b, c);
46 return res;
H A Dbn_mp_sub_d.c23 int res, ix, oldused; local
27 if ((res = mp_grow(c, a->used + 1)) != MP_OKAY) {
28 return res;
37 res = mp_add_d(a, b, c);
43 return res;
/external/lzma/CPP/Windows/
H A DFileMapping.h24 WRes res = Create(PAGE_READONLY, 0, name); local
25 if (res == ERROR_ALREADY_EXISTS)
28 if (res == 0)
29 res = ERROR_FILE_NOT_FOUND;
30 return res;
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/gallium/drivers/r600/
H A Dr600_resource.c52 void r600_resource_destroy(struct pipe_screen *screen, struct pipe_resource *res) argument
54 if (res->target == PIPE_BUFFER && (res->bind & PIPE_BIND_GLOBAL)) {
55 r600_compute_global_buffer_destroy(screen, res);
57 u_resource_destroy_vtbl(screen, res);
/external/valgrind/main/auxprogs/
H A Dvalgrind-listener.c107 int res; local
108 res = fcntl(sd, F_GETFL);
109 res = fcntl(sd, F_SETFL, res | O_NONBLOCK);
110 if (res != 0) {
118 int res; local
119 res = fcntl(sd, F_GETFL);
120 res = fcntl(sd, F_SETFL, res & ~O_NONBLOCK);
121 if (res !
237 int i, j, k, res, one; local
[all...]
/external/valgrind/unittest/
H A Dthread_wrappers.h134 // remove an element from queue, put it into *res and return true.
136 bool TryGet(void **res) { argument
138 bool ok = TryGetInternal(res);
186 Closure *res = new Closure; local
187 res->n_params = 0;
188 res->f = (void*)(f);
189 res->param1 = NULL;
190 res->param2 = NULL;
191 return res;
197 Closure *res local
209 Closure *res = new Closure; local
[all...]
/external/valgrind/main/memcheck/tests/
H A Dunit_libcbase.c306 Long res; // The result. member in struct:__anon28646
315 { .str = "", .res = 0, .endptr_val = '\0' },
316 { .str = " \n\t", .res = 0, .endptr_val = ' ' },
317 { .str = "one", .res = 0, .endptr_val = 'o' },
318 { .str = "\ntwo", .res = 0, .endptr_val = '\n' },
322 { .str = "0", .res = 0, .endptr_val = '\0' },
323 { .str = "+0", .res = 0, .endptr_val = '\0' },
324 { .str = "-0", .res = 0, .endptr_val = '\0' },
325 { .str = "1", .res = 1, .endptr_val = '\0' },
326 { .str = "+1", .res
[all...]
/external/eigen/Eigen/src/Core/products/
H A DCoeffBasedProduct.h165 Scalar res; local
166 ScalarCoeffImpl::run(row, col, m_lhs, m_rhs, res);
167 return res;
175 Scalar res; local
178 ScalarCoeffImpl::run(row, col, m_lhs, m_rhs, res);
179 return res;
185 PacketScalar res; local
189 ::run(row, col, m_lhs, m_rhs, res);
190 return res;
242 static EIGEN_STRONG_INLINE void run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, RetScalar &res) argument
253 run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, RetScalar &res) argument
263 run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, RetScalar& res) argument
304 run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, RetScalar &res) argument
317 run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, typename Lhs::Scalar &res) argument
329 run(Index , Index col, const Lhs& lhs, const Rhs& rhs, typename Lhs::Scalar &res) argument
339 run(Index row, Index , const Lhs& lhs, const Rhs& rhs, typename Lhs::Scalar &res) argument
349 run(Index , Index , const Lhs& lhs, const Rhs& rhs, typename Lhs::Scalar &res) argument
359 run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, typename Lhs::Scalar &res) argument
373 run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, Packet &res) argument
384 run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, Packet &res) argument
395 run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, Packet &res) argument
405 run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, Packet &res) argument
415 run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, Packet& res) argument
428 run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, Packet& res) argument
[all...]
/external/chromium/third_party/libevent/
H A Devbuffer.c96 int res = 0; local
122 res = evbuffer_read(bufev->input, fd, howmuch);
123 if (res == -1) {
128 } else if (res == 0) {
133 if (res <= 0)
167 int res = 0; local
176 res = evbuffer_write(bufev->output, fd);
177 if (res == -1) {
192 } else if (res == 0) {
196 if (res <
328 int res; local
345 int res; local
445 int res; local
[all...]

Completed in 1285 milliseconds

<<11121314151617181920>>