Home
last modified time | relevance | path

Searched refs:c_depth (Results 1 – 25 of 55) sorted by relevance

123

/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/white_rabbit/wr_cores_v4_2/ip_cores/etherbone-core/hdl/eb_slave_core/
H A Deb_commit_fifo.vhd53 constant c_depth : natural := f_ceil_log2(g_size); constant
55 signal r_idx : unsigned(c_depth downto 0);
56 signal w_idx : unsigned(c_depth downto 0);
57 signal e_idx : unsigned(c_depth downto 0);
58 signal r_idx1 : unsigned(c_depth downto 0);
59 signal w_idx1 : unsigned(c_depth downto 0);
61 constant c_low : unsigned(c_depth-1 downto 0) := (others => '0');
62 constant c_high : unsigned(c_depth downto 0) := '1' & c_low;
69 g_size => 2**c_depth,
76 aa_i => std_logic_vector(w_idx(c_depth-1 downto 0)),
[all …]
H A Deb_fifo.vhd51 constant c_depth : natural := f_ceil_log2(g_size); constant
53 signal r_idx : unsigned(c_depth downto 0);
54 signal w_idx : unsigned(c_depth downto 0);
55 signal r_idx1 : unsigned(c_depth downto 0);
56 signal w_idx1 : unsigned(c_depth downto 0);
58 constant c_low : unsigned(c_depth-1 downto 0) := (others => '0');
59 constant c_high : unsigned(c_depth downto 0) := '1' & c_low;
74 aa_i => std_logic_vector(w_idx(c_depth-1 downto 0)),
78 ab_i => std_logic_vector(r_idx1(c_depth-1 downto 0)),
/dports/devel/byaccj/byaccj1.15/src/
H A Dcourse.y50 int c_depth; variable
53 if (c_depth>=MAX_CSTACK) in c_push()
55 c_stack[c_depth++]=c; in c_push()
61 if (c_depth<=0) in c_pop()
63 return c_stack[--c_depth]; in c_pop()
351 c_depth=0; in crs_parse()
/dports/graphics/svgalib/svgalib-1.4.3/mach/
H A Dmach64.c691 static int mach64_dac_ati68860(US c_depth, US accelmode) in mach64_dac_ati68860() argument
696 if (c_depth == BPP_8) { in mach64_dac_ati68860()
743 static void mach64_dac_program(US c_depth, US accelmode, US dotclock) in mach64_dac_program() argument
761 mux = mach64_dac_ati68860(c_depth, accelmode); in mach64_dac_program()
773 static void mach64_crtc_programming(US mode, US c_depth, US refrate) in mach64_crtc_programming() argument
836 outb(ioCRTC_GEN_CNTL + 1, c_depth); in mach64_crtc_programming()
848 mach64_dac_program(c_depth, 1, pcrtc->pdot_clock); in mach64_crtc_programming()
/dports/lang/guile/guile-3.0.7/libguile/
H A Dfluids.c400 size_t c_depth; variable
403 c_depth = SCM_NUM2SIZE (2, depth);
409 if (c_depth == 0)
434 fluid, c_depth - 1,
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dfluids.c386 size_t c_depth; variable
389 c_depth = SCM_NUM2SIZE (2, depth);
395 if (c_depth == 0)
420 fluid, c_depth - 1,
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/tests/hammer/
H A Dkdc5_hammer.c315 p_num, c_depth, s_depth, ccache) in verify_cs_pair() argument
321 int p_num, c_depth, s_depth;
336 p_num, c_depth, s_depth);
/dports/security/krb5/krb5-1.19.2/src/tests/hammer/
H A Dkdc5_hammer.c315 p_num, c_depth, s_depth, ccache) in verify_cs_pair() argument
321 int p_num, c_depth, s_depth;
336 p_num, c_depth, s_depth);
/dports/biology/p5-Bio-Phylo/Bio-Phylo-v2.0.1/lib/Bio/Phylo/
H A DTreedrawer.pm1118 my $c_depth = $depth{$cid};
1120 $depth = $c_depth if $c_depth > $depth;
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dopp.h49 enum dc_color_depth c_depth; /* Deep color use. */ member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dopp.h49 enum dc_color_depth c_depth; /* Deep color use. */ member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dopp.h49 enum dc_color_depth c_depth; /* Deep color use. */ member
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A D3dom2_te.cpp1984 uint32_t c_depth = (tex_type & TXTEXPFORM_CDEPTH_MASK) >> TXTEXPFORM_CDEPTH_SHIFT; in get_texel() local
1986 uint32_t i_depth = c_depth; in get_texel()
1994 uint32_t mask = (1 << c_depth) - 1; in get_texel()
1997 texel >>= c_depth; in get_texel()
1999 texel >>= c_depth; in get_texel()
2001 texel >>= c_depth; in get_texel()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A D3dom2_te.cpp1984 uint32_t c_depth = (tex_type & TXTEXPFORM_CDEPTH_MASK) >> TXTEXPFORM_CDEPTH_SHIFT; in get_texel() local
1986 uint32_t i_depth = c_depth; in get_texel()
1994 uint32_t mask = (1 << c_depth) - 1; in get_texel()
1997 texel >>= c_depth; in get_texel()
1999 texel >>= c_depth; in get_texel()
2001 texel >>= c_depth; in get_texel()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Ditem_jsonfunc.cc2615 uint depth= 0, c_depth= 0; in val_int() local
2633 c_depth++; in val_int()
2635 if (c_depth > depth) in val_int()
2636 depth= c_depth; in val_int()
2646 c_depth--; in val_int()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Ditem_jsonfunc.cc2673 uint depth= 0, c_depth= 0; in val_int() local
2691 c_depth++; in val_int()
2693 if (c_depth > depth) in val_int()
2694 depth= c_depth; in val_int()
2704 c_depth--; in val_int()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Ditem_jsonfunc.cc2608 uint depth= 0, c_depth= 0; in val_int() local
2626 c_depth++; in val_int()
2628 if (c_depth > depth) in val_int()
2629 depth= c_depth; in val_int()
2639 c_depth--; in val_int()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Ditem_jsonfunc.cc2608 uint depth= 0, c_depth= 0; in val_int() local
2626 c_depth++; in val_int()
2628 if (c_depth > depth) in val_int()
2629 depth= c_depth; in val_int()
2639 c_depth--; in val_int()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Ditem_jsonfunc.cc2615 uint depth= 0, c_depth= 0; in val_int() local
2633 c_depth++; in val_int()
2635 if (c_depth > depth) in val_int()
2636 depth= c_depth; in val_int()
2646 c_depth--; in val_int()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Ditem_jsonfunc.cc2673 uint depth= 0, c_depth= 0; in val_int() local
2691 c_depth++; in val_int()
2693 if (c_depth > depth) in val_int()
2694 depth= c_depth; in val_int()
2704 c_depth--; in val_int()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c489 if (stream1->clamping.c_depth != stream2->clamping.c_depth) in resource_are_streams_timing_synchronizable()
512 if (stream1->clamping.c_depth != COLOR_DEPTH_888 || in is_dp_and_hdmi_sharable()
513 stream2->clamping.c_depth != COLOR_DEPTH_888) in is_dp_and_hdmi_sharable()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c489 if (stream1->clamping.c_depth != stream2->clamping.c_depth) in resource_are_streams_timing_synchronizable()
512 if (stream1->clamping.c_depth != COLOR_DEPTH_888 || in is_dp_and_hdmi_sharable()
513 stream2->clamping.c_depth != COLOR_DEPTH_888) in is_dp_and_hdmi_sharable()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c489 if (stream1->clamping.c_depth != stream2->clamping.c_depth) in resource_are_streams_timing_synchronizable()
512 if (stream1->clamping.c_depth != COLOR_DEPTH_888 || in is_dp_and_hdmi_sharable()
513 stream2->clamping.c_depth != COLOR_DEPTH_888) in is_dp_and_hdmi_sharable()
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DTabStack.c4405 Cardinal c_depth, p_depth; local
4437 XmNdepth, &c_depth,
4445 if( c_cmap != p_cmap || c_depth != p_depth )
/dports/benchmarks/iozone/iozone3_491/src/current/
H A Diozone.c634 long long c_depth; member
738 char c_depth[20]; /* small long long */ member
21279 sprintf(outbuf.c_depth,"%ld",(long)(send_buffer->c_depth));
21290 sprintf(outbuf.c_depth,"%lld",(long long)(send_buffer->c_depth));
22132 cc.c_depth = depth;
22306 sscanf(cnc->c_depth,"%ld",(long *)(&cc.c_depth)); in become_client()
22316 sscanf(cnc->c_depth,"%lld",(long long *)(&cc.c_depth)); in become_client()
22492 depth = cc.c_depth; in become_client()

123