Home
last modified time | relevance | path

Searched refs:cbase (Results 1 – 25 of 495) sorted by relevance

12345678910>>...20

/dports/net-p2p/uhub/uhub-a8ee6e7/src/core/
H A Dcommands.c44 uhub_assert(cbase != NULL); in command_initialize()
47 cbase->hub = hub; in command_initialize()
49 cbase->prefix_length_max = 0; in command_initialize()
53 commands_builtin_add(cbase); in command_initialize()
55 return cbase; in command_initialize()
63 hub_free(cbase); in command_shutdown()
68 uhub_assert(cbase != NULL); in command_add()
74 cbase->prefix_length_max = MAX(cmd->length, cbase->prefix_length_max); in command_add()
81 uhub_assert(cbase != NULL); in command_del()
218 struct hub_command* cmd = command_parse(cbase, cbase->hub, user, message); in command_invoke()
[all …]
/dports/math/kfr/kfr-4.2.1/tests/
H A Dbase_test.cpp97 …kfr::univector<cbase> v = kfr::truncate(kfr::gen_expj(0.f, constants<float>::pi_s(2) * 0.1f), 1000… in TEST()
99 … univector<cbase>({ cbase(1., +0.00000000e+00), cbase(0.80901699, +5.87785252e-01), in TEST()
100cbase(0.30901699, +9.51056516e-01), cbase(-0.30901699, +9.51056516e-01), in TEST()
101cbase(-0.80901699, +5.87785252e-01), cbase(-1., +1.22464680e-16), in TEST()
102 cbase(-0.80901699, -5.87785252e-01), in TEST()
103cbase(-0.30901699, -9.51056516e-01), cbase(0.30901699, -9.51056516e-01), in TEST()
104cbase(0.80901699, -5.87785252e-01) }))) < 0.00006); // error here depends on vector width in TEST()
/dports/games/libretro-fceumm/libretro-fceumm-91ccd3b/src/boards/
H A Dfk23c.c196 uint32 cbase = (INVERT_CHR ? 0x1000 : 0); in SyncCHR() local
202 cwrap(cbase ^ 0x0000, mmc3_regs[0] | outer); in SyncCHR()
203 cwrap(cbase ^ 0x0400, mmc3_regs[10] | outer); in SyncCHR()
204 cwrap(cbase ^ 0x0800, mmc3_regs[1] | outer); in SyncCHR()
205 cwrap(cbase ^ 0x0c00, mmc3_regs[11] | outer); in SyncCHR()
207 cwrap(cbase ^ 0x1000, mmc3_regs[2] | outer); in SyncCHR()
208 cwrap(cbase ^ 0x1400, mmc3_regs[3] | outer); in SyncCHR()
209 cwrap(cbase ^ 0x1800, mmc3_regs[4] | outer); in SyncCHR()
210 cwrap(cbase ^ 0x1c00, mmc3_regs[5] | outer); in SyncCHR()
247 uint32 cbase = (INVERT_PRG ? 0x4000 : 0); in SyncPRG() local
[all …]
H A Dsl1632.c52 int cbase = (MMC3_cmd & 0x80) << 5; in UNLSL1632CW() local
56 setchr1(cbase ^ 0x0000, page0 | (DRegBuf[0] & (~1))); in UNLSL1632CW()
57 setchr1(cbase ^ 0x0400, page0 | DRegBuf[0] | 1); in UNLSL1632CW()
58 setchr1(cbase ^ 0x0800, page0 | (DRegBuf[1] & (~1))); in UNLSL1632CW()
59 setchr1(cbase ^ 0x0C00, page0 | DRegBuf[1] | 1); in UNLSL1632CW()
60 setchr1(cbase ^ 0x1000, page1 | DRegBuf[2]); in UNLSL1632CW()
61 setchr1(cbase ^ 0x1400, page1 | DRegBuf[3]); in UNLSL1632CW()
62 setchr1(cbase ^ 0x1800, page2 | DRegBuf[4]); in UNLSL1632CW()
63 setchr1(cbase ^ 0x1c00, page2 | DRegBuf[5]); in UNLSL1632CW()
/dports/emulators/mednafen/mednafen/src/nes/boards/
H A Dsuper24.cpp123 int cbase=(V&0x80)<<5; in FixMMC3CHR() local
124 swsetchr2((cbase^0x000),DRegBuf[0]>>1); in FixMMC3CHR()
125 swsetchr2((cbase^0x800),DRegBuf[1]>>1); in FixMMC3CHR()
126 swsetchr1(cbase^0x1000,DRegBuf[2]); in FixMMC3CHR()
127 swsetchr1(cbase^0x1400,DRegBuf[3]); in FixMMC3CHR()
128 swsetchr1(cbase^0x1800,DRegBuf[4]); in FixMMC3CHR()
129 swsetchr1(cbase^0x1c00,DRegBuf[5]); in FixMMC3CHR()
147 int cbase=(MMC3_cmd&0x80)<<5; in DECLFW() local
153 case 2: swsetchr1(cbase^0x1000,V); break; in DECLFW()
154 case 3: swsetchr1(cbase^0x1400,V); break; in DECLFW()
[all …]
/dports/www/mod_jk/tomcat-connectors-1.2.48-src/native/common/
H A Djk_context.c176 if (!c || !cbase) in context_find_base()
186 if (!strcmp(ci->cbase, cbase)) in context_find_base()
212 void context_dump_uris(jk_context_t *c, char *cbase, FILE * f) in context_dump_uris() argument
217 ci = context_find_base(c, cbase); in context_dump_uris()
223 fprintf(f, "/%s/%s\n", ci->cbase, ci->uris[i]); in context_dump_uris()
233 jk_context_item_t *context_add_base(jk_context_t *c, char *cbase) in context_add_base() argument
237 if (!c || !cbase) in context_add_base()
241 ci = context_find_base(c, cbase); in context_add_base()
256 ci->cbase = jk_pool_strdup(&c->p, cbase); in context_add_base()
269 int context_add_uri(jk_context_t *c, char *cbase, char *uri) in context_add_uri() argument
[all …]
H A Djk_context.h42 char *cbase; member
122 jk_context_item_t *context_find_base(jk_context_t *c, char *cbase);
126 void context_dump_uris(jk_context_t *c, char *cbase, FILE * f);
128 jk_context_item_t *context_add_base(jk_context_t *c, char *cbase);
130 int context_add_uri(jk_context_t *c, char *cbase, char *uri);
/dports/science/gromacs/gromacs-2021.4/src/external/tng_io/src/compression/
H A Dmerge_sort.c27 char *cbase=(char *)base; in ms_inner() local
41 if (compar(cbase+(middle-1)*size,cbase+middle*size,private)>0) in ms_inner()
51 memcpy(workarray+i*size,cbase+iright*size,size); in ms_inner()
56 memcpy(workarray+i*size,cbase+ileft*size,size); in ms_inner()
64 if (compar(cbase+ileft*size,cbase+iright*size,private)>0) in ms_inner()
66 memcpy(workarray+i*size,cbase+iright*size,size); in ms_inner()
71 memcpy(workarray+i*size,cbase+ileft*size,size); in ms_inner()
77 memcpy(cbase+start*size,workarray,(end-start)*size); in ms_inner()
/dports/emulators/qemu/qemu-6.2.0/dtc/
H A Dconvert-dtsv0-lexer.l33 static int cbase = 16; variable
85 cbase = 2;
87 cbase = 8;
89 cbase = 10;
91 cbase = 16;
99 val = strtoull(yytext, NULL, cbase);
116 if (cbase != 16)
117 obase = cbase;
132 cbase = 16;
/dports/emulators/qemu42/qemu-4.2.1/dtc/
H A Dconvert-dtsv0-lexer.l47 static int cbase = 16; variable
99 cbase = 2;
101 cbase = 8;
103 cbase = 10;
105 cbase = 16;
113 val = strtoull(yytext, NULL, cbase);
130 if (cbase != 16)
131 obase = cbase;
146 cbase = 16;
/dports/emulators/qemu60/qemu-6.0.0/dtc/
H A Dconvert-dtsv0-lexer.l33 static int cbase = 16; variable
85 cbase = 2;
87 cbase = 8;
89 cbase = 10;
91 cbase = 16;
99 val = strtoull(yytext, NULL, cbase);
116 if (cbase != 16)
117 obase = cbase;
132 cbase = 16;
/dports/emulators/qemu-utils/qemu-4.2.1/dtc/
H A Dconvert-dtsv0-lexer.l47 static int cbase = 16; variable
99 cbase = 2;
101 cbase = 8;
103 cbase = 10;
105 cbase = 16;
113 val = strtoull(yytext, NULL, cbase);
130 if (cbase != 16)
131 obase = cbase;
146 cbase = 16;
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/dtc/
H A Dconvert-dtsv0-lexer.l47 static int cbase = 16; variable
99 cbase = 2;
101 cbase = 8;
103 cbase = 10;
105 cbase = 16;
113 val = strtoull(yytext, NULL, cbase);
130 if (cbase != 16)
131 obase = cbase;
146 cbase = 16;
/dports/emulators/qemu5/qemu-5.2.0/dtc/
H A Dconvert-dtsv0-lexer.l33 static int cbase = 16; variable
85 cbase = 2;
87 cbase = 8;
89 cbase = 10;
91 cbase = 16;
99 val = strtoull(yytext, NULL, cbase);
116 if (cbase != 16)
117 obase = cbase;
132 cbase = 16;
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/dtc/
H A Dconvert-dtsv0-lexer.l33 static int cbase = 16; variable
85 cbase = 2;
87 cbase = 8;
89 cbase = 10;
91 cbase = 16;
99 val = strtoull(yytext, NULL, cbase);
116 if (cbase != 16)
117 obase = cbase;
132 cbase = 16;
/dports/emulators/qemu-guest-agent/qemu-5.0.1/dtc/
H A Dconvert-dtsv0-lexer.l47 static int cbase = 16; variable
99 cbase = 2;
101 cbase = 8;
103 cbase = 10;
105 cbase = 16;
113 val = strtoull(yytext, NULL, cbase);
130 if (cbase != 16)
131 obase = cbase;
146 cbase = 16;
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/dtc/
H A Dconvert-dtsv0-lexer.l33 static int cbase = 16; variable
85 cbase = 2;
87 cbase = 8;
89 cbase = 10;
91 cbase = 16;
99 val = strtoull(yytext, NULL, cbase);
116 if (cbase != 16)
117 obase = cbase;
132 cbase = 16;
/dports/sysutils/dtc/dtc-1.6.0/
H A Dconvert-dtsv0-lexer.l33 static int cbase = 16; variable
85 cbase = 2;
87 cbase = 8;
89 cbase = 10;
91 cbase = 16;
99 val = strtoull(yytext, NULL, cbase);
116 if (cbase != 16)
117 obase = cbase;
132 cbase = 16;
/dports/biology/bowtie2/bowtie2-2.4.4/scripts/
H A Dmake_h_sapiens_ncbi37.sh86 cbase=`basename ${c}`
87 if [ ! -f $cbase ] ; then
90 gunzip ${cbase}.gz || (echo "Error unzipping ${cbase}.gz" && exit 1)
92 [ -n "$INPUTS" ] && INPUTS=$INPUTS,$cbase
93 [ -z "$INPUTS" ] && INPUTS=$cbase
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/panfrost/
H A Dpan_compute.c50 so->cbase = *cso; in panfrost_create_compute_state()
68 so->cbase.prog = nir_deserialize(NULL, options, &reader); in panfrost_create_compute_state()
69 so->cbase.ir_type = PIPE_SHADER_IR_NIR; in panfrost_create_compute_state()
73 so->cbase.ir_type, so->cbase.prog, MESA_SHADER_COMPUTE, in panfrost_create_compute_state()
77 ralloc_free((void *)so->cbase.prog); in panfrost_create_compute_state()
78 so->cbase.prog = NULL; in panfrost_create_compute_state()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/panfrost/
H A Dpan_compute.c50 so->cbase = *cso; in panfrost_create_compute_state()
68 so->cbase.prog = nir_deserialize(NULL, options, &reader); in panfrost_create_compute_state()
69 so->cbase.ir_type = PIPE_SHADER_IR_NIR; in panfrost_create_compute_state()
73 so->cbase.ir_type, so->cbase.prog, MESA_SHADER_COMPUTE, in panfrost_create_compute_state()
77 ralloc_free((void *)so->cbase.prog); in panfrost_create_compute_state()
78 so->cbase.prog = NULL; in panfrost_create_compute_state()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/panfrost/
H A Dpan_compute.c50 so->cbase = *cso; in panfrost_create_compute_state()
68 so->cbase.prog = nir_deserialize(NULL, options, &reader); in panfrost_create_compute_state()
69 so->cbase.ir_type = PIPE_SHADER_IR_NIR; in panfrost_create_compute_state()
73 so->cbase.ir_type, so->cbase.prog, MESA_SHADER_COMPUTE, in panfrost_create_compute_state()
77 ralloc_free((void *)so->cbase.prog); in panfrost_create_compute_state()
78 so->cbase.prog = NULL; in panfrost_create_compute_state()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/panfrost/
H A Dpan_compute.c50 so->cbase = *cso; in panfrost_create_compute_state()
68 so->cbase.prog = nir_deserialize(NULL, options, &reader); in panfrost_create_compute_state()
69 so->cbase.ir_type = PIPE_SHADER_IR_NIR; in panfrost_create_compute_state()
73 so->cbase.ir_type, so->cbase.prog, MESA_SHADER_COMPUTE, in panfrost_create_compute_state()
77 ralloc_free((void *)so->cbase.prog); in panfrost_create_compute_state()
78 so->cbase.prog = NULL; in panfrost_create_compute_state()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/panfrost/
H A Dpan_compute.c50 so->cbase = *cso; in panfrost_create_compute_state()
68 so->cbase.prog = nir_deserialize(NULL, options, &reader); in panfrost_create_compute_state()
69 so->cbase.ir_type = PIPE_SHADER_IR_NIR; in panfrost_create_compute_state()
73 so->cbase.ir_type, so->cbase.prog, MESA_SHADER_COMPUTE, in panfrost_create_compute_state()
77 ralloc_free((void *)so->cbase.prog); in panfrost_create_compute_state()
78 so->cbase.prog = NULL; in panfrost_create_compute_state()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/panfrost/
H A Dpan_compute.c50 so->cbase = *cso; in panfrost_create_compute_state()
68 so->cbase.prog = nir_deserialize(NULL, options, &reader); in panfrost_create_compute_state()
69 so->cbase.ir_type = PIPE_SHADER_IR_NIR; in panfrost_create_compute_state()
73 so->cbase.ir_type, so->cbase.prog, MESA_SHADER_COMPUTE, in panfrost_create_compute_state()
77 ralloc_free((void *)so->cbase.prog); in panfrost_create_compute_state()
78 so->cbase.prog = NULL; in panfrost_create_compute_state()

12345678910>>...20