/third_party/ffmpeg/libavcodec/x86/ |
H A D | mpegvideoenc_template.c | 85 "pcmpgtw "b", "a" \n\t" /* block[i] <= 0 ? 0xFF : 0x00 */\ 87 "psubw "a", "b" \n\t" /* ABS(block[i]) */ 90 "psubw "a", "b" \n\t" // out=((ABS(block[i])*qmat[0] - bias[0]*qmat[0])>>16)*sign(block[i]) 94 int16_t *block, int n, in dct_quantize() 104 //s->fdct (block); in dct_quantize() 105 RENAME_FDCT(ff_fdct)(block); // cannot be anything else ... in dct_quantize() 108 s->denoise_dct(s, block); in dct_quantize() 121 /* note: block[0] is assumed to be positive */ in dct_quantize() 126 : "a" ((block[ in dct_quantize() 93 dct_quantize(MpegEncContext *s, int16_t *block, int n, int qscale, int *overflow) dct_quantize() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | h264idct_template.c | 37 dctcoef *block = (dctcoef*)_block; in ff_h264_idct_add() local 40 block[0] += 1 << 5; in ff_h264_idct_add() 43 const SUINT z0= block[i + 4*0] + (unsigned)block[i + 4*2]; in ff_h264_idct_add() 44 const SUINT z1= block[i + 4*0] - (unsigned)block[i + 4*2]; in ff_h264_idct_add() 45 const SUINT z2= (block[i + 4*1]>>1) - (unsigned)block[i + 4*3]; in ff_h264_idct_add() 46 const SUINT z3= block[i + 4*1] + (unsigned)(block[ in ff_h264_idct_add() 72 dctcoef *block = (dctcoef*)_block; ff_h264_idct8_add() local 147 dctcoef *block = (dctcoef*)_block; ff_h264_idct_dc_add() local 162 dctcoef *block = (dctcoef*)_block; ff_h264_idct8_dc_add() local 174 ff_h264_idct_add16(uint8_t *dst, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[5 * 8]) ff_h264_idct_add16() argument 188 ff_h264_idct_add16intra(uint8_t *dst, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[5 * 8]) ff_h264_idct_add16intra() argument 199 ff_h264_idct8_add4(uint8_t *dst, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[5 * 8]) ff_h264_idct8_add4() argument 213 ff_h264_idct_add8(uint8_t **dest, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]) ff_h264_idct_add8() argument 225 ff_h264_idct_add8_422(uint8_t **dest, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]) ff_h264_idct_add8_422() argument 292 dctcoef *block = (dctcoef*)_block; ff_h264_chroma422_dc_dequant_idct() local 317 dctcoef *block = (dctcoef*)_block; ff_h264_chroma_dc_dequant_idct() local [all...] |
H A D | idctdsp.c | 85 void ff_put_pixels_clamped_c(const int16_t *block, uint8_t *av_restrict pixels, in ff_put_pixels_clamped_c() argument 92 pixels[0] = av_clip_uint8(block[0]); in ff_put_pixels_clamped_c() 93 pixels[1] = av_clip_uint8(block[1]); in ff_put_pixels_clamped_c() 94 pixels[2] = av_clip_uint8(block[2]); in ff_put_pixels_clamped_c() 95 pixels[3] = av_clip_uint8(block[3]); in ff_put_pixels_clamped_c() 96 pixels[4] = av_clip_uint8(block[4]); in ff_put_pixels_clamped_c() 97 pixels[5] = av_clip_uint8(block[5]); in ff_put_pixels_clamped_c() 98 pixels[6] = av_clip_uint8(block[6]); in ff_put_pixels_clamped_c() 99 pixels[7] = av_clip_uint8(block[7]); in ff_put_pixels_clamped_c() 102 block in ff_put_pixels_clamped_c() 106 put_pixels_clamped4_c(const int16_t *block, uint8_t *av_restrict pixels, int line_size) put_pixels_clamped4_c() argument 123 put_pixels_clamped2_c(const int16_t *block, uint8_t *av_restrict pixels, int line_size) put_pixels_clamped2_c() argument 138 put_signed_pixels_clamped_c(const int16_t *block, uint8_t *av_restrict pixels, ptrdiff_t line_size) put_signed_pixels_clamped_c() argument 159 ff_add_pixels_clamped_c(const int16_t *block, uint8_t *av_restrict pixels, ptrdiff_t line_size) ff_add_pixels_clamped_c() argument 179 add_pixels_clamped4_c(const int16_t *block, uint8_t *av_restrict pixels, int line_size) add_pixels_clamped4_c() argument 195 add_pixels_clamped2_c(const int16_t *block, uint8_t *av_restrict pixels, int line_size) add_pixels_clamped2_c() argument 209 ff_jref_idct4_put(uint8_t *dest, ptrdiff_t line_size, int16_t *block) ff_jref_idct4_put() argument 214 ff_jref_idct4_add(uint8_t *dest, ptrdiff_t line_size, int16_t *block) ff_jref_idct4_add() argument 220 ff_jref_idct2_put(uint8_t *dest, ptrdiff_t line_size, int16_t *block) ff_jref_idct2_put() argument 225 ff_jref_idct2_add(uint8_t *dest, ptrdiff_t line_size, int16_t *block) ff_jref_idct2_add() argument 231 ff_jref_idct1_put(uint8_t *dest, ptrdiff_t line_size, int16_t *block) ff_jref_idct1_put() argument 235 ff_jref_idct1_add(uint8_t *dest, ptrdiff_t line_size, int16_t *block) ff_jref_idct1_add() argument [all...] |
H A D | opus_celt.c | 51 CeltBlock *block = &f->block[j]; in celt_decode_coarse_energy() local 56 block->energy[i] = 0.0; in celt_decode_coarse_energy() 72 block->energy[i] = FFMAX(-9.0f, block->energy[i]) * alpha + prev[j] + value; in celt_decode_coarse_energy() 87 CeltBlock *block = &f->block[j]; in celt_decode_fine_energy() local 92 block->energy[i] += offset; in celt_decode_fine_energy() 112 f->block[j].energy[i] += offset; in celt_decode_final_energy() 146 static void celt_denormalize(CeltFrame *f, CeltBlock *block, floa argument 160 celt_postfilter_apply_transition(CeltBlock *block, float *data) celt_postfilter_apply_transition() argument 205 celt_postfilter(CeltFrame *f, CeltBlock *block) celt_postfilter() argument 253 CeltBlock *block = &f->block[i]; parse_postfilter() local 268 process_anticollapse(CeltFrame *f, CeltBlock *block, float *X) process_anticollapse() argument 409 CeltBlock *block = &f->block[i]; ff_celt_decode_frame() local 426 CeltBlock *block = &f->block[i]; ff_celt_decode_frame() local 437 CeltBlock *block = &f->block[i]; ff_celt_decode_frame() local 465 CeltBlock *block = &f->block[i]; ff_celt_decode_frame() local 498 CeltBlock *block = &f->block[i]; ff_celt_flush() local [all...] |
H A D | mv30.c | 50 int block[6][64]; member 138 static void idct_put(uint8_t *dst, int stride, int *block) in idct_put() argument 141 if ((block[0x08 + i] | in idct_put() 142 block[0x10 + i] | in idct_put() 143 block[0x18 + i] | in idct_put() 144 block[0x20 + i] | in idct_put() 145 block[0x28 + i] | in idct_put() 146 block[0x30 + i] | in idct_put() 147 block[0x38 + i]) == 0) { in idct_put() 148 block[ in idct_put() 169 idct_add(uint8_t *dst, int stride, const uint8_t *src, int in_linesize, int *block) idct_add() argument 221 idct2_put(uint8_t *dst, int stride, int *block) idct2_put() argument 251 idct2_add(uint8_t *dst, int stride, const uint8_t *src, int in_linesize, int *block) idct2_add() argument 284 update_inter_block(uint8_t *dst, int stride, const uint8_t *src, int in_linesize, int block) update_inter_block() argument 296 decode_intra_block(AVCodecContext *avctx, int mode, GetByteContext *gbyte, int16_t *qtab, int *block, int *pfill, uint8_t *dst, int linesize) decode_intra_block() argument 337 decode_inter_block(AVCodecContext *avctx, int mode, GetByteContext *gbyte, int16_t *qtab, int *block, int *pfill, uint8_t *dst, int linesize, const uint8_t *src, int in_linesize) decode_inter_block() argument [all...] |
H A D | pixblockdsp.c | 27 static void get_pixels_16_c(int16_t *av_restrict block, const uint8_t *pixels, in get_pixels_16_c() argument 30 AV_COPY128U(block + 0 * 8, pixels + 0 * stride); in get_pixels_16_c() 31 AV_COPY128U(block + 1 * 8, pixels + 1 * stride); in get_pixels_16_c() 32 AV_COPY128U(block + 2 * 8, pixels + 2 * stride); in get_pixels_16_c() 33 AV_COPY128U(block + 3 * 8, pixels + 3 * stride); in get_pixels_16_c() 34 AV_COPY128U(block + 4 * 8, pixels + 4 * stride); in get_pixels_16_c() 35 AV_COPY128U(block + 5 * 8, pixels + 5 * stride); in get_pixels_16_c() 36 AV_COPY128U(block + 6 * 8, pixels + 6 * stride); in get_pixels_16_c() 37 AV_COPY128U(block + 7 * 8, pixels + 7 * stride); in get_pixels_16_c() 40 static void get_pixels_8_c(int16_t *av_restrict block, cons argument 60 diff_pixels_c(int16_t *av_restrict block, const uint8_t *s1, const uint8_t *s2, ptrdiff_t stride) diff_pixels_c() argument [all...] |
/third_party/ffmpeg/libavcodec/mips/ |
H A D | blockdsp_mmi.c | 27 void ff_fill_block16_mmi(uint8_t *block, uint8_t value, ptrdiff_t line_size, int h) in ff_fill_block16_mmi() argument 38 MMI_SDC1(%[ftmp0], %[block], 0x00) in ff_fill_block16_mmi() 40 MMI_SDC1(%[ftmp0], %[block], 0x08) in ff_fill_block16_mmi() 41 PTR_ADDU "%[block], %[block], %[line_size] \n\t" in ff_fill_block16_mmi() 45 [block]"+&r"(block), [h]"+&r"(h) in ff_fill_block16_mmi() 51 void ff_fill_block8_mmi(uint8_t *block, uint8_t value, ptrdiff_t line_size, int h) in ff_fill_block8_mmi() argument 62 MMI_SDC1(%[ftmp0], %[block], 0x00) in ff_fill_block8_mmi() 64 PTR_ADDU "%[block], in ff_fill_block8_mmi() 74 ff_clear_block_mmi(int16_t *block) ff_clear_block_mmi() argument 95 ff_clear_blocks_mmi(int16_t *block) ff_clear_blocks_mmi() argument [all...] |
H A D | hpeldsp_mips.h | 27 void ff_put_pixels16_msa(uint8_t *block, const uint8_t *pixels, 29 void ff_put_pixels16_x2_msa(uint8_t *block, const uint8_t *pixels, 31 void ff_put_pixels16_y2_msa(uint8_t *block, const uint8_t *pixels, 33 void ff_put_pixels16_xy2_msa(uint8_t *block, const uint8_t *pixels, 35 void ff_put_pixels8_msa(uint8_t *block, const uint8_t *pixels, 37 void ff_put_pixels8_x2_msa(uint8_t *block, const uint8_t *pixels, 39 void ff_put_pixels8_y2_msa(uint8_t *block, const uint8_t *pixels, 41 void ff_put_pixels8_xy2_msa(uint8_t *block, const uint8_t *pixels, 43 void ff_put_pixels4_msa(uint8_t *block, const uint8_t *pixels, 45 void ff_put_pixels4_x2_msa(uint8_t *block, cons [all...] |
H A D | idctdsp_mmi.c | 28 void ff_put_pixels_clamped_mmi(const int16_t *block, in ff_put_pixels_clamped_mmi() argument 34 MMI_LDC1(%[ftmp0], %[block], 0x00) in ff_put_pixels_clamped_mmi() 35 MMI_LDC1(%[ftmp1], %[block], 0x08) in ff_put_pixels_clamped_mmi() 36 MMI_LDC1(%[ftmp2], %[block], 0x10) in ff_put_pixels_clamped_mmi() 37 MMI_LDC1(%[ftmp3], %[block], 0x18) in ff_put_pixels_clamped_mmi() 38 MMI_LDC1(%[ftmp4], %[block], 0x20) in ff_put_pixels_clamped_mmi() 39 MMI_LDC1(%[ftmp5], %[block], 0x28) in ff_put_pixels_clamped_mmi() 40 MMI_LDC1(%[ftmp6], %[block], 0x30) in ff_put_pixels_clamped_mmi() 41 MMI_LDC1(%[ftmp7], %[block], 0x38) in ff_put_pixels_clamped_mmi() 55 MMI_LDC1(%[ftmp0], %[block], in ff_put_pixels_clamped_mmi() 85 ff_put_signed_pixels_clamped_mmi(const int16_t *block, uint8_t *av_restrict pixels, ptrdiff_t line_size) ff_put_signed_pixels_clamped_mmi() argument 150 ff_add_pixels_clamped_mmi(const int16_t *block, uint8_t *av_restrict pixels, ptrdiff_t line_size) ff_add_pixels_clamped_mmi() argument [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | schedule.cc | 36 bool BasicBlock::LoopContains(BasicBlock* block) const { in LoopContains() 39 DCHECK_LE(0, block->rpo_number_); in LoopContains() 41 return block->rpo_number_ >= rpo_number_ && in LoopContains() 42 block->rpo_number_ < loop_end_->rpo_number_; in LoopContains() 109 std::ostream& operator<<(std::ostream& os, const BasicBlock& block) { in operator <<() argument 110 os << "id:" << block.id(); in operator <<() 112 AssemblerDebugInfo info = block.debug_info(); in operator <<() 117 const BasicBlock* current_block = █ in operator <<() 166 BasicBlock* Schedule::block(Node* node) const { in block() function in v8::internal::compiler::Schedule 189 BasicBlock* block in SameBasicBlock() local 194 BasicBlock* block = zone_->New<BasicBlock>( NewBasicBlock() local 200 PlanNode(BasicBlock* block, Node* node) PlanNode() argument 210 AddNode(BasicBlock* block, Node* node) AddNode() argument 220 AddGoto(BasicBlock* block, BasicBlock* succ) AddGoto() argument 244 AddCall(BasicBlock* block, Node* call, BasicBlock* success_block, BasicBlock* exception_block) AddCall() argument 254 AddBranch(BasicBlock* block, Node* branch, BasicBlock* tblock, BasicBlock* fblock) AddBranch() argument 264 AddSwitch(BasicBlock* block, Node* sw, BasicBlock** succ_blocks, size_t succ_count) AddSwitch() argument 275 AddTailCall(BasicBlock* block, Node* input) AddTailCall() argument 282 AddReturn(BasicBlock* block, Node* input) AddReturn() argument 289 AddDeoptimize(BasicBlock* block, Node* input) AddDeoptimize() argument 296 AddThrow(BasicBlock* block, Node* input) AddThrow() argument 303 InsertBranch(BasicBlock* block, BasicBlock* end, Node* branch, BasicBlock* tblock, BasicBlock* fblock) InsertBranch() argument 318 InsertSwitch(BasicBlock* block, BasicBlock* end, Node* sw, BasicBlock** succ_blocks, size_t succ_count) InsertSwitch() argument 387 EnsureSplitEdgeForm(BasicBlock* block) EnsureSplitEdgeForm() argument 436 AddSuccessor(BasicBlock* block, BasicBlock* succ) AddSuccessor() argument 451 SetControlInput(BasicBlock* block, Node* node) SetControlInput() argument 456 SetBlockForNode(BasicBlock* block, Node* node) SetBlockForNode() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_perfcounter.c | 33 /* Max counters per HW block */ 40 struct r600_perfcounter_block *block = pc->blocks; in lookup_counter() local 44 for (bid = 0; bid < pc->num_blocks; ++bid, ++block) { in lookup_counter() 45 unsigned total = block->num_groups * block->num_selectors; in lookup_counter() 49 return block; in lookup_counter() 53 *base_gid += block->num_groups; in lookup_counter() 63 struct r600_perfcounter_block *block = pc->blocks; in lookup_group() local 65 for (bid = 0; bid < pc->num_blocks; ++bid, ++block) { in lookup_group() 66 if (*index < block in lookup_group() 76 struct r600_perfcounter_block *block; global() member 140 struct r600_perfcounter_block *block = group->block; r600_pc_query_emit_start() local 168 struct r600_perfcounter_block *block = group->block; r600_pc_query_emit_stop() local 233 get_group_state(struct r600_common_screen *screen, struct r600_query_pc *query, struct r600_perfcounter_block *block, unsigned sub_gid) get_group_state() argument 307 struct r600_perfcounter_block *block; r600_create_batch_query() local 363 struct r600_perfcounter_block *block = group->block; r600_create_batch_query() local 394 struct r600_perfcounter_block *block; r600_create_batch_query() local 430 r600_init_block_names(struct r600_common_screen *screen, struct r600_perfcounter_block *block) r600_init_block_names() argument 519 struct r600_perfcounter_block *block; r600_get_perfcounter_info() local 561 struct r600_perfcounter_block *block; r600_get_perfcounter_group_info() local 608 struct r600_perfcounter_block *block = &pc->blocks[pc->num_blocks]; r600_perfcounters_add_block() local [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_dominance.c | 37 init_block(nir_block *block, nir_function_impl *impl) in init_block() argument 39 if (block == nir_start_block(impl)) in init_block() 40 block->imm_dom = block; in init_block() 42 block->imm_dom = NULL; in init_block() 43 block->num_dom_children = 0; in init_block() 46 block->dom_pre_index = UINT32_MAX; in init_block() 47 block->dom_post_index = 0; in init_block() 49 _mesa_set_clear(block->dom_frontier, NULL); in init_block() 73 calc_dominance(nir_block *block) in calc_dominance() argument 96 calc_dom_frontier(nir_block *block) calc_dom_frontier() argument 152 calc_dfs_indicies(nir_block *block, uint32_t *index) calc_dfs_indicies() argument 267 nir_block_is_unreachable(nir_block *block) nir_block_is_unreachable() argument [all...] |
H A D | nir_control_flow.c | 37 * 2. Each if-statement and loop must have one basic block before it and one 40 * 4. If a basic block has a jump instruction, there must be only one and it 41 * must be at the end of the block. 49 block_add_pred(nir_block *block, nir_block *pred) in block_add_pred() argument 51 _mesa_set_add(block->predecessors, pred); in block_add_pred() 55 block_remove_pred(nir_block *block, nir_block *pred) in block_remove_pred() argument 57 struct set_entry *entry = _mesa_set_search(block->predecessors, pred); in block_remove_pred() 61 _mesa_set_remove(block->predecessors, entry); in block_remove_pred() 91 unlink_block_successors(nir_block *block) in unlink_block_successors() argument 93 if (block in unlink_block_successors() 100 link_non_block_to_block(nir_cf_node *node, nir_block *block) link_non_block_to_block() argument 128 link_block_to_non_block(nir_block *block, nir_cf_node *node) link_block_to_non_block() argument 164 replace_successor(nir_block *block, nir_block *old_succ, nir_block *new_succ) replace_successor() argument 186 split_block_beginning(nir_block *block) split_block_beginning() argument 213 rewrite_phi_preds(nir_block *block, nir_block *old_pred, nir_block *new_pred) rewrite_phi_preds() argument 230 nir_insert_phi_undef(nir_block *block, nir_block *pred) nir_insert_phi_undef() argument 279 block_add_normal_succs(nir_block *block) block_add_normal_succs() argument 320 split_block_end(nir_block *block) split_block_end() argument 433 remove_phi_src(nir_block *block, nir_block *pred) remove_phi_src() argument 455 nir_handle_add_jump(nir_block *block) nir_handle_add_jump() argument 508 unlink_jump(nir_block *block, nir_jump_type type, bool add_normal_successors) unlink_jump() argument 521 nir_handle_remove_jump(nir_block *block, nir_jump_type type) nir_handle_remove_jump() argument 600 nir_block *block = nir_cf_node_as_block(node); nir_cf_node_insert() local 637 nir_block *block = nir_cf_node_as_block(node); cleanup_cf_node() local 752 nir_block *block = nir_cf_node_as_block(node); relink_jump_halt_cf_node() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/modes/asm/ |
H A D | aes-gcm-armv8_64.pl | 27 # | CTR block 4k+8 | AES block 4k+4 | GHASH block 4k+0 | 30 # | CTR block 4k+9 | AES block 4k+5 | GHASH block 4k+1 | 33 # | CTR block 4k+10| AES block 4k+6 | GHASH block 4k+2 | 36 # | CTR block [all...] |
/third_party/openssl/crypto/modes/asm/ |
H A D | aes-gcm-armv8_64.pl | 27 # | CTR block 4k+8 | AES block 4k+4 | GHASH block 4k+0 | 30 # | CTR block 4k+9 | AES block 4k+5 | GHASH block 4k+1 | 33 # | CTR block 4k+10| AES block 4k+6 | GHASH block 4k+2 | 36 # | CTR block [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | texcompress_etc.c | 122 * The size of the source data must be a multiple of the ETC1 block size, 128 * found in the upper left part of the block(s), and the rest of the 130 * placed in the upper half of a 4x4 block, and the lower half of the 131 * pixels in the block will not be accessed. 308 etc2_get_pixel_index(const struct etc2_block *block, int x, int y) in etc2_get_pixel_index() argument 311 int idx = (block->pixel_indices[1] >> bit) & 0x7; in etc2_get_pixel_index() 337 etc2_rgb8_parse_block(struct etc2_block *block, in etc2_rgb8_parse_block() argument 350 block->is_ind_mode = false; in etc2_rgb8_parse_block() 351 block->is_diff_mode = false; in etc2_rgb8_parse_block() 352 block in etc2_rgb8_parse_block() 477 etc2_rgb8_fetch_texel(const struct etc2_block *block, int x, int y, uint8_t *dst, GLboolean punchthrough_alpha) etc2_rgb8_fetch_texel() argument 556 etc2_alpha8_fetch_texel(const struct etc2_block *block, int x, int y, uint8_t *dst) etc2_alpha8_fetch_texel() argument 568 etc2_r11_fetch_texel(const struct etc2_block *block, int x, int y, uint8_t *dst) etc2_r11_fetch_texel() argument 594 etc2_signed_r11_fetch_texel(const struct etc2_block *block, int x, int y, uint8_t *dst) etc2_signed_r11_fetch_texel() argument 632 etc2_alpha8_parse_block(struct etc2_block *block, const uint8_t *src) etc2_alpha8_parse_block() argument 646 etc2_r11_parse_block(struct etc2_block *block, const uint8_t *src) etc2_r11_parse_block() argument 653 etc2_rgba8_parse_block(struct etc2_block *block, const uint8_t *src) etc2_rgba8_parse_block() argument 663 etc2_rgba8_fetch_texel(const struct etc2_block *block, int x, int y, uint8_t *dst) etc2_rgba8_fetch_texel() argument 680 struct etc2_block block; etc2_unpack_rgb8() local 728 struct etc2_block block; etc2_unpack_srgb8() local 779 struct etc2_block block; etc2_unpack_rgba8() local 818 struct etc2_block block; etc2_unpack_srgb8_alpha8() local 865 struct etc2_block block; etc2_unpack_r11() local 902 struct etc2_block block; etc2_unpack_rg11() local 952 struct etc2_block block; etc2_unpack_signed_r11() local 990 struct etc2_block block; etc2_unpack_signed_rg11() local 1037 struct etc2_block block; etc2_unpack_rgb8_punchthrough_alpha1() local 1074 struct etc2_block block; etc2_unpack_srgb8_punchthrough_alpha1() local 1274 struct etc1_block block; fetch_etc1_rgb8() local 1294 struct etc2_block block; fetch_etc2_rgb8() local 1315 struct etc2_block block; fetch_etc2_srgb8() local 1336 struct etc2_block block; fetch_etc2_rgba8_eac() local 1355 struct etc2_block block; fetch_etc2_srgb8_alpha8_eac() local 1374 struct etc2_block block; fetch_etc2_r11_eac() local 1393 struct etc2_block block; fetch_etc2_rg11_eac() local 1417 struct etc2_block block; fetch_etc2_signed_r11_eac() local 1436 struct etc2_block block; fetch_etc2_signed_rg11_eac() local 1461 struct etc2_block block; fetch_etc2_rgb8_punchthrough_alpha1() local 1482 struct etc2_block block; fetch_etc2_srgb8_punchthrough_alpha1() local [all...] |
/third_party/FreeBSD/sys/crypto/rijndael/ |
H A D | rijndael-api-fst.c | 87 uint8_t block[16], iv[4][4]; in rijndael_blockEncrypt() local 111 memcpy(block, cipher->IV, 16); in rijndael_blockEncrypt() 113 ((uint32_t*)block)[0] ^= ((uint32_t*)iv)[0]; in rijndael_blockEncrypt() 114 ((uint32_t*)block)[1] ^= ((uint32_t*)iv)[1]; in rijndael_blockEncrypt() 115 ((uint32_t*)block)[2] ^= ((uint32_t*)iv)[2]; in rijndael_blockEncrypt() 116 ((uint32_t*)block)[3] ^= ((uint32_t*)iv)[3]; in rijndael_blockEncrypt() 118 ((uint32_t*)block)[0] = ((uint32_t*)cipher->IV)[0] ^ ((uint32_t*)input)[0]; in rijndael_blockEncrypt() 119 ((uint32_t*)block)[1] = ((uint32_t*)cipher->IV)[1] ^ ((uint32_t*)input)[1]; in rijndael_blockEncrypt() 120 ((uint32_t*)block)[2] = ((uint32_t*)cipher->IV)[2] ^ ((uint32_t*)input)[2]; in rijndael_blockEncrypt() 121 ((uint32_t*)block)[ in rijndael_blockEncrypt() 203 uint8_t block[16], *iv, *cp; rijndael_padEncrypt() local 267 uint8_t block[16], iv[4][4]; rijndael_blockDecrypt() local 367 uint8_t block[16]; rijndael_padDecrypt() local [all...] |
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_dominance.c | 54 calc_dominance(struct ir3_block *block) in calc_dominance() argument 57 for (unsigned i = 0; i < block->predecessors_count; i++) { in calc_dominance() 58 struct ir3_block *pred = block->predecessors[i]; in calc_dominance() 68 if (block->imm_dom != new_idom) { in calc_dominance() 69 block->imm_dom = new_idom; in calc_dominance() 77 calc_dfs_indices(struct ir3_block *block, unsigned index) in calc_dfs_indices() argument 79 block->dom_pre_index = index++; in calc_dfs_indices() 80 for (unsigned i = 0; i < block->dom_children_count; i++) in calc_dfs_indices() 81 index = calc_dfs_indices(block->dom_children[i], index); in calc_dfs_indices() 82 block in calc_dfs_indices() [all...] |
/third_party/FreeBSD/sbin/fsck_msdosfs/ |
H A D | boot.c | 48 u_char block[DOSBOOTBLOCKSIZE]; in readboot() local 52 if ((size_t)read(dosfs, block, sizeof block) != sizeof block) { in readboot() 53 perr("could not read boot block"); in readboot() 57 if (block[510] != 0x55 || block[511] != 0xaa) { in readboot() 58 pfatal("Invalid signature in boot block: %02x%02x", in readboot() 59 block[511], block[51 in readboot() [all...] |
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_ssa_elimination.cpp | 40 /* The outer vectors should be indexed by block index. The inner vectors store phi information 41 * for each block. */ 58 for (Block& block : ctx.program->blocks) { in collect_phi_info() 59 for (aco_ptr<Instruction>& phi : block.instructions) { in collect_phi_info() 72 phi->opcode == aco_opcode::p_phi ? block.logical_preds : block.linear_preds; in collect_phi_info() 92 Block& block = ctx.program->blocks[block_idx]; in insert_parallelcopies() local 93 unsigned idx = block.instructions.size() - 1; in insert_parallelcopies() 94 while (block.instructions[idx]->opcode != aco_opcode::p_logical_end) { in insert_parallelcopies() 99 std::vector<aco_ptr<Instruction>>::iterator it = std::next(block in insert_parallelcopies() 120 Block& block = ctx.program->blocks[block_idx]; insert_parallelcopies() local 141 is_empty_block(Block* block, bool ignore_exec_writes) is_empty_block() argument 171 try_remove_merge_block(ssa_elimination_ctx& ctx, Block* block) try_remove_merge_block() argument 190 try_remove_invert_block(ssa_elimination_ctx& ctx, Block* block) try_remove_invert_block() argument 220 try_remove_simple_block(ssa_elimination_ctx& ctx, Block* block) try_remove_simple_block() argument 300 eliminate_useless_exec_writes_in_block(ssa_elimination_ctx& ctx, Block& block) eliminate_useless_exec_writes_in_block() argument 368 Block* block = &ctx.program->blocks[i]; jump_threading() local [all...] |
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | frame-elider.cc | 22 for (InstructionBlock* block : instruction_blocks()) { in MarkBlocks() 23 if (block->needs_frame()) continue; in MarkBlocks() 24 for (int i = block->code_start(); i < block->code_end(); ++i) { in MarkBlocks() 29 block->mark_needs_frame(); in MarkBlocks() 42 for (InstructionBlock* block : instruction_blocks()) { in MarkDeConstruction() 43 if (block->needs_frame()) { in MarkDeConstruction() 44 // Special case: The start block needs a frame. in MarkDeConstruction() 45 if (block->predecessors().empty()) { in MarkDeConstruction() 46 block in MarkDeConstruction() 94 PropagateIntoBlock(InstructionBlock* block) PropagateIntoBlock() argument [all...] |
/third_party/libcoap/src/ |
H A D | coap_block.c | 1 /* coap_block.c -- block transfer 59 coap_option_num_t number, coap_block_b_t *block) { in coap_get_block_b() 63 assert(block); in coap_get_block_b() 64 memset(block, 0, sizeof(coap_block_b_t)); in coap_get_block_b() 70 block->m = 1; in coap_get_block_b() 71 block->aszx = block->szx = COAP_OPT_BLOCK_SZX(option); in coap_get_block_b() 72 if (block->szx == 7) { in coap_get_block_b() 81 block->szx = 6; /* BERT is 1024 block chunk in coap_get_block_b() 58 coap_get_block_b(const coap_session_t *session, const coap_pdu_t *pdu, coap_option_num_t number, coap_block_b_t *block) coap_get_block_b() argument 111 coap_get_block(const coap_pdu_t *pdu, coap_option_num_t number, coap_block_t *block) coap_get_block() argument 128 setup_block_b(coap_session_t *session, coap_pdu_t *pdu, coap_block_b_t *block, unsigned int num, unsigned int blk_size, size_t total) setup_block_b() argument 170 coap_write_block_opt(coap_block_t *block, coap_option_num_t number, coap_pdu_t *pdu, size_t data_length) coap_write_block_opt() argument 203 coap_write_block_b_opt(coap_session_t *session, coap_block_b_t *block, coap_option_num_t number, coap_pdu_t *pdu, size_t data_length) coap_write_block_b_opt() argument 248 coap_add_block_b_data(coap_pdu_t *pdu, size_t len, const uint8_t *data, coap_block_b_t *block) coap_add_block_b_data() argument 428 coap_block_b_t block; coap_cancel_observe() local 507 coap_block_b_t block; coap_retransmit_oscore_pdu() local 606 coap_block_b_t block; coap_add_data_large_internal() local 1030 coap_block_b_t block; coap_add_data_large_response() local 1208 int block = -1; /* Last one seen */ coap_request_missing_q_block2() local 1399 add_408_block(coap_pdu_t *pdu, int block) add_408_block() argument 1452 uint32_t block = 0; check_all_blocks_in() local 1530 int block = -1; /* Last one seen */ coap_block_check_lg_srcv_timeouts() local 1638 coap_send_q_blocks(coap_session_t *session, coap_lg_xmit_t *lg_xmit, coap_block_b_t block, coap_pdu_t *pdu, coap_send_pdu_t send_pdu) coap_send_q_blocks() argument 1796 coap_block_b_t block; coap_block_check_q_block1_xmit() local 1846 coap_block_b_t block; coap_block_check_q_block2_xmit() local 1929 coap_send_q_block1(coap_session_t *session, coap_block_b_t block, coap_pdu_t *request, coap_send_pdu_t send_request) coap_send_q_block1() argument 1959 coap_send_q_block2(coap_session_t *session, coap_resource_t *resource, const coap_string_t *query, coap_pdu_code_t request_method, coap_block_b_t block, coap_pdu_t *response, coap_send_pdu_t send_response) coap_send_q_block2() argument 2219 coap_block_b_t block; coap_handle_request_send_block() local 2589 coap_block_b_t block; coap_handle_request_put_block() local 3042 coap_block_b_t block; coap_handle_response_send_block() local 3341 coap_block_b_t block; coap_handle_response_get_block() local [all...] |
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | vir_live_variables.c | 31 /* Keeps track of conditional / partial writes in a block */ 49 vir_setup_use(struct v3d_compile *c, struct qblock *block, int ip, in vir_setup_use() argument 60 /* The use[] bitset marks when the block makes in vir_setup_use() 62 * defined that variable within the block. in vir_setup_use() 64 if (!BITSET_TEST(block->def, var)) { in vir_setup_use() 67 * in the same block partially defining var then we in vir_setup_use() 68 * consider var completely defined within the block. in vir_setup_use() 70 if (BITSET_TEST(block->defout, var)) { in vir_setup_use() 81 BITSET_SET(block->use, var); in vir_setup_use() 86 * block completel 90 vir_setup_def(struct v3d_compile *c, struct qblock *block, int ip, struct partial_update_state *partial_update, struct qinst *inst, struct qinst *flags_inst) vir_setup_def() argument [all...] |
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cfg.cpp | 61 uint32_t block = post_order[i - 1]; in build_immediate_dominators() local 62 auto &pred = preceding_edges[block]; in build_immediate_dominators() 63 if (pred.empty()) // This is for the entry block, but we've already set up the dominators. in build_immediate_dominators() 68 if (immediate_dominators[block]) in build_immediate_dominators() 71 immediate_dominators[block] = find_common_dominator(immediate_dominators[block], edge); in build_immediate_dominators() 74 immediate_dominators[block] = edge; in build_immediate_dominators() 96 // If we have already branched to this block (back edge), stop recursion. in post_order_visit() 107 auto &block = compiler.get<SPIRBlock>(block_id); in post_order_visit() local 111 // To the CFG, this is linear control flow, but we risk picking the do/while scope as our dominating block in post_order_visit() 210 uint32_t block = func.entry_block; build_post_order_visit_order() local 269 auto &block = compiler.get<SPIRBlock>(block_id); find_loop_dominator() local 338 add_block(uint32_t block) add_block() argument [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_cfg.cpp | 43 bblock_t *block = link->block; in pop_stack() local 46 return block; in pop_stack() 50 link(void *mem_ctx, bblock_t *block, enum bblock_link_kind kind) in link() argument 52 bblock_link *l = new(mem_ctx) bblock_link(block, kind); in link() 57 push_stack(exec_list *list, void *mem_ctx, bblock_t *block) in push_stack() argument 62 list->push_tail(link(mem_ctx, block, bblock_link_logical)); in push_stack() 82 bblock_t::is_predecessor_of(const bblock_t *block, in is_predecessor_of() argument 85 foreach_list_typed_safe (bblock_link, parent, link, &block->parents) { in is_predecessor_of() 86 if (parent->block in is_predecessor_of() 95 is_successor_of(const bblock_t *block, enum bblock_link_kind kind) const is_successor_of() argument 417 remove_block(bblock_t *block) remove_block() argument 475 bblock_t *block = new(mem_ctx) bblock_t(this); new_block() local 481 set_next_block(bblock_t **cur, bblock_t *block, int ip) set_next_block() argument 610 bblock_t *block = this->blocks[b]; dump_cfg() local [all...] |