| /third_party/elfutils/libdw/ |
| H A D | dwarf_getlocation.c | 146 struct loc_block_s *block = libdw_alloc (dbg, struct loc_block_s, in store_implicit_value() local 254 __libdw_intern_expression(Dwarf *dbg, bool other_byte_order, unsigned int address_size, unsigned int ref_size, void **cache, const Dwarf_Block *block, bool cfap, bool valuep, Dwarf_Op **llbuf, size_t *listlen, int sec_index) __libdw_intern_expression() argument 664 getlocation(struct Dwarf_CU *cu, const Dwarf_Block *block, Dwarf_Op **llbuf, size_t *listlen, int sec_index) getlocation() argument 701 Dwarf_Block block; dwarf_getlocation() local 852 Dwarf_Block block; getlocations_addr() local 900 Dwarf_Block block; dwarf_getlocation_addr() local 981 Dwarf_Block block; dwarf_getlocations() local [all...] |
| /third_party/ffmpeg/libavcodec/ppc/ |
| H A D | fdctdsp.c | 195 void ff_fdct_altivec(int16_t *block) in ff_fdct_altivec() argument
|
| H A D | vc1dsp_altivec.c | 138 static void vc1_inv_trans_8x8_altivec(int16_t block[64]) in vc1_inv_trans_8x8_altivec() argument 233 vc1_inv_trans_8x4_altivec(uint8_t *dest, ptrdiff_t stride, int16_t *block) vc1_inv_trans_8x4_altivec() argument [all...] |
| /third_party/ffmpeg/libavcodec/x86/ |
| H A D | snowdsp.c | 693 static void inner_add_yblock_bw_8_obmc_16_bh_even_sse2(const uint8_t *obmc, const x86_reg obmc_stride, uint8_t * * block, int b_w, x86_reg b_h, in inner_add_yblock_bw_8_obmc_16_bh_even_sse2() argument 741 static void inner_add_yblock_bw_16_obmc_32_sse2(const uint8_t *obmc, const x86_reg obmc_stride, uint8_t * * block, int b_w, x86_reg b_h, in inner_add_yblock_bw_16_obmc_32_sse2() argument 827 static void inner_add_yblock_bw_8_obmc_16_mmx(const uint8_t *obmc, const x86_reg obmc_stride, uint8_t * * block, int b_w, x86_reg b_h, in inner_add_yblock_bw_8_obmc_16_mmx() argument 838 static void inner_add_yblock_bw_16_obmc_32_mmx(const uint8_t *obmc, const x86_reg obmc_stride, uint8_t * * block, int b_w, x86_reg b_h, in inner_add_yblock_bw_16_obmc_32_mmx() argument 855 static void ff_snow_inner_add_yblock_sse2(const uint8_t *obmc, const int obmc_stride, uint8_t * * block, int b_w, int b_h, in ff_snow_inner_add_yblock_sse2() argument 869 ff_snow_inner_add_yblock_mmx(const uint8_t *obmc, const int obmc_stride, uint8_t * * block, int b_w, int b_h, int src_x, int src_y, int src_stride, slice_buffer * sb, int add, uint8_t * dst8) ff_snow_inner_add_yblock_mmx() argument [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | tscc2.c | 51 int block[16]; member
|
| H A D | wmv2dec.c | 228 int block = FFMIN(run, 25); in ff_wmv2_decode_picture_header() local 407 static inline int wmv2_decode_inter_block(WMV2DecContext *w, int16_t *block, in wmv2_decode_inter_block() argument 447 int ff_wmv2_decode_mb(MpegEncContext *s, int16_t block[6][64]) in ff_wmv2_decode_mb() argument [all...] |
| H A D | msmpeg4dec.c | 108 static int msmpeg4v12_decode_mb(MpegEncContext *s, int16_t block[6][64]) in msmpeg4v12_decode_mb() argument 209 static int msmpeg4v34_decode_mb(MpegEncContext *s, int16_t block[6][64]) in msmpeg4v34_decode_mb() argument 648 int ff_msmpeg4_decode_block(MpegEncContext * s, int16_t * block, in ff_msmpeg4_decode_block() argument [all...] |
| H A D | zmbv.c | 90 int block; in zmbv_decode_xor_8() local 169 int block; in zmbv_decode_xor_16() local 246 int block; zmbv_decode_xor_24() local 331 int block; zmbv_decode_xor_32() local [all...] |
| H A D | opus_celt.c | 51 CeltBlock *block = &f->block[j]; in celt_decode_coarse_energy() local 87 CeltBlock *block = &f->block[j]; in celt_decode_fine_energy() local 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 | opus_celt.h | 98 CeltBlock block[2]; member
|
| H A D | ra144.c | 1698 int16_t *block; in ff_subblock_synthesis() local
|
| H A D | msmpeg4enc.c | 558 void ff_msmpeg4_encode_block(MpegEncContext * s, int16_t * block, int n) in ff_msmpeg4_encode_block() argument 372 ff_msmpeg4_encode_mb(MpegEncContext * s, int16_t block[6][64], int motion_x, int motion_y) ff_msmpeg4_encode_mb() argument
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_codecview.c | 56 int block; member
|
| H A D | vf_spp.c | 225 static inline void add_block(uint16_t *dst, int linesize, const int16_t block[64]) in add_block() argument 249 int16_t *block in filter() local [all...] |
| H A D | vf_uspp.c | 201 int block = BLOCK >> (is_chroma ? p->hsub : 0); in filter() local [all...] |
| H A D | vf_pp7.c | 209 int16_t *block = (int16_t *)p->src; in filter() local
|
| /third_party/ffmpeg/libavcodec/tests/ |
| H A D | dct.c | 120 static void init_block(int16_t block[64], int test, int is_idct, AVLFG *prng, int vals) in init_block() argument 295 idct248_ref(uint8_t *dest, ptrdiff_t linesize, int16_t *block) idct248_ref() argument 375 idct248_error(const char *name, void (*idct248_put)(uint8_t *dest, ptrdiff_t line_size, int16_t *block), int speed) idct248_error() argument [all...] |
| /third_party/ffmpeg/libavformat/ |
| H A D | rtpproto.c | 61 char *block; member 232 char *sources = include_sources, *block = exclude_sources; in rtp_open() local [all...] |
| /third_party/curl/lib/vssh/ |
| H A D | wolfssh.c | 439 static CURLcode wssh_statemach_act(struct Curl_easy *data, bool *block) in wssh_statemach_act() argument 904 bool block; /* we store the status and use that to provide a ssh_getsock() wssh_multi_statemach() local 993 bool block; wssh_block_statemach() local [all...] |
| /third_party/gn/src/gn/ |
| H A D | functions.cc | 39 VerifyNoBlockForFunctionCall(const FunctionCallNode* function, const BlockNode* block, Err* err) VerifyNoBlockForFunctionCall() argument 112 FillTargetBlockScope(const Scope* scope, const FunctionCallNode* function, const std::string& target_type, const BlockNode* block, const std::vector<Value>& args, Scope* block_scope, Err* err) FillTargetBlockScope() argument 478 RunDeclareArgs(Scope* scope, const FunctionCallNode* function, const std::vector<Value>& args, BlockNode* block, Err* err) RunDeclareArgs() argument [all...] |
| /third_party/ffmpeg/tests/checkasm/ |
| H A D | vp8dsp.c | 205 int16_t block[4][4][16]; in check_luma_dc_wht() local [all...] |
| /third_party/alsa-lib/src/topology/ |
| H A D | dapm.c | 425 unsigned block, count; in tplg_save_dapm_graph() local
|
| /third_party/backends/backend/ |
| H A D | plustek-pp_ptdrv.c | 318 sigset_t block, pause_mask; in ptdrvStartLampTimer() local 363 sigset_t block, pause_mask; in ptdrvStopLampTimer() local [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | Trie2Writable.java | 244 releaseDataBlock(int block) releaseDataBlock() argument 251 isWritableBlock(int block) isWritableBlock() argument 255 setIndex2Entry(int i2, int block) setIndex2Entry() argument 351 writeBlock(int block, int value) writeBlock() argument 362 fillBlock(int block, int start, int limit, int value, int initialValue, boolean overwrite) fillBlock() argument [all...] |
| /third_party/icu/icu4c/source/common/ |
| H A D | ucptrie.cpp | 337 int32_t block; in getRange() local [all...] |