Home
last modified time | relevance | path

Searched refs:ctx_alloc (Results 1 – 25 of 53) sorted by relevance

123

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/m68k/sun3/
H A Dmmu_emu.c58 static struct mm_struct *ctx_alloc[CONTEXTS_NUM] = { variable
215 if(!ctx_alloc[context]) in clear_context()
218 ctx_alloc[context]->context = SUN3_INVALID_CONTEXT; in clear_context()
219 ctx_alloc[context] = (struct mm_struct *)0; in clear_context()
259 if(ctx_alloc[new]) in get_free_context()
269 ctx_alloc[new] = mm; in get_free_context()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/m68k/sun3/
H A Dmmu_emu.c58 static struct mm_struct *ctx_alloc[CONTEXTS_NUM] = { variable
215 if(!ctx_alloc[context]) in clear_context()
218 ctx_alloc[context]->context = SUN3_INVALID_CONTEXT; in clear_context()
219 ctx_alloc[context] = (struct mm_struct *)0; in clear_context()
259 if(ctx_alloc[new]) in get_free_context()
269 ctx_alloc[new] = mm; in get_free_context()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/m68k/sun3/
H A Dmmu_emu.c58 static struct mm_struct *ctx_alloc[CONTEXTS_NUM] = { variable
215 if(!ctx_alloc[context]) in clear_context()
218 ctx_alloc[context]->context = SUN3_INVALID_CONTEXT; in clear_context()
219 ctx_alloc[context] = (struct mm_struct *)0; in clear_context()
259 if(ctx_alloc[new]) in get_free_context()
269 ctx_alloc[new] = mm; in get_free_context()
/dports/devel/libconcurrent/libconcurrent-50fe214cac8e17a8bdafdcf37c20365cbbc0caa4/examples/
H A Daccumulator.c27 uint8_t ctx_alloc[ctx_sizeof()]; in main() local
29 ctx = (struct concurrent_ctx *)ctx_alloc; in main()
/dports/graphics/aloadimage/arcan-0.6.1/src/shmif/egl-dri-rnode/
H A Degl-dri-rnode.c77 uint64_t ctx_alloc; member
249 if (!ctx->managed || !((1 << ind) & ctx->ctx_alloc)) in get_egl_context()
286 if (!(ctx->ctx_alloc & (1 << i))){ in add_context()
342 ctx->ctx_alloc |= 1 << i; in add_context()
543 for (size_t i = 0; i < 64 && ctx->ctx_alloc; i++){ in arcan_shmifext_drop()
544 if ((ctx->ctx_alloc & ((1<<i)))){ in arcan_shmifext_drop()
545 ctx->ctx_alloc &= ~(1 << i); in arcan_shmifext_drop()
/dports/sysutils/acfgfs/arcan-0.6.1/src/shmif/egl-dri-rnode/
H A Degl-dri-rnode.c77 uint64_t ctx_alloc; member
249 if (!ctx->managed || !((1 << ind) & ctx->ctx_alloc)) in get_egl_context()
286 if (!(ctx->ctx_alloc & (1 << i))){ in add_context()
342 ctx->ctx_alloc |= 1 << i; in add_context()
543 for (size_t i = 0; i < 64 && ctx->ctx_alloc; i++){ in arcan_shmifext_drop()
544 if ((ctx->ctx_alloc & ((1<<i)))){ in arcan_shmifext_drop()
545 ctx->ctx_alloc &= ~(1 << i); in arcan_shmifext_drop()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/shmif/egl-dri-rnode/
H A Degl-dri-rnode.c77 uint64_t ctx_alloc; member
249 if (!ctx->managed || !((1 << ind) & ctx->ctx_alloc)) in get_egl_context()
286 if (!(ctx->ctx_alloc & (1 << i))){ in add_context()
342 ctx->ctx_alloc |= 1 << i; in add_context()
543 for (size_t i = 0; i < 64 && ctx->ctx_alloc; i++){ in arcan_shmifext_drop()
544 if ((ctx->ctx_alloc & ((1<<i)))){ in arcan_shmifext_drop()
545 ctx->ctx_alloc &= ~(1 << i); in arcan_shmifext_drop()
/dports/x11/aclip/arcan-0.6.1/src/shmif/egl-dri-rnode/
H A Degl-dri-rnode.c77 uint64_t ctx_alloc; in arcan_shmifext_export_image()
249 if (!ctx->managed || !((1 << ind) & ctx->ctx_alloc)) in arcan_shmifext_gltex_handle()
286 if (!(ctx->ctx_alloc & (1 << i))){ in arcan_shmifext_bufferfail()
342 ctx->ctx_alloc |= 1 << i; in arcan_shmifext_bufferfail()
543 for (size_t i = 0; i < 64 && ctx->ctx_alloc; i++){
544 if ((ctx->ctx_alloc & ((1<<i)))){
545 ctx->ctx_alloc &= ~(1 << i);
/dports/devel/libconcurrent/libconcurrent-50fe214cac8e17a8bdafdcf37c20365cbbc0caa4/
H A DREADME.md50 uint8_t ctx_alloc[ctx_sizeof()];
52 ctx = (struct concurrent_ctx *)ctx_alloc;
/dports/audio/baresip/baresip-0.5.8/src/
H A Dcmd.c66 static int ctx_alloc(struct cmd_ctx **ctxp, const struct cmd *cmd) in ctx_alloc() function
554 err = ctx_alloc(ctxp, cmd); in cmd_process()
584 err = ctx_alloc(ctxp, cmd); in cmd_process()
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/powerpc/include/ibm4xx/
H A Dpmap.h181 int ctx_alloc(struct pmap *);
/dports/security/kdbxviewer/kdbxviewer-0.1.10/libcx9r/
H A Dkdbx.c321 ctx_alloc(void) { in ctx_alloc() function
895 CHECK(((ctx = ctx_alloc()) != NULL), err, CX9R_MEM_ALLOC_ERR, in cx9r_kdbx_read()
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/powerpc/powerpc/
H A Dlocore_subr.S271 bl _C_LABEL(ctx_alloc)
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/sparc64/sparc64/
H A Dpmap.c157 static int ctx_alloc(struct pmap *);
1609 (void) ctx_alloc(pmap); in pmap_activate_pmap()
3204 ctx_alloc(struct pmap *pm) in ctx_alloc() function
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/sparc/sparc/
H A Dpmap.c382 void ctx_alloc(struct pmap *);
2125 ctx_alloc(struct pmap *pm) in ctx_alloc() function
7493 ctx_alloc(pm); /* performs setcontext() */ in pmap_activate()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dgimplify.c186 ctx_alloc (void) in ctx_alloc() function
228 struct gimplify_ctx *c = ctx_alloc (); in push_gimplify_context()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dgimplify.c225 ctx_alloc (void) in ctx_alloc() function
267 struct gimplify_ctx *c = ctx_alloc (); in push_gimplify_context()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dgimplify.c225 ctx_alloc (void) in ctx_alloc() function
267 struct gimplify_ctx *c = ctx_alloc (); in push_gimplify_context()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgimplify.c242 ctx_alloc (void) in ctx_alloc() function
284 struct gimplify_ctx *c = ctx_alloc (); in push_gimplify_context()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dgimplify.c242 ctx_alloc (void) in ctx_alloc() function
284 struct gimplify_ctx *c = ctx_alloc (); in push_gimplify_context()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dgimplify.c241 ctx_alloc (void) in ctx_alloc() function
283 struct gimplify_ctx *c = ctx_alloc (); in push_gimplify_context()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dgimplify.c242 ctx_alloc (void) in ctx_alloc() function
284 struct gimplify_ctx *c = ctx_alloc (); in push_gimplify_context()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgimplify.c242 ctx_alloc (void) in ctx_alloc() function
284 struct gimplify_ctx *c = ctx_alloc (); in push_gimplify_context()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dgimplify.c243 ctx_alloc (void) in ctx_alloc() function
285 struct gimplify_ctx *c = ctx_alloc (); in push_gimplify_context()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dgimplify.c263 ctx_alloc (void) in ctx_alloc() function
305 struct gimplify_ctx *c = ctx_alloc (); in push_gimplify_context()

123