/aosp_15_r20/external/libaom/av1/common/x86/ |
H A D | cfl_ssse3.c | 52 __m128i bot = _mm_loadh_epi32((__m128i *)(input + input_stride)); in cfl_luma_subsampling_420_lbd_ssse3() local 59 __m128i bot = _mm_loadl_epi64((__m128i *)(input + input_stride)); in cfl_luma_subsampling_420_lbd_ssse3() local 66 __m128i bot = _mm_loadu_si128((__m128i *)(input + input_stride)); in cfl_luma_subsampling_420_lbd_ssse3() local 191 const __m128i bot = _mm_loadl_epi64((__m128i *)(input + input_stride)); in cfl_luma_subsampling_420_hbd_ssse3() local 197 const __m128i bot = _mm_loadu_si128((__m128i *)(input + input_stride)); in cfl_luma_subsampling_420_hbd_ssse3() local
|
H A D | cfl_avx2.c | 72 __m256i bot = _mm256_loadu_si256((__m256i *)(input + input_stride)); in cfl_luma_subsampling_420_lbd_avx2() local 173 __m256i bot = _mm256_loadu_si256((__m256i *)(input + input_stride)); in cfl_luma_subsampling_420_hbd_avx2() local
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkEdge.cpp | 85 int bot = SkFDot6Round(y1); in setLine() local 127 int bot = SkFDot6Round(y1); in updateLine() local 235 int bot = SkFDot6Round(y2); in setQuadraticWithoutUpdate() local 411 int bot = SkFDot6Round(y3); in setCubicWithoutUpdate() local
|
H A D | SkRegion_path.cpp | 298 SkScalar bot = SkIntToScalar(SK_MinS16); in count_path_runtype_values() local 371 int64_t bot = std::min(top + kTileSize, (int64_t)clipBounds.fBottom); in setPath() local 407 int bot = std::min(pathBot, clipBot); in setPath() local
|
H A D | SkScan_Antihair.cpp | 684 int bot = B >> 8; in antifilldot8() local 911 int bot = B >> 8; in innerstrokedot8() local
|
H A D | SkRegionPriv.h | 199 int bot; in computeRunBounds() local
|
H A D | SkAAClip.cpp | 618 auto advanceIter = [](Iter& iter, int& iterTop, int& iterBot, int bot) { in operateY() 636 int top, bot; in operateY() local 1355 int bot = r.fBottom - offsetY; in setRegion() local
|
H A D | SkEdge.h | 122 int bot = SkFDot6Round(y1); in setLine() local
|
/aosp_15_r20/external/libaom/av1/common/arm/ |
H A D | cfl_neon.c | 64 const uint8x8x4_t bot = vld4_u8(input + input_stride); in cfl_luma_subsampling_420_lbd_neon() local 152 const uint16x4_t bot = vld1_u16(input + input_stride); in cfl_luma_subsampling_420_hbd_neon() local 158 const uint16x8_t bot = vld1q_u16(input + input_stride); in cfl_luma_subsampling_420_hbd_neon() local 172 const uint16x8x4_t bot = vld4q_u16(input + input_stride); in cfl_luma_subsampling_420_hbd_neon() local
|
/aosp_15_r20/system/keymaster/key_blob_utils/ |
H A D | ocb.c | 166 static inline block gen_offset(uint64_t KtopStr[3], unsigned bot) { in gen_offset() 194 block gen_offset(uint64_t KtopStr[3], unsigned bot) { in gen_offset() 205 block gen_offset(uint64_t KtopStr[3], unsigned bot) { in gen_offset() 251 block gen_offset(uint64_t KtopStr[3], unsigned bot) { in gen_offset() 302 block gen_offset(uint64_t KtopStr[3], unsigned bot) { in gen_offset()
|
/aosp_15_r20/external/skia/src/gpu/graphite/geom/ |
H A D | Rect.h | 87 AI float bot() const { return -fVals.w(); } in bot() function 95 AI void setBot(float bot) { fVals.w() = -bot; } in setBot()
|
/aosp_15_r20/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/ |
H A D | vt320.java | 1794 int bot = rows; in putChar() local 1878 int bot = rows; in putChar() local 2787 int bot = R; in putChar() local
|
/aosp_15_r20/external/compiler-rt/test/asan/TestCases/ |
H A D | alloca_loop_unpoisoning.cc | 18 void *top, *bot; variable
|
H A D | alloca_vla_interact.cc | 21 char *top, *bot; in foo() local
|
/aosp_15_r20/external/libaom/av1/common/ |
H A D | cfl.c | 217 const int bot = i + input_stride; in cfl_luma_subsampling_420_lbd_c() local 261 const int bot = i + input_stride; in cfl_luma_subsampling_420_hbd_c() local
|
/aosp_15_r20/external/webrtc/tools_webrtc/perf/ |
H A D | catapult_uploader_test.py | 57 bot=None, argument
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/images/kernel_read_write/ |
H A D | test_read_1D_array.cpp | 158 float top[ 4 ], real[ 4 ], bot[ 4 ], bot2[ 4 ]; in determine_validation_error_1D_arr() local 175 float top[ 4 ], real[ 4 ], bot[ 4 ], bot2[ 4 ]; in determine_validation_error_1D_arr() local
|
H A D | test_common.h | 182 float top[4], real[4], bot[4]; in determine_validation_error_offset() local
|
H A D | test_iterations.cpp | 216 float top[ 4 ], real[ 4 ], bot[ 4 ], bot2[ 4 ]; in determine_validation_error() local 243 float top[ 4 ], real[ 4 ], bot[ 4 ], bot2[ 4 ]; in determine_validation_error() local
|
/aosp_15_r20/external/pcre/src/ |
H A D | pcre2_script_run.c | 310 int bot = 1; in PRIV() local
|
/aosp_15_r20/external/libmpeg2/common/x86/ |
H A D | ideint_cac_ssse3.c | 106 __m128i bot[4]; in ideint_cac_8x8_ssse3() local
|
/aosp_15_r20/external/googleapis/google/chat/v1/ |
H A D | annotation.proto | 116 User bot = 1; field
|
/aosp_15_r20/external/fonttools/Lib/fontTools/varLib/ |
H A D | featureVars.py | 247 def overlayBox(top, bot): argument
|
/aosp_15_r20/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | Pyramid.cpp | 113 int top, int bot) in BorderSpread()
|
/aosp_15_r20/trusty/kernel/app/pactest/ |
H A D | pactest.c | 328 uint8_t top = 0, bot = 64; in TEST_P() local
|