HomeSort by relevance Sort by last modified time
    Searched refs:nv (Results 76 - 100 of 124) sorted by null

1 2 34 5

  /external/flac/libFLAC/
metadata_object.c 1324 const size_t nv = strlen(field_value); local
1349 const size_t nv = entry.length-nn-1; \/* -1 for the '=' *\/ local
    [all...]
  /frameworks/native/opengl/libagl/
context.h 220 void (*clipVertex)(ogles_context_t* c, vertex_t* nv,
222 void (*clipEye)(ogles_context_t* c, vertex_t* nv,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_video.c 902 nouveau_context_init_vdec(struct nouveau_context *nv)
904 nv->pipe.create_video_decoder = nouveau_context_create_decoder;
905 nv->pipe.create_video_buffer = nouveau_context_video_buffer_create;
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_video.c 902 nouveau_context_init_vdec(struct nouveau_context *nv)
904 nv->pipe.create_video_decoder = nouveau_context_create_decoder;
905 nv->pipe.create_video_buffer = nouveau_context_video_buffer_create;
  /cts/tests/tests/media/src/android/media/cts/
Vp8CodecTestBase.java 317 byte[] nv = new byte[yuv.length];
319 System.arraycopy(yuv, 0, nv, 0, width * height);
326 nv[nv_offset++] = yuv[u_offset++];
327 nv[nv_offset++] = yuv[v_offset++];
329 return nv;
    [all...]
  /external/chromium_org/cc/layers/
tiled_layer_unittest.cc 818 gfx::Rect nv(0, 0, 0, 0);
819 gfx::Rect visible_rect[10] = { nv, nv, v, v, nv, nv, v, v, nv, nv }
    [all...]
  /external/chromium_org/v8/src/arm64/
constants-arm64.h 259 nv = 15 // Behaves as always/al. enumerator in enum:v8::internal::Condition
263 // Conditions al and nv behave identically, as "always true". They can't be
265 DCHECK((cond != al) && (cond != nv));
296 return nv;
    [all...]
assembler-arm64.cc     [all...]
macro-assembler-arm64.h 87 integer_nv = nv,
89 // These two are *different* from the architectural codes al and nv.
101 kBranchTypeLastCondition = nv,
    [all...]
disasm-arm64.cc 379 bool invertible_cond = (cond != al) && (cond != nv);
    [all...]
simulator-arm64.h 639 case nv: // Fall through.
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
evsel.c 852 size_t nv = scale ? 3 : 1; local
860 if (readn(FD(evsel, cpu, thread), &count, nv * sizeof(u64)) < 0)
880 size_t nv = scale ? 3 : 1; local
892 &count, nv * sizeof(u64)) < 0)
    [all...]
  /external/vixl/test/
test-disasm-a64.cc     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/shared/maven-filtering/1.0-beta-4/
maven-filtering-1.0-beta-4.jar 
  /external/vixl/src/a64/
assembler-a64.cc 814 VIXL_ASSERT((cond != al) && (cond != nv));
821 VIXL_ASSERT((cond != al) && (cond != nv));
828 VIXL_ASSERT((cond != al) && (cond != nv));
834 VIXL_ASSERT((cond != al) && (cond != nv));
840 VIXL_ASSERT((cond != al) && (cond != nv));
    [all...]
simulator-a64.h 464 case nv: // Fall through.
constants-a64.h 180 nv = 15 // Behaves as always/al. enumerator in enum:vixl::Condition
184 // Conditions al and nv behave identically, as "always true". They can't be
186 VIXL_ASSERT((cond != al) && (cond != nv));
    [all...]
macro-assembler-a64.cc 417 VIXL_ASSERT((cond != al) && (cond != nv));
441 VIXL_ASSERT((cond != al) && (cond != nv));
    [all...]
  /external/chromium_org/v8/test/cctest/
test-disasm-arm64.cc     [all...]
  /external/mksh/src/
funcs.c 3034 char *nv; local
    [all...]
  /external/llvm/test/MC/AArch64/
basic-a64-diagnostics.s     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
transtst.cpp 1992 int32_t nv = Transliterator::countAvailableVariants(source, target); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
transtst.cpp 1991 int32_t nv = Transliterator::countAvailableVariants(source, target); local
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cucdtst.c 2879 double nv; local
    [all...]
  /external/chromium_org/v8/src/compiler/arm64/
code-generator-arm64.cc 554 Condition cc = nv;

Completed in 2318 milliseconds

1 2 34 5