Home
last modified time | relevance | path

Searched refs:new_locations (Results 1 – 25 of 85) sorted by relevance

1234

/dports/games/endgame-singularity/singularity-1.00/singularity/code/
H A Dregion.py98new_locations = [loc_id for loc_id in region_locations if loc_id not in region._modifier_entry_by_…
100 assert len(missing_entries) == len(new_locations)
101 region._assign_modifiers(missing_entries, new_locations)
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/plugins/qmltooling/qmldbg_profiler/
H A Dqqmlprofileradapter.cpp146 const QQmlProfiler::LocationHash &new_locations) in receiveData() argument
154 locations = new_locations; in receiveData()
156 locations.insert(new_locations); in receiveData()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/plugins/qmltooling/qmldbg_profiler/
H A Dqqmlprofileradapter.cpp146 const QQmlProfiler::LocationHash &new_locations) in receiveData() argument
154 locations = new_locations; in receiveData()
156 locations.insert(new_locations); in receiveData()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/auxiliary/util/
H A Du_framebuffer.c259 uint8_t new_locations[ in util_sample_locations_flip_y() local
273 new_locations[dest_row * row_size + i] = locations[row * row_size + i]; in util_sample_locations_flip_y()
277 memcpy(locations, new_locations, grid_width * grid_height * samples); in util_sample_locations_flip_y()
/dports/lang/clover/mesa-21.3.6/src/gallium/auxiliary/util/
H A Du_framebuffer.c259 uint8_t new_locations[ in util_sample_locations_flip_y() local
273 new_locations[dest_row * row_size + i] = locations[row * row_size + i]; in util_sample_locations_flip_y()
277 memcpy(locations, new_locations, grid_width * grid_height * samples); in util_sample_locations_flip_y()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/auxiliary/util/
H A Du_framebuffer.c259 uint8_t new_locations[ in util_sample_locations_flip_y() local
273 new_locations[dest_row * row_size + i] = locations[row * row_size + i]; in util_sample_locations_flip_y()
277 memcpy(locations, new_locations, grid_width * grid_height * samples); in util_sample_locations_flip_y()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/auxiliary/util/
H A Du_framebuffer.c259 uint8_t new_locations[ in util_sample_locations_flip_y() local
273 new_locations[dest_row * row_size + i] = locations[row * row_size + i]; in util_sample_locations_flip_y()
277 memcpy(locations, new_locations, grid_width * grid_height * samples); in util_sample_locations_flip_y()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/auxiliary/util/
H A Du_framebuffer.c259 uint8_t new_locations[ in util_sample_locations_flip_y() local
273 new_locations[dest_row * row_size + i] = locations[row * row_size + i]; in util_sample_locations_flip_y()
277 memcpy(locations, new_locations, grid_width * grid_height * samples); in util_sample_locations_flip_y()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/auxiliary/util/
H A Du_framebuffer.c259 uint8_t new_locations[ in util_sample_locations_flip_y() local
273 new_locations[dest_row * row_size + i] = locations[row * row_size + i]; in util_sample_locations_flip_y()
277 memcpy(locations, new_locations, grid_width * grid_height * samples); in util_sample_locations_flip_y()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/auxiliary/util/
H A Du_framebuffer.c259 uint8_t new_locations[ in util_sample_locations_flip_y() local
273 new_locations[dest_row * row_size + i] = locations[row * row_size + i]; in util_sample_locations_flip_y()
277 memcpy(locations, new_locations, grid_width * grid_height * samples); in util_sample_locations_flip_y()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/auxiliary/util/
H A Du_framebuffer.c259 uint8_t new_locations[ in util_sample_locations_flip_y() local
273 new_locations[dest_row * row_size + i] = locations[row * row_size + i]; in util_sample_locations_flip_y()
277 memcpy(locations, new_locations, grid_width * grid_height * samples); in util_sample_locations_flip_y()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/auxiliary/util/
H A Du_framebuffer.c259 uint8_t new_locations[ in util_sample_locations_flip_y() local
273 new_locations[dest_row * row_size + i] = locations[row * row_size + i]; in util_sample_locations_flip_y()
277 memcpy(locations, new_locations, grid_width * grid_height * samples); in util_sample_locations_flip_y()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/auxiliary/util/
H A Du_framebuffer.c259 uint8_t new_locations[ in util_sample_locations_flip_y() local
273 new_locations[dest_row * row_size + i] = locations[row * row_size + i]; in util_sample_locations_flip_y()
277 memcpy(locations, new_locations, grid_width * grid_height * samples); in util_sample_locations_flip_y()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/auxiliary/util/
H A Du_framebuffer.c259 uint8_t new_locations[ in util_sample_locations_flip_y() local
273 new_locations[dest_row * row_size + i] = locations[row * row_size + i]; in util_sample_locations_flip_y()
277 memcpy(locations, new_locations, grid_width * grid_height * samples); in util_sample_locations_flip_y()
/dports/audio/exaile/exaile-4.1.1/xlgui/
H A D__init__.py259 new_locations = [
263 if collection_locations != new_locations:
264 for location in new_locations:
271 if location not in new_locations:
/dports/lang/spidermonkey60/firefox-60.9.0/testing/mozbase/mozprofile/mozprofile/
H A Dpermissions.py166 new_locations = []
201 new_locations.append(location)
209 self.add_callback(new_locations)
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/mozbase/mozprofile/mozprofile/
H A Dpermissions.py162 new_locations = []
197 new_locations.append(location)
205 self.add_callback(new_locations)
/dports/lang/spidermonkey78/firefox-78.9.0/testing/mozbase/mozprofile/mozprofile/
H A Dpermissions.py167 new_locations = []
202 new_locations.append(location)
210 self.add_callback(new_locations)
/dports/www/firefox-esr/firefox-91.8.0/testing/mozbase/mozprofile/mozprofile/
H A Dpermissions.py177 new_locations = []
212 new_locations.append(location)
219 self.add_callback(new_locations)
/dports/www/firefox/firefox-99.0/testing/mozbase/mozprofile/mozprofile/
H A Dpermissions.py177 new_locations = []
212 new_locations.append(location)
219 self.add_callback(new_locations)
/dports/mail/thunderbird/thunderbird-91.8.0/testing/mozbase/mozprofile/mozprofile/
H A Dpermissions.py177 new_locations = []
212 new_locations.append(location)
219 self.add_callback(new_locations)
/dports/multimedia/gmerlin/gmerlin-1.2.0/plugins/wavwrite/
H A De_wav.c383 gavl_channel_id_t new_locations[GAVL_MAX_CHANNELS]; in format_2_channel_mask() local
390 new_locations[channel_index++] = channel_flags[i].id; in format_2_channel_mask()
395 new_locations, in format_2_channel_mask()
396 format->num_channels * sizeof(new_locations[0])); in format_2_channel_mask()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucs/profile/
H A Dprofile.c379 ucs_profile_global_location_t *loc, *new_locations; in ucs_profile_get_location() local
414 new_locations = ucs_realloc(ucs_profile_global_ctx.locations, in ucs_profile_get_location()
418 if (new_locations == NULL) { in ucs_profile_get_location()
424 ucs_profile_global_ctx.locations = new_locations; in ucs_profile_get_location()
/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Dmkmap.c22 char *new_locations; variable
103 #define new_loc(i,j) *(new_locations+ ((j)*(WIDTH+1)) + (i))
383 new_locations = (char *)alloc((WIDTH+1) * HEIGHT);
407 free(new_locations);
/dports/games/nethack33/nethack-3.3.1/src/
H A Dmkmap.c22 char *new_locations; variable
103 #define new_loc(i,j) *(new_locations+ ((j)*(WIDTH+1)) + (i))
383 new_locations = (char *)alloc((WIDTH+1) * HEIGHT);
407 free(new_locations);

1234