Home
last modified time | relevance | path

Searched refs:unode (Results 1 – 25 of 199) sorted by relevance

12345678

/dports/graphics/blender/blender-2.91.0/source/blender/editors/sculpt_paint/
H A Dsculpt_undo.c624 for (unode = lb->first; unode; unode = unode->next) { in sculpt_undo_restore_list()
685 for (unode = lb->first; unode; unode = unode->next) { in sculpt_undo_restore_list()
747 for (unode = lb->first; unode; unode = unode->next) { in sculpt_undo_restore_list()
890 if (unode && !STREQ(unode->idname, ob->id.name)) {
955 return unode; in sculpt_undo_alloc_node_type()
1048 return unode; in sculpt_undo_alloc_node()
1138 return unode; in sculpt_undo_geometry_push()
1146 unode = MEM_callocN(sizeof(*unode), __func__); in sculpt_undo_face_sets_push()
1175 unode = MEM_callocN(sizeof(*unode), __func__); in sculpt_undo_bmesh_push()
1358 for (unode = usculpt->nodes.first; unode; unode = unode->next) { in SCULPT_undo_push_end_ex()
[all …]
/dports/graphics/goom/goom2k4-0/src/
H A Dgoomsl_yacc.y384 printf("add %s %s\n", set->unode.opr.op[0]->str, set->unode.opr.op[1]->str); in commit_plus_eq()
403 printf("sub %s %s\n", set->unode.opr.op[0]->str, set->unode.opr.op[1]->str); in commit_sub_eq()
422 printf("mul %s %s\n", set->unode.opr.op[0]->str, set->unode.opr.op[1]->str); in commit_mul_eq()
441 printf("div %s %s\n", set->unode.opr.op[0]->str, set->unode.opr.op[1]->str); in commit_div_eq()
675 tmp = set->unode.opr.op[0]; in commit_test2()
844 commit_node(node->unode.opr.op[0]->unode.opr.next,0); in commit_block()
880 node->unode.opr.op[0] = set; in new_affec_list()
922 node->unode.opr.op[0] = var; in new_var_list()
992 while(lastNode->unode.opr.next) lastNode = lastNode->unode.opr.next; in gsl_append()
1126 ret->unode = node->unode; in nodeClone()
[all …]
H A Dgoomsl_yacc.c486 printf("add %s %s\n", set->unode.opr.op[0]->str, set->unode.opr.op[1]->str); in commit_plus_eq()
505 printf("sub %s %s\n", set->unode.opr.op[0]->str, set->unode.opr.op[1]->str); in commit_sub_eq()
524 printf("mul %s %s\n", set->unode.opr.op[0]->str, set->unode.opr.op[1]->str); in commit_mul_eq()
543 printf("div %s %s\n", set->unode.opr.op[0]->str, set->unode.opr.op[1]->str); in commit_div_eq()
777 tmp = set->unode.opr.op[0]; in commit_test2()
946 commit_node(node->unode.opr.op[0]->unode.opr.next,0); in commit_block()
982 node->unode.opr.op[0] = set; in new_affec_list()
1024 node->unode.opr.op[0] = var; in new_var_list()
1094 while(lastNode->unode.opr.next) lastNode = lastNode->unode.opr.next; in gsl_append()
1228 ret->unode = node->unode; in nodeClone()
[all …]
/dports/multimedia/qmmp-plugin-pack-qt5/qmmp-plugin-pack-1.5.2/src/Visual/goom/
H A Dgoomsl_yacc.c486 printf("add %s %s\n", set->unode.opr.op[0]->str, set->unode.opr.op[1]->str); in commit_plus_eq()
505 printf("sub %s %s\n", set->unode.opr.op[0]->str, set->unode.opr.op[1]->str); in commit_sub_eq()
524 printf("mul %s %s\n", set->unode.opr.op[0]->str, set->unode.opr.op[1]->str); in commit_mul_eq()
543 printf("div %s %s\n", set->unode.opr.op[0]->str, set->unode.opr.op[1]->str); in commit_div_eq()
778 tmp = set->unode.opr.op[0]; in commit_test2()
947 commit_node(node->unode.opr.op[0]->unode.opr.next,0); in commit_block()
983 node->unode.opr.op[0] = set; in new_affec_list()
1025 node->unode.opr.op[0] = var; in new_var_list()
1095 while(lastNode->unode.opr.next) lastNode = lastNode->unode.opr.next; in gsl_append()
1229 ret->unode = node->unode; in nodeClone()
[all …]
/dports/multimedia/libxine/xine-lib-1.2.11/src/post/goom/
H A Dgoomsl_yacc.c485 printf("add %s %s\n", set->unode.opr.op[0]->str, set->unode.opr.op[1]->str); in commit_plus_eq()
504 printf("sub %s %s\n", set->unode.opr.op[0]->str, set->unode.opr.op[1]->str); in commit_sub_eq()
523 printf("mul %s %s\n", set->unode.opr.op[0]->str, set->unode.opr.op[1]->str); in commit_mul_eq()
542 printf("div %s %s\n", set->unode.opr.op[0]->str, set->unode.opr.op[1]->str); in commit_div_eq()
776 tmp = set->unode.opr.op[0]; in commit_test2()
945 commit_node(node->unode.opr.op[0]->unode.opr.next,0); in commit_block()
981 node->unode.opr.op[0] = set; in new_affec_list()
1023 node->unode.opr.op[0] = var; in new_var_list()
1093 while(lastNode->unode.opr.next) lastNode = lastNode->unode.opr.next; in gsl_append()
1227 ret->unode = node->unode; in nodeClone()
[all …]
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/texmath-0.12.1.1/src/Text/TeXMath/Writers/
H A DMathML.hs51 mrow = unode "mrow"
56 NormalFrac -> unode "mfrac" [x', y']
58 unode "mstyle" . unode "mfrac" $ [x', y']
60 unode "mstyle" . unode "mfrac" $ [x', y']
62 unode "mfrac" $ [x', y']
96 $ unode "mstyle" es
117 makeArray tt as ls = unode "mtable" $
118 map (unode "mtr" .
171 EUnderover _ x y z -> unode "munderover"
176 ESqrt x -> unode "msqrt" $ showExp tt x
[all …]
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/texmath-0.12.3.1/src/Text/TeXMath/Writers/
H A DMathML.hs51 mrow = unode "mrow"
56 NormalFrac -> unode "mfrac" [x', y']
58 unode "mstyle" . unode "mfrac" $ [x', y']
60 unode "mstyle" . unode "mfrac" $ [x', y']
62 unode "mfrac" $ [x', y']
96 $ unode "mstyle" es
117 makeArray tt as ls = unode "mtable" $
118 map (unode "mtr" .
171 EUnderover _ x y z -> unode "munderover"
176 ESqrt x -> unode "msqrt" $ showExp tt x
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/udl/
H A Dudl_main.c127 up(&unode->dev->urbs.limit_sem); in udl_release_urb_work()
170 struct urb_node *unode; in udl_free_urb_list() local
187 urb = unode->urb; in udl_free_urb_list()
202 struct urb_node *unode; in udl_alloc_urb_list() local
219 if (!unode) in udl_alloc_urb_list()
221 unode->dev = udl; in udl_alloc_urb_list()
228 kfree(unode); in udl_alloc_urb_list()
231 unode->urb = urb; in udl_alloc_urb_list()
236 kfree(unode); in udl_alloc_urb_list()
268 struct urb_node *unode; in udl_get_urb() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/udl/
H A Dudl_main.c127 up(&unode->dev->urbs.limit_sem); in udl_release_urb_work()
170 struct urb_node *unode; in udl_free_urb_list() local
187 urb = unode->urb; in udl_free_urb_list()
202 struct urb_node *unode; in udl_alloc_urb_list() local
219 if (!unode) in udl_alloc_urb_list()
221 unode->dev = udl; in udl_alloc_urb_list()
228 kfree(unode); in udl_alloc_urb_list()
231 unode->urb = urb; in udl_alloc_urb_list()
236 kfree(unode); in udl_alloc_urb_list()
268 struct urb_node *unode; in udl_get_urb() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/udl/
H A Dudl_main.c127 up(&unode->dev->urbs.limit_sem); in udl_release_urb_work()
170 struct urb_node *unode; in udl_free_urb_list() local
187 urb = unode->urb; in udl_free_urb_list()
202 struct urb_node *unode; in udl_alloc_urb_list() local
219 if (!unode) in udl_alloc_urb_list()
221 unode->dev = udl; in udl_alloc_urb_list()
228 kfree(unode); in udl_alloc_urb_list()
231 unode->urb = urb; in udl_alloc_urb_list()
236 kfree(unode); in udl_alloc_urb_list()
268 struct urb_node *unode; in udl_get_urb() local
[all …]
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Writers/
H A DEPUB.hs716 unode "package" !
725 , unode "manifest" $
747 , unode "spine" ! (
761 , unode "guide" $
762 (unode "reference" !
806 [ unode "navLabel" $ unode "text" $ stringify tit
811 [ unode "navLabel" $ unode "text" (stringify $ docTitle' meta)
820 [ unode "head" $
833 , unode "docTitle" $ unode "text" plainTitle
834 , unode "navMap" $
[all …]
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/analysis/static/
H A Dmake_result.f9098 unode(:) = fstrSOLID%unode
776 unode(:) = fstrSOLID%unode(:)
1367 unode(3*n2-2) = unode(3*n1-2)
1368 unode(3*n2-1) = unode(3*n1-1)
1369 unode(3*n2 ) = unode(3*n1 )
1378 unode(3*n2-2) = unode(3*n1-2)
1379 unode(3*n2-1) = unode(3*n1-1)
1380 unode(3*n2 ) = unode(3*n1 )
1460 unode(3*b-2) = unode(3*a-2)
1461 unode(3*b-1) = unode(3*a-1)
[all …]
H A Dfstr_ass_load.f90106 cdisp(idof) = hecmw_ngrp_get_totalvalue(hecMESH, ig, ndof, idof, fstrSOLID%unode)
124 cdiff(1:ndof) = hecMESH%node(ndof*(in-1)+1:ndof*in)+fstrSOLID%unode(ndof*(in-1)+1:ndof*in) &
192 …xx(j) = hecMESH%node( 3*nodLOCAL(j)-2 )+fstrSOLID%unode( 2*nodLOCAL(j)-1 )+fstrSOLID%dunode( 2*nod…
193 …yy(j) = hecMESH%node( 3*nodLOCAL(j)-1 )+fstrSOLID%unode( 2*nodLOCAL(j) )+fstrSOLID%dunode( 2*nod…
195 …xx(j) = hecMESH%node( 3*nodLOCAL(j)-2 )+fstrSOLID%unode( 3*nodLOCAL(j)-2 )+fstrSOLID%dunode( 3*nod…
334 xx(j)=hecMESH%node(3*nodLOCAL(j)-2)+fstrSOLID%unode(ndof*nodLOCAL(j)-1)
335 yy(j)=hecMESH%node(3*nodLOCAL(j)-1)+fstrSOLID%unode(ndof*nodLOCAL(j) )
337 xx(j)=hecMESH%node(3*nodLOCAL(j)-2)+fstrSOLID%unode(ndof*nodLOCAL(j)-2)
338 yy(j)=hecMESH%node(3*nodLOCAL(j)-1)+fstrSOLID%unode(ndof*nodLOCAL(j)-1)
339 zz(j)=hecMESH%node(3*nodLOCAL(j) )+fstrSOLID%unode(ndof*nodLOCAL(j))
[all …]
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Writers/
H A DEPUB.hs700 unode "package" !
709 , unode "manifest" $
730 , unode "spine" ! (
744 , unode "guide" $
745 (unode "reference" !
789 [ unode "navLabel" $ unode "text" $ TS.unpack $ stringify tit
794 [ unode "navLabel" $ unode "text" (TS.unpack $ stringify $ docTitle' meta)
803 [ unode "head" $
816 , unode "docTitle" $ unode "text" plainTitle
817 , unode "navMap" $
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/feed-1.3.0.1/src/Data/XML/
H A DCompat.hs29 unode :: Name -> t -> Element
32 unode n as = Element n as [] function
35 unode n = Element n [] . map NodeElement function
38 unode n (as, t) = Element n as [NodeContent $ ContentText t] function
41 unode n t = unode n ([] :: [Attr], t) function
/dports/games/taisei/taisei-1.3.2/src/vfs/
H A Dunion.c16 static bool vfs_union_mount_internal(VFSNode *unode, const char *mountpoint, VFSNode *mountee, VFSI…
145 static bool vfs_union_mount_internal(VFSNode *unode, const char *mountpoint, VFSNode *mountee, VFSI… in vfs_union_mount_internal() argument
163 list_push((ListContainer**)&unode->_members_, list_wrap_container(mountee)); in vfs_union_mount_internal()
164 unode->_primary_member_ = mountee; in vfs_union_mount_internal()
169 static bool vfs_union_mount(VFSNode *unode, const char *mountpoint, VFSNode *mountee) { in vfs_union_mount() argument
175 return vfs_union_mount_internal(unode, NULL, mountee, vfs_node_query(mountee), true); in vfs_union_mount()
178 static SDL_RWops* vfs_union_open(VFSNode *unode, VFSOpenMode mode) { in vfs_union_open() argument
179 VFSNode *n = unode->_primary_member_; in vfs_union_open()
H A Dunion_public.c14 VFSNode *unode = vfs_alloc(); in vfs_create_union_mountpoint() local
15 vfs_union_init(unode); in vfs_create_union_mountpoint()
16 return vfs_mount_or_decref(vfs_root, mountpoint, unode); in vfs_create_union_mountpoint()
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/ip-set/src/
H A DIPSet.php174 $unode = $node['next'];
176 $unode = ( $comp & ( 1 << $i ) )
177 ? [ false, $unode ]
178 : [ $unode, false ];
180 $node = $unode;
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/wikimedia/ip-set/src/
H A DIPSet.php174 $unode = $node['next'];
176 $unode = ( $comp & ( 1 << $i ) )
177 ? [ false, $unode ]
178 : [ $unode, false ];
180 $node = $unode;
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/ip-set/src/
H A DIPSet.php174 $unode = $node['next'];
176 $unode = ( $comp & ( 1 << $i ) )
177 ? [ false, $unode ]
178 : [ $unode, false ];
180 $node = $unode;
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/feed-1.3.0.1/src/Text/Feed/
H A DConstructor.hs189 then Just (unode "title" tit)
214 then Just (unode "link" url)
240 then Just (unode "link" url)
305 then Just (unode "pubDate" dateStr)
387 (unode
389 [unode "url" imgURL, unode "title" title, unode "link" lnk])
435 then Just (unode "language" lang)
481 (unode
523 then Just (unode "generator" gen)
614 addChild (unode "source" ([mkAttr "url" url], tit)) $
[all …]
/dports/biology/ncbi-toolkit/ncbi/tools/
H A Dlist.h96 typedef struct unodeStructure PNTR unode; typedef
99 unode link;
102 unode header;
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/
H A Dsmscufx.c1811 struct urb_node *unode; in ufx_free_urb_list() local
1833 urb = unode->urb; in ufx_free_urb_list()
1847 struct urb_node *unode; in ufx_alloc_urb_list() local
1856 unode = kzalloc(sizeof(*unode), GFP_KERNEL); in ufx_alloc_urb_list()
1857 if (!unode) in ufx_alloc_urb_list()
1859 unode->dev = dev; in ufx_alloc_urb_list()
1866 kfree(unode); in ufx_alloc_urb_list()
1869 unode->urb = urb; in ufx_alloc_urb_list()
1874 kfree(unode); in ufx_alloc_urb_list()
1902 struct urb_node *unode; in ufx_get_urb() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/
H A Dsmscufx.c1811 struct urb_node *unode; in ufx_free_urb_list() local
1833 urb = unode->urb; in ufx_free_urb_list()
1847 struct urb_node *unode; in ufx_alloc_urb_list() local
1856 unode = kzalloc(sizeof(*unode), GFP_KERNEL); in ufx_alloc_urb_list()
1857 if (!unode) in ufx_alloc_urb_list()
1859 unode->dev = dev; in ufx_alloc_urb_list()
1866 kfree(unode); in ufx_alloc_urb_list()
1869 unode->urb = urb; in ufx_alloc_urb_list()
1874 kfree(unode); in ufx_alloc_urb_list()
1902 struct urb_node *unode; in ufx_get_urb() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/
H A Dsmscufx.c1811 struct urb_node *unode; in ufx_free_urb_list() local
1833 urb = unode->urb; in ufx_free_urb_list()
1847 struct urb_node *unode; in ufx_alloc_urb_list() local
1856 unode = kzalloc(sizeof(*unode), GFP_KERNEL); in ufx_alloc_urb_list()
1857 if (!unode) in ufx_alloc_urb_list()
1859 unode->dev = dev; in ufx_alloc_urb_list()
1866 kfree(unode); in ufx_alloc_urb_list()
1869 unode->urb = urb; in ufx_alloc_urb_list()
1874 kfree(unode); in ufx_alloc_urb_list()
1902 struct urb_node *unode; in ufx_get_urb() local
[all …]

12345678