Home
last modified time | relevance | path

Searched refs:fpc (Results 1 - 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dflac_parser.c162 static uint8_t *flac_fifo_read_wrap(FLACParseContext *fpc, int offset, int len, in flac_fifo_read_wrap() argument
165 FifoBuffer *f = &fpc->fifo_buf; in flac_fifo_read_wrap()
177 av_log(fpc->avctx, AV_LOG_ERROR, in flac_fifo_read_wrap()
314 static int find_headers_search_validate(FLACParseContext *fpc, int offset) in find_headers_search_validate() argument
319 header_buf = flac_fifo_read_wrap(fpc, offset, in find_headers_search_validate()
321 &fpc->wrap_buf, in find_headers_search_validate()
322 &fpc->wrap_buf_allocated_size); in find_headers_search_validate()
323 if (frame_header_is_valid(fpc->avctx, header_buf, &fi)) { in find_headers_search_validate()
324 FLACHeaderMarker **end_handle = &fpc->headers; in find_headers_search_validate()
335 av_log(fpc in find_headers_search_validate()
351 find_headers_search(FLACParseContext *fpc, uint8_t *buf, int buf_size, int search_start) find_headers_search() argument
378 find_new_headers(FLACParseContext *fpc, int search_start) find_new_headers() argument
422 check_header_fi_mismatch(FLACParseContext *fpc, FLACFrameInfo *header_fi, FLACFrameInfo *child_fi, int log_level_offset) check_header_fi_mismatch() argument
452 check_header_mismatch(FLACParseContext *fpc, FLACHeaderMarker *header, FLACHeaderMarker *child, int log_level_offset) check_header_mismatch() argument
560 score_header(FLACParseContext *fpc, FLACHeaderMarker *header) score_header() argument
600 score_sequences(FLACParseContext *fpc) score_sequences() argument
617 get_best_header(FLACParseContext *fpc, const uint8_t **poutbuf, int *poutbuf_size) get_best_header() argument
661 FLACParseContext *fpc = s->priv_data; flac_parse() local
857 FLACParseContext *fpc = c->priv_data; flac_parse_init() local
874 FLACParseContext *fpc = c->priv_data; flac_parse_close() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_fragprog.c49 temp(struct nvfx_fpc *fpc) in temp() argument
51 int idx = __builtin_ctzll(~fpc->r_temps); in temp()
53 if (idx >= fpc->max_temps) { in temp()
58 fpc->r_temps |= (1ULL << idx); in temp()
59 fpc->r_temps_discard |= (1ULL << idx); in temp()
64 release_temps(struct nvfx_fpc *fpc) in release_temps() argument
66 fpc->r_temps &= ~fpc->r_temps_discard; in release_temps()
67 fpc->r_temps_discard = 0ULL; in release_temps()
71 nvfx_fp_imm(struct nvfx_fpc *fpc, floa argument
81 grow_insns(struct nvfx_fpc *fpc, int size) grow_insns() argument
90 emit_src(struct nvfx_fpc *fpc, int pos, struct nvfx_src src) emit_src() argument
163 emit_dst(struct nvfx_fpc *fpc, struct nvfx_reg dst) emit_dst() argument
192 nvfx_fp_emit(struct nvfx_fpc *fpc, struct nvfx_insn insn) nvfx_fp_emit() argument
241 nv40_fp_if(struct nvfx_fpc *fpc, struct nvfx_src src) nv40_fp_if() argument
269 nv40_fp_cal(struct nvfx_fpc *fpc, unsigned target) nv40_fp_cal() argument
289 nv40_fp_ret(struct nvfx_fpc *fpc) nv40_fp_ret() argument
305 nv40_fp_rep(struct nvfx_fpc *fpc, unsigned count, unsigned target) nv40_fp_rep() argument
360 nv40_fp_brk(struct nvfx_fpc *fpc) nv40_fp_brk() argument
377 tgsi_src(struct nvfx_fpc *fpc, const struct tgsi_full_src_register *fsrc) tgsi_src() argument
419 tgsi_dst(struct nvfx_fpc *fpc, const struct tgsi_full_dst_register *fdst) tgsi_dst() argument
446 nvfx_fragprog_parse_instruction(struct nvfx_fpc *fpc, const struct tgsi_full_instruction *finst) nvfx_fragprog_parse_instruction() argument
858 nvfx_fragprog_parse_decl_input(struct nvfx_fpc *fpc, const struct tgsi_full_declaration *fdec) nvfx_fragprog_parse_decl_input() argument
898 nvfx_fragprog_assign_generic(struct nvfx_fpc *fpc, const struct tgsi_full_declaration *fdec) nvfx_fragprog_assign_generic() argument
934 nvfx_fragprog_parse_decl_output(struct nvfx_fpc *fpc, const struct tgsi_full_declaration *fdec) nvfx_fragprog_parse_decl_output() argument
968 nvfx_fragprog_prepare(struct nvfx_fpc *fpc) nvfx_fragprog_prepare() argument
1067 struct nvfx_fpc *fpc = NULL; _nvfx_fragprog_translate() local
[all...]
/third_party/musl/src/fenv/s390x/
H A Dfenv.c6 unsigned fpc; in get_fpc() local
7 __asm__ __volatile__("efpc %0" : "=r"(fpc)); in get_fpc()
8 return fpc; in get_fpc()
11 static inline void set_fpc(unsigned fpc) in set_fpc() argument
13 __asm__ __volatile__("sfpc %0" :: "r"(fpc)); in set_fpc()
/third_party/musl/arch/s390x/bits/
H A Duser.h10 unsigned fpc; member
22 unsigned fpc; member
H A Dsignal.h24 unsigned fpc; member
45 unsigned fpc; member
/third_party/icu/icu4c/source/test/intltest/
H A Dpptest.cpp117 FieldPosition fpc(fp); in TestFieldPosition()
118 if (fpc.getField() == 7) { in TestFieldPosition()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-linkage.h157 const DoubleRegister* fp, int fpc) in LinkageAllocator()
158 : gp_count_(gpc), gp_regs_(gp), fp_count_(fpc), fp_regs_(fp) {} in LinkageAllocator()
156 LinkageAllocator(const Register* gp, int gpc, const DoubleRegister* fp, int fpc) LinkageAllocator() argument
/third_party/node/deps/openssl/openssl/crypto/poly1305/
H A Dpoly1305_ieee754.c101 static const u32 fpc = 1; variable
146 asm volatile ("lfpc %0"::"m"(fpc)); in poly1305_init()
268 asm volatile ("lfpc %0"::"m"(fpc)); in poly1305_blocks()
/third_party/openssl/crypto/poly1305/
H A Dpoly1305_ieee754.c101 static const u32 fpc = 1; variable
146 asm volatile ("lfpc %0"::"m"(fpc)); in poly1305_init()
268 asm volatile ("lfpc %0"::"m"(fpc)); in poly1305_blocks()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/
H A Ds390x.rs163 pub fpc: u32,

Completed in 9 milliseconds