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

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
integral_wrapper.hpp 61 BOOST_STATIC_CONSTANT(AUX_WRAPPER_VALUE_TYPE, next_value = BOOST_MPL_AUX_STATIC_CAST(AUX_WRAPPER_VALUE_TYPE, (N + 1)));
64 typedef AUX_WRAPPER_INST(next_value) next;
  /external/libdrm/tests/
drmsl.c 114 void *next_value; local
119 &next_key, &next_value);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
protourlencode.py 493 next_value = parent.get_assigned_value(field.name)
494 if next_value is None:
502 next_value = [next_value]
504 for index, item in enumerate(next_value):
  /external/libdrm/
xf86drmSL.c 232 unsigned long *next_key, void **next_value)
241 *prev_value = *next_value = NULL;
249 *next_value = update[0]->forward[0]->value;
xf86drm.h 721 unsigned long *next_key, void **next_value);
  /toolchain/binutils/binutils-2.25/opcodes/
cgen-opc.c 97 ke = ke->next_value;
119 ke->next_value = kt->value_hash_table[hash];
  /external/chromium-trace/catapult/third_party/pipeline/pipeline/
pipeline.py     [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
cgen.h 517 struct cgen_keyword_entry *next_value;
509 struct cgen_keyword_entry *next_value; member in struct:cgen_keyword_entry
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_impl_unittest.cc 451 uint16_t next_value() const { return next_value_; } function in class:webrtc::CountingSamplesDecoder
481 static_cast<size_t>(decoder_.next_value() - 1));
    [all...]

Completed in 700 milliseconds