Home
last modified time | relevance | path

Searched refs:themap (Results 1 – 25 of 61) sorted by relevance

123

/dports/mail/mmr/mmr-1.6.0/
H A Dfilemap.cpp53 if ( (themap->rawfile=(char *)mmap(NULL, themap->size, PROT_READ, in MapFile()
55 close(themap->fd); in MapFile()
62 themap->nlines = 0; in MapFile()
64 return(themap); in MapFile()
67 fptr=themap->rawfile; in MapFile()
75 ++themap->nlines; in MapFile()
85 themap->lines = new char *[themap->nlines+1]; in MapFile()
86 themap->linelens = new int[themap->nlines]; in MapFile()
119 return(themap); in MapFile()
124 munmap(themap->rawfile, themap->size); in UnMapFile()
[all …]
H A Dfilemap.h13 extern filemap *MapFile(const char *filename, int flags, filemap *themap,
15 extern void UnMapFile(filemap *themap);
/dports/cad/opencascade/opencascade-7.6.0/src/Interface/
H A DInterface_CopyTool.cxx46 themap = new Interface_CopyMap (amodel); in Interface_CopyTool()
58 themap = new Interface_CopyMap (amodel); in Interface_CopyTool()
72 themap = new Interface_CopyMap (amodel); in Interface_CopyTool()
82 { themap = othermap; } in SetControl()
85 { return themap; } in Handle()
93 themap->Clear(); in Clear()
216 themap->Bind (ent,res); in Bind()
223 { return themap->Search (ent,res); } in Search()
239 if (themap->Search(ent,res)) return num; in LastCopiedAfter()
309 if (!themap->Search(ent,res)) continue; in CompleteResult()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/IFSelect/
H A DIFSelect_ContextModif.cxx41 themap = TC.Control(); thesel = Standard_False; thecurr = thecurt = 0; in IFSelect_ContextModif()
45 if (themap->Search(graph.Entity(i),newent)) thelist.SetValue(i,'1'); in IFSelect_ContextModif()
82 if (themap.IsNull() && num > 0) thelist.SetValue(num,'1'); in Select()
83 else if (themap->Search (start,newent)) { in Select()
163 return themap; in Handle()
202 if (themap.IsNull()) return Standard_True; in IsTransferred()
204 return themap->Search(ent,newent); in IsTransferred()
250 if (themap.IsNull()) newent = thegraf.Entity(i); in SelectedResult()
251 else if (thelist.Value(i) != ' ') themap->Search (thegraf.Entity(i),newent); in SelectedResult()
335 if (themap.IsNull()) newent = ent; in Handle()
[all …]
H A DIFSelect_SignCounter.cxx55 if (themap.Contains(ent)) return Standard_False; in AddEntity()
56 themap.Add(ent); in AddEntity()
96 if (themap.Extent() == 0) themapstat = Standard_False; in AddModel()
H A DIFSelect_TransformStandard.cxx104 themap = TC.Control(); in Perform()
197 if (themap.IsNull()) return Standard_False; in Updated()
198 return themap->Search(entfrom,entto); in Updated()
/dports/cad/opencascade/opencascade-7.6.0/src/IGESSelect/
H A DIGESSelect_ViewSorter.cxx42 themap.Clear(); themap.ReSize (nb); in Clear()
66 if (themap.FindIndex(igesent)) return Standard_False; in AddEntity()
67 themap.Add(igesent); in AddEntity()
109 { return themap.Extent(); } in NbEntities()
208 list->Add (themap.FindKey(i)); in Handle()
213 list->Add (themap.FindKey(i)); in Handle()
H A DIGESSelect_SplineToBSpline.cxx49 themap.Nullify(); in Perform()
79 if (themap.IsNull()) return Standard_False; in Updated()
80 return themap->Search(entfrom,entto); in Updated()
H A DIGESSelect_SplineToBSpline.hxx96 Handle(Interface_CopyControl) themap;
H A DIGESSelect_ViewSorter.hxx134 TColStd_IndexedMapOfTransient themap; member in IGESSelect_ViewSorter
/dports/science/silo/silo-4.10.2-bsd/tests/
H A Drocket.h218 void MapArray(const std::vector<int>& themap, const std::vector<T>& inarr, in MapArray() argument
222 outarr.assign(themap.size(), fill); in MapArray()
223 for (int i = 0; i < themap.size(); i++) in MapArray()
225 if (themap[i] == -1) continue; in MapArray()
226 assert(themap[i]<inarr.size()); in MapArray()
227 outarr[i] = inarr[themap[i]]; in MapArray()
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/writeas/activityserve/
H A Dactor.go415 themap := make(map[string]interface{})
416 themap["@context"] = context()
418 themap["first"] = baseURL + a.Name + "/peers/" + who + "?page=1"
419 themap["id"] = baseURL + a.Name + "/peers/" + who
420 themap["totalItems"] = strconv.Itoa(len(collection))
421 themap["type"] = "OrderedCollection"
428 themap["orderedItems"] = items
429 themap["partOf"] = baseURL + a.Name + "/peers/" + who
430 themap["totalItems"] = len(collection)
431 themap["type"] = "OrderedCollectionPage"
[all …]
H A Dutil.go27 func PrettyPrint(themap map[string]interface{}) {
28 b, err := json.MarshalIndent(themap, "", " ")
/dports/lang/mono/mono-5.10.1.57/mcs/tests/
H A Dgtest-107.cs27 private string themap (int i) in themap() method in X
35 tree.Map (new Mapper<int,string> (themap)); in Test()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dp_things.cpp554 static void DumpClassMap(FClassMap &themap) in DumpClassMap() argument
556 FClassMap::Iterator it(themap); in DumpClassMap()
562 allpairs = new FClassMap::Pair *[themap.CountUsed()]; in DumpClassMap()
587 static void ParseSpawnMap(FScanner &sc, SpawnMap & themap, const char *descript) in ParseSpawnMap() argument
619 themap.Insert(ednum, editem); in ParseSpawnMap()
645 void InitClassMap(FClassMap &themap, SpawnMap &thedata) in InitClassMap() argument
647 themap.Clear(); in InitClassMap()
664 themap.Insert(pair->Key, cls); in InitClassMap()
668 themap.Remove(pair->Key); in InitClassMap()
/dports/cad/opencascade/opencascade-7.6.0/src/Transfer/
H A DTransfer_TransferProcess.gxx56 : themap (nb)
75 : themap (nb)
90 themap.Clear();
99 if (themap(i).IsNull()) unb ++;
113 themap.Assign (newmap);
139 if (nb > themap.NbBuckets()) themap.ReSize(nb);
296 themap(theindex) = binder;
301 themap(theindex) = binder;
803 return themap.Extent();
814 return themap.FindKey(num);
[all …]
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DTransfer_TransferProcess.gxx56 : themap (nb)
75 : themap (nb)
90 themap.Clear();
99 if (themap(i).IsNull()) unb ++;
113 themap.Assign (newmap);
139 if (nb > themap.NbBuckets()) themap.ReSize(nb);
296 themap(theindex) = binder;
301 themap(theindex) = binder;
803 return themap.Extent();
814 return themap.FindKey(num);
[all …]
H A DIGESSelect_SplineToBSpline.hxx96 Handle(Interface_CopyControl) themap;
H A DIGESSelect_ViewSorter.hxx134 TColStd_IndexedMapOfTransient themap; member in IGESSelect_ViewSorter
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DTransfer_TransferProcess.gxx55 : themap (nb)
74 : themap (nb)
89 themap.Clear();
98 if (themap(i).IsNull()) unb ++;
112 themap.Assign (newmap);
138 if (nb > themap.NbBuckets()) themap.ReSize(nb);
295 themap(theindex) = binder;
300 themap(theindex) = binder;
799 return themap.Extent();
810 return themap.FindKey(num);
[all …]
H A DIGESSelect_SplineToBSpline.hxx96 Handle(Interface_CopyControl) themap;
H A DIGESSelect_ViewSorter.hxx135 TColStd_IndexedMapOfTransient themap; member in IGESSelect_ViewSorter
/dports/databases/py-cassandra-driver/cassandra-driver-3.18.0/cassandra/
H A Dcqltypes.py792 themap = util.OrderedMapSerializedKey(key_type, protocol_version)
805 themap._insert_unchecked(key, keybytes, val)
806 return themap
809 def serialize_safe(cls, themap, protocol_version): argument
813 buf.write(pack(len(themap)))
815 items = six.iteritems(themap)
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/MissingH-1.4.3.0/src/Data/MIME/
H A DTypes.hs164 themap = getStrict mtd strict function
166 flippedLookupM mimetype themap
/dports/lang/ghc/ghc-8.10.7/libraries/xhtml/Text/XHtml/Strict/
H A DElements.hs79 themap :: Html -> Html
157 themap = tag "map" function

123