Searched refs:loc (Results 176 - 200 of 438) sorted by relevance

1234567891011>>

/freebsd-11.0-release/sys/netgraph/
H A Dng_lmi.c990 int loc; local
994 loc = (m->m_len - packetlen);
995 log(LOG_WARNING, "nglmi: error at location %d\n", loc);
1001 ((loc == k) ? '>' : ' '),
1017 int loc; local
1021 loc = (m->m_len - packetlen);
1022 log(LOG_WARNING, "nglmi: error at location %d\n", loc);
1028 ((loc == k) ? '>' : ' '),
/freebsd-11.0-release/sys/ddb/
H A Dddb.h194 db_addr_t db_disasm(db_addr_t loc, bool altfmt);
208 void db_print_loc_and_inst(db_addr_t loc);
/freebsd-11.0-release/contrib/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc439 void *loc) { \
440 INTERCEPTOR_STRTO_BODY(ret_type, func, nptr, endptr, loc); \
445 int base, void *loc) { \
446 INTERCEPTOR_STRTO_BODY(ret_type, func, nptr, endptr, base, loc); \
512 void *loc) {
515 SIZE_T res = REAL(strxfrm_l)(dest, src, n, loc);
532 __sanitizer_tm *tm, void *loc) {
533 INTERCEPTOR_STRFTIME_BODY(char, SIZE_T, strftime_l, s, max, format, tm, loc);
538 __sanitizer_tm *tm, void *loc) {
540 loc);
511 INTERCEPTOR(SIZE_T, strxfrm_l, char *dest, const char *src, SIZE_T n, void *loc) argument
531 INTERCEPTOR(SIZE_T, strftime_l, char *s, SIZE_T max, const char *format, __sanitizer_tm *tm, void *loc) argument
537 INTERCEPTOR(SIZE_T, __strftime_l, char *s, SIZE_T max, const char *format, __sanitizer_tm *tm, void *loc) argument
552 INTERCEPTOR(SIZE_T, wcsftime_l, wchar_t *s, SIZE_T max, const wchar_t *format, __sanitizer_tm *tm, void *loc) argument
559 INTERCEPTOR(SIZE_T, __wcsftime_l, wchar_t *s, SIZE_T max, const wchar_t *format, __sanitizer_tm *tm, void *loc) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DTokenLexer.cpp737 /// \brief If \arg loc is a file ID and points inside the current macro
742 TokenLexer::getExpansionLocForMacroDefLoc(SourceLocation loc) const {
745 assert(loc.isValid() && loc.isFileID());
748 assert(SM.isInSLocAddrSpace(loc, MacroDefStart, MacroDefLength) &&
749 "Expected loc to come from the macro definition");
752 SM.isInSLocAddrSpace(loc, MacroDefStart, MacroDefLength, &relativeOffset);
/freebsd-11.0-release/contrib/gcc/
H A Drecog.c168 rtx *loc;
196 validate_change (rtx object, rtx *loc, rtx new, int in_group)
198 rtx old = *loc;
205 *loc = new;
221 changes[num_changes].loc = loc;
446 *changes[i].loc = changes[i].old;
457 validate_replace_rtx_1 (rtx *loc, rtx from, rtx to, rtx object)
461 rtx x = *loc;
486 validate_change (object, loc, t
166 rtx *loc; member in struct:change_t
194 validate_change(rtx object, rtx *loc, rtx new, int in_group) argument
455 validate_replace_rtx_1(rtx *loc, rtx from, rtx to, rtx object) argument
767 find_single_use_1(rtx dest, rtx *loc) argument
[all...]
H A Dc-format.c2532 static tree t, loc, hwi;
2534 if (!loc || !t || !hwi)
2546 if ((loc = maybe_get_identifier ("location_t")))
2548 loc = identifier_global_value (loc);
2549 if (loc)
2551 if (TREE_CODE (loc) != TYPE_DECL)
2554 loc = 0;
2557 loc = TREE_TYPE (loc);
2528 static tree t, loc, hwi; local
[all...]
/freebsd-11.0-release/sys/dev/cardbus/
H A Dcardbus_cis.c386 uint32_t loc; local
388 loc = start + *off;
390 e = pci_read_config(child, loc & ~0x3, 4);
391 e >>= 8 * (loc & 0x3);
393 for (i = loc, j = -2; j < *len; j++, i++) {
/freebsd-11.0-release/contrib/binutils/bfd/
H A Delfxx-sparc.c541 bfd_byte *loc;
544 loc = s->contents + (s->reloc_count++ * bed->s->sizeof_rela);
545 bed->s->swap_reloca_out (abfd, rel, loc);
3553 bfd_byte *loc;
3603 loc = (htab->srelplt2->contents
3612 bfd_elf32_swap_reloca_out (output_bfd, &rela, loc);
3613 loc += sizeof (Elf32_External_Rela);
3618 bfd_elf32_swap_reloca_out (output_bfd, &rela, loc);
3619 loc += sizeof (Elf32_External_Rela);
3627 bfd_elf32_swap_reloca_out (output_bfd, &rela, loc);
540 bfd_byte *loc; local
3548 bfd_byte *loc; local
3648 bfd_byte *loc; local
3903 bfd_byte *loc; local
[all...]
H A Delf32-ppc.c5806 bfd_byte *loc;
6362 loc = htab->relgot->contents;
6363 loc += (htab->relgot->reloc_count++
6366 &outrel, loc);
6386 loc = htab->relgot->contents;
6387 loc += (htab->relgot->reloc_count++
6389 bfd_elf32_swap_reloca_out (output_bfd, &outrel, loc);
6665 loc = sreloc->contents;
6666 loc += sreloc->reloc_count++ * sizeof (Elf32_External_Rela);
6667 bfd_elf32_swap_reloca_out (output_bfd, &outrel, loc);
5791 bfd_byte *loc; local
7085 bfd_byte *loc; local
7344 bfd_byte *loc; local
7542 bfd_byte *loc; local
[all...]
/freebsd-11.0-release/sys/dev/usb/input/
H A Datp.c299 u_int loc; /* location (scaled using the mickeys factor) */ member in struct:fg_pspan
598 u_int loc; /* location (scaled) */ member in struct:fg_stroke_component
1255 spans[i].loc = spans[i].cog * FG_SCALE_FACTOR /
1349 delta_mickeys = pspan->loc - component->loc;
1354 component->loc = pspan->loc;
1584 printf(" X:[loc:%u,cum:%u]",
1585 pspans_x[i].loc, pspans_x[i].cum);
1590 printf(" Y:[loc
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp537 size_t loc = C.find('\\');
538 if (loc == StringRef::npos) {
546 for (size_t last = 0;; loc = C.find('\\', last)) {
547 if (loc == StringRef::npos || loc == C.size()) {
551 C2 += C.substr(last, loc-last);
552 last = loc + 1;
/freebsd-11.0-release/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c379 int loc = 0; local
385 loc++;
409 if (loc && ntflag) {
412 if (loc && mapflag) {
600 int loc = 0; local
608 loc++;
622 if (loc && mcase) {
641 if (loc && ntflag)
643 if (loc && mapflag)
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp297 bool Sema::makeUnavailableInSystemHeader(SourceLocation loc, argument
308 if (!Context.getSourceManager().isInSystemHeader(loc))
314 fn->addAttr(UnavailableAttr::CreateImplicit(Context, "", reason, loc));
1079 /// expansion loc.
1081 SourceLocation loc = locref; local
1082 if (!loc.isMacroID()) return false;
1086 loc = getSourceManager().getExpansionLoc(loc);
1090 if (getPreprocessor().getSpelling(loc, buffer) == name) {
1091 locref = loc;
[all...]
/freebsd-11.0-release/contrib/byacc/test/btyacc/
H A Dbtyacc_calc1.tab.c395 #define YYLLOC_DEFAULT(loc, rhs, n) \
400 (loc).first_line = ((rhs)[-1]).last_line; \
401 (loc).first_column = ((rhs)[-1]).last_column; \
402 (loc).last_line = ((rhs)[-1]).last_line; \
403 (loc).last_column = ((rhs)[-1]).last_column; \
407 (loc).first_line = ((rhs)[ 0 ]).first_line; \
408 (loc).first_column = ((rhs)[ 0 ]).first_column; \
409 (loc).last_line = ((rhs)[n-1]).last_line; \
410 (loc).last_column = ((rhs)[n-1]).last_column; \
H A Dbtyacc_destroy1.tab.c372 #define YYLLOC_DEFAULT(loc, rhs, n) \
377 (loc).first_line = ((rhs)[-1]).last_line; \
378 (loc).first_column = ((rhs)[-1]).last_column; \
379 (loc).last_line = ((rhs)[-1]).last_line; \
380 (loc).last_column = ((rhs)[-1]).last_column; \
384 (loc).first_line = ((rhs)[ 0 ]).first_line; \
385 (loc).first_column = ((rhs)[ 0 ]).first_column; \
386 (loc).last_line = ((rhs)[n-1]).last_line; \
387 (loc).last_column = ((rhs)[n-1]).last_column; \
H A Dbtyacc_destroy2.tab.c372 #define YYLLOC_DEFAULT(loc, rhs, n) \
377 (loc).first_line = ((rhs)[-1]).last_line; \
378 (loc).first_column = ((rhs)[-1]).last_column; \
379 (loc).last_line = ((rhs)[-1]).last_line; \
380 (loc).last_column = ((rhs)[-1]).last_column; \
384 (loc).first_line = ((rhs)[ 0 ]).first_line; \
385 (loc).first_column = ((rhs)[ 0 ]).first_column; \
386 (loc).last_line = ((rhs)[n-1]).last_line; \
387 (loc).last_column = ((rhs)[n-1]).last_column; \
H A Dbtyacc_destroy3.tab.c372 #define YYLLOC_DEFAULT(loc, rhs, n) \
377 (loc).first_line = ((rhs)[-1]).last_line; \
378 (loc).first_column = ((rhs)[-1]).last_column; \
379 (loc).last_line = ((rhs)[-1]).last_line; \
380 (loc).last_column = ((rhs)[-1]).last_column; \
384 (loc).first_line = ((rhs)[ 0 ]).first_line; \
385 (loc).first_column = ((rhs)[ 0 ]).first_column; \
386 (loc).last_line = ((rhs)[n-1]).last_line; \
387 (loc).last_column = ((rhs)[n-1]).last_column; \
H A Dcalc.tab.c353 #define YYLLOC_DEFAULT(loc, rhs, n) \
358 (loc).first_line = ((rhs)[-1]).last_line; \
359 (loc).first_column = ((rhs)[-1]).last_column; \
360 (loc).last_line = ((rhs)[-1]).last_line; \
361 (loc).last_column = ((rhs)[-1]).last_column; \
365 (loc).first_line = ((rhs)[ 0 ]).first_line; \
366 (loc).first_column = ((rhs)[ 0 ]).first_column; \
367 (loc).last_line = ((rhs)[n-1]).last_line; \
368 (loc).last_column = ((rhs)[n-1]).last_column; \
H A Dcalc1.tab.c408 #define YYLLOC_DEFAULT(loc, rhs, n) \
413 (loc).first_line = ((rhs)[-1]).last_line; \
414 (loc).first_column = ((rhs)[-1]).last_column; \
415 (loc).last_line = ((rhs)[-1]).last_line; \
416 (loc).last_column = ((rhs)[-1]).last_column; \
420 (loc).first_line = ((rhs)[ 0 ]).first_line; \
421 (loc).first_column = ((rhs)[ 0 ]).first_column; \
422 (loc).last_line = ((rhs)[n-1]).last_line; \
423 (loc).last_column = ((rhs)[n-1]).last_column; \
H A Dcalc2.tab.c355 #define YYLLOC_DEFAULT(loc, rhs, n) \
360 (loc).first_line = ((rhs)[-1]).last_line; \
361 (loc).first_column = ((rhs)[-1]).last_column; \
362 (loc).last_line = ((rhs)[-1]).last_line; \
363 (loc).last_column = ((rhs)[-1]).last_column; \
367 (loc).first_line = ((rhs)[ 0 ]).first_line; \
368 (loc).first_column = ((rhs)[ 0 ]).first_column; \
369 (loc).last_line = ((rhs)[n-1]).last_line; \
370 (loc).last_column = ((rhs)[n-1]).last_column; \
H A Dcalc3.tab.c351 #define YYLLOC_DEFAULT(loc, rhs, n) \
356 (loc).first_line = ((rhs)[-1]).last_line; \
357 (loc).first_column = ((rhs)[-1]).last_column; \
358 (loc).last_line = ((rhs)[-1]).last_line; \
359 (loc).last_column = ((rhs)[-1]).last_column; \
363 (loc).first_line = ((rhs)[ 0 ]).first_line; \
364 (loc).first_column = ((rhs)[ 0 ]).first_column; \
365 (loc).last_line = ((rhs)[n-1]).last_line; \
366 (loc).last_column = ((rhs)[n-1]).last_column; \
H A Dcode_calc.code.c220 #define YYLLOC_DEFAULT(loc, rhs, n) \
225 (loc).first_line = ((rhs)[-1]).last_line; \
226 (loc).first_column = ((rhs)[-1]).last_column; \
227 (loc).last_line = ((rhs)[-1]).last_line; \
228 (loc).last_column = ((rhs)[-1]).last_column; \
232 (loc).first_line = ((rhs)[ 0 ]).first_line; \
233 (loc).first_column = ((rhs)[ 0 ]).first_column; \
234 (loc).last_line = ((rhs)[n-1]).last_line; \
235 (loc).last_column = ((rhs)[n-1]).last_column; \
H A Dcode_error.code.c212 #define YYLLOC_DEFAULT(loc, rhs, n) \
217 (loc).first_line = ((rhs)[-1]).last_line; \
218 (loc).first_column = ((rhs)[-1]).last_column; \
219 (loc).last_line = ((rhs)[-1]).last_line; \
220 (loc).last_column = ((rhs)[-1]).last_column; \
224 (loc).first_line = ((rhs)[ 0 ]).first_line; \
225 (loc).first_column = ((rhs)[ 0 ]).first_column; \
226 (loc).last_line = ((rhs)[n-1]).last_line; \
227 (loc).last_column = ((rhs)[n-1]).last_column; \
H A Dempty.tab.c244 #define YYLLOC_DEFAULT(loc, rhs, n) \
249 (loc).first_line = ((rhs)[-1]).last_line; \
250 (loc).first_column = ((rhs)[-1]).last_column; \
251 (loc).last_line = ((rhs)[-1]).last_line; \
252 (loc).last_column = ((rhs)[-1]).last_column; \
256 (loc).first_line = ((rhs)[ 0 ]).first_line; \
257 (loc).first_column = ((rhs)[ 0 ]).first_column; \
258 (loc).last_line = ((rhs)[n-1]).last_line; \
259 (loc).last_column = ((rhs)[n-1]).last_column; \
H A Derr_inherit3.tab.c305 #define YYLLOC_DEFAULT(loc, rhs, n) \
310 (loc).first_line = ((rhs)[-1]).last_line; \
311 (loc).first_column = ((rhs)[-1]).last_column; \
312 (loc).last_line = ((rhs)[-1]).last_line; \
313 (loc).last_column = ((rhs)[-1]).last_column; \
317 (loc).first_line = ((rhs)[ 0 ]).first_line; \
318 (loc).first_column = ((rhs)[ 0 ]).first_column; \
319 (loc).last_line = ((rhs)[n-1]).last_line; \
320 (loc).last_column = ((rhs)[n-1]).last_column; \

Completed in 191 milliseconds

1234567891011>>