HomeSort by relevance Sort by last modified time
    Searched defs:sv (Results 76 - 100 of 302) sorted by null

1 2 34 5 6 7 8 91011>>

  /hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
loc_api_log.c 210 /* Logs valid fields in the GNSS SV constellation report */
231 LOC_LOGD("sv count: %d\n", (int) gnss->sv_count);
235 LOC_LOGV("sv list: ");
248 const rpc_loc_sv_info_s_type *sv = &gnss->sv_list.sv_list_val[i]; local
249 rpc_loc_sv_info_valid_mask_type mask = sv->valid_mask;
251 CHECK_MASK(int, sv->system, mask, RPC_LOC_SV_INFO_VALID_SYSTEM),
252 CHECK_MASK(int, sv->prn, mask, RPC_LOC_SV_INFO_VALID_PRN),
253 CHECK_MASK(int, sv->health_status, mask, RPC_LOC_SV_INFO_VALID_HEALTH_STATUS),
254 CHECK_MASK(int, sv->process_status, mask, RPC_LOC_SV_INFO_VALID_PROCESS_STATUS),
255 CHECK_MASK(int, sv->has_eph, mask, RPC_LOC_SV_INFO_VALID_HAS_EPH)
    [all...]
  /build/kati/
eval.cc 82 SimpleVar* sv = new SimpleVar(origin); local
83 rhs_v->Eval(this, sv->mutable_value());
84 rhs = sv;
  /external/annotation-tools/asmx/src/org/objectweb/asm/util/
TraceClassVisitor.java 204 TraceSignatureVisitor sv = new TraceSignatureVisitor(access); local
206 r.accept(sv);
209 .append(sv.getDeclaration())
374 TraceSignatureVisitor sv = new TraceSignatureVisitor(0); local
376 r.acceptType(sv);
379 .append(sv.getDeclaration())
  /external/clang/test/OpenMP/
atomic_capture_codegen.cpp 12 short sv, sx; variable
98 sv = --sx;
117 sv = usx += usv;
394 // CHECK: [[SV:%.+]] = load i16, i16* @{{.+}},
395 // CHECK: [[EXPR:%.+]] = sext i16 [[SV]] to i32
412 ulv = ulx = sv << ulx;
567 sv = sx = sx + dv;
    [all...]
atomic_read_codegen.c 12 short sv, sx; variable
96 sv = sx;
174 sv = ulx;
atomic_update_codegen.cpp 12 short sv, sx; variable
356 // CHECK: [[SV:%.+]] = load i16, i16* @{{.+}},
357 // CHECK: [[EXPR:%.+]] = sext i16 [[SV]] to i32
373 ulx = sv << ulx;
    [all...]
atomic_write_codegen.c 12 short sv, sx; variable
96 sx = sv;
191 ulx = sv;
286 int4x[sv] = bv;
  /external/google-benchmark/test/
output_test.h 137 auto *sv = Get(entry_name); local
138 CHECK(sv != nullptr && !sv->empty());
140 ss << *sv; local
  /external/libcxx/test/std/strings/basic.string/string.modifiers/string_insert/
size_T_size_size.pass.cpp 24 template <class S, class SV>
26 test(S s, typename S::size_type pos1, SV sv, typename S::size_type pos2,
29 static_assert((!std::is_same<S, SV>::value), "");
32 if (pos1 <= old_size && pos2 <= sv.size())
34 s.insert(pos1, sv, pos2, n);
43 s.insert(pos1, sv, pos2, n);
48 assert(pos1 > old_size || pos2 > sv.size());
55 template <class S, class SV>
57 test_npos(S s, typename S::size_type pos1, SV sv, typename S::size_type pos2, S expected
1811 SV sv = "EFGH"; local
    [all...]
  /external/libcxx/utils/google-benchmark/test/
output_test.h 137 auto *sv = Get(entry_name); local
138 CHECK(sv != nullptr && !sv->empty());
140 ss << *sv; local
  /external/libjpeg-turbo/
jcarith.c 227 register int sv; local
232 sv = *st;
233 qe = jpeg_aritab[sv & 0x7F]; /* => Qe_Value */
239 if (val != (sv >> 7)) {
249 *st = (sv & 0x80) ^ nl; /* Estimate_after_LPS */
261 *st = (sv & 0x80) ^ nm; /* Estimate_after_MPS */
jdarith.c 117 register int sv, data; local
157 sv = *st;
158 qe = jpeg_aritab[sv & 0x7F]; /* => Qe_Value */
171 *st = (sv & 0x80) ^ nm; /* Estimate_after_MPS */
174 *st = (sv & 0x80) ^ nl; /* Estimate_after_LPS */
175 sv ^= 0x80; /* Exchange LPS/MPS */
180 *st = (sv & 0x80) ^ nl; /* Estimate_after_LPS */
181 sv ^= 0x80; /* Exchange LPS/MPS */
183 *st = (sv & 0x80) ^ nm; /* Estimate_after_MPS */
187 return sv >> 7
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
ssim.c 218 static double ssimv_similarity(const Ssimv *sv, int64_t n) {
223 const double l = 1.0 * (2 * sv->sum_s * sv->sum_r + c1) /
224 (sv->sum_s * sv->sum_s + sv->sum_r * sv->sum_r + c1);
228 const double v = (2.0 * n * sv->sum_sxr - 2 * sv->sum_s * sv->sum_r + c2)
287 Ssimv sv = { 0 }; local
    [all...]
  /external/linux-kselftest/tools/testing/selftests/x86/
test_syscall_vdso.c 327 long sv; local
333 sv = syscall_addr;
337 syscall_addr = sv;
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_gather.c 531 unsigned sv = dst_type.width - src_width; local
533 lp_build_const_int_vec(gallivm, res_type, sv), "");
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_zscan.c 357 struct pipe_sampler_view sv_tmpl, *sv; local
412 sv = pipe->create_sampler_view(pipe, res, &sv_tmpl);
414 if (!sv)
417 return sv;
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_emit.c 631 struct etna_sampler_view *sv = etna_sampler_view(ctx->sampler_view[x]); local
633 val = (ss->TE_SAMPLER_CONFIG0 & sv->TE_SAMPLER_CONFIG0_MASK) |
634 sv->TE_SAMPLER_CONFIG0;
641 struct etna_sampler_view *sv; local
645 sv = etna_sampler_view(ctx->sampler_view[x]);
646 /*02040*/ EMIT_STATE(TE_SAMPLER_SIZE(x), sv->TE_SAMPLER_SIZE);
651 sv = etna_sampler_view(ctx->sampler_view[x]);
652 /*02080*/ EMIT_STATE(TE_SAMPLER_LOG_SIZE(x), sv->TE_SAMPLER_LOG_SIZE);
658 struct etna_sampler_view *sv; local
663 sv = etna_sampler_view(ctx->sampler_view[x])
686 struct etna_sampler_view *sv = etna_sampler_view(ctx->sampler_view[x]); local
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_draw.c 329 struct svga_pipe_sampler_view *sv = local
332 if (sv) {
333 if (sv->base.texture->target == PIPE_BUFFER) {
334 surfaces[i] = svga_buffer_handle(svga, sv->base.texture);
337 surfaces[i] = svga_texture(sv->base.texture)->handle;
348 struct svga_pipe_sampler_view *sv = local
351 assert(sv);
352 surfaces[unit] = svga_texture(sv->base.texture)->handle;
svga_pipe_sampler.c 357 struct svga_pipe_sampler_view *sv = CALLOC_STRUCT(svga_pipe_sampler_view); local
359 if (!sv) {
363 sv->base = *templ;
364 sv->base.reference.count = 1;
365 sv->base.texture = NULL;
366 pipe_resource_reference(&sv->base.texture, texture);
368 sv->base.context = pipe;
369 sv->id = SVGA3D_INVALID_ID;
375 return &sv->base;
384 struct svga_pipe_sampler_view *sv = svga_pipe_sampler_view(view) local
    [all...]
svga_state_constants.c 75 struct pipe_sampler_view *sv = svga->curr.sampler_views[shader][i]; local
76 if (sv) {
77 struct pipe_resource *tex = sv->texture;
96 unsigned bytes_per_element = util_format_get_blocksize(sv->format);
  /external/mesa3d/src/gallium/state_trackers/vdpau/
output.c 484 struct pipe_sampler_view *sv = sampler_views[i]; local
485 if (!sv) continue;
489 sv->texture->width0, sv->texture->height0, 1
492 pipe->texture_subdata(pipe, sv->texture, 0, PIPE_TRANSFER_WRITE, &dst_box,
  /external/mesa3d/src/gallium/tests/graw/
fs-test.c 46 static struct pipe_sampler_view *sv = NULL; variable in typeref:struct:pipe_sampler_view
350 sv = ctx->create_sampler_view(ctx, samptex, &sv_template);
351 if (sv == NULL)
354 ctx->set_sampler_views(ctx, PIPE_SHADER_FRAGMENT, 0, 1, &sv);
quad-sample.c 34 static struct pipe_sampler_view *sv = NULL; variable in typeref:struct:pipe_sampler_view
265 sv = ctx->create_sampler_view(ctx, samptex, &sv_template);
266 if (sv == NULL)
269 ctx->set_sampler_views(ctx, PIPE_SHADER_FRAGMENT, 0, 1, &sv);
vs-test.c 48 static struct pipe_sampler_view *sv = NULL; variable in typeref:struct:pipe_sampler_view
339 sv = ctx->create_sampler_view(ctx, samptex, &sv_template);
340 if (sv == NULL)
343 ctx->set_sampler_views(ctx, PIPE_SHADER_FRAGMENT, 0, 1, &sv);
  /external/valgrind/drd/
drd_load_store.c 109 ULong sv; local
112 sv = ((ULong)stored_value_hi << 32) | stored_value_lo;
114 " / vc %s)", addr, size, sv, sv,

Completed in 936 milliseconds

1 2 34 5 6 7 8 91011>>