Home
last modified time | relevance | path

Searched defs:res (Results 2226 - 2250 of 4835) sorted by relevance

1...<<81828384858687888990>>...194

/third_party/lame/frontend/
H A Dbrhist.c140 int res = digits(frames) + 3 + 4 + 1; in brhist_disp_line() local
175 int res = 1; in progress_line() local
[all...]
/third_party/jerryscript/tests/unit-core/
H A Dtest-arraybuffer.cpp318 jerry_value_t res = jerry_detach_arraybuffer (arraybuffer); in HWTEST_F() local
347 jerry_value_t res = jerry_detach_arraybuffer (arraybuffer); in HWTEST_F() local
/third_party/json/tests/src/
H A Dunit-cbor.cpp2226 auto res = json::from_cbor(std::vector<uint8_t>(1, byte)); variable
/third_party/lzma/CPP/7zip/Compress/
H A DLzma2Decoder.cpp141 SRes res; in Code() local
233 const SRes res in SetOutStreamSize() local
255 const SRes res = Lzma2DecMt_Read(_dec, (Byte *)data, &size2, &inProcessed); Read() local
[all...]
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog.h142 INT_PTR res = CModalDialog::Create(IDD_PROGRESS, wndParent); in Create() local
/third_party/mesa3d/src/egl/main/
H A Degldisplay.c400 _eglCheckResource(void *res, _EGLResourceType type, _EGLDisplay *disp) in _eglCheckResource() argument
427 _eglInitResource(_EGLResource *res, EGLint size, _EGLDisplay *disp) in _eglInitResource() argument
439 _eglGetResource(_EGLResource *res) in _eglGetResource() argument
451 _eglPutResource(_EGLResource *res) _eglPutResource() argument
463 _eglLinkResource(_EGLResource *res, _EGLResourceType type) _eglLinkResource() argument
478 _eglUnlinkResource(_EGLResource *res, _EGLResourceType type) _eglUnlinkResource() argument
[all...]
H A Deglsurface.h272 _EGLResource *res = (_EGLResource *) surf; in _eglGetSurfaceHandle() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_uniform_atomics.c200 nir_ssa_def *res = nir_build_alu(b, op, *scan, data, NULL, NULL); in reduce_data() local
H A Dnir_lower_idiv.c171 nir_ssa_def *res = emit_udiv(bld, lhs, rhs, false); in emit_idiv() local
174 nir_ssa_def *res = emit_udiv(bld, lhs, rhs, true); in emit_idiv() local
213 nir_ssa_def *res = nir_fmul(b, p, rcp); convert_instr_small() local
[all...]
H A Dnir_builtin_builder.h57 nir_nan_check2(nir_builder *b, nir_ssa_def *x, nir_ssa_def *y, nir_ssa_def *res) in nir_nan_check2() argument
66 nir_ssa_def *res = nir_channel(b, abs, 0); in nir_fmax_abs_vec_comp() local
151 nir_ssa_def *res = nir_fsub(b, x, y); in nir_fdim() local
H A Dnir_conversion_builder.h385 nir_ssa_def *res = val; in nir_clamp_to_type_range() local
H A Dnir_lower_bit_size.c167 nir_ssa_def *res = &new_intrin->dest.ssa; in lower_intrinsic_instr() local
/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_android.h60 int res = window->query(window, NATIVE_WINDOW_FORMAT, &format); in ANativeWindow_getFormat() local
/third_party/mesa3d/src/amd/compiler/
H A Daco_opt_value_numbering.cpp400 std::pair<expr_set::iterator, bool> res = ctx.expr_values.emplace(instr.get(), block.index); in process_block() local
H A Daco_print_asm.cpp391 std::pair<bool, size_t> res = disasm_instr(program->gfx_level, disasm, binary.data(), in print_asm_llvm() local
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_copy.c239 ASSERTED bool res = radv_sdma_copy_image(cmd_buffer, image, buffer, region); in copy_image_to_buffer() local
/third_party/mesa3d/src/compiler/glsl/
H A Dlinker_util.cpp156 struct gl_program_resource *res = in link_util_add_program_resource() local
/third_party/mesa3d/src/amd/compiler/tests/
H A Dmain.cpp92 const char *res = test_failed ? "failed" : "skipped"; in write_test() local
/third_party/mesa3d/src/c11/impl/
H A Dthreads_posix.c294 thrd_exit(int res) in thrd_exit() argument
301 thrd_join(thrd_t thr, int *res) in thrd_join() argument
/third_party/ltp/testcases/cve/
H A Dmeltdown.c199 int bit, res = 0; in readbyte() local
/third_party/ltp/testcases/kernel/controllers/cgroup_xattr/
H A Dcgroup_xattr.c326 unsigned int i, err, fail, res = 0; in set_xattrs() local
348 unsigned int i, fail, res = 0; in get_xattrs() local
390 int res = 0; in cgrp_files_walking() local
[all...]
/third_party/libwebsockets/minimal-examples/api-tests/api-test-gencrypto/
H A Dlws-genaes.c46 uint8_t res[32], res1[32]; in test_genaes_cbc() local
139 uint8_t res[32], res1[32]; in test_genaes_cfb128() local
230 uint8_t res[32], res1[32]; test_genaes_cfb8() local
318 uint8_t res[32], res1[32]; test_genaes_ctr() local
411 uint8_t res[32], res1[32]; test_genaes_ecb() local
506 uint8_t res[32], res1[32]; test_genaes_ofb() local
600 uint8_t res[32], res1[32], data_unit[16]; test_genaes_xts() local
690 uint8_t res[sizeof(gcm_ct)], tag[sizeof(gcm_tag)]; test_genaes_gcm() local
[all...]
/third_party/littlefs/bd/
H A Dlfs_emubd.c171 ssize_t res = write(bd->disk->fd, in lfs_emubd_create() local
/third_party/ltp/lib/
H A Dsafe_net.c24 char *tst_sock_addr(const struct sockaddr *sa, socklen_t salen, char *res, in tst_sock_addr() argument
232 char res[128]; safe_sendto() local
371 int res = TBROK; safe_listen() local
[all...]
/third_party/ltp/testcases/kernel/device-drivers/pci/tpci_kernel/
H A Dltp_tpci.c666 unsigned int res, bus, slot; in sys_bus_slot() local

Completed in 21 milliseconds

1...<<81828384858687888990>>...194