/third_party/skia/third_party/externals/freetype/src/pshinter/ |
D | pshalgo.h | 135 #define psh_point_is_strong( p ) ( (p)->flags2 & PSH_POINT_STRONG ) 136 #define psh_point_is_fitted( p ) ( (p)->flags2 & PSH_POINT_FITTED ) 137 #define psh_point_is_extremum( p ) ( (p)->flags2 & PSH_POINT_EXTREMUM ) 138 #define psh_point_is_positive( p ) ( (p)->flags2 & PSH_POINT_POSITIVE ) 139 #define psh_point_is_negative( p ) ( (p)->flags2 & PSH_POINT_NEGATIVE ) 140 #define psh_point_is_edge_min( p ) ( (p)->flags2 & PSH_POINT_EDGE_MIN ) 141 #define psh_point_is_edge_max( p ) ( (p)->flags2 & PSH_POINT_EDGE_MAX ) 143 #define psh_point_set_strong( p ) (p)->flags2 |= PSH_POINT_STRONG 144 #define psh_point_set_fitted( p ) (p)->flags2 |= PSH_POINT_FITTED 145 #define psh_point_set_extremum( p ) (p)->flags2 |= PSH_POINT_EXTREMUM [all …]
|
D | pshalgo.c | 1091 point->flags2 = 0; in psh_glyph_load_points() 1139 point->flags_x = point->flags2 | point->flags; in psh_glyph_save_points() 1144 point->flags_y = point->flags2 | point->flags; in psh_glyph_save_points() 1445 point->flags2 |= PSH_POINT_EDGE_MIN; in psh_hint_table_find_strong_points() 1465 point->flags2 |= PSH_POINT_EDGE_MAX; in psh_hint_table_find_strong_points() 1490 if ( point->flags2 & min_flag ) in psh_hint_table_find_strong_points() 1500 point->flags2 |= PSH_POINT_EDGE_MIN; in psh_hint_table_find_strong_points() 1507 else if ( point->flags2 & max_flag ) in psh_hint_table_find_strong_points() 1517 point->flags2 |= PSH_POINT_EDGE_MAX; in psh_hint_table_find_strong_points()
|
/third_party/flutter/skia/third_party/externals/freetype/src/pshinter/ |
D | pshalgo.h | 139 #define psh_point_is_strong( p ) ( (p)->flags2 & PSH_POINT_STRONG ) 140 #define psh_point_is_fitted( p ) ( (p)->flags2 & PSH_POINT_FITTED ) 141 #define psh_point_is_extremum( p ) ( (p)->flags2 & PSH_POINT_EXTREMUM ) 142 #define psh_point_is_positive( p ) ( (p)->flags2 & PSH_POINT_POSITIVE ) 143 #define psh_point_is_negative( p ) ( (p)->flags2 & PSH_POINT_NEGATIVE ) 144 #define psh_point_is_edge_min( p ) ( (p)->flags2 & PSH_POINT_EDGE_MIN ) 145 #define psh_point_is_edge_max( p ) ( (p)->flags2 & PSH_POINT_EDGE_MAX ) 147 #define psh_point_set_strong( p ) (p)->flags2 |= PSH_POINT_STRONG 148 #define psh_point_set_fitted( p ) (p)->flags2 |= PSH_POINT_FITTED 149 #define psh_point_set_extremum( p ) (p)->flags2 |= PSH_POINT_EXTREMUM [all …]
|
D | pshalgo.c | 1091 point->flags2 = 0; in psh_glyph_load_points() 1139 point->flags_x = point->flags2 | point->flags; in psh_glyph_save_points() 1144 point->flags_y = point->flags2 | point->flags; in psh_glyph_save_points() 1453 point->flags2 |= PSH_POINT_EDGE_MIN; in psh_hint_table_find_strong_points() 1473 point->flags2 |= PSH_POINT_EDGE_MAX; in psh_hint_table_find_strong_points() 1499 if ( point->flags2 & min_flag ) in psh_hint_table_find_strong_points() 1509 point->flags2 |= PSH_POINT_EDGE_MIN; in psh_hint_table_find_strong_points() 1516 else if ( point->flags2 & max_flag ) in psh_hint_table_find_strong_points() 1526 point->flags2 |= PSH_POINT_EDGE_MAX; in psh_hint_table_find_strong_points()
|
/third_party/freetype/src/pshinter/ |
D | pshalgo.h | 139 #define psh_point_is_strong( p ) ( (p)->flags2 & PSH_POINT_STRONG ) 140 #define psh_point_is_fitted( p ) ( (p)->flags2 & PSH_POINT_FITTED ) 141 #define psh_point_is_extremum( p ) ( (p)->flags2 & PSH_POINT_EXTREMUM ) 142 #define psh_point_is_positive( p ) ( (p)->flags2 & PSH_POINT_POSITIVE ) 143 #define psh_point_is_negative( p ) ( (p)->flags2 & PSH_POINT_NEGATIVE ) 144 #define psh_point_is_edge_min( p ) ( (p)->flags2 & PSH_POINT_EDGE_MIN ) 145 #define psh_point_is_edge_max( p ) ( (p)->flags2 & PSH_POINT_EDGE_MAX ) 147 #define psh_point_set_strong( p ) (p)->flags2 |= PSH_POINT_STRONG 148 #define psh_point_set_fitted( p ) (p)->flags2 |= PSH_POINT_FITTED 149 #define psh_point_set_extremum( p ) (p)->flags2 |= PSH_POINT_EXTREMUM [all …]
|
D | pshalgo.c | 1090 point->flags2 = 0; in psh_glyph_load_points() 1138 point->flags_x = point->flags2 | point->flags; in psh_glyph_save_points() 1143 point->flags_y = point->flags2 | point->flags; in psh_glyph_save_points() 1452 point->flags2 |= PSH_POINT_EDGE_MIN; in psh_hint_table_find_strong_points() 1472 point->flags2 |= PSH_POINT_EDGE_MAX; in psh_hint_table_find_strong_points() 1498 if ( point->flags2 & min_flag ) in psh_hint_table_find_strong_points() 1508 point->flags2 |= PSH_POINT_EDGE_MIN; in psh_hint_table_find_strong_points() 1515 else if ( point->flags2 & max_flag ) in psh_hint_table_find_strong_points() 1525 point->flags2 |= PSH_POINT_EDGE_MAX; in psh_hint_table_find_strong_points()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferMemoryRequirementsTestsUtils.hpp | 142 const std::vector<BitsSet<Flag, Bits, Ignored...>>& flags2 in mergeFlags() argument 146 if (!flags1.empty() && !flags2.empty()) { in mergeFlags() 148 for (const auto& flag2 : flags2) in mergeFlags() 152 else if (flags2.empty()) { in mergeFlags() 156 for (const auto& flag2 : flags2) in mergeFlags()
|
/third_party/libffi/src/sh64/ |
D | ffi.c | 167 cif->flags2 = 0; in ffi_prep_cif_machdep() 186 cif->flags2 += ((cif->arg_types)[i]->type) << (2 * j++); in ffi_prep_cif_machdep() 195 cif->flags2 += ((cif->arg_types)[i]->type) << (2 * j++); in ffi_prep_cif_machdep() 198 cif->flags2 += FFI_TYPE_INT << (2 * j++); in ffi_prep_cif_machdep() 213 cif->flags2 += FFI_TYPE_INT << (2 * j++); in ffi_prep_cif_machdep() 279 ffi_call_SYSV(ffi_prep_args, &ecif, cif->bytes, cif->flags, cif->flags2, in ffi_call()
|
D | ffitarget.h | 48 #define FFI_EXTRA_CIF_FIELDS long long flags2
|
/third_party/ffmpeg/libavcodec/ |
D | imm5.c | 65 ctx->h264_avctx->flags2 = avctx->flags2; in imm5_init() 78 ctx->hevc_avctx->flags2 = avctx->flags2; in imm5_init()
|
D | wmaenc.c | 34 int i, flags1, flags2, block_align; in encode_init() local 62 flags2 = 1; in encode_init() 69 AV_WL16(extradata + 2, flags2); in encode_init() 76 AV_WL16(extradata + 4, flags2); in encode_init() 81 s->use_exp_vlc = flags2 & 0x0001; in encode_init() 82 s->use_bit_reservoir = flags2 & 0x0002; in encode_init() 83 s->use_variable_block_len = flags2 & 0x0004; in encode_init() 87 if ((ret = ff_wma_init(avctx, flags2)) < 0) in encode_init()
|
D | wmadec.c | 73 int i, flags2; in wma_decode_init() local 84 flags2 = 0; in wma_decode_init() 87 flags2 = AV_RL16(extradata + 2); in wma_decode_init() 89 flags2 = AV_RL16(extradata + 4); in wma_decode_init() 91 s->use_exp_vlc = flags2 & 0x0001; in wma_decode_init() 92 s->use_bit_reservoir = flags2 & 0x0002; in wma_decode_init() 93 s->use_variable_block_len = flags2 & 0x0004; in wma_decode_init() 105 if (ff_wma_init(avctx, flags2) < 0) in wma_decode_init()
|
D | pthread.c | 51 && !(avctx->flags2 & AV_CODEC_FLAG2_CHUNKS); in validate_thread_parameters()
|
D | wma.c | 77 av_cold int ff_wma_init(AVCodecContext *avctx, int flags2) in ff_wma_init() argument 107 nb = ((flags2 >> 3) & 3) + 1; in ff_wma_init() 183 ff_dlog(s->avctx, "flags2=0x%x\n", flags2); in ff_wma_init()
|
D | huffyuvenc.c | 468 if (s->avctx->flags2 & AV_CODEC_FLAG2_NO_OUTPUT) in encode_422_bitstream() 554 if (s->avctx->flags2 & AV_CODEC_FLAG2_NO_OUTPUT) in encode_plane_bitstream() 590 if (s->avctx->flags2 & AV_CODEC_FLAG2_NO_OUTPUT) in encode_plane_bitstream() 625 if (s->avctx->flags2 & AV_CODEC_FLAG2_NO_OUTPUT) in encode_plane_bitstream() 683 if (s->avctx->flags2 & AV_CODEC_FLAG2_NO_OUTPUT) in encode_gray_bitstream() 732 (s->avctx->flags2 & AV_CODEC_FLAG2_NO_OUTPUT)) { in encode_bgra_bitstream() 1022 if (!(s->avctx->flags2 & AV_CODEC_FLAG2_NO_OUTPUT)) { in encode_frame()
|
D | parser.c | 199 avctx->flags2 & AV_CODEC_FLAG2_LOCAL_HEADER) { in av_parser_change() 210 if (keyframe && (avctx->flags2 & AV_CODEC_FLAG2_LOCAL_HEADER)) { in av_parser_change()
|
D | wma.h | 149 int ff_wma_init(AVCodecContext *avctx, int flags2);
|
D | ass.c | 144 if (!(avctx->flags2 & AV_CODEC_FLAG2_RO_FLUSH_NOOP)) in ff_ass_decoder_flush()
|
D | libzvbi-teletextdec.c | 610 int flags2 = vbi_unham16p(p + 8); in slice_to_vbi_lines() local 611 if (page >= 0 && flags1 >= 0 && flags2 >= 0) { in slice_to_vbi_lines() 614 … ctx->subtitle_map[pgno] = (!(flags1 & 0x40) && flags1 & 0x80 && flags2 & 0x01); in slice_to_vbi_lines() 786 if (!(avctx->flags2 & AV_CODEC_FLAG2_RO_FLUSH_NOOP)) in teletext_close_decoder()
|
D | cri.c | 71 s->jpeg_avctx->flags2 = avctx->flags2; in cri_decode_init()
|
/third_party/libsnd/src/ |
D | mat5.c | 263 int type, flags1, flags2, rows, cols ; in mat5_read_header() local 312 psf_binheader_readf (psf, "44", &flags1, &flags2) ; in mat5_read_header() 313 psf_log_printf (psf, " Flg1 : %X Flg2 : %d\n", flags1, flags2) ; in mat5_read_header() 411 psf_binheader_readf (psf, "44", &flags1, &flags2) ; in mat5_read_header() 412 psf_log_printf (psf, " Flg1 : %X Flg2 : %d\n", flags1, flags2) ; in mat5_read_header()
|
/third_party/curl/tests/ |
D | smbserver.py | 168 flags2 = recv_packet["Flags2"] 169 ncax_data = imp_smb.SMBNtCreateAndX_Data(flags=flags2, 173 flags2,
|
/third_party/lwip/src/include/lwip/prot/ |
D | dns.h | 106 PACK_STRUCT_FLD_8(u8_t flags2);
|
/third_party/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_atomic_operations_vs_interrupt_disabling_module/ |
D | test-cmpxchg-nolock.c | 216 unsigned long flags, flags2; in do_test_disable_int() local 225 local_irq_save(flags2); in do_test_disable_int()
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_psa_its.function | 115 uint32_t flags2 = flags2_arg; 129 PSA_ASSERT( psa_its_set_wrap( uid, data2->len, data2->x, flags2 ) ); 132 TEST_ASSERT( info.flags == flags2 );
|