Searched refs:loc (Results 51 - 75 of 524) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/arm/arm/
H A Ddb_disasm.c73 db_disasm(vm_offset_t loc, bool altfmt) argument
76 return disasm(&db_disasm_interface, loc, altfmt);
H A Ddisassem.c280 u_int loc);
282 u_int loc);
284 u_int loc);
289 disasm(const disasm_interface_t *di, vm_offset_t loc, int altfmt) argument
301 insn = di->di_readword(loc);
303 /* di->di_printf("loc=%08x insn=%08x : ", loc, insn);*/
315 return(loc + INSN_SIZE);
374 disasm_insn_ldrstr(di, insn, loc);
378 disasm_insn_ldrhstrh(di, insn, loc);
588 disasm_insn_ldrstr(const disasm_interface_t *di, u_int insn, u_int loc) argument
617 disasm_insn_ldrhstrh(const disasm_interface_t *di, u_int insn, u_int loc) argument
646 disasm_insn_ldcstc(const disasm_interface_t *di, u_int insn, u_int loc) argument
[all...]
/freebsd-11-stable/contrib/amd/amd/
H A Dmntfs.c52 dup_loc(am_loc *loc) argument
54 loc->al_refc++;
55 if (loc->al_mnt) {
56 dup_mntfs(loc->al_mnt);
58 return loc;
220 am_loc *loc = CALLOC(struct am_loc); local
221 loc->al_fo = 0;
222 loc->al_mnt = new_mntfs();
223 loc->al_refc = 1;
224 return loc;
279 am_loc *loc = v; local
304 am_loc *loc = (am_loc *) arg; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransformActions.cpp133 void insert(SourceLocation loc, StringRef text);
134 void insertAfterToken(SourceLocation loc, StringRef text);
140 void replaceText(SourceLocation loc, StringRef text,
150 bool canInsert(SourceLocation loc);
151 bool canInsertAfterToken(SourceLocation loc);
154 bool canReplaceText(SourceLocation loc, StringRef text);
156 void commitInsert(SourceLocation loc, StringRef text);
157 void commitInsertAfterToken(SourceLocation loc, StringRef text);
161 void commitReplaceText(SourceLocation loc, StringRef text,
167 void addInsertion(SourceLocation loc, StringRe
284 insert(SourceLocation loc, StringRef text) argument
294 insertAfterToken(SourceLocation loc, StringRef text) argument
339 replaceText(SourceLocation loc, StringRef text, StringRef replacementText) argument
383 canInsert(SourceLocation loc) argument
396 canInsertAfterToken(SourceLocation loc) argument
418 canReplaceText(SourceLocation loc, StringRef text) argument
437 commitInsert(SourceLocation loc, StringRef text) argument
441 commitInsertAfterToken(SourceLocation loc, StringRef text) argument
480 commitReplaceText(SourceLocation loc, StringRef text, StringRef replacementText) argument
506 addInsertion(SourceLocation loc, StringRef text) argument
560 SourceLocation loc = I->first; local
591 getLocForEndOfToken(SourceLocation loc, SourceManager &SM, Preprocessor &PP) argument
629 insert(SourceLocation loc, StringRef text) argument
633 insertAfterToken(SourceLocation loc, StringRef text) argument
659 replaceText(SourceLocation loc, StringRef text, StringRef replacementText) argument
680 report(SourceLocation loc, unsigned diagId, SourceRange range) argument
687 reportError(StringRef message, SourceLocation loc, SourceRange range) argument
692 reportWarning(StringRef message, SourceLocation loc, SourceRange range) argument
697 reportNote(StringRef message, SourceLocation loc, SourceRange range) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp31 const uint8_t *loc) const override;
46 void relocateOne(uint8_t *loc, RelType type, uint64_t val) const override;
86 const uint8_t *loc) const {
378 void ARM::relocateOne(uint8_t *loc, RelType type, uint64_t val) const { argument
397 write32le(loc, val);
400 checkInt(loc, val, 31, type);
401 write32le(loc, (read32le(loc) & 0x80000000) | (val & ~0x80000000));
409 checkInt(loc, val, 26, type);
410 write32le(loc,
[all...]
H A DX86.cpp29 const uint8_t *loc) const override;
38 void relocateOne(uint8_t *loc, RelType type, uint64_t val) const override;
42 void relaxTlsGdToIe(uint8_t *loc, RelType type, uint64_t val) const override;
43 void relaxTlsGdToLe(uint8_t *loc, RelType type, uint64_t val) const override;
44 void relaxTlsIeToLe(uint8_t *loc, RelType type, uint64_t val) const override;
45 void relaxTlsLdToLe(uint8_t *loc, RelType type, uint64_t val) const override;
75 const uint8_t *loc) const {
142 return (loc[-1] & 0xc7) == 0x5 ? R_GOT : R_GOTPLT;
154 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) +
265 void X86::relocateOne(uint8_t *loc, RelTyp argument
323 relaxTlsGdToLe(uint8_t *loc, RelType type, uint64_t val) const argument
338 relaxTlsGdToIe(uint8_t *loc, RelType type, uint64_t val) const argument
355 relaxTlsIeToLe(uint8_t *loc, RelType type, uint64_t val) const argument
392 relaxTlsLdToLe(uint8_t *loc, RelType type, uint64_t val) const argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp51 if (Optional<loc::MemRegionVal> RV = getAs<loc::MemRegionVal>()) {
64 if (Optional<loc::MemRegionVal> X = getAs<loc::MemRegionVal>()) {
90 if (Optional<loc::MemRegionVal> X = getAs<loc::MemRegionVal>()) {
102 Optional<loc::MemRegionVal> X = getAs<loc::MemRegionVal>();
152 if (Optional<loc::MemRegionVal> X = getAs<loc
[all...]
H A DStore.cpp289 return loc::MemRegionVal(SR);
297 return loc::MemRegionVal(BaseReg);
334 return loc::MemRegionVal(MR);
345 return evalDerivedToBase(loc::MemRegionVal(MR), Paths.front());
356 return loc::MemRegionVal(MR);
386 return loc::MemRegionVal(
388 return loc::MemRegionVal(GetElementZeroRegion(SR, TargetType));
432 return loc::MemRegionVal(castRegion(SR, castTy));
446 case loc::MemRegionValKind:
447 BaseR = cast<SubRegion>(BaseL.castAs<loc
[all...]
/freebsd-11-stable/contrib/gdtoa/
H A Dstrtof.c38 strtof_l(s, sp, loc) CONST char *s; char **sp; locale_t loc;
40 strtof_l(CONST char *s, char **sp, locale_t loc)
54 k = strtodg_l(s, sp, fpi, &exp, bits, loc);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Edit/
H A DEditsReceiver.h23 virtual void insert(SourceLocation loc, StringRef text) = 0;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_suppressions.h33 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);
H A Dtsan_report.cpp183 static void PrintLocation(const ReportLocation *loc) { argument
188 if (loc->type == ReportLocationGlobal) {
189 const DataInfo &global = loc->global;
198 } else if (loc->type == ReportLocationHeap) {
200 const char *object_type = GetObjectTypeFromTag(loc->external_tag);
203 loc->heap_chunk_size, loc->heap_chunk_start,
204 thread_name(thrbuf, loc->tid));
207 object_type, loc->heap_chunk_size, loc
423 PrintLocation(const ReportLocation *loc) argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A Dx509_v3.c126 X509_EXTENSION *X509v3_get_ext(const STACK_OF(X509_EXTENSION) *x, int loc)
128 if (x == NULL || sk_X509_EXTENSION_num(x) <= loc || loc < 0)
131 return sk_X509_EXTENSION_value(x, loc);
134 X509_EXTENSION *X509v3_delete_ext(STACK_OF(X509_EXTENSION) *x, int loc)
138 if (x == NULL || sk_X509_EXTENSION_num(x) <= loc || loc < 0)
140 ret = sk_X509_EXTENSION_delete(x, loc);
145 X509_EXTENSION *ex, int loc)
163 if (loc >
[all...]
/freebsd-11-stable/crypto/openssl/crypto/ocsp/
H A Docsp_ext.c103 X509_EXTENSION *OCSP_REQUEST_get_ext(OCSP_REQUEST *x, int loc) argument
105 return (X509v3_get_ext(x->tbsRequest->requestExtensions, loc));
108 X509_EXTENSION *OCSP_REQUEST_delete_ext(OCSP_REQUEST *x, int loc) argument
110 return (X509v3_delete_ext(x->tbsRequest->requestExtensions, loc));
125 int OCSP_REQUEST_add_ext(OCSP_REQUEST *x, X509_EXTENSION *ex, int loc) argument
127 return (X509v3_add_ext(&(x->tbsRequest->requestExtensions), ex, loc) !=
154 X509_EXTENSION *OCSP_ONEREQ_get_ext(OCSP_ONEREQ *x, int loc) argument
156 return (X509v3_get_ext(x->singleRequestExtensions, loc));
159 X509_EXTENSION *OCSP_ONEREQ_delete_ext(OCSP_ONEREQ *x, int loc) argument
161 return (X509v3_delete_ext(x->singleRequestExtensions, loc));
176 OCSP_ONEREQ_add_ext(OCSP_ONEREQ *x, X509_EXTENSION *ex, int loc) argument
208 OCSP_BASICRESP_get_ext(OCSP_BASICRESP *x, int loc) argument
213 OCSP_BASICRESP_delete_ext(OCSP_BASICRESP *x, int loc) argument
232 OCSP_BASICRESP_add_ext(OCSP_BASICRESP *x, X509_EXTENSION *ex, int loc) argument
262 OCSP_SINGLERESP_get_ext(OCSP_SINGLERESP *x, int loc) argument
267 OCSP_SINGLERESP_delete_ext(OCSP_SINGLERESP *x, int loc) argument
284 OCSP_SINGLERESP_add_ext(OCSP_SINGLERESP *x, X509_EXTENSION *ex, int loc) argument
[all...]
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dlinux-unwind.h62 fs->regs.reg[i].loc.offset =
68 fs->regs.reg[i + 16].loc.offset =
78 fs->regs.reg[i + 32].loc.offset =
84 fs->regs.reg[0].loc.offset =
133 fs->regs.reg[i].loc.offset =
139 fs->regs.reg[i + 16].loc.offset =
147 fs->regs.reg[i + 32].loc.offset =
153 fs->regs.reg[0].loc.offset = this_cfa+(regs_off+4)-new_cfa;
/freebsd-11-stable/crypto/openssl/crypto/cms/
H A Dcms_att.c80 X509_ATTRIBUTE *CMS_signed_get_attr(const CMS_SignerInfo *si, int loc) argument
82 return X509at_get_attr(si->signedAttrs, loc);
85 X509_ATTRIBUTE *CMS_signed_delete_attr(CMS_SignerInfo *si, int loc) argument
87 return X509at_delete_attr(si->signedAttrs, loc);
146 X509_ATTRIBUTE *CMS_unsigned_get_attr(const CMS_SignerInfo *si, int loc) argument
148 return X509at_get_attr(si->unsignedAttrs, loc);
151 X509_ATTRIBUTE *CMS_unsigned_delete_attr(CMS_SignerInfo *si, int loc) argument
153 return X509at_delete_attr(si->unsignedAttrs, loc);
/freebsd-11-stable/lib/libc/locale/
H A Dlmonetary.h67 struct lc_monetary_T *__get_current_monetary_locale(locale_t loc);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNSErrorChecker.cpp162 void checkLocation(SVal loc, bool isLoad, const Stmt *S,
189 if (Optional<loc::MemRegionVal> X = val.getAs<loc::MemRegionVal>()) {
201 void NSOrCFErrorDerefChecker::checkLocation(SVal loc, bool isLoad, argument
206 if (loc.isUndef() || !loc.getAs<Loc>())
218 QualType parmT = parameterTypeFromSVal(loc, C);
228 setFlag<NSErrorOut>(state, state->getSVal(loc.castAs<Loc>()), C);
233 setFlag<CFErrorOut>(state, state->getSVal(loc.castAs<Loc>()), C);
242 SVal loc
[all...]
/freebsd-11-stable/sys/dev/usb/
H A Dusb_hid.c110 c->loc.count = 0;
111 c->loc.size = 0;
148 s->last_pos[i].pos = c->loc.pos;
169 c->loc.pos = s->last_pos[i].pos;
172 c->loc.pos = 0;
281 DPRINTFN(1, "%u,%u,%u\n", h->loc.pos,
282 h->loc.size, h->loc.count);
283 c->loc.pos += c->loc
617 hid_locate(const void *desc, usb_size_t size, int32_t u, enum hid_kind k, uint8_t index, struct hid_location *loc, uint32_t *flags, uint8_t *id) argument
651 hid_get_data_sub(const uint8_t *buf, usb_size_t len, struct hid_location *loc, int is_signed) argument
695 hid_get_data(const uint8_t *buf, usb_size_t len, struct hid_location *loc) argument
701 hid_get_data_unsigned(const uint8_t *buf, usb_size_t len, struct hid_location *loc) argument
710 hid_put_data_unsigned(uint8_t *buf, usb_size_t len, struct hid_location *loc, unsigned int value) argument
[all...]
/freebsd-11-stable/sys/riscv/riscv/
H A Ddb_disasm.c324 oprint(struct riscv_op *op, vm_offset_t loc, int rd, argument
368 db_printf("0x%016lx", (loc + imm));
393 match_type(InstFmt i, struct riscv_op *op, vm_offset_t loc) argument
403 oprint(op, loc, i.UType.rd, 0, 0, val, imm);
407 oprint(op, loc, 0, 0, 0, val, (loc + imm));
420 oprint(op, loc, i.IType.rd,
427 oprint(op, loc, 0, i.SType.rs1, i.SType.rs2,
433 oprint(op, loc, 0, i.SBType.rs1, i.SBType.rs2,
440 oprint(op, loc,
456 db_disasm(vm_offset_t loc, bool altfmt) argument
[all...]
/freebsd-11-stable/contrib/ntp/sntp/scripts/
H A DgenLocInfo31 lf=loc/$locfile
56 lf=loc/$CVO_OSNAME$x
70 lf=loc/$CVO_OSNAME
83 lf=loc/debian
91 lf=loc/redhat
108 lf=loc/linux
122 lf=loc/legacy
133 echo "No loc/XXX file found!" >&2
/freebsd-11-stable/crypto/openssl/crypto/stack/
H A Dstack.c179 int sk_insert(_STACK *st, void *data, int loc) argument
193 if ((loc >= (int)st->num) || (loc < 0))
201 for (i = st->num; i >= loc; i--)
205 memmove(&(st->data[loc + 1]),
206 &(st->data[loc]), sizeof(char *) * (st->num - loc));
208 st->data[loc] = data;
225 void *sk_delete(_STACK *st, int loc) argument
230 if (!st || (loc <
[all...]
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_sched.cpp65 static void __kmp_for_static_init(ident_t *loc, kmp_int32 global_tid, argument
102 if (loc != NULL) {
103 if ((loc->flags & KMP_IDENT_WORK_LOOP) != 0) {
105 } else if ((loc->flags & KMP_IDENT_WORK_SECTIONS) != 0) {
107 } else if ((loc->flags & KMP_IDENT_WORK_DISTRIBUTE) != 0) {
138 __kmp_push_workshare(global_tid, ct_pdo, loc);
141 loc);
160 "signed?<%s>, loc = %%s\n",
164 (buff, *plastiter, *plower, *pupper, *pstride, loc->psource));
282 loc);
420 __kmp_dist_for_static_init(ident_t *loc, kmp_int32 gtid, kmp_int32 schedule, kmp_int32 *plastiter, T *plower, T *pupper, T *pupperDist, typename traits_t<T>::signed_t *pstride, typename traits_t<T>::signed_t incr, typename traits_t<T>::signed_t chunk) argument
794 __kmpc_for_static_init_4(ident_t *loc, kmp_int32 gtid, kmp_int32 schedtype, kmp_int32 *plastiter, kmp_int32 *plower, kmp_int32 *pupper, kmp_int32 *pstride, kmp_int32 incr, kmp_int32 chunk) argument
810 __kmpc_for_static_init_4u(ident_t *loc, kmp_int32 gtid, kmp_int32 schedtype, kmp_int32 *plastiter, kmp_uint32 *plower, kmp_uint32 *pupper, kmp_int32 *pstride, kmp_int32 incr, kmp_int32 chunk) argument
827 __kmpc_for_static_init_8(ident_t *loc, kmp_int32 gtid, kmp_int32 schedtype, kmp_int32 *plastiter, kmp_int64 *plower, kmp_int64 *pupper, kmp_int64 *pstride, kmp_int64 incr, kmp_int64 chunk) argument
843 __kmpc_for_static_init_8u(ident_t *loc, kmp_int32 gtid, kmp_int32 schedtype, kmp_int32 *plastiter, kmp_uint64 *plower, kmp_uint64 *pupper, kmp_int64 *pstride, kmp_int64 incr, kmp_int64 chunk) argument
882 __kmpc_dist_for_static_init_4(ident_t *loc, kmp_int32 gtid, kmp_int32 schedule, kmp_int32 *plastiter, kmp_int32 *plower, kmp_int32 *pupper, kmp_int32 *pupperD, kmp_int32 *pstride, kmp_int32 incr, kmp_int32 chunk) argument
894 __kmpc_dist_for_static_init_4u(ident_t *loc, kmp_int32 gtid, kmp_int32 schedule, kmp_int32 *plastiter, kmp_uint32 *plower, kmp_uint32 *pupper, kmp_uint32 *pupperD, kmp_int32 *pstride, kmp_int32 incr, kmp_int32 chunk) argument
906 __kmpc_dist_for_static_init_8(ident_t *loc, kmp_int32 gtid, kmp_int32 schedule, kmp_int32 *plastiter, kmp_int64 *plower, kmp_int64 *pupper, kmp_int64 *pupperD, kmp_int64 *pstride, kmp_int64 incr, kmp_int64 chunk) argument
918 __kmpc_dist_for_static_init_8u(ident_t *loc, kmp_int32 gtid, kmp_int32 schedule, kmp_int32 *plastiter, kmp_uint64 *plower, kmp_uint64 *pupper, kmp_uint64 *pupperD, kmp_int64 *pstride, kmp_int64 incr, kmp_int64 chunk) argument
956 __kmpc_team_static_init_4(ident_t *loc, kmp_int32 gtid, kmp_int32 *p_last, kmp_int32 *p_lb, kmp_int32 *p_ub, kmp_int32 *p_st, kmp_int32 incr, kmp_int32 chunk) argument
968 __kmpc_team_static_init_4u(ident_t *loc, kmp_int32 gtid, kmp_int32 *p_last, kmp_uint32 *p_lb, kmp_uint32 *p_ub, kmp_int32 *p_st, kmp_int32 incr, kmp_int32 chunk) argument
980 __kmpc_team_static_init_8(ident_t *loc, kmp_int32 gtid, kmp_int32 *p_last, kmp_int64 *p_lb, kmp_int64 *p_ub, kmp_int64 *p_st, kmp_int64 incr, kmp_int64 chunk) argument
992 __kmpc_team_static_init_8u(ident_t *loc, kmp_int32 gtid, kmp_int32 *p_last, kmp_uint64 *p_lb, kmp_uint64 *p_ub, kmp_int64 *p_st, kmp_int64 incr, kmp_int64 chunk) argument
[all...]
/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_subr.c139 int back, bit, end, forw, i, loc, start; local
146 loc = 0;
149 if ((bbp[loc] & bit) == 0)
160 loc++;
180 loc = start / NBBY;
183 if ((bbp[loc] & bit) != 0)
188 loc++;
199 loc = start / NBBY;
202 if ((bbp[loc] & bit) != 0)
207 loc
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtsan_go.cpp106 ReportLocation *loc = ReportLocation::New(ReportLocationHeap);
107 loc->heap_chunk_start = cbctx.start;
108 loc->heap_chunk_size = b->siz;
109 loc->tid = b->tid;
110 loc->stack = SymbolizeStackId(b->stk);
111 return loc;
113 ReportLocation *loc = ReportLocation::New(ReportLocationGlobal); local
114 loc->global.name = internal_strdup(cbctx.name ? cbctx.name : "??");
115 loc->global.file = internal_strdup(cbctx.file ? cbctx.file : "??");
116 loc
[all...]

Completed in 277 milliseconds

1234567891011>>