Home
last modified time | relevance | path

Searched refs:pstate (Results 1 - 25 of 30) sorted by relevance

12

/third_party/libsnd/src/G72x/
H A Dg72x.c135 { G72x_STATE *pstate ; in g72x_reader_init() local
137 if ((pstate = g72x_state_new ()) == NULL) in g72x_reader_init()
140 private_init_state (pstate) ; in g72x_reader_init()
142 pstate->encoder = NULL ; in g72x_reader_init()
146 pstate->decoder = g723_16_decoder ; in g72x_reader_init()
149 pstate->codec_bits = 2 ; in g72x_reader_init()
150 pstate->blocksize = G723_16_BYTES_PER_BLOCK ; in g72x_reader_init()
151 pstate->samplesperblock = G723_16_SAMPLES_PER_BLOCK ; in g72x_reader_init()
155 pstate->decoder = g723_24_decoder ; in g72x_reader_init()
158 pstate in g72x_reader_init()
190 { G72x_STATE *pstate ; g72x_writer_init() local
243 g72x_decode_block(G72x_STATE *pstate, const unsigned char *block, short *samples) g72x_decode_block() argument
254 g72x_encode_block(G72x_STATE *pstate, short *samples, unsigned char *block) g72x_encode_block() argument
[all...]
H A Dg72x.h75 int g72x_decode_block (struct g72x_state *pstate, const unsigned char *block, short *samples) ;
83 int g72x_encode_block (struct g72x_state *pstate, short *samples, unsigned char *block) ;
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_if.h21 /* pointer to the device request */ void **pptr, /* data pointer */ uint16_t *plen, /* maximum transfer length */ uint16_t offset, /* data offset */ uint8_t *pstate);
24 /* pointer to the device request */ void **pptr, /* data pointer */ uint16_t *plen, /* maximum transfer length */ uint16_t offset, /* data offset */ uint8_t *pstate) in USB_HANDLE_REQUEST()
28 return ((usb_handle_request_t *) _m)(dev, req, pptr, plen, offset, pstate); in USB_HANDLE_REQUEST()
23 USB_HANDLE_REQUEST(device_t dev, const void *req, void **pptr, uint16_t *plen, uint16_t offset, uint8_t *pstate) USB_HANDLE_REQUEST() argument
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_render_pass.c63 create_render_pass2(struct zink_screen *screen, struct zink_render_pass_state *state, struct zink_render_pass_pipeline_state *pstate) in create_render_pass2() argument
75 pstate->num_attachments = state->num_cbufs; in create_render_pass2()
76 pstate->num_cresolves = state->num_cresolves; in create_render_pass2()
77 pstate->num_zsresolves = state->num_zsresolves; in create_render_pass2()
78 pstate->fbfetch = 0; in create_render_pass2()
84 pstate->attachments[i].format = attachments[i].format = rt->format; in create_render_pass2()
85 pstate->attachments[i].samples = attachments[i].samples = rt->samples; in create_render_pass2()
107 pstate->fbfetch = 1; in create_render_pass2()
132 pstate->attachments[num_attachments].format = attachments[num_attachments].format = rt->format; in create_render_pass2()
133 pstate in create_render_pass2()
234 zink_create_render_pass(struct zink_screen *screen, struct zink_render_pass_state *state, struct zink_render_pass_pipeline_state *pstate) zink_create_render_pass() argument
289 rp_state_size(const struct zink_render_pass_pipeline_state *pstate) rp_state_size() argument
433 struct zink_render_pass_pipeline_state pstate; get_render_pass() local
[all...]
H A Dzink_render_pass.h94 struct zink_render_pass_pipeline_state *pstate);
/third_party/musl/arch/aarch64/bits/
H A Duser.h5 unsigned long long pstate; member
H A Dsignal.h21 unsigned long sp, pc, pstate; member
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/
H A Dyacc.c249 typedef struct ]b4_prefix[pstate ]b4_prefix[pstate;
253 [[b4_prefix[pstate *ps]], [[ps]]]b4_pure_if([,
259 [[b4_prefix[pstate *ps]], [[ps]]]m4_ifset([b4_parse_param], [,
261 b4_function_declare([b4_prefix[pstate_new]], [b4_prefix[pstate *]],
264 [[b4_prefix[pstate *ps]], [[ps]]])dnl
327 #define yypstate ]b4_prefix[pstate]])[
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/aarch64/
H A Dalign.rs24 pub pstate: ::c_ulonglong,
H A Dmod.rs56 pub pstate: u64,
/third_party/rust/crates/libc/src/unix/nto/
H A Daarch64.rs22 pub pstate: u64,
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
H A Dalign.rs24 pub pstate: ::c_ulong,
H A Dmod.rs57 pub pstate: ::c_ulonglong,
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_legalize.c103 struct ir3_legalize_state *pstate = &pbd->state; in legalize_block() local
108 regmask_or(&state->needs_ss, &state->needs_ss, &pstate->needs_ss); in legalize_block()
110 &pstate->needs_ss_war); in legalize_block()
111 regmask_or(&state->needs_sy, &state->needs_sy, &pstate->needs_sy); in legalize_block()
120 struct ir3_legalize_state *pstate = &pbd->state; in legalize_block() local
122 regmask_or_shared(&state->needs_ss, &state->needs_ss, &pstate->needs_ss); in legalize_block()
/third_party/libunwind/libunwind/src/aarch64/
H A DGresume.c135 sc->pstate = uc->uc_mcontext.pstate; in aarch64_local_resume()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/aarch64/
H A Dalign.rs24 pub pstate: ::c_ulonglong,
H A Dmod.rs150 pub pstate: ::c_ulonglong,
/third_party/libunwind/libunwind/include/
H A Dlibunwind-aarch64.h197 uint64_t pstate; member
/third_party/FreeBSD/stand/kshim/
H A Dbsd_kernel.h119 uint16_t offset, uint8_t *pstate);
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_radeon_winsys.h270 int (*ctx_set_pstate)(struct radeon_winsys_ctx *ctx, uint32_t pstate);
/third_party/FreeBSD/sys/dev/usb/net/
H A Dif_cdce.c1050 uint16_t offset, uint8_t *pstate) in cdce_handle_request()
1054 uint8_t is_complete = *pstate; in cdce_handle_request()
1048 cdce_handle_request(device_t dev, const void *preq, void **pptr, uint16_t *plen, uint16_t offset, uint8_t *pstate) cdce_handle_request() argument
/third_party/mesa3d/include/drm-uapi/
H A Damdgpu_drm.h247 /* select a stable profiling pstate for perfmon tools */
283 } pstate; member
803 /* Subquery id: Query GPU stable pstate shader clock */
805 /* Subquery id: Query GPU stable pstate memory clock */
/third_party/libdrm/include/drm/
H A Damdgpu_drm.h243 /* select a stable profiling pstate for perfmon tools */
279 } pstate; member
795 /* Subquery id: Query GPU stable pstate shader clock */
797 /* Subquery id: Query GPU stable pstate memory clock */
/third_party/ninja/src/
H A Dbuild_test.cc543 State local_state, *pstate = &local_state; in RebuildTarget() local
545 pstate = state; in RebuildTarget()
546 ASSERT_NO_FATAL_FAILURE(AddCatRule(pstate)); in RebuildTarget()
547 AssertParse(pstate, manifest); in RebuildTarget()
560 ASSERT_TRUE(deps_log.Load(deps_path, pstate, &err)); in RebuildTarget()
566 Builder builder(pstate, config_, pbuild_log, pdeps_log, &fs_, &status_, 0); in RebuildTarget()
/third_party/libdrm/amdgpu/
H A Damdgpu_cs.c188 *out_flags = args.out.pstate.flags; in amdgpu_cs_ctx_stable_pstate()

Completed in 30 milliseconds

12