Home
last modified time | relevance | path

Searched +refs:c +refs:dobj (Results 1 – 25 of 363) sorted by relevance

12345678910>>...15

/dports/www/netsurf/netsurf-3.10/frontends/amiga/
H A Dicon.c74 bool quirks, struct content **c);
124 bool quirks, struct content **c) in CONTENT_FACTORY_REGISTER_TYPES()
200 if(dobj) FreeDiskObject(dobj); in amiga_icon_convert()
209 if(dobj) FreeDiskObject(dobj); in amiga_icon_convert()
217 if(dobj) FreeDiskObject(dobj); in amiga_icon_convert()
250 c->width = width; in amiga_icon_convert()
251 c->height = height; in amiga_icon_convert()
254 content_set_ready(c); in amiga_icon_convert()
255 content_set_done(c); in amiga_icon_convert()
256 content_set_status(c, ""); in amiga_icon_convert()
[all …]
/dports/math/py-yt/yt-4.0.1/yt/geometry/
H A Dgeometry_handler.py277 self.dobj = dobj
313 c = obj.select_fcoords(self.dobj)
316 ci[ind : ind + c.shape[0], :] = c
330 c = obj.select_icoords(self.dobj)
333 ci[ind : ind + c.shape[0], :] = c
349 c = obj.select_fwidth(self.dobj)
352 ci[ind : ind + c.shape[0], :] = c
366 c = obj.select_ires(self.dobj)
369 ci[ind : ind + c.size] = c
405 c = obj.select_fcoords_vertex(self.dobj)
[all …]
/dports/devel/stylua/StyLua-0.11.0/benches/
H A Ddate.lua202 local dobj = {}
203 dobj.__index = dobj
204 dobj.__metatable = dobj
287 local function newstrwalker(s)return setmetatable({s=s, i=1, e=1, c=len(s)}, strwalker) end
289 function strwalker:finish() return self.i > self.c end
298 local y,m,d, h,r,s, z, w,u, j, e, x,c, dn,df
326 x, c = tonumber(sw[1]), len(sw[1])
327 if (x >= 70) or (m and d and (not y)) or (c > 3) then
328 sety( x + ((x >= 100 or c>3)and 0 or 1900) )
338 c = fix(sw[0]) -- ignore gmt and utc
[all …]
/dports/lang/ocaml/ocaml-4.05.0/otherlibs/num/
H A D.depend.nt1 bng.dobj: bng.c bng.h ../../byterun/config.h ../../config/m.h \
2 ../../config/s.h ../../byterun/compatibility.h bng_ppc.c bng_digit.c
3 bng_alpha.dobj: bng_alpha.c
4 bng_amd64.dobj: bng_amd64.c
5 bng_digit.dobj: bng_digit.c
6 bng_ia32.dobj: bng_ia32.c
7 bng_mips.dobj: bng_mips.c
8 bng_ppc.dobj: bng_ppc.c
9 bng_sparc.dobj: bng_sparc.c
10 nat_stubs.dobj: nat_stubs.c ../../byterun/alloc.h \
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/otherlibs/num/
H A D.depend.nt1 bng.dobj: bng.c bng.h ../../byterun/config.h ../../config/m.h \
2 ../../config/s.h ../../byterun/compatibility.h bng_ppc.c bng_digit.c
3 bng_alpha.dobj: bng_alpha.c
4 bng_amd64.dobj: bng_amd64.c
5 bng_digit.dobj: bng_digit.c
6 bng_ia32.dobj: bng_ia32.c
7 bng_mips.dobj: bng_mips.c
8 bng_ppc.dobj: bng_ppc.c
9 bng_sparc.dobj: bng_sparc.c
10 nat_stubs.dobj: nat_stubs.c ../../byterun/alloc.h \
[all …]
/dports/misc/vxl/vxl-3.3.2/v3p/dcmtk/dcmdata/libsrc/
H A Ddcpcache.cxx95 void DcmPrivateTagCache::updateCache(DcmObject *dobj) in updateCache() argument
97 if (dobj) in updateCache()
99 const DcmTag& tag = dobj->getTag(); in updateCache()
100 if (dobj->isLeaf() && (tag.getGTag() & 1) && (tag.getETag() <= 0xff) && (tag.getETag() >= 0x10)) in updateCache()
103 char *c = NULL; in updateCache() local
104 if ((((DcmElement *)dobj)->getString(c)).good() && c) in updateCache()
106 push_back(new DcmPrivateTagCacheEntry(tag, c)); in updateCache()
/dports/lang/python-legacy/Python-2.7.18/RISCOS/Modules/
H A Ddrawfmodule.c90 { if(b->x0>c->x0) b->x0=c->x0; in extend()
91 if(b->y0>c->y0) b->y0=c->y0; in extend()
92 if(b->x1<c->x1) b->x1=c->x1; in extend()
93 if(b->y1<c->y1) b->y1=c->y1; in extend()
181 dobj->size=size; in DrawF_Path()
260 dobj->size=size; in DrawF_Text()
302 dobj->size=size; in DrawF_TText()
346 dobj->size=size; in DrawF_FontTable()
514 memcpy(d,(char*)(c->drawf)+HDRSIZE,c->size-HDRSIZE); in drawf_concat()
539 c=new(size); in drawf_item()
[all …]
/dports/lang/python27/Python-2.7.18/RISCOS/Modules/
H A Ddrawfmodule.c90 { if(b->x0>c->x0) b->x0=c->x0; in extend()
91 if(b->y0>c->y0) b->y0=c->y0; in extend()
92 if(b->x1<c->x1) b->x1=c->x1; in extend()
93 if(b->y1<c->y1) b->y1=c->y1; in extend()
181 dobj->size=size; in DrawF_Path()
260 dobj->size=size; in DrawF_Text()
302 dobj->size=size; in DrawF_TText()
346 dobj->size=size; in DrawF_FontTable()
514 memcpy(d,(char*)(c->drawf)+HDRSIZE,c->size-HDRSIZE); in drawf_concat()
539 c=new(size); in drawf_item()
[all …]
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmdata/libsrc/
H A Ddcpcache.cc91 void DcmPrivateTagCache::updateCache(DcmObject *dobj) in updateCache() argument
93 if (dobj) in updateCache()
95 const DcmTag& tag = dobj->getTag(); in updateCache()
96 if (dobj->isLeaf() && (tag.getGTag() & 1) && (tag.getETag() <= 0xff) && (tag.getETag() >= 0x10)) in updateCache()
99 char *c = NULL; in updateCache() local
100 if ((OFstatic_cast(DcmElement *, dobj)->getString(c)).good() && c) in updateCache()
102 list_.push_back(new DcmPrivateTagCacheEntry(tag, c)); in updateCache()
/dports/security/gnupg/gnupg-2.3.3/scd/
H A Dapp-piv.c254 for (c = app->app_local->cache; c; c = c2) in do_deinit()
286 for (c=app->app_local->cache; c; c = c->next) in get_cached_data()
294 memcpy (p, c->data, c->length); in get_cached_data()
336 for (c=app->app_local->cache; c; c = c->next) in get_cached_data()
339 c = xtrymalloc (sizeof *c + len); in get_cached_data()
340 if (c) in get_cached_data()
347 c->tag = tag; in get_cached_data()
363 for (c=app->app_local->cache, cprev=NULL; c; cprev=c, c = c->next) in flush_cached_data()
370 xfree (c); in flush_cached_data()
372 for (c=app->app_local->cache; c ; c = c->next) in flush_cached_data()
[all …]
/dports/math/py-yt/yt-4.0.1/yt/geometry/_selection_routines/
H A Dcut_region_selector.pxi5 def __init__(self, dobj): argument
6 axis_name = dobj.ds.coordinates.axis_name
7 positions = np.array([dobj['index', axis_name[0]],
8 dobj['index', axis_name[1]],
9 dobj['index', axis_name[2]]]).T
10 self._conditionals = tuple(dobj.conditionals)
36 for i, c in enumerate(self._conditionals):
37 t += ("conditional[%s]" % i, c)
/dports/games/nethack33/nethack-3.3.1/sys/amiga/
H A Dwbcli.c91 lowc(c) /* force 'c' into lowercase */ in lowc() argument
92 char c; in lowc()
94 return ('A' <= c && c <= 'Z') ? (c | 040) : c;
164 int c; local
166 for(c=1;c<argc;c++){
171 strcpy(eos(newcmdline),argv[c]);
172 if(!strncmp(argv[c],"-u",2)){
173 if(!strcmp(argv[c],"-u")){
174 name= argv[c+1];
176 name= &argv[c][2];
[all …]
/dports/games/nethack33-nox11/nethack-3.3.1/sys/amiga/
H A Dwbcli.c91 lowc(c) /* force 'c' into lowercase */ in lowc() argument
92 char c; in lowc()
94 return ('A' <= c && c <= 'Z') ? (c | 040) : c;
164 int c; local
166 for(c=1;c<argc;c++){
171 strcpy(eos(newcmdline),argv[c]);
172 if(!strncmp(argv[c],"-u",2)){
173 if(!strcmp(argv[c],"-u")){
174 name= argv[c+1];
176 name= &argv[c][2];
[all …]
/dports/games/falconseye/falconseye-1.9.3_11/sys/amiga/
H A Dwbcli.c91 lowc(c) /* force 'c' into lowercase */ in lowc() argument
92 char c; in lowc()
94 return ('A' <= c && c <= 'Z') ? (c | 040) : c;
164 int c; local
166 for(c=1;c<argc;c++){
171 strcpy(eos(newcmdline),argv[c]);
172 if(!strncmp(argv[c],"-u",2)){
173 if(!strcmp(argv[c],"-u")){
174 name= argv[c+1];
176 name= &argv[c][2];
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Dynamic.Runtime/tests/Dynamic.OverloadResolution/
H A DConformance.dynamic.overloadResolution.Operators.basic.cs46 r = E.EM2 & dobj; in MainMethod()
329 dynamic c = new C(); in MainMethod()
330 var r2 = c + c; in MainMethod()
393 dynamic dobj; in MainMethod()
394 dobj = E.EM1; in MainMethod()
398 dobj = E.EM2; in MainMethod()
402 dobj = E.EM3; in MainMethod()
406 dobj = E.EM3; in MainMethod()
410 dobj = E.EM1; in MainMethod()
415 dobj = E.EM1; in MainMethod()
[all …]
/dports/math/dsdp/DSDP5.8/matlab/
H A Dderror.m4 %% [pobj,dobj,err] = derror(STAT,y,X,b,AC)
16 %% err(4): 0 if S is PSD, else -smallest eigevalue /(1+||c||_1)
21 %% Copyright (c) 2003 by
26 function [pobj,dobj,err]=derror(STAT,y,X,b,AC);
53 c=dmat(AACC(:,m+1));
54 cnorm=norm(full(c));
87 dobj=dot(b,y);
91 tracexs=tracexs/(1+abs(pobj)+abs(dobj));
92 dualitygap=(pobj-dobj)/(1+abs(pobj)+abs(dobj));
98 err(3)=normS/dobj;
[all …]
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/
H A DDisplayList.cpp50 const DisplayList::container_type& c);
56 DisplayList::container_type& c);
653 DisplayObject* dobj = *it; in add_invalidated_bounds() local
665 if (dobj->isMaskLayer()) { in add_invalidated_bounds()
724 if (dobj->isMaskLayer()) { in add_invalidated_bounds()
944 return std::find_if(c.begin(), c.end(), in beginNonRemoved()
957 return std::find_if(c.begin(), c.end(), in beginNonRemoved()
966 return std::find_if(c.begin(), c.end(), in dlistTagsEffectiveZoneEnd()
992 % dobj in operator <<()
993 % dobj->get_depth() in operator <<()
[all …]
/dports/math/py-yt/yt-4.0.1/yt/data_objects/tests/
H A Dtest_chunking.py5 def _get_dobjs(c): argument
9 ("ortho_ray", (0, (c[1], c[2]))),
10 ("slice", (0, c[0])),
22 c = (ds.domain_right_edge + ds.domain_left_edge) / 2.0
23 c += ds.arr(0.5 / ds.domain_dimensions, "code_length")
24 for dobj in _get_dobjs(c):
25 obj = getattr(ds, dobj[0])(*dobj[1])
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/GraphBLAS/Tcov/
H A Dgrbcover.m25 mexfunctions = dir ('../Test/GB_mex_*.c') ;
37 cfiles = [ dir('../Test/GB_mx_*.c') ; ...
42 dir('../Demo/Source/mis_*.c') ; ...
47 dir('GB_cover_util.c') ; ] ;
51 dir('../Test/Template/*.c') ] ;
129 dobj = dir (objfile) ; variable
130 if (isempty (dobj))
134 tobj = datenum (dobj.date) ;
166 dobj = dir (mexfunction_compiled) ; variable
167 if (isempty (dobj))
[all …]
/dports/math/suitesparse-config/SuiteSparse-5.10.1/GraphBLAS/Tcov/
H A Dgrbcover.m25 mexfunctions = dir ('../Test/GB_mex_*.c') ;
37 cfiles = [ dir('../Test/GB_mx_*.c') ; ...
42 dir('../Demo/Source/mis_*.c') ; ...
47 dir('GB_cover_util.c') ; ] ;
51 dir('../Test/Template/*.c') ] ;
129 dobj = dir (objfile) ; variable
130 if (isempty (dobj))
134 tobj = datenum (dobj.date) ;
166 dobj = dir (mexfunction_compiled) ; variable
167 if (isempty (dobj))
[all …]
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/GraphBLAS/Tcov/
H A Dgrbcover.m25 mexfunctions = dir ('../Test/GB_mex_*.c') ;
37 cfiles = [ dir('../Test/GB_mx_*.c') ; ...
42 dir('../Demo/Source/mis_*.c') ; ...
47 dir('GB_cover_util.c') ; ] ;
51 dir('../Test/Template/*.c') ] ;
129 dobj = dir (objfile) ; variable
130 if (isempty (dobj))
134 tobj = datenum (dobj.date) ;
166 dobj = dir (mexfunction_compiled) ; variable
167 if (isempty (dobj))
[all …]
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/GraphBLAS/Tcov/
H A Dgrbcover.m25 mexfunctions = dir ('../Test/GB_mex_*.c') ;
37 cfiles = [ dir('../Test/GB_mx_*.c') ; ...
42 dir('../Demo/Source/mis_*.c') ; ...
47 dir('GB_cover_util.c') ; ] ;
51 dir('../Test/Template/*.c') ] ;
129 dobj = dir (objfile) ; variable
130 if (isempty (dobj))
134 tobj = datenum (dobj.date) ;
166 dobj = dir (mexfunction_compiled) ; variable
167 if (isempty (dobj))
[all …]
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/GraphBLAS/Tcov/
H A Dgrbcover.m25 mexfunctions = dir ('../Test/GB_mex_*.c') ;
37 cfiles = [ dir('../Test/GB_mx_*.c') ; ...
42 dir('../Demo/Source/mis_*.c') ; ...
47 dir('GB_cover_util.c') ; ] ;
51 dir('../Test/Template/*.c') ] ;
129 dobj = dir (objfile) ; variable
130 if (isempty (dobj))
134 tobj = datenum (dobj.date) ;
166 dobj = dir (mexfunction_compiled) ; variable
167 if (isempty (dobj))
[all …]
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/GraphBLAS/Tcov/
H A Dgrbcover.m25 mexfunctions = dir ('../Test/GB_mex_*.c') ;
37 cfiles = [ dir('../Test/GB_mx_*.c') ; ...
42 dir('../Demo/Source/mis_*.c') ; ...
47 dir('GB_cover_util.c') ; ] ;
51 dir('../Test/Template/*.c') ] ;
129 dobj = dir (objfile) ; variable
130 if (isempty (dobj))
134 tobj = datenum (dobj.date) ;
166 dobj = dir (mexfunction_compiled) ; variable
167 if (isempty (dobj))
[all …]
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/GraphBLAS/Tcov/
H A Dgrbcover.m25 mexfunctions = dir ('../Test/GB_mex_*.c') ;
37 cfiles = [ dir('../Test/GB_mx_*.c') ; ...
42 dir('../Demo/Source/mis_*.c') ; ...
47 dir('GB_cover_util.c') ; ] ;
51 dir('../Test/Template/*.c') ] ;
129 dobj = dir (objfile) ; variable
130 if (isempty (dobj))
134 tobj = datenum (dobj.date) ;
166 dobj = dir (mexfunction_compiled) ; variable
167 if (isempty (dobj))
[all …]

12345678910>>...15