Home
last modified time | relevance | path

Searched refs:prev_location (Results 1 – 25 of 45) sorted by relevance

12

/dports/audio/mumble/mumble-1.3.3/plugins/gw/
H A Dgw.cpp85 static char prev_location; variable
161 if (areaid != prev_areaid || location != prev_location) { in fetch()
165 prev_location = location; in fetch()
184 prev_location = 0; in trylock()
188prev_location = 0; // we need to do this again since fetch() above overwrites this (which results … in trylock()
/dports/audio/murmur/mumble-1.3.3/plugins/gw/
H A Dgw.cpp85 static char prev_location; variable
161 if (areaid != prev_areaid || location != prev_location) { in fetch()
165 prev_location = location; in fetch()
184 prev_location = 0; in trylock()
188prev_location = 0; // we need to do this again since fetch() above overwrites this (which results … in trylock()
/dports/net/geoclue/geoclue-3bb60dd600a8b247fd6049e7e5b1c73c2c5fc0e8/src/
H A Dgclue-location.c818 GClueLocation *prev_location) in gclue_location_set_speed_from_prev_location() argument
824 g_return_if_fail (prev_location == NULL || in gclue_location_set_speed_from_prev_location()
825 GCLUE_IS_LOCATION (prev_location)); in gclue_location_set_speed_from_prev_location()
827 if (prev_location == NULL) { in gclue_location_set_speed_from_prev_location()
834 prev_timestamp = gclue_location_get_timestamp (prev_location); in gclue_location_set_speed_from_prev_location()
842 speed = gclue_location_get_distance_from (location, prev_location) * in gclue_location_set_speed_from_prev_location()
901 g_return_if_fail (prev_location == NULL || in gclue_location_set_heading_from_prev_location()
902 GCLUE_IS_LOCATION (prev_location)); in gclue_location_set_heading_from_prev_location()
904 if (prev_location == NULL) { in gclue_location_set_heading_from_prev_location()
912 prev_lat = gclue_location_get_latitude (prev_location); in gclue_location_set_heading_from_prev_location()
[all …]
H A Dgclue-location.h168 GClueLocation *prev_location);
177 GClueLocation *prev_location);
H A Dgclue-service-client.c51 GClueServiceLocation *prev_location; member
225 if (priv->prev_location != NULL) in on_locator_location_changed()
228 g_timeout_add_seconds (5, on_prev_location_timeout, priv->prev_location); in on_locator_location_changed()
229 priv->prev_location = priv->location; in on_locator_location_changed()
240 if (priv->prev_location != NULL) in on_locator_location_changed()
241 prev_path = gclue_service_location_get_path (priv->prev_location); in on_locator_location_changed()
659 g_clear_object (&priv->prev_location); in gclue_service_client_finalize()
/dports/security/afl++/AFLplusplus-3.14c/instrumentation/
H A DREADME.ngram.md17 `map[current_location ^ prev_location[0] >> 1 ^ prev_location[1] >> 1 ^ ... up to n-1`] += 1`
/dports/lang/ocaml/ocaml-4.05.0/asmcomp/
H A Dafl_instrument.ml31 shared_mem[cur_location ^ prev_location]++;
32 prev_location = cur_location >> 1;
/dports/lang/ocaml-nox11/ocaml-4.05.0/asmcomp/
H A Dafl_instrument.ml31 shared_mem[cur_location ^ prev_location]++;
32 prev_location = cur_location >> 1;
/dports/security/afl++/AFLplusplus-3.14c/frida_mode/
H A DMapDensity.md56 shared_mem[cur_location ^ prev_location]++;
57 prev_location = cur_location >> 1;
118 shared_mem[cur_location ^ prev_location]++;
119 prev_location = rotate(cur_location, 1);
/dports/sysutils/testdisk/testdisk-7.1/src/
H A Dfilegen.c662 …_search_space, alloc_data_t **current_search_space, uint64_t *offset, const uint64_t prev_location) in get_prev_location_smart() argument
679 if(file_space->start < prev_location) in get_prev_location_smart()
695 if(file_space->start < prev_location || file_space->start < offset_skipped_header) in get_prev_location_smart()
699 (long long unsigned)(prev_location/512), in get_prev_location_smart()
H A Dphotorec.h67 …search_space, alloc_data_t **current_search_space, uint64_t *offset, const uint64_t prev_location);
/dports/textproc/go-yq/yq-4.7.0/vendor/github.com/timtadh/data-structures/tree/bptree/
H A Dbptree_node.go128 func prev_location(i int, leaf *BpNode) (int, *BpNode, bool) { func
633 j, l, end = prev_location(j, l)
640 j, l, end = prev_location(j, l)
669 j, l, end = prev_location(i, l)
/dports/x11-toolkits/gtksourceview3/gtksourceview-3.24.11/gtksourceview/
H A Dgtksourcefilesaver.c1000 GFile *prev_location; in check_externally_modified() local
1002 prev_location = gtk_source_file_get_location (saver->priv->file); in check_externally_modified()
1008 save_as = (prev_location == NULL || in check_externally_modified()
1009 !g_file_equal (prev_location, saver->priv->location)); in check_externally_modified()
/dports/x11-toolkits/gtksourceview4/gtksourceview-4.8.1/gtksourceview/
H A Dgtksourcefilesaver.c1005 GFile *prev_location; in check_externally_modified() local
1007 prev_location = gtk_source_file_get_location (saver->priv->file); in check_externally_modified()
1013 save_as = (prev_location == NULL || in check_externally_modified()
1014 !g_file_equal (prev_location, saver->priv->location)); in check_externally_modified()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DSplitter.cs448 Rectangle prev_location = splitter_rectangle_moving; in SplitterMove()
492 XplatUI.DrawReversibleRectangle (this.Parent.Handle, prev_location, 1); in SplitterMove()
H A DSplitContainer.cs643 Rectangle prev_location = splitter_rectangle_moving; in SplitterMove()
690 XplatUI.DrawReversibleRectangle (this.Handle, prev_location, 1); in SplitterMove()
/dports/sysutils/tracker/tracker-2.3.4/src/libtracker-miner/
H A Dtracker-file-system.c66 GObject *prev_location);
491 GObject *prev_location) in file_weak_ref_notify() argument
499 g_assert (data->file == (GFile *) prev_location); in file_weak_ref_notify()
/dports/science/code_saturne/code_saturne-7.1.0/src/lagr/
H A Dcs_lagr_tracking.c852 const cs_real_t *prev_location in _manage_error() local
856 cs_real_t d1 = cs_math_3_distance(part_coord, prev_location); in _manage_error()
1943 cs_real_t *prev_location = p_info->start_coords; in _local_propagation() local
1949 disp[k] = particle_coord[k] - prev_location[k]; in _local_propagation()
2003 prev_location[k] = cell_cen[k]; in _local_propagation()
2125 prev_location, in _local_propagation()
2155 prev_location[k] = cell_cen[k]; in _local_propagation()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/reiserfs/
H A Dstree.c395 int prev_location; in is_leaf() local
429 prev_location = blocksize; in is_leaf()
451 if (prev_location - ih_location(ih) != ih_item_len(ih)) { in is_leaf()
463 prev_location = ih_location(ih); in is_leaf()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/reiserfs/
H A Dstree.c395 int prev_location; in is_leaf() local
429 prev_location = blocksize; in is_leaf()
451 if (prev_location - ih_location(ih) != ih_item_len(ih)) { in is_leaf()
463 prev_location = ih_location(ih); in is_leaf()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/reiserfs/
H A Dstree.c395 int prev_location; in is_leaf() local
429 prev_location = blocksize; in is_leaf()
451 if (prev_location - ih_location(ih) != ih_item_len(ih)) { in is_leaf()
463 prev_location = ih_location(ih); in is_leaf()
/dports/security/modsecurity3-nginx/nginx-1.20.0/src/http/
H A Dngx_http_core_module.h441 ngx_http_core_loc_conf_t *prev_location;
/dports/www/nginx-naxsi/nginx-1.20.2/src/http/
H A Dngx_http_core_module.h441 ngx_http_core_loc_conf_t *prev_location;
/dports/www/nginx-lite/nginx-1.20.2/src/http/
H A Dngx_http_core_module.h441 ngx_http_core_loc_conf_t *prev_location;
/dports/www/nginx/nginx-1.20.2/src/http/
H A Dngx_http_core_module.h441 ngx_http_core_loc_conf_t *prev_location;

12