Home
last modified time | relevance | path

Searched refs:location (Results 1 – 25 of 2095) sorted by relevance

12345678910>>...84

/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/lang/
H A Dwpa_gui_de.ts7 <location filename="../addinterface.cpp" line="38"/>
12 <location filename="../addinterface.cpp" line="47"/>
17 <location filename="../addinterface.cpp" line="48"/>
22 <location filename="../addinterface.cpp" line="49"/>
27 <location filename="../addinterface.cpp" line="221"/>
32 <location filename="../addinterface.cpp" line="229"/>
37 <location filename="../addinterface.cpp" line="238"/>
45 <location filename="../wpagui.cpp" line="1621"/>
53 <location filename="../eventhistory.ui" line="13"/>
58 <location filename="../eventhistory.ui" line="48"/>
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Dlibgccjit++.h39 class location; variable
83 class location : public object
86 location ();
87 location (gcc_jit_location *loc);
137 location
152 location loc = location ());
155 location loc = location ());
158 location loc = location ());
162 location loc = location ());
165 location loc = location ());
[all …]
H A Djit-playback.h59 location *
60 new_location (recording::location *rloc,
69 new_array_type (location *loc,
74 new_field (location *loc,
79 new_bitfield (location *loc,
85 new_compound_type (location *loc,
95 new_param (location *loc,
100 new_function (location *loc,
109 new_global (location *loc,
123 new_rvalue_from_vector (location *loc,
[all …]
H A Djit-recording.h46 playback::location *
47 playback_location (replayer *r, location *loc);
79 location *
92 new_array_type (location *loc,
97 new_field (location *loc,
102 new_bitfield (location *loc,
108 new_struct_type (location *loc,
112 new_union_type (location *loc,
122 new_function_ptr_type (location *loc,
129 new_param (location *loc,
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Dlibgccjit++.h39 class location; variable
84 class location : public object
87 location ();
88 location (gcc_jit_location *loc);
138 location
153 location loc = location ());
156 location loc = location ());
159 location loc = location ());
163 location loc = location ());
166 location loc = location ());
[all …]
H A Djit-playback.h60 location *
61 new_location (recording::location *rloc,
70 new_array_type (location *loc,
75 new_field (location *loc,
80 new_bitfield (location *loc,
86 new_compound_type (location *loc,
96 new_param (location *loc,
101 new_function (location *loc,
110 new_global (location *loc,
117 new_global_initialized (location *loc,
[all …]
H A Djit-recording.h46 playback::location *
47 playback_location (replayer *r, location *loc);
79 location *
92 new_array_type (location *loc,
97 new_field (location *loc,
102 new_bitfield (location *loc,
108 new_struct_type (location *loc,
112 new_union_type (location *loc,
122 new_function_ptr_type (location *loc,
129 new_param (location *loc,
[all …]
/netbsd-src/games/battlestar/
H A Dcommand3.c52 setbit(location[position].objects, DEADWOOD); in dig()
53 setbit(location[position].objects, COMPASS); in dig()
54 setbit(location[position].objects, KNIFE); in dig()
55 setbit(location[position].objects, MACE); in dig()
100 setbit(location[position].objects, n); in jump()
118 (testbit(location[position].objects, value) || in bury()
124 testbit(location[position].objects, MAID)) in bury()
127 testbit(location[position].objects, in bury()
131 testbit(location[position].objects, in bury()
135 testbit(location[position].objects, in bury()
[all …]
H A Dcommand2.c146 location[position].down = 160; in use()
147 whichway(location[position]); in use()
221 if (testbit(location[position].objects, BATHGOD)) { in murder()
224 clearbit(location[position].objects, BATHGOD); in murder()
225 setbit(location[position].objects, DEADGOD); in murder()
229 if (testbit(location[position].objects, in murder()
235 clearbit(location[position].objects, in murder()
237 setbit(location[position].objects, in murder()
247 if (testbit(location[position].objects, TIMER)) { in murder()
249 clearbit(location[position].objects, TIMER); in murder()
[all …]
H A Dcommand6.c49 if (testbit(location[position].objects, VIPER) && !notes[CANTLAUNCH]) { in launch()
51 clearbit(location[position].objects, VIPER); in launch()
52 position = location[position].up; in launch()
71 if (notes[LAUNCHED] && testbit(location[position].objects, LAND) && in land()
72 location[position].down) { in land()
74 position = location[position].down; in land()
75 setbit(location[position].objects, VIPER); in land()
185 if (testbit(location[position].objects, CAR)) { in drive()
189 clearbit(location[position].objects, CAR); in drive()
190 setbit(location[position].objects, CRASH); in drive()
[all …]
H A Dcommand1.c50 testbit(location[position].objects, LAND) || in moveplayer()
59 whichway(location[position]); in moveplayer()
87 location = nightfile; in convert()
94 location = dayfile; in convert()
121 if (location == nightfile) { in news()
132 clearbit(location[POOLS].objects, BATHGOD); in news()
153 if (testbit(location[position].objects, ELF)) { in news()
157 if (testbit(location[position].objects, DARK)) { in news()
161 if (testbit(location[position].objects, WOODSMAN)) { in news()
181 if (testbit(location[position].objects, GIRL)) in news()
[all …]
H A Dcommand4.c141 if (testbit(location[position].objects, AMULET)) { in take()
158 if (testbit(location[position].objects, MEDALION)) { in take()
170 if (testbit(location[position].objects, TALISMAN)) { in take()
178 if (testbit(location[position].objects, BATHGOD) && in take()
193 clearbit(location[position].objects, BATHGOD); in take()
195 if (!testbit(location[position].objects, in take()
239 deposit = location[position].up * in throw()
240 (location[position].access || position == FINAL); in throw()
244 deposit = location[position].down; in throw()
251 testbit(location[position].objects, value)) { in throw()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dlocation-example.txt40 included from location: 0
53 included from location: 0
63 included from location: 0
73 included from location: 127 (in ordinary map 2)
84 included from location: 0
94 included from location: 0
109 included from location: 250272 (in ordinary map 5)
139 included from location: 0
191 test.c:7:11: note: expansion point is location 287555
197 test.c:7:17: note: token 0 has x-location == 287744
[all …]
H A Dline-map.c1061 location_t location ATTRIBUTE_UNUSED) in linemap_macro_map_loc_to_exp_point()
1064 && location >= MAP_START_LOCATION (map)); in linemap_macro_map_loc_to_exp_point()
1067 linemap_assert ((location - MAP_START_LOCATION (map)) in linemap_macro_map_loc_to_exp_point()
1081 location_t location) in linemap_macro_map_loc_to_def_point() argument
1086 && location >= MAP_START_LOCATION (map)); in linemap_macro_map_loc_to_def_point()
1087 linemap_assert (location >= RESERVED_LOCATION_COUNT); in linemap_macro_map_loc_to_def_point()
1089 token_no = location - MAP_START_LOCATION (map); in linemap_macro_map_loc_to_def_point()
1092 location = MACRO_MAP_LOCATIONS (map)[2 * token_no + 1]; in linemap_macro_map_loc_to_def_point()
1094 return location; in linemap_macro_map_loc_to_def_point()
1106 location_t location) in linemap_macro_map_loc_unwind_toward_spelling() argument
[all …]
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dlocation-example.txt40 included from location: 0
53 included from location: 0
63 included from location: 0
73 included from location: 127 (in ordinary map 2)
84 included from location: 0
94 included from location: 0
109 included from location: 250272 (in ordinary map 5)
139 included from location: 0
191 test.c:7:11: note: expansion point is location 287555
197 test.c:7:17: note: token 0 has x-location == 287744
[all …]
H A Dline-map.cc1137 location_t location ATTRIBUTE_UNUSED) in linemap_macro_map_loc_to_exp_point()
1140 && location >= MAP_START_LOCATION (map)); in linemap_macro_map_loc_to_exp_point()
1143 linemap_assert ((location - MAP_START_LOCATION (map)) in linemap_macro_map_loc_to_exp_point()
1157 location_t location) in linemap_macro_map_loc_to_def_point() argument
1162 && location >= MAP_START_LOCATION (map)); in linemap_macro_map_loc_to_def_point()
1163 linemap_assert (location >= RESERVED_LOCATION_COUNT); in linemap_macro_map_loc_to_def_point()
1165 token_no = location - MAP_START_LOCATION (map); in linemap_macro_map_loc_to_def_point()
1168 location = MACRO_MAP_LOCATIONS (map)[2 * token_no + 1]; in linemap_macro_map_loc_to_def_point()
1170 return location; in linemap_macro_map_loc_to_def_point()
1182 location_t location) in linemap_macro_map_loc_unwind_toward_spelling() argument
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXSourceLocation.cpp200 int clang_Location_isInSystemHeader(CXSourceLocation location) { in clang_Location_isInSystemHeader() argument
202 SourceLocation::getFromRawEncoding(location.int_data); in clang_Location_isInSystemHeader()
207 *static_cast<const SourceManager*>(location.ptr_data[0]); in clang_Location_isInSystemHeader()
211 int clang_Location_isFromMainFile(CXSourceLocation location) { in clang_Location_isFromMainFile() argument
213 SourceLocation::getFromRawEncoding(location.int_data); in clang_Location_isFromMainFile()
218 *static_cast<const SourceManager*>(location.ptr_data[0]); in clang_Location_isFromMainFile()
222 void clang_getExpansionLocation(CXSourceLocation location, in clang_getExpansionLocation() argument
227 if (!isASTUnitSourceLocation(location)) { in clang_getExpansionLocation()
228 CXLoadedDiagnostic::decodeLocation(location, file, line, column, offset); in clang_getExpansionLocation()
232 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data); in clang_getExpansionLocation()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DDbeFile.cc35 location = NULL; in DbeFile()
48 free (location); in ~DbeFile()
67 free (location); in set_location()
68 location = NULL; in set_location()
73 location = canonical_path (dbe_strdup (filename)); in set_location()
120 return location; in getResolvedPath()
152 return need_refind ? NULL : location; in get_location()
153 if (location || !need_refind) in get_location()
154 return location; in get_location()
161 if (location) in get_location()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DDbeFile.cc35 location = NULL; in DbeFile()
48 free (location); in ~DbeFile()
67 free (location); in set_location()
68 location = NULL; in set_location()
73 location = canonical_path (dbe_strdup (filename)); in set_location()
120 return location; in getResolvedPath()
152 return need_refind ? NULL : location; in get_location()
153 if (location || !need_refind) in get_location()
154 return location; in get_location()
161 if (location) in get_location()
[all …]
/netbsd-src/usr.bin/make/unit-tests/
H A Dcheck-expect.lua63 local location = ("%s:%d"):format(l_fname, l_lineno)
64 if by_location[location] == nil then
65 by_location[location] = {}
67 table.insert(by_location[location], l_msg)
76 ---@type {filename: string, lineno: number, location: string, message: string}[]
79 for location, messages in pairs(by_location) do
81 if message ~= "" and location:find(".mk:") then
82 local filename, lineno = location:match("^(%S+):(%d+)$")
86 location = location,
[all...]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DAMDGPUDwarfExtensionsForHeterogeneousDebugging.rst56 location descriptions as stack elements. The extensions are based on DWARF
119 to the subprogram. To support this, a location description that can be created
128 Current DWARF uses an empty expression to indicate an undefined location
129 description. Since the masked select composite location description operation
130 takes more than one location description, it is necessary to have an explicit
131 way to specify an undefined location description. Otherwise it is not possible
132 to specify that a particular one of the input location descriptions is
136 only allows a location description that is a register, memory address, or
137 implicit location description. AMDGPU optimized code may spill scalar
139 allow any location description. See
[all …]
/netbsd-src/sbin/bioctl/
H A Dbioctl.c202 str2locator(const char *string, struct locator *location) in str2locator() argument
216 location->lun = strtonum(lun, 0, 256, &errstr); in str2locator()
220 location->lun = 0; in str2locator()
222 location->target = strtonum(targ, 0, 256, &errstr); in str2locator()
225 location->channel = strtonum(parse, 0, 256, &errstr); in str2locator()
575 struct locator location; in bio_setstate_hotspare() local
589 bio_setstate_common(fd, argv[1], &bs, &location); in bio_setstate_hotspare()
599 struct locator location; in bio_setstate_passthru() local
623 bio_setstate_common(fd, argv[1], &bs, &location); in bio_setstate_passthru()
629 bio_setstate_common(fd, argv[2], &bs, &location); in bio_setstate_passthru()
[all …]
/netbsd-src/external/bsd/libevent/dist/sample/
H A Dhttp-connect.c26 struct evhttp_uri *location; member
78 struct evhttp_uri *location = base->location; in connect_cb() local
87 evhttp_add_header(req->output_headers, "Host", evhttp_uri_get_host(location)); in connect_cb()
89 uri_path(location, buffer))); in connect_cb()
96 struct evhttp_uri *location; in main() local
111 location = uri_parse(argv[2]); in main()
117 connect_base.location = location; in main()
120 uri_hostport(location, hostport); in main()
131 evhttp_uri_free(location); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dllvm-locstats.rst1 llvm-locstats - calculate statistics on DWARF debug location
15 It parses :program:`llvm-dwarfdump` statistics regarding debug location by
18 The line 0% shows the number and the percentage of DIEs with no location
20 location information in all code section bytes (where the variable or parameter
22 where the location information is between 50 and 60 percentage of its scope
30 calculate the location statistics only for local variables
34 calculate the location statistics only for formal parameters
38 ignore the location statistics on locations containing the
43 make histogram of location buckets generated (requires
48 compare the debug location coverage on two files provided, and draw
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/
H A Dmingw.py114 def unpack(archive, location, log = EmptyLogger()): argument
120 cmd = [sevenzip, 'x', archive, '-o' + location, '-y']
125 def download(url, location, log = EmptyLogger()): argument
131 log.debug(' - location: %s', location)
148 os.makedirs(location)
150 if e.errno == errno.EEXIST and os.path.isdir(location):
155 archive = os.path.join(location, filename)
162 unpack(archive, location, log = log)
165 possible = os.path.join(location, 'mingw64')
167 possible = os.path.join(location, 'mingw32')
[all …]

12345678910>>...84