Home
last modified time | relevance | path

Searched defs:mask (Results 201 - 225 of 2480) sorted by relevance

12345678910>>...100

/third_party/node/deps/v8/src/compiler/
H A Dframe.cc31 const int mask = alignment_in_slots - 1; in AlignFrame() local
H A Dvalue-numbering-reducer.cc159 size_t const mask = capacity_ - 1; in Grow() local
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dutils-arm64.h49 uint64_t mask = 0xff00000000000000; in ReverseBytes() local
/third_party/node/deps/v8/src/strings/
H A Dstring-hasher-inl.h35 int32_t mask = (hash - 1) >> 31; in GetHashCore() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_draw.c311 uint32_t mask = 0; variable
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dinotify.c27 uint32_t mask; member
36 static int inotify_add_watch_test(int fd, uint32_t mask) in inotify_add_watch_test() argument
[all...]
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_print.c131 bi_print_scoreboard_line(unsigned slot, const char *name, uint64_t mask, FILE *fp) in bi_print_scoreboard_line() argument
/third_party/pulseaudio/src/tests/
H A Donce-test.c65 cpuset_t mask; in thread_func() local
67 cpu_set_t mask; in thread_func() local
72 fail_unless(pthread_setaffinity_np(pthread_self(), sizeof(mask), &mask) == 0); in thread_func() local
/third_party/skia/third_party/externals/spirv-tools/test/
H A Doperand_pattern_test.cpp64 uint32_t mask; member
/third_party/skia/src/codec/
H A DSkMasks.cpp61 static uint8_t get_comp(uint32_t pixel, uint32_t mask, uint32_t shift, in get_comp() argument
89 static SkMasks::MaskInfo process_mask(uint32_t mask) { in process_mask() argument
[all...]
H A DSkMasks.h17 uint32_t mask; member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Doperand_pattern_test.cpp64 uint32_t mask; member
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dbit_reader_inl_utils.h149 const int32_t mask = (int32_t)(split - value) >> 31; // -1 or 0 in VP8GetSigned() local
/third_party/skia/third_party/externals/angle2/src/tests/test_expectations/
H A DGPUTestExpectationsParser.h54 void setTestExpectationsAllowMask(uint32_t mask) { mExpectationsAllowMask = mask; } in setTestExpectationsAllowMask() argument
/third_party/optimized-routines/math/test/rtest/
H A Drandom.c61 uint32 mask = 0xFFFFFFFF; in random_upto_makemask() local
69 static uint32 random_upto_internal(uint32 limit, uint32 mask) { in random_upto_internal() argument
78 uint32 mask = random_upto_makemask(limit); in random_upto() local
83 uint32 mask = random_upto_makemask(limit); in random_upto_biased() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-set-digest.hh111 mask_t mask; member
/third_party/vixl/src/aarch32/
H A Doperands-aarch32.cc245 uint32_t mask = 0xff000000; in ImmediateVmov() local
257 uint64_t mask = UINT64_C(0xff) << 56; in ImmediateVmov() local
[all...]
/third_party/python/Objects/stringlib/
H A Dfind_max_char.h69 Py_UCS4 mask; in find_max_char() local
[all...]
/third_party/rust/crates/minimal-lexical/src/
H A Dlib.rs53 pub mod mask; modules
/third_party/spirv-tools/test/
H A Doperand_pattern_test.cpp64 uint32_t mask; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dsha256-prf.c101 u8 mask = 0xff << (8 - buf_len_bits % 8); in sha256_prf_bits() local
H A Dsha384-prf.c101 u8 mask = 0xff << (8 - buf_len_bits % 8); in sha384_prf_bits() local
H A Dsha512-prf.c101 u8 mask = 0xff << (8 - buf_len_bits % 8); in sha512_prf_bits() local
/third_party/vk-gl-cts/framework/common/
H A DtcuSurfaceAccess.hpp42 inline tcu::RGBA toRGBAMasked (const tcu::Vec4& v, deUint8 mask) in toRGBAMasked() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dsha256-prf.c101 u8 mask = 0xff << (8 - buf_len_bits % 8); in sha256_prf_bits() local

Completed in 9 milliseconds

12345678910>>...100