/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/mme/ |
H A D | comc597.mme.h | 154 MERGE, R6, ZERO, R1, (2<<10)|(5<<5)|0, NONE, NONE), 155 MME_INSN(0, MERGE, R7, ZERO, R1, (1<<10)|(5<<5)|0, ALU1, NONE, 178 MME_INSN(0, MERGE, ZERO, ZERO, R1, (0<<10)|(1<<5)|0, NONE, ALU0, 179 MERGE, ZERO, ZERO, R1, (0<<10)|(1<<5)|1, NONE, ALU1), 180 MME_INSN(0, MERGE, ZERO, ZERO, R1, (0<<10)|(1<<5)|2, NONE, ALU0, 181 MERGE, ZERO, ZERO, R1, (0<<10)|(1<<5)|3, NONE, ALU1), 182 MME_INSN(1, MERGE, ZERO, ZERO, R1, (0<<10)|(1<<5)|4, NONE, ALU0, 183 MERGE, ZERO, ZERO, R1, (0<<10)|(1<<5)|5, NONE, ALU1), 184 MME_INSN(0, MERGE, ZERO, ZERO, R1, (0<<10)|(1<<5)|6, NONE, ALU0, 185 MERGE, ZER [all...] |
/third_party/node/deps/llhttp/include/ |
H A D | llhttp.h | 227 XX(23, MERGE, MERGE) \ 281 XX(23, MERGE, MERGE) \
|
/third_party/nghttp2/third-party/llhttp/include/ |
H A D | llhttp.h | 352 XX(23, MERGE, MERGE) \ 406 XX(23, MERGE, MERGE) \
|
/third_party/ffmpeg/libavcodec/ |
H A D | mpegvideo_enc.c | 3394 #define MERGE(field) dst->field += src->field; src->field=0 macro 3396 MERGE(me.scene_change_score); in merge_context_after_me() 3397 MERGE(me.mc_mb_var_sum_temp); in merge_context_after_me() 3398 MERGE(me.mb_var_sum_temp); in merge_context_after_me() 3404 MERGE(dct_count[0]); //note, the other dct vars are not part of the context in merge_context_after_encode() 3405 MERGE(dct_count[1]); in merge_context_after_encode() 3406 MERGE(mv_bits); in merge_context_after_encode() 3407 MERGE(i_tex_bits); in merge_context_after_encode() 3408 MERGE(p_tex_bits); in merge_context_after_encode() 3409 MERGE(i_coun in merge_context_after_encode() [all...] |
H A D | vp9block.c | 993 #define MERGE(la, end, step, rd) \ in decode_coeffs() macro 998 MERGE(l, end_y, step, rd); \ in decode_coeffs() 999 MERGE(a, end_x, step, rd); \ in decode_coeffs()
|
/third_party/node/deps/undici/src/lib/llhttp/ |
H A D | constants.js | 87 METHODS[METHODS["MERGE"] = 23] = "MERGE"; 143 METHODS.MERGE,
|
/third_party/node/src/ |
H A D | node_http_common.h | 215 V(MERGE, "MERGE") \
|
/third_party/ffmpeg/libavfilter/ |
H A D | avfiltergraph.c | 521 #define MERGE(merger, link) \ in query_formats() macro 526 if ((ret = MERGE(m, inlink)) <= 0 || in query_formats() 527 (ret = MERGE(m, outlink)) <= 0) { in query_formats()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_graphics_state.c | 1371 #define MERGE(STATE, type, state) \ in vk_graphics_pipeline_state_merge() macro 1374 FOREACH_STATE_GROUP(MERGE) in vk_graphics_pipeline_state_merge() 1376 #undef MERGE in vk_graphics_pipeline_state_merge() macro
|
/third_party/elfutils/src/ |
H A D | elflint.c | 2784 NEWFLAG (MERGE), in section_flags_string()
|
/third_party/node/deps/undici/ |
H A D | undici.js | 7872 METHODS2[METHODS2["MERGE"] = 23] = "MERGE"; 7920 METHODS.MERGE,
|