| /third_party/ffmpeg/libavcodec/ |
| H A D | pictordec.c | 66 unsigned mask = ((1U << bits_per_plane) - 1) << shift; in picmemset() local
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_maskedmerge.c | 64 AVFrame *base, *overlay, *mask; member 74 AVFrame *mask = td->mask; in filter_slice() local 110 AVFrame *out, *base, *overlay, *mask; in process_frame() local 218 AVFilterLink *mask = ctx->inputs[2]; config_output() local [all...] |
| /third_party/ffmpeg/libavformat/ |
| H A D | nut.c | 268 int64_t mask = (1ULL << stream->msb_pts_shift) - 1; in ff_lsb2full() local
|
| H A D | riffdec.c | 65 uint64_t mask; in parse_waveformatex() local
|
| /third_party/curl/lib/ |
| H A D | ws.h | 60 unsigned char mask[4]; /* 32 bit mask for this connection */ member
|
| H A D | noproxy.c | 62 unsigned int mask = 0xffffffff << (32 - bits); in Curl_cidr4_match() local
|
| /third_party/ffmpeg/tests/checkasm/ |
| H A D | h264dsp.c | 334 uint32_t mask = pixel_mask_lf[bit_depth - 8]; in check_loop_filter() local 398 uint32_t mask = pixel_mask_lf[bit_depth - 8]; in check_loop_filter_intra() local
|
| /third_party/astc-encoder/Source/ |
| H A D | astcenc_integer_sequence.cpp | 452 unsigned int mask = (1 << bitcount) - 1; in write_bits() local 483 unsigned int mask = (1 << bitcount) - 1; in read_bits() local 505 unsigned int mask in encode_ise() local [all...] |
| /third_party/backends/backend/ |
| H A D | canon_pp-io.c | 433 static void outcont(struct parport *port, int d, int mask) in outcont() argument 552 expect(struct parport *port, const char *msg, int s, int mask, unsigned int delay) expect() argument
|
| /third_party/backends/backend/genesys/ |
| H A D | image_pixel.cpp | 109 std::uint8_t mask = 0x1 << (7 - (x % 8)); in write_bit() local
|
| /third_party/alsa-utils/alsaloop/ |
| H A D | control.c | 371 unsigned int mask = snd_ctl_event_elem_get_mask(ev); in control_event1() local
|
| /third_party/libsnd/src/ALAC/ |
| H A D | ALACBitUtilities.c | 227 uint8_t mask ; in BitBufferWrite() local
|
| /third_party/lzma/CPP/Windows/ |
| H A D | System.cpp | 27 UInt32 CountAffinity(DWORD_PTR mask)
in CountAffinity() argument
|
| /third_party/lzma/CPP/Windows/Control/ |
| H A D | ImageList.h | 61 int AddMasked(HBITMAP hbmImage, COLORREF mask)
in AddMasked() argument
|
| /third_party/mbedtls/library/ |
| H A D | constant_time.c | 177 const uint64_t mask = (uint64_t) condition; in mbedtls_ct_memcpy_if() local 234 uint32_t mask = (uint32_t) ~condition; in mbedtls_ct_zeroize_if() local
|
| /third_party/lzma/C/ |
| H A D | Sha256Opt.c | 160 const __m128i mask = _mm_set_epi32(0x0c0d0e0f, 0x08090a0b, 0x04050607, 0x00010203);
in Sha256_UpdateBlocks_HW() local
|
| /third_party/jerryscript/jerry-core/ecma/base/ |
| H A D | ecma-property-hashmap.c | 139 uint32_t mask = max_property_count - 1; in ecma_property_hashmap_create() local 245 uint32_t mask = hashmap_p->max_property_count - 1; in ecma_property_hashmap_insert() local 317 uint32_t mask = hashmap_p->max_property_count - 1; ecma_property_hashmap_delete() local 412 uint32_t mask = hashmap_p->max_property_count - 1; ecma_property_hashmap_find() local [all...] |
| /third_party/mesa3d/src/freedreno/registers/ |
| H A D | gen_header.py | 100 def mask(low, high): function
|
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_util.h | 291 uint64_t mask = 1ull << it.bit; in insert() local
|
| /third_party/mesa3d/src/broadcom/cle/ |
| H A D | v3d_packet_helpers.h | 99 const uint64_t mask = ~0ull >> (64 - width); in __gen_sint() local 109 uint64_t mask = (~0ull >> (64 - (end - start + 1))) << start; in __gen_offset() local 138 const uint64_t mask = ~0ull >> (64 - (end - start + 1)); in __gen_sfixed() local 166 const uint32_t mask = (width == 32 ? ~0 : (1 << width) - 1 ); in __gen_unpack_uint() local
|
| /third_party/mesa3d/src/compiler/isaspec/ |
| H A D | isa.py | 130 def mask(self): global() member in BitSetField [all...] |
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_cs.h | 87 radeon_set_context_reg_rmw(struct radeon_cmdbuf *cs, unsigned reg, unsigned value, unsigned mask) in radeon_set_context_reg_rmw() argument
|
| /third_party/libwebsockets/plugins/ssh-base/crypto/ |
| H A D | fe25519.c | 145 uint32_t mask = b; in fe25519_cmov() local
|
| /third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_syscall_test/ |
| H A D | cpuset_syscall_test.c | 54 static unsigned long mask; variable [all...] |
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_fs_lower_regioning.cpp | 551 const unsigned mask = has_invalid_exec_type(v->devinfo, inst); in lower_exec_type() local
|