Home
last modified time | relevance | path

Searched refs:x_bound (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dimage-inl.h250 const int x_bound = orig_x + factor; in DownsampleAveraged() local
259 for (int curr_x = orig_x; curr_x < x_bound; ++curr_x) { in DownsampleAveraged()
/external/mksh/src/
Dedit.c958 static unsigned char x_bound[(X_TABSZ * X_NTABS + 7) / 8]; variable
2576 x_bound[(prefix * X_TABSZ + key) / 8] &= in x_bind()
2579 x_bound[(prefix * X_TABSZ + key) / 8] |= in x_bind()
2595 if (x_bound[t >> 3] & (1 << (t & 7))) in bind_if_not_bound()