Home
last modified time | relevance | path

Searched refs:fromoff (Results 1 – 25 of 64) sorted by relevance

123

/dports/math/R-cran-igraph/igraph/src/
H A Dsbm.c77 int from, to, fromoff = 0; in igraph_sbm_game() local
209 fromoff += fromsize; in igraph_sbm_game()
304 int from, to, fromoff = 0; in igraph_hsbm_game() local
341 fromoff += fromsize; in igraph_hsbm_game()
350 int fromoff = 0, tooff = m; in igraph_hsbm_game() local
361 fromoff += m; in igraph_hsbm_game()
380 fromoff += m; in igraph_hsbm_game()
504 int from, to, fromoff = 0; in igraph_hsbm_list_game() local
550 fromoff += fromsize; in igraph_hsbm_list_game()
570 fromoff += fromsize; in igraph_hsbm_list_game()
[all …]
/dports/math/igraph/igraph-0.9.5/src/games/
H A Dsbm.c80 long int from, to, fromoff = 0; in igraph_sbm_game() local
223 fromoff += fromsize; in igraph_sbm_game()
318 int from, to, fromoff = 0; in igraph_hsbm_game() local
355 fromoff += fromsize; in igraph_hsbm_game()
364 int fromoff = 0, tooff = m; in igraph_hsbm_game() local
375 fromoff += m; in igraph_hsbm_game()
394 fromoff += m; in igraph_hsbm_game()
518 int from, to, fromoff = 0; in igraph_hsbm_list_game() local
564 fromoff += fromsize; in igraph_hsbm_list_game()
584 fromoff += fromsize; in igraph_hsbm_list_game()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/core/
H A Dfbcmap.c168 unsigned int tooff = 0, fromoff = 0; in fb_copy_cmap() local
172 fromoff = to->start - from->start; in fb_copy_cmap()
175 if (fromoff >= from->len || tooff >= to->len) in fb_copy_cmap()
183 memcpy(to->red+tooff, from->red+fromoff, size); in fb_copy_cmap()
184 memcpy(to->green+tooff, from->green+fromoff, size); in fb_copy_cmap()
185 memcpy(to->blue+tooff, from->blue+fromoff, size); in fb_copy_cmap()
187 memcpy(to->transp+tooff, from->transp+fromoff, size); in fb_copy_cmap()
193 unsigned int tooff = 0, fromoff = 0; in fb_cmap_to_user() local
197 fromoff = to->start - from->start; in fb_cmap_to_user()
200 if (fromoff >= from->len || tooff >= to->len) in fb_cmap_to_user()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/core/
H A Dfbcmap.c168 unsigned int tooff = 0, fromoff = 0; in fb_copy_cmap() local
172 fromoff = to->start - from->start; in fb_copy_cmap()
175 if (fromoff >= from->len || tooff >= to->len) in fb_copy_cmap()
183 memcpy(to->red+tooff, from->red+fromoff, size); in fb_copy_cmap()
184 memcpy(to->green+tooff, from->green+fromoff, size); in fb_copy_cmap()
185 memcpy(to->blue+tooff, from->blue+fromoff, size); in fb_copy_cmap()
187 memcpy(to->transp+tooff, from->transp+fromoff, size); in fb_copy_cmap()
193 unsigned int tooff = 0, fromoff = 0; in fb_cmap_to_user() local
197 fromoff = to->start - from->start; in fb_cmap_to_user()
200 if (fromoff >= from->len || tooff >= to->len) in fb_cmap_to_user()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/core/
H A Dfbcmap.c168 unsigned int tooff = 0, fromoff = 0; in fb_copy_cmap() local
172 fromoff = to->start - from->start; in fb_copy_cmap()
175 if (fromoff >= from->len || tooff >= to->len) in fb_copy_cmap()
183 memcpy(to->red+tooff, from->red+fromoff, size); in fb_copy_cmap()
184 memcpy(to->green+tooff, from->green+fromoff, size); in fb_copy_cmap()
185 memcpy(to->blue+tooff, from->blue+fromoff, size); in fb_copy_cmap()
187 memcpy(to->transp+tooff, from->transp+fromoff, size); in fb_copy_cmap()
193 unsigned int tooff = 0, fromoff = 0; in fb_cmap_to_user() local
197 fromoff = to->start - from->start; in fb_cmap_to_user()
200 if (fromoff >= from->len || tooff >= to->len) in fb_cmap_to_user()
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/dict/
H A Dahd.c113 ahdnextoff(long fromoff) in ahdnextoff() argument
120 if(Bseek(bdict, fromoff, 0) < 0) in ahdnextoff()
123 c ^= (fromoff++>>1)&0xff; in ahdnextoff()
132 defoff = fromoff-6; in ahdnextoff()
135 return fromoff-5; in ahdnextoff()
H A Dsimple.c33 simplenextoff(long fromoff) in simplenextoff() argument
35 if(Bseek(bdict, fromoff, 0) < 0) in simplenextoff()
H A Dworld.c89 worldnextoff(long fromoff) in worldnextoff() argument
94 if(Bseek(bdict, fromoff-1, 0) < 0) in worldnextoff()
101 return fromoff-1 + 6 + nh + np + nd; in worldnextoff()
H A Dthesaurus.c64 thesnextoff(long fromoff) in thesnextoff() argument
69 a = Bseek(bdict, fromoff, 0); in thesnextoff()
H A Drobert.c245 robertnextoff(long fromoff) in robertnextoff() argument
247 return (fromoff & ~15) + 16; in robertnextoff()
301 robertnextflex(long fromoff) in robertnextflex() argument
305 if(Bseek(bdict, fromoff, 0) < 0) in robertnextflex()
H A Dslang.c119 slangnextoff(long fromoff) in slangnextoff() argument
124 a = Bseek(bdict, fromoff, 0); in slangnextoff()
H A Droget.c124 rogetnextoff(long fromoff) in rogetnextoff() argument
130 Bseek(bdict, fromoff, 0); in rogetnextoff()
H A Dpcollins.c178 pcollnextoff(long fromoff) in pcollnextoff() argument
183 a = Bseek(bdict, fromoff, 0); in pcollnextoff()
H A Dpgw.c980 pgwnextoff(long fromoff) in pgwnextoff() argument
985 a = Bseek(bdict, fromoff, 0); in pgwnextoff()
986 if(a != fromoff) in pgwnextoff()
H A Dpcollinsg.c196 pcollgnextoff(long fromoff) in pcollgnextoff() argument
200 if(Bseek(bdict, fromoff, 0) < 0) in pcollgnextoff()
H A Dmovie.c210 movienextoff(long fromoff) in movienextoff() argument
215 a = Bseek(bdict, fromoff, 0); in movienextoff()
/dports/misc/libsolv/libsolv-0.7.19/ext/
H A Drepo_cudf.c109 copydeps(Pool *pool, Repo *repo, Offset fromoff, Repo *fromrepo) in copydeps() argument
115 if (!fromoff) in copydeps()
117 from = fromrepo->idarraydata + fromoff; in copydeps()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/access/heap/
H A Dpruneheap.c693 OffsetNumber fromoff = *offnum++; in heap_page_prune_execute() local
695 ItemId fromlp = PageGetItemId(page, fromoff); in heap_page_prune_execute()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/access/heap/
H A Dpruneheap.c693 OffsetNumber fromoff = *offnum++; in heap_page_prune_execute() local
695 ItemId fromlp = PageGetItemId(page, fromoff); in heap_page_prune_execute()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/access/heap/
H A Dpruneheap.c693 OffsetNumber fromoff = *offnum++; in heap_page_prune_execute() local
695 ItemId fromlp = PageGetItemId(page, fromoff); in heap_page_prune_execute()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/access/heap/
H A Dpruneheap.c692 OffsetNumber fromoff = *offnum++; in heap_page_prune_execute() local
694 ItemId fromlp = PageGetItemId(page, fromoff); in heap_page_prune_execute()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/access/heap/
H A Dpruneheap.c692 OffsetNumber fromoff = *offnum++; in heap_page_prune_execute() local
694 ItemId fromlp = PageGetItemId(page, fromoff); in heap_page_prune_execute()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/access/heap/
H A Dpruneheap.c692 OffsetNumber fromoff = *offnum++; in heap_page_prune_execute() local
694 ItemId fromlp = PageGetItemId(page, fromoff); in heap_page_prune_execute()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/access/heap/
H A Dpruneheap.c695 OffsetNumber fromoff = *offnum++; in heap_page_prune_execute() local
697 ItemId fromlp = PageGetItemId(page, fromoff); in heap_page_prune_execute()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/access/heap/
H A Dpruneheap.c692 OffsetNumber fromoff = *offnum++; in heap_page_prune_execute() local
694 ItemId fromlp = PageGetItemId(page, fromoff); in heap_page_prune_execute()

123