/third_party/typescript/tests/baselines/reference/ |
H A D | emitCompoundExponentiationOperator2.js | 2 var comp: number; variable 4 comp **= 1; 5 comp **= comp **= 1; 6 comp **= comp **= 1 + 2; 7 comp **= comp **= 1 - 2; 8 comp **= comp ** 28 var comp; global() variable [all...] |
H A D | emitCompoundExponentiationOperator1.js | 2 var comp: number; variable 4 comp **= 1; 5 comp **= comp ** comp; 6 comp **= comp ** comp ** 2; 7 comp **= comp ** com 24 var comp; global() variable [all...] |
H A D | optionalChainingInLoop.js | 4 for (const comp of list) { 5 comp.sp.y = comp.sp.r.find((k: any) => k.c == (comp.xp ? '1' : '0')) 6 for (const item of comp.c) { 15 var _loop_1 = function (comp) {
16 comp.sp.y = comp.sp.r.find(function (k) { return k.c == (comp.xp ? '1' : '0'); });
17 for (var _b = 0, _c = comp [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | pixdesc.c | 40 AVComponentDescriptor comp = desc->comp[c]; in av_read_image_line2() local 41 int plane = comp.plane; in av_read_image_line2() 42 int depth = comp.depth; in av_read_image_line2() 44 int shift = comp.shift; in av_read_image_line2() 45 int step = comp.step; in av_read_image_line2() 51 int skip = x * step + comp.offset; in av_read_image_line2() 67 x * step + comp.offset; in av_read_image_line2() 105 AVComponentDescriptor comp = desc->comp[ in av_write_image_line2() local 2634 const AVComponentDescriptor *comp = &pixdesc->comp[c]; av_get_padded_bits_per_pixel() local [all...] |
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
H A D | vid_dec.c | 61 static OMX_ERRORTYPE vid_dec_Constructor(OMX_COMPONENTTYPE *comp, OMX_STRING name); 62 static OMX_ERRORTYPE vid_dec_Destructor(OMX_COMPONENTTYPE *comp); 65 static OMX_ERRORTYPE vid_dec_MessageHandler(OMX_COMPONENTTYPE *comp, internalRequestMessageType *msg); 68 static void vid_dec_FrameDecoded(OMX_COMPONENTTYPE *comp, OMX_BUFFERHEADERTYPE* input, OMX_BUFFERHEADERTYPE* output); 70 OMX_ERRORTYPE vid_dec_LoaderComponent(stLoaderComponentType *comp) in vid_dec_LoaderComponent() argument 72 comp->componentVersion.s.nVersionMajor = 0; in vid_dec_LoaderComponent() 73 comp->componentVersion.s.nVersionMinor = 0; in vid_dec_LoaderComponent() 74 comp->componentVersion.s.nRevision = 0; in vid_dec_LoaderComponent() 75 comp->componentVersion.s.nStep = 1; in vid_dec_LoaderComponent() 76 comp in vid_dec_LoaderComponent() 156 vid_dec_Constructor(OMX_COMPONENTTYPE *comp, OMX_STRING name) vid_dec_Constructor() argument 265 vid_dec_Destructor(OMX_COMPONENTTYPE *comp) vid_dec_Destructor() argument 296 OMX_COMPONENTTYPE *comp = handle; vid_dec_SetParameter() local 374 OMX_COMPONENTTYPE *comp = handle; vid_dec_GetParameter() local 432 vid_dec_MessageHandler(OMX_COMPONENTTYPE* comp, internalRequestMessageType *msg) vid_dec_MessageHandler() argument 465 OMX_COMPONENTTYPE* comp = port->standCompContainer; vid_dec_DecodeBuffer() local 539 OMX_COMPONENTTYPE* comp = port->standCompContainer; vid_dec_FreeDecBuffer() local 550 vid_dec_FrameDecoded(OMX_COMPONENTTYPE *comp, OMX_BUFFERHEADERTYPE* input, OMX_BUFFERHEADERTYPE* output) vid_dec_FrameDecoded() argument [all...] |
H A D | vid_enc.c | 60 static OMX_ERRORTYPE vid_enc_Constructor(OMX_COMPONENTTYPE *comp, OMX_STRING name); 61 static OMX_ERRORTYPE vid_enc_Destructor(OMX_COMPONENTTYPE *comp); 66 static OMX_ERRORTYPE vid_enc_MessageHandler(OMX_COMPONENTTYPE *comp, internalRequestMessageType *msg); 73 static OMX_ERRORTYPE vid_enc_AllocateOutBuffer(omx_base_PortType *comp, OMX_INOUT OMX_BUFFERHEADERTYPE **buf, 76 static void vid_enc_BufferEncoded(OMX_COMPONENTTYPE *comp, OMX_BUFFERHEADERTYPE* input, OMX_BUFFERHEADERTYPE* output); 78 OMX_ERRORTYPE vid_enc_LoaderComponent(stLoaderComponentType *comp) in vid_enc_LoaderComponent() argument 80 comp->componentVersion.s.nVersionMajor = 0; in vid_enc_LoaderComponent() 81 comp->componentVersion.s.nVersionMinor = 0; in vid_enc_LoaderComponent() 82 comp->componentVersion.s.nRevision = 0; in vid_enc_LoaderComponent() 83 comp in vid_enc_LoaderComponent() 126 vid_enc_Constructor(OMX_COMPONENTTYPE *comp, OMX_STRING name) vid_enc_Constructor() argument 247 vid_enc_Destructor(OMX_COMPONENTTYPE *comp) vid_enc_Destructor() argument 291 OMX_COMPONENTTYPE* comp = port->standCompContainer; enc_AllocateBackTexture() local 324 OMX_COMPONENTTYPE *comp = handle; vid_enc_SetParameter() local 421 OMX_COMPONENTTYPE *comp = handle; vid_enc_GetParameter() local 509 OMX_COMPONENTTYPE *comp = handle; vid_enc_SetConfig() local 572 OMX_COMPONENTTYPE *comp = handle; vid_enc_GetConfig() local 599 vid_enc_MessageHandler(OMX_COMPONENTTYPE* comp, internalRequestMessageType *msg) vid_enc_MessageHandler() argument 697 OMX_COMPONENTTYPE* comp = port->standCompContainer; vid_enc_FreeInBuffer() local 735 OMX_COMPONENTTYPE* comp = port->standCompContainer; vid_enc_FreeOutBuffer() local 754 OMX_COMPONENTTYPE* comp = port->standCompContainer; enc_NeedTask() local 763 OMX_COMPONENTTYPE* comp = port->standCompContainer; enc_LoadImage() local 771 OMX_COMPONENTTYPE* comp = port->standCompContainer; enc_ScaleInput() local 779 OMX_COMPONENTTYPE* comp = port->standCompContainer; enc_ControlPicture() local 787 OMX_COMPONENTTYPE* comp = port->standCompContainer; enc_HandleTask() local 819 OMX_COMPONENTTYPE* comp = port->standCompContainer; enc_ClearBframes() local 848 OMX_COMPONENTTYPE* comp = port->standCompContainer; vid_enc_EncodeFrame() local 938 vid_enc_BufferEncoded(OMX_COMPONENTTYPE *comp, OMX_BUFFERHEADERTYPE* input, OMX_BUFFERHEADERTYPE* output) vid_enc_BufferEncoded() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
H A D | regalloc.c | 81 static void ppir_regalloc_update_reglist_ssa(ppir_compiler *comp) in ppir_regalloc_update_reglist_ssa() argument 83 list_for_each_entry(ppir_block, block, &comp->block_list, list) { in ppir_regalloc_update_reglist_ssa() 96 list_addtail(®->list, &comp->reg_list); in ppir_regalloc_update_reglist_ssa() 97 comp->reg_num++; in ppir_regalloc_update_reglist_ssa() 104 static void ppir_regalloc_print_result(ppir_compiler *comp) in ppir_regalloc_print_result() argument 107 list_for_each_entry(ppir_block, block, &comp->block_list, list) { in ppir_regalloc_print_result() 138 if (comp->out_type_to_reg[i] != -1) in ppir_regalloc_print_result() 140 (int)comp->out_type_to_reg[i]); in ppir_regalloc_print_result() 187 static bool ppir_update_spilled_src(ppir_compiler *comp, ppir_block *block, in ppir_update_spilled_src() argument 204 comp in ppir_update_spilled_src() 275 ppir_update_spilled_dest_load(ppir_compiler *comp, ppir_block *block, ppir_node *node) ppir_update_spilled_dest_load() argument 337 ppir_update_spilled_dest(ppir_compiler *comp, ppir_block *block, ppir_node *node) ppir_update_spilled_dest() argument 377 ppir_regalloc_spill_reg(ppir_compiler *comp, ppir_reg *chosen) ppir_regalloc_spill_reg() argument 412 ppir_regalloc_choose_spill_node(ppir_compiler *comp, struct ra_graph *g) ppir_regalloc_choose_spill_node() argument 494 ppir_regalloc_reset_liveness_info(ppir_compiler *comp) ppir_regalloc_reset_liveness_info() argument 521 ppir_all_interference(ppir_compiler *comp, struct ra_graph *g, BITSET_WORD *liveness) ppir_all_interference() argument 535 ppir_regalloc_prog_try(ppir_compiler *comp, bool *spilled) ppir_regalloc_prog_try() argument 608 ppir_regalloc_prog(ppir_compiler *comp) ppir_regalloc_prog() argument [all...] |
H A D | nir.c | 63 list_for_each_entry(ppir_reg, r, &block->comp->reg_list, list) { in ppir_node_create_reg() 95 static void ppir_node_add_src(ppir_compiler *comp, ppir_node *node, in ppir_node_add_src() argument 101 child = comp->var_nodes[ns->ssa->index]; in ppir_node_add_src() 109 child = comp->var_nodes[(reg->index << 2) + comp->reg_base + swizzle]; in ppir_node_add_src() 114 comp->var_nodes[(reg->index << 2) + comp->reg_base + swizzle] = child; in ppir_node_add_src() 198 ppir_node_add_src(block->comp, &node->node, ps, &ns->src, src_mask); in ppir_emit_alu() 208 static ppir_block *ppir_block_create(ppir_compiler *comp); 210 static bool ppir_emit_discard_block(ppir_compiler *comp) in ppir_emit_discard_block() argument 233 ppir_compiler *comp = block->comp; ppir_emit_discard_if() local 581 ppir_get_block(ppir_compiler *comp, nir_block *nblock) ppir_get_block() argument 591 ppir_compiler *comp = block->comp; ppir_emit_jump() local 635 ppir_block_create(ppir_compiler *comp) ppir_block_create() argument 649 ppir_emit_block(ppir_compiler *comp, nir_block *nblock) ppir_emit_block() argument 668 ppir_emit_if(ppir_compiler *comp, nir_if *if_stmt) ppir_emit_if() argument 734 ppir_emit_loop(ppir_compiler *comp, nir_loop *nloop) ppir_emit_loop() argument 765 ppir_emit_function(ppir_compiler *comp, nir_function_impl *nfunc) ppir_emit_function() argument 771 ppir_emit_cf_list(ppir_compiler *comp, struct exec_list *list) ppir_emit_cf_list() argument 803 ppir_compiler *comp = rzalloc_size( ppir_compiler_create() local 820 ppir_add_ordering_deps(ppir_compiler *comp) ppir_add_ordering_deps() argument 862 ppir_print_shader_db(struct nir_shader *nir, ppir_compiler *comp, struct util_debug_callback *debug) ppir_print_shader_db() argument 883 ppir_add_write_after_read_deps(ppir_compiler *comp) ppir_add_write_after_read_deps() argument 912 ppir_compiler *comp = ppir_compiler_create(prog, func->reg_alloc, func->ssa_alloc); ppir_compile_nir() local [all...] |
H A D | liveness.c | 30 ppir_liveness_propagate(ppir_compiler *comp, in ppir_liveness_propagate() argument 34 for (int i = 0; i < BITSET_WORDS(comp->reg_num); i++) in ppir_liveness_propagate() 37 for (int i = 0; i < reg_mask_size(comp->reg_num); i++) in ppir_liveness_propagate() 43 ppir_liveness_set_equal(ppir_compiler *comp, in ppir_liveness_set_equal() argument 47 for (int i = 0; i < BITSET_WORDS(comp->reg_num); i++) in ppir_liveness_set_equal() 51 for (int i = 0; i < reg_mask_size(comp->reg_num); i++) in ppir_liveness_set_equal() 61 ppir_liveness_instr_srcs(ppir_compiler *comp, ppir_instr *instr) in ppir_liveness_instr_srcs() argument 124 ppir_liveness_instr_dest(ppir_compiler *comp, ppir_instr *instr, ppir_instr *last) in ppir_liveness_instr_dest() argument 190 ppir_liveness_compute_live_sets(ppir_compiler *comp) in ppir_liveness_compute_live_sets() argument 192 uint8_t temp_live_mask[reg_mask_size(comp in ppir_liveness_compute_live_sets() 293 ppir_liveness_analysis(ppir_compiler *comp) ppir_liveness_analysis() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/ |
H A D | nir.c | 33 gpir_reg *gpir_create_reg(gpir_compiler *comp) in gpir_create_reg() argument 35 gpir_reg *reg = ralloc(comp, gpir_reg); in gpir_create_reg() 36 reg->index = comp->cur_reg++; in gpir_create_reg() 37 list_addtail(®->list, &comp->reg_list); in gpir_create_reg() 41 static gpir_reg *reg_for_nir_reg(gpir_compiler *comp, nir_register *nir_reg) in reg_for_nir_reg() argument 44 gpir_reg *reg = comp->reg_for_reg[index]; in reg_for_nir_reg() 47 reg = gpir_create_reg(comp); in reg_for_nir_reg() 48 comp->reg_for_reg[index] = reg; in reg_for_nir_reg() 54 block->comp->node_for_ssa[ssa->index] = node; in register_node_ssa() 81 store->reg = gpir_create_reg(block->comp); in register_node_ssa() 340 gpir_emit_function(gpir_compiler *comp, nir_function_impl *impl) gpir_emit_function() argument 403 gpir_compiler *comp = rzalloc(prog, gpir_compiler); gpir_compiler_create() local 426 gpir_print_shader_db(struct nir_shader *nir, gpir_compiler *comp, struct util_debug_callback *debug) gpir_print_shader_db() argument 451 gpir_compiler *comp = gpir_compiler_create(prog, func->reg_alloc, func->ssa_alloc); gpir_compile_nir() local [all...] |
H A D | optimize.c | 66 optimize_branches(gpir_compiler *comp) in optimize_branches() argument 68 list_for_each_entry(gpir_block, block, &comp->block_list, list) { in optimize_branches() 80 if (block->list.prev == &comp->block_list) in optimize_branches() 117 optimize_not(gpir_compiler *comp) in optimize_not() argument 119 list_for_each_entry(gpir_block, block, &comp->block_list, list) { in optimize_not() 163 dead_code_eliminate(gpir_compiler *comp) in dead_code_eliminate() argument 165 list_for_each_entry(gpir_block, block, &comp->block_list, list) { in dead_code_eliminate() 181 BITSET_WORD *regs = rzalloc_array(comp, BITSET_WORD, comp->cur_reg); in dead_code_eliminate() 182 list_for_each_entry(gpir_block, block, &comp in dead_code_eliminate() 205 gpir_optimize(gpir_compiler *comp) gpir_optimize() argument [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
H A D | endian_test.cc | 165 uint64_t comp = absl::ghtonll(kInitialNumber); in TEST() local 166 EXPECT_EQ(comp, kInitialInNetworkOrder); in TEST() 167 comp = absl::gntohll(kInitialInNetworkOrder); in TEST() 168 EXPECT_EQ(comp, kInitialNumber); in TEST() 175 comp = absl::ghtonll(absl::gntohll(value)); in TEST() 176 EXPECT_EQ(value, comp); in TEST() 177 comp = absl::gntohll(absl::ghtonll(value)); in TEST() 178 EXPECT_EQ(value, comp); in TEST() 185 uint64_t comp = little_endian::FromHost16(k16Value); in TEST() local 186 EXPECT_EQ(comp, k16ValueL in TEST() 232 uint64_t comp = big_endian::Load16(&u16Buf); TEST() local [all...] |
/third_party/python/Lib/ |
H A D | nturl2path.py | 30 comp = url.split('|') 31 if len(comp) != 2 or comp[0][-1] not in string.ascii_letters: 34 drive = comp[0][-1].upper() 35 components = comp[1].split('/') 37 for comp in components: 38 if comp: 39 path = path + '\\' + urllib.parse.unquote(comp) 70 comp = p.split(':', maxsplit=2) 71 if len(comp) ! [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | jpeg2000.c | 274 Jpeg2000Component *comp, in init_prec() 363 cblk->coord[0][0] += comp->reslevel[reslevelno-1].coord[0][1] - in init_prec() 364 comp->reslevel[reslevelno-1].coord[0][0]; in init_prec() 365 cblk->coord[0][1] += comp->reslevel[reslevelno-1].coord[0][1] - in init_prec() 366 comp->reslevel[reslevelno-1].coord[0][0]; in init_prec() 369 cblk->coord[1][0] += comp->reslevel[reslevelno-1].coord[1][1] - in init_prec() 370 comp->reslevel[reslevelno-1].coord[1][0]; in init_prec() 371 cblk->coord[1][1] += comp->reslevel[reslevelno-1].coord[1][1] - in init_prec() 372 comp->reslevel[reslevelno-1].coord[1][0]; in init_prec() 390 Jpeg2000Component *comp, in init_band() 271 init_prec(AVCodecContext *avctx, Jpeg2000Band *band, Jpeg2000ResLevel *reslevel, Jpeg2000Component *comp, Jpeg2000CodingStyle *codsty, int precno, int bandno, int reslevelno, int log2_band_prec_width, int log2_band_prec_height) init_prec() argument 388 init_band(AVCodecContext *avctx, Jpeg2000ResLevel *reslevel, Jpeg2000Component *comp, Jpeg2000CodingStyle *codsty, Jpeg2000QuantStyle *qntsty, int bandno, int gbandno, int reslevelno, int cbps, int dx, int dy) init_band() argument 466 ff_jpeg2000_init_component(Jpeg2000Component *comp, Jpeg2000CodingStyle *codsty, Jpeg2000QuantStyle *qntsty, int cbps, int dx, int dy, AVCodecContext *avctx) ff_jpeg2000_init_component() argument 576 ff_jpeg2000_reinit(Jpeg2000Component *comp, Jpeg2000CodingStyle *codsty) ff_jpeg2000_reinit() argument 597 ff_jpeg2000_cleanup(Jpeg2000Component *comp, Jpeg2000CodingStyle *codsty) ff_jpeg2000_cleanup() argument [all...] |
H A D | vp5.c | 92 int comp, di; in vp5_parse_vector_adjustment() local 94 for (comp=0; comp<2; comp++) { in vp5_parse_vector_adjustment() 96 if (vp56_rac_get_prob_branchy(c, model->vector_dct[comp])) { in vp5_parse_vector_adjustment() 97 int sign = vp56_rac_get_prob(c, model->vector_sig[comp]); in vp5_parse_vector_adjustment() 98 di = vp56_rac_get_prob(c, model->vector_pdi[comp][0]); in vp5_parse_vector_adjustment() 99 di |= vp56_rac_get_prob(c, model->vector_pdi[comp][1]) << 1; in vp5_parse_vector_adjustment() 101 model->vector_pdv[comp]); in vp5_parse_vector_adjustment() 105 if (!comp) in vp5_parse_vector_adjustment() 116 int comp, node; vp5_parse_vector_models() local [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | drawutils.c | 44 rgba_map[RED] = desc->comp[0].plane; in ff_fill_rgba_map() 45 rgba_map[GREEN] = desc->comp[1].plane; in ff_fill_rgba_map() 46 rgba_map[BLUE] = desc->comp[2].plane; in ff_fill_rgba_map() 47 rgba_map[ALPHA] = (desc->flags & AV_PIX_FMT_FLAG_ALPHA) ? desc->comp[3].plane : 3; in ff_fill_rgba_map() 54 unsigned db = (desc->comp[i].depth + 7) / 8; in ff_fill_rgba_map() 55 unsigned pos = desc->comp[i].offset / db; in ff_fill_rgba_map() 59 if (desc->comp[i].offset % db) in ff_fill_rgba_map() 109 c = &desc->comp[i]; in ff_draw_init2() 169 memset(color->comp, 0, sizeof(color->comp)); in ff_draw_color() 361 unsigned alpha, nb_planes, nb_comp, plane, comp; ff_blend_rectangle() local 542 unsigned alpha, nb_planes, nb_comp, plane, comp; ff_blend_mask() local [all...] |
/third_party/mesa3d/src/gallium/frontends/xa/ |
H A D | xa_composite.c | 225 xa_composite_check_accelerated(const struct xa_composite *comp) in xa_composite_check_accelerated() argument 227 struct xa_picture *src_pic = comp->src; in xa_composite_check_accelerated() 228 struct xa_picture *mask_pic = comp->mask; in xa_composite_check_accelerated() 232 !xa_is_filter_accelerated(comp->mask)) { in xa_composite_check_accelerated() 240 if (!blend_for_op(&blend, comp->op, comp->src, comp->mask, comp->dst)) in xa_composite_check_accelerated() 254 const struct xa_composite *comp) in bind_composite_blend_state() 259 if (!blend_for_op(&blend_opt, comp in bind_composite_blend_state() 253 bind_composite_blend_state(struct xa_context *ctx, const struct xa_composite *comp) bind_composite_blend_state() argument 379 bind_shaders(struct xa_context *ctx, const struct xa_composite *comp) bind_shaders() argument 446 bind_samplers(struct xa_context *ctx, const struct xa_composite *comp) bind_samplers() argument 513 xa_composite_prepare(struct xa_context *ctx, const struct xa_composite *comp) xa_composite_prepare() argument 554 const struct xa_composite *comp = ctx->comp; xa_composite_rect() local [all...] |
/third_party/cups-filters/cupsfilters/ |
H A D | testrgb.c | 108 FILE *comp; /* Composite output */ in test_gray() local 144 comp = fopen(filename, "wb"); in test_gray() 146 fprintf(comp, "P6\n%d %d 255\n", width, height); in test_gray() 189 putc(0, comp); in test_gray() 191 putc(r, comp); in test_gray() 194 putc(0, comp); in test_gray() 196 putc(g, comp); in test_gray() 199 putc(0, comp); in test_gray() 201 putc(b, comp); in test_gray() 208 fclose(comp); in test_gray() 238 FILE *comp; /* Composite output */ test_rgb() local [all...] |
H A D | testcmyk.c | 94 FILE *comp; /* Composite output */ in test_gray() local 156 comp = fopen(filename, "wb"); in test_gray() 158 fprintf(comp, "P6\n%d %d 255\n", width, height); in test_gray() 230 putc(0, comp); in test_gray() 232 putc(255 * r / 4095, comp); in test_gray() 235 putc(0, comp); in test_gray() 237 putc(255 * g / 4095, comp); in test_gray() 240 putc(0, comp); in test_gray() 242 putc(255 * b / 4095, comp); in test_gray() 249 fclose(comp); in test_gray() 276 FILE *comp; /* Composite output */ test_rgb() local [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_ra.cpp | 113 int comp = start_comp; in group_allocation() local 115 auto& adjecency = interference.row(start_comp, group.channels[comp]->index()); in group_allocation() 116 auto& regs = lrm.component(comp); in group_allocation() 134 while (comp < 4) { in group_allocation() 136 if (group.channels[comp]) { in group_allocation() 137 auto& component_life_ranges = lrm.component(comp); in group_allocation() 138 auto& adjecencies = interference.row(comp, group.channels[comp]->index()); in group_allocation() 152 ++comp; in group_allocation() 185 for (int comp in scalar_allocation() 233 auto& comp = lrm.component(i); register_allocation() local 282 auto& comp = lrm.component(i); register_allocation() local [all...] |
/third_party/lwip/src/netif/ppp/ |
H A D | vj.c | 42 #define INCR(counter) ++comp->stats.counter 48 vj_compress_init(struct vjcompress *comp) in vj_compress_init() argument 51 struct cstate *tstate = comp->tstate; in vj_compress_init() 54 memset((char *)comp, 0, sizeof(*comp)); in vj_compress_init() 56 comp->maxSlotIndex = MAX_SLOTS - 1; in vj_compress_init() 57 comp->compressSlot = 0; /* Disable slot ID compression by default. */ in vj_compress_init() 64 comp->last_cs = &tstate[0]; in vj_compress_init() 65 comp->last_recv = 255; in vj_compress_init() 66 comp in vj_compress_init() 160 vj_compress_tcp(struct vjcompress *comp, struct pbuf **pb) vj_compress_tcp() argument 448 vj_uncompress_err(struct vjcompress *comp) vj_uncompress_err() argument 459 vj_uncompress_uncomp(struct pbuf *nb, struct vjcompress *comp) vj_uncompress_uncomp() argument 497 vj_uncompress_tcp(struct pbuf **nb, struct vjcompress *comp) vj_uncompress_tcp() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
H A D | ir2_ra.c | 134 reg->comp[swiz_get(src->swizzle, i)].ref_count++; in ra_count_refs() 146 reg->comp[i].c = i; in ra_reg() 159 if (reg->comp[i].alloc) in ra_reg() 178 if (reg->comp[i].ref_count == 0) { in ra_reg() 179 reg->comp[i].c = 7; in ra_reg() 186 reg->comp[i].c = c; in ra_reg() 188 reg->comp[i].alloc = true; in ra_reg() 200 struct ir2_reg_component *comp; in ra_src_free() local 210 comp = ®->comp[swiz_ge in ra_src_free() [all...] |
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | r300_fragprog_swizzle.c | 74 int i, comp; in lookup_native_swizzle() local 78 for(comp = 0; comp < 3; ++comp) { in lookup_native_swizzle() 79 unsigned int swz = GET_SWZ(swizzle, comp); in lookup_native_swizzle() 82 if (swz != GET_SWZ(sd->hash, comp)) in lookup_native_swizzle() 85 if (comp == 3) in lookup_native_swizzle() 159 int i, comp; in r300_swizzle_split() local 165 for(comp = 0; comp < in r300_swizzle_split() [all...] |
/third_party/python/Lib/distutils/tests/ |
H A D | test_sysconfig.py | 109 comp = compiler() 113 sysconfig.customize_compiler(comp) 115 return comp 133 comp = self.customize_compiler() 134 self.assertEqual(comp.exes['archiver'], 136 self.assertEqual(comp.exes['preprocessor'], 138 self.assertEqual(comp.exes['compiler'], 140 self.assertEqual(comp.exes['compiler_so'], 143 self.assertEqual(comp.exes['compiler_cxx'], 145 self.assertEqual(comp [all...] |
/third_party/ffmpeg/libavutil/tests/ |
H A D | lzo.c | 39 uint8_t *comp = av_malloc(2*MAXSZ + 16); in main() local 48 lzo1x_1_compress(orig, s, comp, &clen, tmp); in main() 50 lzo1x_1_11_compress(orig, s, comp, &clen, tmp); in main() 52 lzo1x_1_12_compress(orig, s, comp, &clen, tmp); in main() 54 lzo1x_1_15_compress(orig, s, comp, &clen, tmp); in main() 56 lzo1x_999_compress(orig, s, comp, &clen, tmp); in main() 60 if (lzo1x_decompress_safe(comp, inlen, decomp, &outlen, NULL)) in main() 62 if (lzo1x_decompress(comp, inlen, decomp, &outlen, NULL)) in main() 64 if (av_lzo1x_decode(decomp, &outlen, comp, &inlen)) in main() 74 av_free(comp); in main() [all...] |