HomeSort by relevance Sort by last modified time
    Searched refs:uninitialized_value (Results 1 - 8 of 8) sorted by null

  /device/google/dragon/audio/hal/dsp/
drc_kernel.c 28 const float uninitialized_value = -1; variable
49 dk->ratio = uninitialized_value;
50 dk->slope = uninitialized_value;
51 dk->linear_threshold = uninitialized_value;
52 dk->db_threshold = uninitialized_value;
53 dk->db_knee = uninitialized_value;
54 dk->knee_threshold = uninitialized_value;
55 dk->ratio_base = uninitialized_value;
56 dk->K = uninitialized_value;
    [all...]
  /external/v8/test/cctest/
types-fuzz.h 75 uninitialized = isolate->factory()->uninitialized_value();
  /external/v8/src/ast/
ast.cc 601 return isolate->factory()->uninitialized_value();
    [all...]
  /external/v8/src/
objects-debug.cc 634 CHECK(this == heap->uninitialized_value());
    [all...]
code-stubs.h     [all...]
objects.cc     [all...]
objects.h     [all...]
  /external/v8/src/heap/
heap.h 37 V(Oddball, uninitialized_value, UninitializedValue) \
    [all...]

Completed in 192 milliseconds