Home
last modified time | relevance | path

Searched defs:j_max (Results 1 – 9 of 9) sorted by relevance

/external/libchrome/base/android/
Drecord_histogram.cc108 jint j_max, in JNI_RecordHistogram_CustomCountHistogram()
135 jint j_max, in JNI_RecordHistogram_LinearCountHistogram()
174 jint j_max, in JNI_RecordHistogram_CustomTimesHistogram()
248 jint j_max, in JNI_RecordHistogram_RecordCustomCountHistogram()
266 jint j_max, in JNI_RecordHistogram_RecordLinearCountHistogram()
298 jint j_max, in JNI_RecordHistogram_RecordCustomTimesHistogramMilliseconds()
/external/sdv/vsomeip/third_party/boost/container/test/
Dpool_resource_test.hpp423 for(std::size_t j = 0, j_max = opts.max_blocks_per_chunk*2u-1u; j != j_max; ++j){ in test_release() local
432 for(std::size_t j = 0, j_max = opts.max_blocks_per_chunk*2u-1u; j != j_max; ++j){ in test_release() local
460 for(std::size_t j = 0, j_max = opts.max_blocks_per_chunk*2u-1u; j != j_max; ++j){ in test_destructor() local
469 for(std::size_t j = 0, j_max = opts.max_blocks_per_chunk*2u-1u; j != j_max; ++j){ in test_destructor() local
/external/cronet/stable/base/android/
Dnative_uma_recorder.cc95 jint j_max, in ExponentialHistogram()
119 jint j_max, in LinearHistogram()
182 jint j_max, in JNI_NativeUmaRecorder_RecordExponentialHistogram()
197 jint j_max, in JNI_NativeUmaRecorder_RecordLinearHistogram()
/external/cronet/tot/base/android/
Dnative_uma_recorder.cc95 jint j_max, in ExponentialHistogram()
119 jint j_max, in LinearHistogram()
182 jint j_max, in JNI_NativeUmaRecorder_RecordExponentialHistogram()
197 jint j_max, in JNI_NativeUmaRecorder_RecordLinearHistogram()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/av1/src/main/jni/
Dgav1_jni.cc424 const int j_max = decoder_buffer->displayed_width[plane_index] & ~15; in Convert10BitFrameTo8BitDataBufferNeon() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/av1/src/main/jni/
Dgav1_jni.cc424 const int j_max = decoder_buffer->displayed_width[plane_index] & ~15; in Convert10BitFrameTo8BitDataBufferNeon() local
/external/webp/src/enc/
Dbackward_references_enc.c537 const int j_max = in BackwardReferencesLz77() local
/external/webrtc/sdk/android/src/jni/pc/
Dpeer_connection.cc874 const JavaParamRef<jobject>& j_max) { in JNI_PeerConnection_SetBitrate()
/external/tensorflow/tensorflow/core/grappler/utils/
Dgraph_view.cc861 for (int j = 0, j_max = node->regular_fanouts_by_port_[i].size(); j < j_max; in ReplaceNodeFanouts() local