/third_party/node/deps/icu-small/source/common/ |
H A D | ucnvsel.cpp | 80 uint32_t mask; in generateSelectorData() local 679 static int16_t countOnes(uint32_t* mask, int32_t len) { in countOnes() argument 756 uint32_t* mask = (uint32_t*) uprv_malloc(columns * 4); ucnvsel_selectForString() local 798 uint32_t* mask = (uint32_t*) uprv_malloc(columns * 4); ucnvsel_selectForUTF8() local [all...] |
H A D | uts46.cpp | 1029 uint32_t mask=firstMask|lastMask; in checkLabelBiDi() local
|
/third_party/ninja/src/ |
H A D | graph.cc | 594 uint64_t mask = 1;
in PathDecanonicalized() local
|
/third_party/node/deps/brotli/c/enc/ |
H A D | hash.h | 465 InitOrStitchToPreviousBlock( MemoryManager* m, Hasher* hasher, const uint8_t* data, size_t mask, BrotliEncoderParams* params, size_t position, size_t input_size, BROTLI_BOOL is_last) InitOrStitchToPreviousBlock() argument
|
H A D | compress_fragment.c | 352 uint32_t mask = in UpdateBits() local 367 const size_t mask = (1u << bitpos) - 1; in RewindBitPosition() local
|
H A D | compress_fragment_two_pass.c | 543 const size_t mask = (1u << bitpos) - 1; in RewindBitPosition() local
|
/third_party/mesa3d/src/mesa/main/ |
H A D | ff_fragment_shader.cpp | 262 GLbitfield mask; in make_state_key() local
|
H A D | texparam.c | 204 GLuint mask = 0x7 << (3 * comp); in set_swizzle_component() local
|
H A D | image.c | 418 GLubyte mask = 1U << (unpack->SkipPixels & 0x7); in _mesa_expand_bitmap() local 440 GLubyte mask = 128U >> (unpack->SkipPixels & 0x7); in _mesa_expand_bitmap() local [all...] |
H A D | rastpos.c | 115 GLbitfield mask = ctx->Transform.ClipPlanesEnabled; in userclip_point() local 148 GLbitfield mask; in shade_rastpos() local
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_nir.c | 266 uint32_t mask = (1 << comps) - 1; in dzn_nir_indirect_draw_shader() local
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_glsl_to_nir.cpp | 300 uint32_t mask = BITFIELD_MASK(glsl_get_vector_elements(arr->type)); in zero_array_members() local 384 nir_variable_mode mask = nir_var_shader_in | nir_var_shader_out; in st_nir_preprocess() local 548 nir_variable_mode mask = in st_glsl_to_nir_post_opts() local
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_dump.c | 713 mask_to_string(uint32_t mask, char str[5]) in mask_to_string() argument 737 char mask[5] = ""; in dump_io_signature() local
|
/third_party/mesa3d/src/util/ |
H A D | register_allocate.c | 754 BITSET_WORD mask = ~(BITSET_WORD)0 >> (31 - high_bit); in ra_simplify() local
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir.cpp | 789 Instruction::defCount(unsigned int mask, bool singleFile) const in defCount() argument 808 Instruction::srcCount(unsigned int mask, bool singleFile) const in srcCount() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_bld_interp.c | 316 const unsigned mask = bld->mask[attrib]; in attribs_update_simple() local
|
H A D | lp_rast.c | 354 uint64_t mask = 0; in lp_rast_shade_tile() local 411 lp_rast_shade_quads_mask_sample(struct lp_rasterizer_task *task, const struct lp_rast_shader_inputs *inputs, unsigned x, unsigned y, uint64_t mask) lp_rast_shade_quads_mask_sample() argument 492 lp_rast_shade_quads_mask(struct lp_rasterizer_task *task, const struct lp_rast_shader_inputs *inputs, unsigned x, unsigned y, unsigned mask) lp_rast_shade_quads_mask() argument
|
H A D | lp_rast_tri.c | 68 unsigned mask = 0; in build_mask_linear() local 300 struct { unsigned mask:16; unsigned i:8; unsigned j:8; } out[16]; lp_rast_triangle_32_3_16() member 381 unsigned mask = _mm_movemask_epi8(c_0123); lp_rast_triangle_32_3_16() local 474 unsigned mask = _mm_movemask_epi8(c_0123); lp_rast_triangle_32_3_4() local 583 struct { unsigned mask:16; unsigned i:8; unsigned j:8; } out[16]; lp_rast_triangle_32_3_16() member 678 unsigned mask = vec_movemask_epi8(c_0123); lp_rast_triangle_32_3_16() local [all...] |
H A D | lp_setup_rect.c | 408 unsigned mask = left_mask | right_mask; in lp_setup_bin_rectangle() local 414 unsigned mask = top_mask | bottom_mask; in lp_setup_bin_rectangle() local 203 partial(struct lp_setup_context *setup, const struct lp_rast_rectangle *rect, boolean opaque, unsigned ix, unsigned iy, unsigned mask) partial() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv84_video_vp.c | 257 int i, sum = 0, mask, block_index, count; in nv84_decoder_vp_mpeg12_mb() local
|
/third_party/libinput/test/ |
H A D | test-utils.c | 740 uint32_t mask; in START_TEST() local
|
/third_party/libfuse/example/ |
H A D | passthrough_fh.c | 88 static int xmp_access(const char *path, int mask) in xmp_access() argument
|
/third_party/ltp/testcases/lib/ |
H A D | tst_net_vars.c | 92 struct in_addr mask; in prefix2mask() local 108 calc_network(const struct in_addr *ip, struct in_addr *mask) calc_network() argument 119 is_in_subnet_ipv4(const struct in_addr *network, const struct in_addr *mask, const struct in_addr *ip) is_in_subnet_ipv4() argument 126 is_in_subnet_ipv6(const struct in6_addr *network, const struct in6_addr *mask, const struct in6_addr *ip6) is_in_subnet_ipv6() argument 146 struct in_addr mask = prefix2mask(prefix); get_ipv4_netmask() local 190 struct in_addr mask = prefix2mask(prefix); get_ipv4_broadcast() local 211 struct in_addr mask, network; get_ipv4_net16_unused() local 265 struct in6_addr mask, network; get_ipv6_net32_unused() local [all...] |
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
H A D | commands.c | 64 static inline int nodemask_isset(nodemask_t * mask, int node) in nodemask_isset() argument 74 static inline void nodemask_set(nodemask_t * mask, int node) in nodemask_set() argument
|
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify10.c | 487 unsigned int mflags, mask, ignored_mask; in show_fanotify_ignore_marks() local 525 unsigned int mark_ignored, mask; in create_fanotify_groups() local [all...] |