Searched defs:j_max (Results 1 – 9 of 9) sorted by relevance
/external/libchrome/base/android/ |
D | record_histogram.cc | 108 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/ |
D | pool_resource_test.hpp | 423 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/ |
D | native_uma_recorder.cc | 95 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/ |
D | native_uma_recorder.cc | 95 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/ |
D | gav1_jni.cc | 424 const int j_max = decoder_buffer->displayed_width[plane_index] & ~15; in Convert10BitFrameTo8BitDataBufferNeon() local
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/av1/src/main/jni/ |
D | gav1_jni.cc | 424 const int j_max = decoder_buffer->displayed_width[plane_index] & ~15; in Convert10BitFrameTo8BitDataBufferNeon() local
|
/external/webp/src/enc/ |
D | backward_references_enc.c | 537 const int j_max = in BackwardReferencesLz77() local
|
/external/webrtc/sdk/android/src/jni/pc/ |
D | peer_connection.cc | 874 const JavaParamRef<jobject>& j_max) { in JNI_PeerConnection_SetBitrate()
|
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | graph_view.cc | 861 for (int j = 0, j_max = node->regular_fanouts_by_port_[i].size(); j < j_max; in ReplaceNodeFanouts() local
|