Home
last modified time | relevance | path

Searched refs:chu (Results 1 – 25 of 2084) sorted by relevance

12345678910>>...84

/dports/chinese/libtabe/libtabe-0.2.6.orig/src/
H A Dtabe_chu.c138 p = q = chu->chu; in tabeChuInfoToChunkInfo()
149 (chu->chunk[chu->num_chunk]).chunk = (ZhiStr)strdup(q); in tabeChuInfoToChunkInfo()
150 (chu->chunk[chu->num_chunk]).num_tsi = -1; in tabeChuInfoToChunkInfo()
151 (chu->chunk[chu->num_chunk]).tsi = (struct TsiInfo *)NULL; in tabeChuInfoToChunkInfo()
152 chu->num_chunk++; in tabeChuInfoToChunkInfo()
166 (chu->chunk[chu->num_chunk]).chunk = (ZhiStr)foo; in tabeChuInfoToChunkInfo()
167 (chu->chunk[chu->num_chunk]).num_tsi = -1; in tabeChuInfoToChunkInfo()
168 (chu->chunk[chu->num_chunk]).tsi = (struct TsiInfo *)NULL; in tabeChuInfoToChunkInfo()
175 (chu->chunk[chu->num_chunk]).chunk = c; in tabeChuInfoToChunkInfo()
176 (chu->chunk[chu->num_chunk]).num_tsi = 0; in tabeChuInfoToChunkInfo()
[all …]
/dports/chinese/libtabe/libtabe-0.2.6.orig/src/examples/
H A Dtesttabe.c201 struct ChuInfo *chu; in test_seg_simplex() local
214 chu = malloc(sizeof(struct ChuInfo)); in test_seg_simplex()
216 chu->chu = buf; in test_seg_simplex()
225 tabeChuInfoToChunkInfo(chu); in test_seg_simplex()
243 struct ChuInfo *chu; in test_seg_backward() local
256 chu = malloc(sizeof(struct ChuInfo)); in test_seg_backward()
258 chu->chu = buf; in test_seg_backward()
267 tabeChuInfoToChunkInfo(chu); in test_seg_backward()
285 struct ChuInfo *chu; in test_seg_complex() local
300 chu->chu = buf; in test_seg_complex()
[all …]
/dports/biology/infernal/infernal-1.1.3/easel/
H A Desl_dsqdata.c830 if (chu->metadata) free(chu->metadata); in dsqdata_chunk_Destroy()
831 if (chu->smem) free(chu->smem); in dsqdata_chunk_Destroy()
832 if (chu->L) free(chu->L); in dsqdata_chunk_Destroy()
833 if (chu->taxid) free(chu->taxid); in dsqdata_chunk_Destroy()
834 if (chu->desc) free(chu->desc); in dsqdata_chunk_Destroy()
835 if (chu->acc) free(chu->acc); in dsqdata_chunk_Destroy()
836 if (chu->name) free(chu->name); in dsqdata_chunk_Destroy()
837 if (chu->dsq) free(chu->dsq); in dsqdata_chunk_Destroy()
1175 chu->dsq[i] = (ESL_DSQ *) chu->smem + r; in dsqdata_unpack_chunk()
1587 if ( memcmp( chu->dsq[i], sqarr[i+chu->i0]->dsq, chu->L[i]) != 0) esl_fatal(msg); in utest_readwrite()
[all …]
/dports/biology/hmmer/hmmer-3.3/easel/
H A Desl_dsqdata.c830 if (chu->metadata) free(chu->metadata); in dsqdata_chunk_Destroy()
831 if (chu->smem) free(chu->smem); in dsqdata_chunk_Destroy()
832 if (chu->L) free(chu->L); in dsqdata_chunk_Destroy()
833 if (chu->taxid) free(chu->taxid); in dsqdata_chunk_Destroy()
834 if (chu->desc) free(chu->desc); in dsqdata_chunk_Destroy()
835 if (chu->acc) free(chu->acc); in dsqdata_chunk_Destroy()
836 if (chu->name) free(chu->name); in dsqdata_chunk_Destroy()
837 if (chu->dsq) free(chu->dsq); in dsqdata_chunk_Destroy()
1175 chu->dsq[i] = (ESL_DSQ *) chu->smem + r; in dsqdata_unpack_chunk()
1587 if ( memcmp( chu->dsq[i], sqarr[i+chu->i0]->dsq, chu->L[i]) != 0) esl_fatal(msg); in utest_readwrite()
[all …]
/dports/games/xglk/xglk/
H A Dgi_blorb.c161 chu->type = type; in giblorb_create_map()
165 chu->len = len+8; in giblorb_create_map()
169 chu->len = len; in giblorb_create_map()
171 chu->ptr = NULL; in giblorb_create_map()
172 chu->auxdatnum = -1; in giblorb_create_map()
237 switch (chu->type) { in giblorb_initialize_map()
321 if (chu->ptr) { in giblorb_destroy_map()
323 chu->ptr = NULL; in giblorb_destroy_map()
421 res->length = chu->len; in giblorb_load_chunk_by_number()
453 if (chu->ptr) { in giblorb_unload_chunk()
[all …]
/dports/games/dungeon/dungeon-3.2_1/glkterm/
H A Dgi_blorb.c163 chu->type = type; in giblorb_create_map()
167 chu->len = len+8; in giblorb_create_map()
171 chu->len = len; in giblorb_create_map()
173 chu->ptr = NULL; in giblorb_create_map()
174 chu->auxdatnum = -1; in giblorb_create_map()
240 switch (chu->type) { in giblorb_initialize_map()
332 if (chu->ptr) { in giblorb_destroy_map()
334 chu->ptr = NULL; in giblorb_destroy_map()
431 res->length = chu->len; in giblorb_load_chunk_by_number()
463 if (chu->ptr) { in giblorb_unload_chunk()
[all …]
/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/dos/
H A Dbcblorb.c133 chu->type = type; in bb_create_map()
140 chu->len = len; in bb_create_map()
142 chu->ptr = NULL; in bb_create_map()
491 if (chu->ptr) { in bb_destroy_map()
492 free(chu->ptr); in bb_destroy_map()
493 chu->ptr = NULL; in bb_destroy_map()
647 if (!chu->ptr) { in bb_load_chunk_by_number()
663 chu->ptr = dat; in bb_load_chunk_by_number()
707 if (chu->ptr) { in bb_unload_chunk()
708 free(chu->ptr); in bb_unload_chunk()
[all …]
/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/blorb/
H A Dblorblib.c109 bb_chunkdesc_t *chu; in bb_create_map() local
132 chu->type = type; in bb_create_map()
140 chu->len = len; in bb_create_map()
142 chu->ptr = NULL; in bb_create_map()
143 chu->auxdatnum = -1; in bb_create_map()
448 if (chu->ptr) { in bb_destroy_map()
581 bb_chunkdesc_t *chu; in bb_load_chunk_by_number() local
649 bb_chunkdesc_t *chu; in bb_unload_chunk() local
656 if (chu->ptr) { in bb_unload_chunk()
657 free(chu->ptr); in bb_unload_chunk()
[all …]
/dports/devel/silc-toolkit/silc-toolkit-1.1.12/lib/silcclient/
H A Dclient_channel.c67 !chu->mode)) in silc_client_send_channel_message()
763 return chu; in silc_client_on_channel()
785 chu = silc_calloc(1, sizeof(*chu)); in silc_client_add_to_channel()
786 if (!chu) in silc_client_add_to_channel()
813 if (!chu) in silc_client_remove_from_channel()
821 silc_hash_table_del(chu->client->channels, chu->channel); in silc_client_remove_from_channel()
822 silc_hash_table_del(chu->channel->user_list, chu->client); in silc_client_remove_from_channel()
859 silc_hash_table_del(chu->client->channels, chu->channel); in silc_client_remove_from_channels()
860 silc_hash_table_del(chu->channel->user_list, chu->client); in silc_client_remove_from_channels()
891 silc_hash_table_del(chu->client->channels, chu->channel); in silc_client_empty_channel()
[all …]
/dports/chinese/p5-Lingua-ZH-TaBE/Lingua-ZH-TaBE-0.07/
H A DTaBE.xs42 tabeChuInfoToChunkInfo(chu)
43 Chu chu
118 RETVAL->chu = chu;
125 chu(chu)
126 Chu chu
128 RETVAL = chu->chu;
133 num_chunk(chu)
134 Chu chu
142 Chu chu
155 ToChunkInfo(chu)
[all …]
/dports/comms/chu/chu-0.1.29/
H A DMakefile1 all: chu
2 chu: chu.c target
3 cc -pipe -O2 -fno-strict-aliasing -o chu chu.c
/dports/games/xboard-devel/xboard-f49e7e1/conf/
H A Dchu4 -variant chu
6 ; pieces: supplied chu-shogi svg's, and flip them in flipView
8 -pid ~~/themes/chu
40 -settingsFile ~/.xboard-chu-rc
41 -saveSettingsFile ~/.xboard-chu-rc
/dports/chinese/libtabe/libtabe-0.2.6.orig/util/
H A Dtsiguess.c97 struct ChuInfo *chu; in tabeChuInfoNew() local
104 chu = (struct ChuInfo *) malloc(sizeof(struct ChuInfo)); in tabeChuInfoNew()
105 memset(chu, 0, sizeof(struct ChuInfo)); in tabeChuInfoNew()
107 chu->chu = (char *) malloc( sizeof(unsigned char) * size ); in tabeChuInfoNew()
108 strcpy(chu->chu,str); in tabeChuInfoNew()
110 return chu; in tabeChuInfoNew()
/dports/net/ntp/ntp-4.2.8p15/clockstuff/
H A Dchutest.c348 struct chucode chu; in process_ldisc() local
355 while ((n = read(s, (char *)&chu, sizeof chu)) > 0) { in process_ldisc()
356 if (n != sizeof chu) { in process_ldisc()
358 sizeof chu, n); in process_ldisc()
363 TVTOTS(&chu.codetimes[NCHUCHARS-1], &ts); in process_ldisc()
365 chufilter(&chu, &ts); in process_ldisc()
371 diff.tv_sec = chu.codetimes[i].tv_sec in process_ldisc()
372 - chu.codetimes[i-1].tv_sec; in process_ldisc()
374 - chu.codetimes[i-1].tv_usec; in process_ldisc()
381 chu.codechars[i] & 0xf, (chu.codechars[i]>>4)&0xf, in process_ldisc()
[all …]
/dports/net-im/libpurple/pidgin-2.14.8/libpurple/protocols/silc10/
H A Dchat.c99 SilcChannelUser chu; in silcpurple_chat_getinfo() local
876 if (chu) in silcpurple_chat_menu()
877 mode = chu->mode; in silcpurple_chat_menu()
903 if (chu) { in silcpurple_chat_menu()
1001 SilcChannelUser chu; in silcpurple_chat_join_done() local
1159 SilcChannelUser chu; in silcpurple_chat_invite() local
1204 SilcChannelUser chu; in silcpurple_chat_leave() local
1257 chu->channel, in silcpurple_chat_leave()
1273 SilcChannelUser chu; in silcpurple_chat_send() local
1346 channel = chu->channel; in silcpurple_chat_send()
[all …]
/dports/net-im/pidgin/pidgin-2.14.8/libpurple/protocols/silc10/
H A Dchat.c99 SilcChannelUser chu; in silcpurple_chat_getinfo() local
876 if (chu) in silcpurple_chat_menu()
877 mode = chu->mode; in silcpurple_chat_menu()
903 if (chu) { in silcpurple_chat_menu()
1001 SilcChannelUser chu; in silcpurple_chat_join_done() local
1159 SilcChannelUser chu; in silcpurple_chat_invite() local
1204 SilcChannelUser chu; in silcpurple_chat_leave() local
1257 chu->channel, in silcpurple_chat_leave()
1273 SilcChannelUser chu; in silcpurple_chat_send() local
1346 channel = chu->channel; in silcpurple_chat_send()
[all …]
/dports/net-im/finch/pidgin-2.14.8/libpurple/protocols/silc10/
H A Dchat.c99 SilcChannelUser chu; in silcpurple_chat_getinfo() local
876 if (chu) in silcpurple_chat_menu()
877 mode = chu->mode; in silcpurple_chat_menu()
903 if (chu) { in silcpurple_chat_menu()
1001 SilcChannelUser chu; in silcpurple_chat_join_done() local
1159 SilcChannelUser chu; in silcpurple_chat_invite() local
1204 SilcChannelUser chu; in silcpurple_chat_leave() local
1257 chu->channel, in silcpurple_chat_leave()
1273 SilcChannelUser chu; in silcpurple_chat_send() local
1346 channel = chu->channel; in silcpurple_chat_send()
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/google.golang.org/grpc/xds/internal/balancer/cdsbalancer/
H A Dcluster_handler_test.go109 case chu := <-ch.updateChannel:
113 if diff := cmp.Diff(chu.lbPolicy, test.lbPolicy); diff != "" {
206 case chu := <-ch.updateChannel:
322 case chu := <-ch.updateChannel:
323 if diff := cmp.Diff(chu.updates, []xdsclient.ClusterUpdate{{
429 case chu := <-ch.updateChannel:
430 if diff := cmp.Diff(chu.updates, []xdsclient.ClusterUpdate{{
541 case chu := <-ch.updateChannel:
542 if chu.err.Error() != "some error" {
675 case chu := <-ch.updateChannel:
[all …]
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/google.golang.org/grpc/xds/internal/balancer/cdsbalancer/
H A Dcluster_handler_test.go109 case chu := <-ch.updateChannel:
113 if diff := cmp.Diff(chu.lbPolicy, test.lbPolicy); diff != "" {
206 case chu := <-ch.updateChannel:
322 case chu := <-ch.updateChannel:
323 if diff := cmp.Diff(chu.updates, []xdsclient.ClusterUpdate{{
429 case chu := <-ch.updateChannel:
430 if diff := cmp.Diff(chu.updates, []xdsclient.ClusterUpdate{{
541 case chu := <-ch.updateChannel:
542 if chu.err.Error() != "some error" {
675 case chu := <-ch.updateChannel:
[all …]
/dports/www/tusd/tusd-1.8.0/vendor/google.golang.org/grpc/xds/internal/balancer/cdsbalancer/
H A Dcluster_handler_test.go109 case chu := <-ch.updateChannel:
113 if diff := cmp.Diff(chu.lbPolicy, test.lbPolicy); diff != "" {
206 case chu := <-ch.updateChannel:
322 case chu := <-ch.updateChannel:
323 if diff := cmp.Diff(chu.updates, []xdsclient.ClusterUpdate{{
429 case chu := <-ch.updateChannel:
430 if diff := cmp.Diff(chu.updates, []xdsclient.ClusterUpdate{{
541 case chu := <-ch.updateChannel:
542 if chu.err.Error() != "some error" {
675 case chu := <-ch.updateChannel:
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/google.golang.org/grpc/xds/internal/balancer/cdsbalancer/
H A Dcluster_handler_test.go109 case chu := <-ch.updateChannel:
113 if diff := cmp.Diff(chu.lbPolicy, test.lbPolicy); diff != "" {
206 case chu := <-ch.updateChannel:
322 case chu := <-ch.updateChannel:
323 if diff := cmp.Diff(chu.updates, []xdsclient.ClusterUpdate{{
429 case chu := <-ch.updateChannel:
430 if diff := cmp.Diff(chu.updates, []xdsclient.ClusterUpdate{{
541 case chu := <-ch.updateChannel:
542 if chu.err.Error() != "some error" {
675 case chu := <-ch.updateChannel:
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DURIUtils.java226 final char chu = Character.toUpperCase(ch); in hexDigit() local
227 if (chu >= '0' && chu <= '9') { in hexDigit()
228 return (chu - '0'); in hexDigit()
229 } else if (chu >= 'A' && chu <= 'F') { in hexDigit()
230 return (chu - 'A' + 10); in hexDigit()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DURIUtils.java226 final char chu = Character.toUpperCase(ch); in hexDigit() local
227 if (chu >= '0' && chu <= '9') { in hexDigit()
228 return (chu - '0'); in hexDigit()
229 } else if (chu >= 'A' && chu <= 'F') { in hexDigit()
230 return (chu - 'A' + 10); in hexDigit()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DURIUtils.java226 final char chu = Character.toUpperCase(ch); in hexDigit() local
227 if (chu >= '0' && chu <= '9') { in hexDigit()
228 return (chu - '0'); in hexDigit()
229 } else if (chu >= 'A' && chu <= 'F') { in hexDigit()
230 return (chu - 'A' + 10); in hexDigit()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DURIUtils.java226 final char chu = Character.toUpperCase(ch); in hexDigit() local
227 if (chu >= '0' && chu <= '9') { in hexDigit()
228 return (chu - '0'); in hexDigit()
229 } else if (chu >= 'A' && chu <= 'F') { in hexDigit()
230 return (chu - 'A' + 10); in hexDigit()

12345678910>>...84