/third_party/mesa3d/src/intel/compiler/ |
D | brw_nir.c | 519 #define OPT(pass, ...) ({ \ macro 539 OPT(nir_split_array_vars, nir_var_function_temp); in brw_nir_optimize() 540 OPT(nir_shrink_vec_array_vars, nir_var_function_temp); in brw_nir_optimize() 541 OPT(nir_opt_deref); in brw_nir_optimize() 542 if (OPT(nir_opt_memcpy)) in brw_nir_optimize() 543 OPT(nir_split_var_copies); in brw_nir_optimize() 544 OPT(nir_lower_vars_to_ssa); in brw_nir_optimize() 550 OPT(nir_opt_find_array_copies); in brw_nir_optimize() 552 OPT(nir_opt_copy_prop_vars); in brw_nir_optimize() 553 OPT(nir_opt_dead_write_vars); in brw_nir_optimize() [all …]
|
D | brw_vec4.cpp | 2393 #define OPT(pass, args...) ({ \ in run() macro 2426 OPT(opt_predicated_break, this); in run() 2427 OPT(opt_reduce_swizzle); in run() 2428 OPT(dead_code_eliminate); in run() 2429 OPT(dead_control_flow_eliminate, this); in run() 2430 OPT(opt_copy_propagation); in run() 2431 OPT(opt_cmod_propagation); in run() 2432 OPT(opt_cse); in run() 2433 OPT(opt_algebraic); in run() 2434 OPT(opt_register_coalesce); in run() [all …]
|
D | brw_fs.cpp | 6047 #define OPT(pass, args...) ({ \ in optimize() macro 6077 OPT(split_virtual_grfs); in optimize() 6085 OPT(dead_code_eliminate); in optimize() 6087 OPT(remove_extra_rounding_modes); in optimize() 6094 OPT(remove_duplicate_mrf_writes); in optimize() 6096 OPT(opt_algebraic); in optimize() 6097 OPT(opt_cse); in optimize() 6098 OPT(opt_copy_propagation); in optimize() 6099 OPT(opt_predicated_break, this); in optimize() 6100 OPT(opt_cmod_propagation); in optimize() [all …]
|
/third_party/ffmpeg/libavcodec/x86/ |
D | rv40dsp_init.c | 79 #define QPEL_FUNC_DECL(OP, SIZE, PH, PV, OPT) \ in DECLARE_WEIGHT() argument 80 static void OP ## rv40_qpel ##SIZE ##_mc ##PH ##PV ##OPT(uint8_t *dst, \ in DECLARE_WEIGHT() 91 ff_put_rv40_qpel_h ##OPT(tmp + i, SIZE, src + i, stride, \ in DECLARE_WEIGHT() 94 ff_ ##OP ##rv40_qpel_v ##OPT(dst + i, stride, tmpptr + i, \ in DECLARE_WEIGHT() 98 ff_ ##OP ##rv40_qpel_v ## OPT(dst + i, stride, src + i, \ in DECLARE_WEIGHT() 102 ff_ ##OP ##rv40_qpel_h ## OPT(dst + i, stride, src + i, \ in DECLARE_WEIGHT() 109 #define QPEL_FUNCS_DECL(OP, PH, PV, OPT) \ argument 110 QPEL_FUNC_DECL(OP, 8, PH, PV, OPT) \ 111 QPEL_FUNC_DECL(OP, 16, PH, PV, OPT) 114 #define QPEL_MC_DECL(OP, OPT) \ argument [all …]
|
D | vp8dsp_init.c | 123 #define TAP_W16(OPT, FILTERTYPE, TAPTYPE) \ argument 124 static void ff_put_vp8_ ## FILTERTYPE ## 16_ ## TAPTYPE ## _ ## OPT( \ 128 ff_put_vp8_ ## FILTERTYPE ## 8_ ## TAPTYPE ## _ ## OPT( \ 130 ff_put_vp8_ ## FILTERTYPE ## 8_ ## TAPTYPE ## _ ## OPT( \ 133 #define TAP_W8(OPT, FILTERTYPE, TAPTYPE) \ argument 134 static void ff_put_vp8_ ## FILTERTYPE ## 8_ ## TAPTYPE ## _ ## OPT( \ 138 ff_put_vp8_ ## FILTERTYPE ## 4_ ## TAPTYPE ## _ ## OPT( \ 140 ff_put_vp8_ ## FILTERTYPE ## 4_ ## TAPTYPE ## _ ## OPT( \ 167 #define HVTAP(OPT, ALIGN, TAPNUMX, TAPNUMY, SIZE, MAXHEIGHT) \ argument 168 static void ff_put_vp8_epel ## SIZE ## _h ## TAPNUMX ## v ## TAPNUMY ## _ ## OPT( \ [all …]
|
D | h264dsp_init.c | 29 #define IDCT_ADD_FUNC(NUM, DEPTH, OPT) \ argument 30 void ff_h264_idct ## NUM ## _add_ ## DEPTH ## _ ## OPT(uint8_t *dst, \ 52 #define IDCT_ADD_REP_FUNC(NUM, REP, DEPTH, OPT) \ argument 53 void ff_h264_idct ## NUM ## _add ## REP ## _ ## DEPTH ## _ ## OPT \ 74 #define IDCT_ADD_REP_FUNC2(NUM, REP, DEPTH, OPT) \ argument 75 void ff_h264_idct ## NUM ## _add ## REP ## _ ## DEPTH ## _ ## OPT \ 102 #define LF_FUNC(DIR, TYPE, DEPTH, OPT) \ argument 103 void ff_deblock_ ## DIR ## _ ## TYPE ## _ ## DEPTH ## _ ## OPT(uint8_t *pix, \ 108 #define LF_IFUNC(DIR, TYPE, DEPTH, OPT) \ argument 109 void ff_deblock_ ## DIR ## _ ## TYPE ## _ ## DEPTH ## _ ## OPT(uint8_t *pix, \ [all …]
|
D | h264_intrapred_init.c | 27 #define PRED4x4(TYPE, DEPTH, OPT) \ argument 28 void ff_pred4x4_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, \ 48 #define PRED8x8(TYPE, DEPTH, OPT) \ argument 49 void ff_pred8x8_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, \ 59 #define PRED8x8L(TYPE, DEPTH, OPT)\ argument 60 void ff_pred8x8l_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, \ 89 #define PRED16x16(TYPE, DEPTH, OPT)\ argument 90 void ff_pred16x16_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, \
|
D | h264_qpel.c | 409 #define LUMA_MC_OP(OP, NUM, DEPTH, TYPE, OPT) \ in QPEL_H264() argument 410 void ff_ ## OP ## _h264_qpel ## NUM ## _ ## TYPE ## _ ## DEPTH ## _ ## OPT \ in QPEL_H264() 413 #define LUMA_MC_ALL(DEPTH, TYPE, OPT) \ argument 414 LUMA_MC_OP(put, 4, DEPTH, TYPE, OPT) \ 415 LUMA_MC_OP(avg, 4, DEPTH, TYPE, OPT) \ 416 LUMA_MC_OP(put, 8, DEPTH, TYPE, OPT) \ 417 LUMA_MC_OP(avg, 8, DEPTH, TYPE, OPT) \ 418 LUMA_MC_OP(put, 16, DEPTH, TYPE, OPT) \ 419 LUMA_MC_OP(avg, 16, DEPTH, TYPE, OPT) 421 #define LUMA_MC_816(DEPTH, TYPE, OPT) \ argument [all …]
|
/third_party/libphonenumber/resources/carrier/en/ |
D | 687.txt | 15 # Office des Postes et Telecommunications brand name is OPT-NC. 17 6875|OPT-NC 18 6877|OPT-NC 19 68780|OPT-NC 20 68781|OPT-NC 21 68782|OPT-NC 22 68783|OPT-NC 23 68784|OPT-NC 24 68785|OPT-NC 25 68786|OPT-NC [all …]
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_nir.c | 70 #define OPT(nir, pass, ...) \ macro 91 progress |= OPT(s, nir_lower_alu_to_scalar, NULL, NULL); in ir3_optimize_loop() 92 progress |= OPT(s, nir_lower_phis_to_scalar, false); in ir3_optimize_loop() 94 progress |= OPT(s, nir_copy_prop); in ir3_optimize_loop() 95 progress |= OPT(s, nir_opt_deref); in ir3_optimize_loop() 96 progress |= OPT(s, nir_opt_dce); in ir3_optimize_loop() 97 progress |= OPT(s, nir_opt_cse); in ir3_optimize_loop() 99 progress |= OPT(s, nir_opt_find_array_copies); in ir3_optimize_loop() 100 progress |= OPT(s, nir_opt_copy_prop_vars); in ir3_optimize_loop() 101 progress |= OPT(s, nir_opt_dead_write_vars); in ir3_optimize_loop() [all …]
|
/third_party/iptables/ |
D | iptables.init | 199 OPT= 200 [ "x$IPTABLES_SAVE_COUNTER" = "xyes" ] && OPT="-c" 202 OPT="${OPT} --wait ${IPTABLES_RESTORE_WAIT}" 204 OPT="${OPT} --wait-interval ${IPTABLES_RESTORE_WAIT_INTERVAL}" 208 $IPTABLES-restore $OPT $IPTABLES_DATA 215 $IPTABLES-restore $OPT $IPTABLES_FALLBACK_DATA 276 OPT= 277 [ "x$IPTABLES_SAVE_COUNTER" = "xyes" ] && OPT="-c" 282 && $IPTABLES-save $OPT > $TMP_FILE 2>/dev/null \ 356 OPT= [all …]
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
D | timepng.c | 482 # define OPT(name) else if (strcmp(opt, #name) == 0)\ in main() macro 485 OPT(STRIP_16); in main() 486 OPT(STRIP_ALPHA); in main() 487 OPT(PACKING); in main() 488 OPT(PACKSWAP); in main() 489 OPT(EXPAND); in main() 490 OPT(INVERT_MONO); in main() 491 OPT(SHIFT); in main() 492 OPT(BGR); in main() 493 OPT(SWAP_ALPHA); in main() [all …]
|
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
D | memtoy.h | 74 #define set_option(OPT) gcp->options |= (OPTION_##OPT) argument 75 #define clear_option(OPT) gcp->options &= ~(OPION_##OPTT) argument 76 #define is_option(OPT) ((gcp->options & OPTION_##OPT) != 0) argument
|
/third_party/openssl/demos/bio/ |
D | descrip.mms | 16 IF "$(SHARED)" .EQS. "TRUE" THEN DEFINE OPT []shared.opt 17 IF "$(SHARED)" .NES. "TRUE" THEN DEFINE OPT []static.opt 20 DEASSIGN OPT 27 $(LINK) $(LINKFLAGS) $<,OPT:/OPT
|
/third_party/skia/third_party/externals/libwebp/examples/ |
D | unicode.h | 56 #define WFOPEN(ARG, OPT) _wfopen((const W_CHAR*)ARG, TO_W_CHAR(OPT)) argument 83 #define WFOPEN(ARG, OPT) fopen(ARG, OPT) argument
|
/third_party/mbedtls/tests/data_files/dir-maxpath/ |
D | long.sh | 23 OPT="-days 3653 -sha256" 27 $OPENSSL req -new -x509 -subj "/C=UK/O=mbed TLS/CN=CA00" $OPT \ 42 $OPENSSL x509 -req -CA ${UP}.crt -CAkey ${UP}.key -set_serial 1 $OPT \
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_nir.c | 135 #define OPT(nir, pass, ...) ({ \ macro 149 progress |= OPT(s, nir_opt_copy_prop_vars); in etna_optimize_loop() 150 progress |= OPT(s, nir_opt_shrink_stores, true); in etna_optimize_loop() 151 progress |= OPT(s, nir_opt_shrink_vectors); in etna_optimize_loop() 152 progress |= OPT(s, nir_copy_prop); in etna_optimize_loop() 153 progress |= OPT(s, nir_opt_dce); in etna_optimize_loop() 154 progress |= OPT(s, nir_opt_cse); in etna_optimize_loop() 155 progress |= OPT(s, nir_opt_peephole_select, 16, true, true); in etna_optimize_loop() 156 progress |= OPT(s, nir_opt_intrinsics); in etna_optimize_loop() 157 progress |= OPT(s, nir_opt_algebraic); in etna_optimize_loop() [all …]
|
/third_party/ffmpeg/tools/ |
D | patcheck | 14 OPT="-nH" 32 $GREP $OPT '^+' $* | $GREP -v ':+++'| $EGREP --color=always -- "$arg"> $TMP && printf "\n$msg\n" 41 …$GREP $OPT '^+' $* | $GREP -v ':+++' | $EGREP -v -- "$varg" | $EGREP --color=always -- "$arg" > $T… 66 $EGREP $OPT '^\+ *(const *|)static' $*| $EGREP --color=always '[^=]= *(0|NULL)[^0-9a-zA-Z]'> $TMP &… 121 $EGREP -B2 $OPT '^(\+|) *('"$ERE_TYPES"'|# *define)' $* | $EGREP -A2 --color=always '(:|-)\+[^/]*/(…
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | ir2_nir.c | 63 #define OPT(nir, pass, ...) \ macro 79 progress |= OPT(s, nir_opt_copy_prop_vars); in ir2_optimize_loop() 80 progress |= OPT(s, nir_copy_prop); in ir2_optimize_loop() 81 progress |= OPT(s, nir_opt_dce); in ir2_optimize_loop() 82 progress |= OPT(s, nir_opt_cse); in ir2_optimize_loop() 84 progress |= OPT(s, nir_opt_peephole_select, UINT_MAX, true, true); in ir2_optimize_loop() 85 progress |= OPT(s, nir_opt_intrinsics); in ir2_optimize_loop() 86 progress |= OPT(s, nir_opt_algebraic); in ir2_optimize_loop() 87 progress |= OPT(s, nir_opt_constant_folding); in ir2_optimize_loop() 88 progress |= OPT(s, nir_opt_dead_cf); in ir2_optimize_loop() [all …]
|
/third_party/mesa3d/src/compiler/glsl/ |
D | glsl_parser_extras.cpp | 2369 #define OPT(PASS, ...) do { \ in do_common_optimization() macro 2383 OPT(lower_instructions, ir, SUB_TO_ADD_NEG); in do_common_optimization() 2386 OPT(do_function_inlining, ir); in do_common_optimization() 2387 OPT(do_dead_functions, ir); in do_common_optimization() 2388 OPT(do_structure_splitting, ir); in do_common_optimization() 2390 OPT(propagate_invariance, ir); in do_common_optimization() 2391 OPT(do_if_simplification, ir); in do_common_optimization() 2392 OPT(opt_flatten_nested_if_blocks, ir); in do_common_optimization() 2393 OPT(do_copy_propagation_elements, ir); in do_common_optimization() 2396 OPT(opt_flip_matrices, ir); in do_common_optimization() [all …]
|
/third_party/python/Mac/PythonLauncher/ |
D | Makefile.in | 4 OPT=@OPT@ 5 CFLAGS=@CFLAGS@ $(BASECFLAGS) $(OPT)
|
/third_party/node/deps/cares/ |
D | Makefile.netware | 43 OPT = -O2 46 OPT = -g 77 CFLAGS += $(OPT) -D$(DB) -DNETWARE -DHAVE_CONFIG_H -nostdinc
|
/third_party/musl/Benchmark/scripts/ |
D | run_dlopen.sh | 48 while getopts "hp:r:" OPT 50 case "$OPT" in
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_pipeline.c | 254 #define OPT(pass, ...) ({ \ macro 269 OPT(nir_split_array_vars, nir_var_function_temp); in nir_optimize() 270 OPT(nir_shrink_vec_array_vars, nir_var_function_temp); in nir_optimize() 271 OPT(nir_opt_deref); in nir_optimize() 272 OPT(nir_lower_vars_to_ssa); in nir_optimize() 278 OPT(nir_opt_find_array_copies); in nir_optimize() 281 OPT(nir_remove_dead_variables, in nir_optimize() 287 OPT(nir_opt_copy_prop_vars); in nir_optimize() 288 OPT(nir_opt_dead_write_vars); in nir_optimize() 289 OPT(nir_opt_combine_stores, nir_var_all); in nir_optimize() [all …]
|
/third_party/python/Misc/ |
D | python-config.sh.in | 48 OPT="@OPT@" 94 echo "$INCDIR $PLATINCDIR $BASECFLAGS $CFLAGS $OPT"
|