Home
last modified time | relevance | path

Searched refs:csb (Results 1 – 25 of 1851) sorted by relevance

12345678910>>...75

/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/imagination/vulkan/
H A Dpvr_csb.c78 csb->start = NULL; in pvr_csb_init()
79 csb->next = NULL; in pvr_csb_init()
80 csb->pvr_bo = NULL; in pvr_csb_init()
81 csb->end = NULL; in pvr_csb_init()
153 if (csb->pvr_bo) { in pvr_csb_buffer_extend()
155 assert(csb->next + stream_link_space <= csb->end); in pvr_csb_buffer_extend()
192 csb->end = csb->start + pvr_bo->bo->size - stream_link_space; in pvr_csb_buffer_extend()
193 csb->next = csb->start; in pvr_csb_buffer_extend()
218 if (csb->next + required_space > csb->end) { in pvr_csb_alloc_dwords()
227 assert(csb->next <= csb->end); in pvr_csb_alloc_dwords()
[all …]
H A Dpvr_csb.h87 static inline VkResult pvr_csb_get_status(struct pvr_csb *csb) in pvr_csb_get_status() argument
89 return csb->status; in pvr_csb_get_status()
98 static inline bool pvr_csb_is_empty(struct pvr_csb *csb) in pvr_csb_is_empty() argument
100 return list_is_empty(&csb->pvr_bo_list); in pvr_csb_is_empty()
105 if (!pvr_csb_is_empty(csb)) { in pvr_csb_get_start_address()
117 struct pvr_csb *csb);
118 void pvr_csb_finish(struct pvr_csb *csb);
120 VkResult pvr_csb_emit_return(struct pvr_csb *csb);
121 VkResult pvr_csb_emit_terminate(struct pvr_csb *csb);
195 #define pvr_csb_emit_dword(csb, dword) \ argument
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/crypto/nx/
H A Dnx-common-powernv.c177 (csb)->cs, (csb)->cc, (csb)->ce, \
204 if (!(csb->flags & CSB_V)) { in wait_for_csb()
209 if (csb->flags & CSB_F) { in wait_for_csb()
213 if (csb->flags & CSB_CH) { in wait_for_csb()
219 if (csb->cs) { in wait_for_csb()
225 switch (csb->cc) { in wait_for_csb()
308 CSB_ERR(csb, "Invalid CRB"); in wait_for_csb()
365 CSB_ERR(csb, "Invalid CC %d", csb->cc); in wait_for_csb()
401 csb = &crb->csb; in nx842_config_crb()
482 csb = &crb->csb; in nx842_exec_icswx()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/crypto/nx/
H A Dnx-common-powernv.c177 (csb)->cs, (csb)->cc, (csb)->ce, \
204 if (!(csb->flags & CSB_V)) { in wait_for_csb()
209 if (csb->flags & CSB_F) { in wait_for_csb()
213 if (csb->flags & CSB_CH) { in wait_for_csb()
219 if (csb->cs) { in wait_for_csb()
225 switch (csb->cc) { in wait_for_csb()
308 CSB_ERR(csb, "Invalid CRB"); in wait_for_csb()
365 CSB_ERR(csb, "Invalid CC %d", csb->cc); in wait_for_csb()
401 csb = &crb->csb; in nx842_config_crb()
482 csb = &crb->csb; in nx842_exec_icswx()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/crypto/nx/
H A Dnx-common-powernv.c177 (csb)->cs, (csb)->cc, (csb)->ce, \
204 if (!(csb->flags & CSB_V)) { in wait_for_csb()
209 if (csb->flags & CSB_F) { in wait_for_csb()
213 if (csb->flags & CSB_CH) { in wait_for_csb()
219 if (csb->cs) { in wait_for_csb()
225 switch (csb->cc) { in wait_for_csb()
308 CSB_ERR(csb, "Invalid CRB"); in wait_for_csb()
365 CSB_ERR(csb, "Invalid CC %d", csb->cc); in wait_for_csb()
401 csb = &crb->csb; in nx842_config_crb()
482 csb = &crb->csb; in nx842_exec_icswx()
[all …]
/dports/games/pioneer/pioneer-20210723/src/galaxy/
H A DCustomSystem.cpp161 csb->want_rand_seed = false; in l_csb_seed()
248 csb->ringColor = col; in l_csb_rings()
518 if (!csb) in count_stars()
521 if (csb->type >= SystemBody::TYPE_STAR_MIN && csb->type <= SystemBody::TYPE_STAR_MAX) in count_stars()
742 if (csb.name.empty()) { in checks()
746 if (csb.radius <= 0 && csb.mass <= 0) { in checks()
751 if (csb.radius <= 0 && csb.type != SystemBody::TYPE_STARPORT_ORBITAL && in checks()
756 if (csb.mass <= 0 && csb.type != SystemBody::TYPE_STARPORT_ORBITAL && in checks()
759 Output("Warning: 'mass' is %f for body '%s'\n", csb.mass.ToFloat(), csb.name.c_str()); in checks()
761 if (csb.averageTemp <= 0 && csb.type != SystemBody::TYPE_STARPORT_ORBITAL && in checks()
[all …]
/dports/sysutils/burp-devel/burp-2.5.4/src/server/
H A Dbackup_phase3.c41 struct sbuf *csb=NULL; in backup_phase3_server_all() local
63 || !(csb=sbuf_alloc(protocol))) in backup_phase3_server_all()
82 && !csb->path.buf) in backup_phase3_server_all()
84 switch(manio_read(chmanio, csb)) in backup_phase3_server_all()
94 if(usb->path.buf && !csb->path.buf) in backup_phase3_server_all()
108 csb->path.buf, confs)) goto end; in backup_phase3_server_all()
109 switch(manio_copy_entry(csb, csb, chmanio, newmanio, in backup_phase3_server_all()
124 csb->path.buf, confs)) goto end; in backup_phase3_server_all()
125 switch(manio_copy_entry(csb, csb, chmanio, newmanio, in backup_phase3_server_all()
147 switch(manio_copy_entry(csb, csb, chmanio, newmanio, in backup_phase3_server_all()
[all …]
/dports/sysutils/burp/burp-2.4.0/src/server/
H A Dbackup_phase3.c41 struct sbuf *csb=NULL; in backup_phase3_server_all() local
63 || !(csb=sbuf_alloc(protocol))) in backup_phase3_server_all()
82 && !csb->path.buf) in backup_phase3_server_all()
84 switch(manio_read(chmanio, csb)) in backup_phase3_server_all()
94 if(usb->path.buf && !csb->path.buf) in backup_phase3_server_all()
108 csb->path.buf, confs)) goto end; in backup_phase3_server_all()
109 switch(manio_copy_entry(csb, csb, chmanio, newmanio, in backup_phase3_server_all()
124 csb->path.buf, confs)) goto end; in backup_phase3_server_all()
125 switch(manio_copy_entry(csb, csb, chmanio, newmanio, in backup_phase3_server_all()
147 switch(manio_copy_entry(csb, csb, chmanio, newmanio, in backup_phase3_server_all()
[all …]
/dports/math/blis/blis-0.8.1/examples/tapi/
H A D04level3.c42 inc_t rsb, csb; in main() local
71 rsb = 1; csb = k; in main()
83 k, n, &one, b, rsb, csb ); in main()
115 rsb = 1; csb = k; in main()
127 k, n, &one, b, rsb, csb ); in main()
197 rsb = 1; csb = m; in main()
208 m, n, &one, b, rsb, csb ); in main()
246 rsb = 1; csb = m; in main()
255 m, n, &one, b, rsb, csb ); in main()
289 rsb = 1; csb = m; in main()
[all …]
/dports/graphics/xpx/xpx/
H A Dcbb.c265 void conv_csbfont(p, csb) in conv_csbfont() argument
267 unsigned char *csb;
273 if (*csb & lbittbl[x])
285 csb += 2;
289 void csb_font1(csb, x, y) in csb_font1() argument
290 unsigned char *csb; in csb_font1()
298 conv_csbfont(fontpix, csb);
306 void gen_image_csb(csb) in gen_image_csb() argument
307 unsigned char *csb; in gen_image_csb()
314 csb += 128;
[all …]
/dports/games/liblcf/liblcf-0.7.0/tests/
H A Dflag_set.cpp55 ColorSet csb = { Blue }; variable
63 REQUIRE(cs0 == (csb & csg));
64 REQUIRE(cs0 == (csr & csb));
65 REQUIRE(cs0 == (csrg & csb));
70 REQUIRE(csrb == (csr | csb));
71 REQUIRE(csgb == (csb | csg));
72 REQUIRE(csrgb == (csr | csb | csg));
74 REQUIRE(csrb == (csr ^ csb));
75 REQUIRE(csb == (csr ^ csrb));
/dports/textproc/csb-aspell/aspell6-csb-0.02-0/
H A DMakefile.pre3 lang = csb
6 cwl_files = csb.cwl
7 data_files = csb.dat l-csb.cset l-csb.cmap
10 multi_files = csb.multi kashubian.alias kaszëbsczi.alias
11 rws_files = csb.rws
61 csb.rws: csb.cwl
67 ${PREZIP} -d < $< | ${ASPELL} ${ASPELL_FLAGS} --lang=csb create master ./$@
H A Dinfo3 lang csb
4 data-file l-csb.cset
5 data-file l-csb.cmap
24 alias csb kashubian kaszëbsczi
26 name csb
27 add csb
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/platforms/powernv/
H A Dvas-fault.c65 struct coprocessor_status_block csb; in update_csb() local
81 memset(&csb, 0, sizeof(csb)); in update_csb()
82 csb.cc = CSB_CC_FAULT_ADDRESS; in update_csb()
83 csb.ce = CSB_CE_TERMINATION; in update_csb()
84 csb.cs = 0; in update_csb()
85 csb.count = 0; in update_csb()
92 csb.address = crb->stamp.nx.fault_storage_addr; in update_csb()
93 csb.flags = 0; in update_csb()
131 rc = copy_to_user(csb_addr, &csb, sizeof(csb)); in update_csb()
137 csb.flags = CSB_V; in update_csb()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/platforms/powernv/
H A Dvas-fault.c65 struct coprocessor_status_block csb; in update_csb() local
81 memset(&csb, 0, sizeof(csb)); in update_csb()
82 csb.cc = CSB_CC_FAULT_ADDRESS; in update_csb()
83 csb.ce = CSB_CE_TERMINATION; in update_csb()
84 csb.cs = 0; in update_csb()
85 csb.count = 0; in update_csb()
92 csb.address = crb->stamp.nx.fault_storage_addr; in update_csb()
93 csb.flags = 0; in update_csb()
131 rc = copy_to_user(csb_addr, &csb, sizeof(csb)); in update_csb()
137 csb.flags = CSB_V; in update_csb()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/platforms/powernv/
H A Dvas-fault.c65 struct coprocessor_status_block csb; in update_csb() local
81 memset(&csb, 0, sizeof(csb)); in update_csb()
82 csb.cc = CSB_CC_FAULT_ADDRESS; in update_csb()
83 csb.ce = CSB_CE_TERMINATION; in update_csb()
84 csb.cs = 0; in update_csb()
85 csb.count = 0; in update_csb()
92 csb.address = crb->stamp.nx.fault_storage_addr; in update_csb()
93 csb.flags = 0; in update_csb()
131 rc = copy_to_user(csb_addr, &csb, sizeof(csb)); in update_csb()
137 csb.flags = CSB_V; in update_csb()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/histogram/detail/
H A Dcounting_streambuf.hpp45 counting_streambuf<C, T> csb; member
49 count_guard(bos& os, std::streamsize& s) : csb(s), p_os(&os), p_rdbuf(os.rdbuf(&csb)) {} in count_guard()
52 : csb(o.csb), p_os(boost::exchange(o.p_os, nullptr)), p_rdbuf(o.p_rdbuf) {} in count_guard()
56 csb = std::move(o.csb); in operator =()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/histogram/detail/
H A Dcounting_streambuf.hpp45 counting_streambuf<C, T> csb; member
49 count_guard(bos& os, std::streamsize& s) : csb(s), p_os(&os), p_rdbuf(os.rdbuf(&csb)) {} in count_guard()
52 : csb(o.csb), p_os(boost::exchange(o.p_os, nullptr)), p_rdbuf(o.p_rdbuf) {} in count_guard()
56 csb = std::move(o.csb); in operator =()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/histogram/detail/
H A Dcounting_streambuf.hpp45 counting_streambuf<C, T> csb; member
49 count_guard(bos& os, std::streamsize& s) : csb(s), p_os(&os), p_rdbuf(os.rdbuf(&csb)) {} in count_guard()
52 : csb(o.csb), p_os(boost::exchange(o.p_os, nullptr)), p_rdbuf(o.p_rdbuf) {} in count_guard()
56 csb = std::move(o.csb); in operator =()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/utils/svgshow/src/
H A Dmain.cpp31 csb = new CScalableBitmap( defload, f ); in SurgeSVGRenderComponent()
52 if( csb ) in draw()
100 if( csb ) in onDrop()
101 delete csb; in onDrop()
111 CScalableBitmap *csb; member
217 if( svg->csb ) in onKeyDown()
225 if( svg->csb ) in onKeyDown()
233 if( svg->csb ) in onKeyDown()
241 if( svg->csb ) in onKeyDown()
249 if( svg->csb ) in onKeyDown()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/deps/glslang/glslang/Test/baseResults/
H A Dhlsl.structbuffer.floatidx.comp.out202 Name 21 "csb"
204 Name 23 "csb"
205 Name 26 "csb@count"
207 Name 28 "csb@count"
223 Decorate 23(csb) Binding 1
246 21(csb): TypeStruct 20
247 22: TypePointer Uniform 21(csb)
248 23(csb): 22(ptr) Variable Uniform
251 26(csb@count): TypeStruct 6(int)
253 28(csb@count): 27(ptr) Variable Uniform
[all …]
/dports/sysutils/burp-devel/burp-2.5.4/src/server/protocol2/
H A Dbackup_phase2.c62 if(manio_copy_entry(csb, sb, in unchanged()
87 if(csb->path.cmd!=sb->path.cmd) in found_in_current_manifest()
151 if(*csb && (*csb)->path.buf) in entry_changed()
161 sbuf_free(csb); in entry_changed()
171 if(!(*csb)->path.buf) in entry_changed()
181 if(!(pcmp=sbuf_pathcmp(*csb, sb))) in entry_changed()
198 sbuf_free(csb); in entry_changed()
894 struct sbuf *csb=NULL; in do_backup_phase2_server_protocol2() local
960 || !(csb=sbuf_alloc(PROTO_2))) in do_backup_phase2_server_protocol2()
972 csb && csb->path.buf?csb->path.buf:"", in do_backup_phase2_server_protocol2()
[all …]
/dports/sysutils/burp/burp-2.4.0/src/server/protocol2/
H A Dbackup_phase2.c62 if(manio_copy_entry(csb, sb, in unchanged()
87 if(csb->path.cmd!=sb->path.cmd) in found_in_current_manifest()
151 if(*csb && (*csb)->path.buf) in entry_changed()
161 sbuf_free(csb); in entry_changed()
171 if(!(*csb)->path.buf) in entry_changed()
181 if(!(pcmp=sbuf_pathcmp(*csb, sb))) in entry_changed()
198 sbuf_free(csb); in entry_changed()
894 struct sbuf *csb=NULL; in do_backup_phase2_server_protocol2() local
960 || !(csb=sbuf_alloc(PROTO_2))) in do_backup_phase2_server_protocol2()
972 csb && csb->path.buf?csb->path.buf:"", in do_backup_phase2_server_protocol2()
[all …]
/dports/science/octopus/octopus-10.5/external_libs/bpdn/
H A DoneProjectorCore.c44 csb, /* Cumulative sum of b */ in projectI() local
57 for (csb = 0, i = 0; i < n; i++) csb += bPtr[i]; in projectI()
58 if (csb <= tau) in projectI()
65 csb = -tau; in projectI()
72 csb += b; /* Update the cumulative sum of b */ in projectI()
78 alpha = csb / j; in projectI()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/glslang/Test/baseResults/
H A Dhlsl.structbuffer.floatidx.comp.out202 Name 21 "csb"
204 Name 23 "csb"
205 Name 26 "csb@count"
207 Name 28 "csb@count"
223 Decorate 23(csb) Binding 1
249 21(csb): TypeStruct 20
250 22: TypePointer Uniform 21(csb)
251 23(csb): 22(ptr) Variable Uniform
254 26(csb@count): TypeStruct 6(int)
256 28(csb@count): 27(ptr) Variable Uniform
[all …]

12345678910>>...75