Home
last modified time | relevance | path

Searched refs:newmaps (Results 1 – 18 of 18) sorted by relevance

/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/expiring-cache-map-0.0.6.1/Caching/ExpiringCacheMap/Internal/
H A DInternal.hs129 …let (newmaps,mapsize',newuses) = insertAndPerhapsRemoveSome etc cmapsize newsize filt time r expir…
130 return $! ((CacheState (retr_state', newmaps, mapsize', newuses, incr'), r), False)
147 newmaps = insert_id2 (time, expirytime, r) keepuses function
148 newmaps' = filterExpired time newmaps function
151 let newmaps = insert_id1 (time, expirytime, r) function
152 in (newmaps, cmapsize + 1, uses) -- filterExpired time
/dports/devel/pear-phing/phing-2.6.1/tasks/ext/
H A DPearPackage2Task.php168 $newmaps = array();
246 $newmaps[] = $map;
249 $this->mappings = $newmaps;
/dports/devel/radare2/radare2-5.1.1/libr/debug/
H A Ddmap.c307 RList *newmaps = dbg->h->map_get (dbg); in r_debug_map_sync() local
308 if (newmaps) { in r_debug_map_sync()
310 dbg->maps = newmaps; in r_debug_map_sync()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/frontends/nine/
H A Dbuffer9.c298 struct NineTransfer *newmaps = in NineBuffer9_Lock() local
301 if (newmaps == NULL) in NineBuffer9_Lock()
305 This->maps = newmaps; in NineBuffer9_Lock()
/dports/games/xonotic/Xonotic/source/qcsrc/server/command/
H A Dgetreplies.qc249 bool newmaps = false;
268 newmaps = true;
284 …return sprintf("^7Maps available (%d)%s: %s\n", added, (newmaps ? " (New maps have asterisks marke…
/dports/lang/clover/mesa-21.3.6/src/gallium/frontends/nine/
H A Dbuffer9.c366 struct NineTransfer *newmaps = in NineBuffer9_Lock() local
369 if (newmaps == NULL) in NineBuffer9_Lock()
373 This->maps = newmaps; in NineBuffer9_Lock()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/frontends/nine/
H A Dbuffer9.c366 struct NineTransfer *newmaps = in NineBuffer9_Lock() local
369 if (newmaps == NULL) in NineBuffer9_Lock()
373 This->maps = newmaps; in NineBuffer9_Lock()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/frontends/nine/
H A Dbuffer9.c366 struct NineTransfer *newmaps = in NineBuffer9_Lock() local
369 if (newmaps == NULL) in NineBuffer9_Lock()
373 This->maps = newmaps; in NineBuffer9_Lock()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/frontends/nine/
H A Dbuffer9.c366 struct NineTransfer *newmaps = in NineBuffer9_Lock() local
369 if (newmaps == NULL) in NineBuffer9_Lock()
373 This->maps = newmaps; in NineBuffer9_Lock()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/frontends/nine/
H A Dbuffer9.c366 struct NineTransfer *newmaps = in NineBuffer9_Lock() local
369 if (newmaps == NULL) in NineBuffer9_Lock()
373 This->maps = newmaps; in NineBuffer9_Lock()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/frontends/nine/
H A Dbuffer9.c366 struct NineTransfer *newmaps = in NineBuffer9_Lock() local
369 if (newmaps == NULL) in NineBuffer9_Lock()
373 This->maps = newmaps; in NineBuffer9_Lock()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/frontends/nine/
H A Dbuffer9.c366 struct NineTransfer *newmaps = in NineBuffer9_Lock() local
369 if (newmaps == NULL) in NineBuffer9_Lock()
373 This->maps = newmaps; in NineBuffer9_Lock()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/frontends/nine/
H A Dbuffer9.c366 struct NineTransfer *newmaps = in NineBuffer9_Lock() local
369 if (newmaps == NULL) in NineBuffer9_Lock()
373 This->maps = newmaps; in NineBuffer9_Lock()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/frontends/nine/
H A Dbuffer9.c366 struct NineTransfer *newmaps = in NineBuffer9_Lock() local
369 if (newmaps == NULL) in NineBuffer9_Lock()
373 This->maps = newmaps; in NineBuffer9_Lock()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/frontends/nine/
H A Dbuffer9.c366 struct NineTransfer *newmaps = in NineBuffer9_Lock() local
369 if (newmaps == NULL) in NineBuffer9_Lock()
373 This->maps = newmaps; in NineBuffer9_Lock()
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Dframeset.c8348 AstMapping **newmaps; /* Array of new Mappings */ in RemoveRegions() local
8364 newmaps = astMalloc( sizeof( AstMapping *)*( this->nnode - 1 ) ); in RemoveRegions()
8371 newmaps[ i ] = astRemoveRegions( this->map[ i ] ); in RemoveRegions()
8374 if( newmaps[ i ] != this->map[ i ] ) { in RemoveRegions()
8381 if( astIsAFrame( newmaps[ i ] ) ) { in RemoveRegions()
8382 nax = astGetNin( newmaps[ i ] ); in RemoveRegions()
8383 (void) astAnnul( newmaps[ i ] ); in RemoveRegions()
8384 newmaps[ i ] = (AstMapping *) astUnitMap( nax, " ", status ); in RemoveRegions()
8410 new->map[ i ] = astClone( newmaps[ i ] ); in RemoveRegions()
8423 newmaps[ i ] = astAnnul( newmaps[ i ] ); in RemoveRegions()
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dkeymap.c1571 Lisp_Object *newmodes, *newmaps; in current_minor_maps() local
1598 newmaps = malloc (allocsize); in current_minor_maps()
1599 if (newmaps) in current_minor_maps()
1603 memcpy (newmaps, cmm_maps, in current_minor_maps()
1607 cmm_maps = newmaps; in current_minor_maps()
1611 if (newmodes == NULL || newmaps == NULL) in current_minor_maps()
/dports/editors/emacs/emacs-27.2/src/
H A Dkeymap.c1425 Lisp_Object *newmodes, *newmaps; in current_minor_maps() local
1452 newmaps = malloc (allocsize); in current_minor_maps()
1453 if (newmaps) in current_minor_maps()
1457 memcpy (newmaps, cmm_maps, in current_minor_maps()
1461 cmm_maps = newmaps; in current_minor_maps()
1465 if (newmodes == NULL || newmaps == NULL) in current_minor_maps()