Searched refs:bit_test (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/v8/src/arm64/
H A Dutils-arm64.cc20 uint64_t bit_test = 1UL << (width - 1); local
21 while ((count < width) && ((bit_test & value) == 0)) {
23 bit_test >>= 1;
/external/vixl/src/
H A Dutils-vixl.cc63 uint64_t bit_test = UINT64_C(1) << (width - 1); local
64 while ((count < width) && ((bit_test & value) == 0)) {
66 bit_test >>= 1;
/external/chromium_org/third_party/freetype/include/freetype/
H A Dftimage.h1084 /* bit_test :: The bit test callback. UNIMPLEMENTED! */
1104 /* `black_spans', and `bit_test' and `bit_set' in the case of a */
1109 /* Note that the `bit_test' and `bit_set' callbacks are required when */
1120 FT_Raster_BitTest_Func bit_test; /* doesn't work! */ member in struct:FT_Raster_Params_
/external/freetype/include/
H A Dftimage.h1084 /* bit_test :: The bit test callback. UNIMPLEMENTED! */
1104 /* `black_spans', and `bit_test' and `bit_set' in the case of a */
1109 /* Note that the `bit_test' and `bit_set' callbacks are required when */
1120 FT_Raster_BitTest_Func bit_test; /* doesn't work! */ member in struct:FT_Raster_Params_
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftimage.h1084 /* bit_test :: The bit test callback. UNIMPLEMENTED! */
1104 /* `black_spans', and `bit_test' and `bit_set' in the case of a */
1109 /* Note that the `bit_test' and `bit_set' callbacks are required when */
1120 FT_Raster_BitTest_Func bit_test; /* doesn't work! */ member in struct:FT_Raster_Params_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftimage.h1084 /* bit_test :: The bit test callback. UNIMPLEMENTED! */
1104 /* `black_spans', and `bit_test' and `bit_set' in the case of a */
1109 /* Note that the `bit_test' and `bit_set' callbacks are required when */
1120 FT_Raster_BitTest_Func bit_test; /* doesn't work! */ member in struct:FT_Raster_Params_
/external/valgrind/main/VEX/priv/
H A Dhost_arm64_isel.c1171 ULong bit_test = 1ULL << (width - 1); local
1172 while ((count < width) && ((bit_test & value) == 0)) {
1174 bit_test >>= 1;

Completed in 2025 milliseconds