Searched refs:loc (Results 26 - 50 of 52) sorted by relevance

123

/fuchsia/zircon/third_party/ulib/ngunwind/include/ngunwind/private/
H A Ddwarf_i.h36 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) argument
38 if (DWARF_IS_NULL_LOC (loc))
45 assert (!DWARF_IS_FP_LOC (loc));
48 assert (DWARF_IS_REG_LOC (loc) || DWARF_IS_MEM_LOC (loc));
51 if (DWARF_IS_REG_LOC (loc))
52 return (*c->as->acc.access_reg) (c->as, (unw_regnum_t) DWARF_GET_LOC (loc), val,
54 if (DWARF_IS_MEM_LOC (loc))
55 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), val,
58 assert(DWARF_IS_VAL_LOC (loc));
64 dwarf_put(struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) argument
[all...]
/fuchsia/zircon/third_party/ulib/musl/src/locale/
H A Dstrfmon.c8 static ssize_t vstrfmon_l(char* s, size_t n, locale_t loc, const char* fmt, va_list ap) { argument
72 ssize_t strfmon_l(char* restrict s, size_t n, locale_t loc, const char* restrict fmt, ...) { argument
77 ret = vstrfmon_l(s, n, loc, fmt, ap);
H A Diconv.c164 locale_t *ploc = &CURRENT_LOCALE, loc = *ploc; local
498 *ploc = loc;
513 *ploc = loc;
/fuchsia/zircon/third_party/ulib/musl/src/time/
H A Dwcsftime.c7 const char* __strftime_fmt_1(char (*s)[100], size_t* l, int f, const struct tm* tm, locale_t loc);
10 const struct tm* restrict tm, locale_t loc) {
41 t_mb = __strftime_fmt_1(&buf, &k, *f, tm, loc);
9 __wcsftime_l(wchar_t* restrict s, size_t n, const wchar_t* restrict f, const struct tm* restrict tm, locale_t loc) argument
/fuchsia/zircon/third_party/ulib/ngunwind/src/aarch64/
H A DGstash_frame.c43 DWARF_GET_LOC(d->loc[d->ret_addr_column]),
44 rs->reg[FP].where, rs->reg[FP].val, DWARF_GET_LOC(d->loc[FP]),
45 rs->reg[LR].where, rs->reg[LR].val, DWARF_GET_LOC(d->loc[LR]),
46 rs->reg[SP].where, rs->reg[SP].val, DWARF_GET_LOC(d->loc[SP]));
/fuchsia/zircon/third_party/ulib/ngunwind/src/arm/
H A DGstash_frame.c43 (int) DWARF_GET_LOC(d->loc[d->ret_addr_column]),
44 rs->reg[R7].where, (int) rs->reg[R7].val, (int) DWARF_GET_LOC(d->loc[R7]),
45 rs->reg[LR].where, (int) rs->reg[LR].val, (int) DWARF_GET_LOC(d->loc[LR]),
46 rs->reg[SP].where, (int) rs->reg[SP].val, (int) DWARF_GET_LOC(d->loc[SP]));
H A DGstep.c45 c->dwarf.loc[UNW_ARM_R15] = DWARF_NULL_LOC;
143 if (dwarf_get(&c->dwarf, c->dwarf.loc[UNW_ARM_R11], &frame) < 0)
148 c->dwarf.loc[i] = DWARF_NULL_LOC;
177 c->dwarf.loc[UNW_ARM_R12] = ip_loc;
178 c->dwarf.loc[UNW_ARM_R11] = fp_loc;
H A DGex_tables.c92 if (DWARF_IS_NULL_LOC (c->loc[UNW_ARM_R15]))
93 c->loc[UNW_ARM_R15] = c->loc[UNW_ARM_R14];
95 dwarf_get (c, c->loc[UNW_ARM_R15], &c->ip);
110 c->loc[UNW_ARM_R0 + i] = DWARF_LOC (c->cfa, 0);
115 dwarf_get (c, c->loc[UNW_ARM_R13], &c->cfa);
120 c->loc[UNW_ARM_R13] = c->loc[UNW_ARM_R0 + edata->data];
121 dwarf_get (c, c->loc[UNW_ARM_R13], &c->cfa);
/fuchsia/zircon/third_party/ulib/musl/src/stdio/
H A Dfgetwc.c44 locale_t *ploc = &CURRENT_LOCALE, loc = *ploc; local
49 *ploc = loc;
H A Dfputwc.c10 locale_t *ploc = &CURRENT_LOCALE, loc = *ploc; local
31 *ploc = loc;
/fuchsia/zircon/third_party/uapp/dash/src/
H A Derror.h60 jmp_buf loc; member in struct:jmploc
H A Dtrap.c383 struct jmploc loc; local
388 if (setjmp(loc.loc))
390 handler = &loc;
401 if (likely(!setjmp(loc.loc)))
H A Dexpand.c579 char *loc; local
583 loc = startp;
596 return loc;
597 if (quotes && *loc == (char)CTLESC)
598 loc++;
599 loc++;
612 char *loc; local
615 for (loc = str - 1, loc2 = rmescend; loc >= startp; loc2--) {
626 return loc;
646 char *loc; local
[all...]
H A Derror.c87 longjmp(handler->loc, 1);
H A Dredir.c422 if (!(err = setjmp(jmploc.loc) * 2)) {
428 longjmp(handler->loc, 1);
H A Dmain.c108 if (unlikely(setjmp(jmploc.loc))) {
H A Deval.c897 longjmp(handler->loc, 1);
937 if ((i = setjmp(jmploc.loc)))
972 if ((e = setjmp(jmploc.loc))) {
/fuchsia/zircon/system/dev/misc/tpm/
H A Dtpm.cpp106 zx_status_t Device::ExecuteCmd(Locality loc, const uint8_t* cmd, size_t len, argument
109 return ExecuteCmdLocked(loc, cmd, len, resp, max_len, actual);
112 zx_status_t Device::ExecuteCmdLocked(Locality loc, const uint8_t* cmd, size_t len, argument
114 zx_status_t status = SendCmdLocked(loc, cmd, len);
118 return RecvRespLocked(loc, resp, max_len, actual);
/fuchsia/zircon/system/dev/lib/amlogic/include/soc/aml-common/
H A Daml-sd-emmc.h42 static inline void update_bits(uint32_t *x, uint32_t mask, uint32_t loc, uint32_t val) { argument
44 *x |= ((val << loc) & mask);
47 static inline uint32_t get_bits(uint32_t x, uint32_t mask, uint32_t loc) { argument
48 return (x & mask) >> loc;
/fuchsia/zircon/kernel/arch/arm64/include/arch/
H A Darm64.h73 uint8_t loc; member in struct:__anon16
/fuchsia/zircon/system/dev/bus/acpi/dev-cros-ec/
H A Dmotion.cpp283 info->loc = static_cast<motionsensor_location>(rsp.info_3.location);
559 "acpi-cros-ec-motion: sensor %d: type=%u loc=%u freq=[%u,%u] evt_count=%u\n",
560 i, info.type, info.loc, info.min_sampling_freq, info.max_sampling_freq,
748 loc_group_present[sensor.loc] = true;
768 for (size_t loc = 0; loc < fbl::count_of(loc_group_present); ++loc) {
769 if (!loc_group_present[loc]) {
779 if (!sensor.valid || sensor.loc != loc) {
[all...]
H A Ddev.h80 enum motionsensor_location loc; member in struct:AcpiCrOsEcMotionDevice::SensorInfo
/fuchsia/zircon/third_party/ulib/ngunwind/src/dwarf/
H A DGparser.c784 c->loc[i] = DWARF_NULL_LOC;
791 c->loc[i] = DWARF_MEM_LOC (c, cfa + rs->reg[i].val);
795 c->loc[i] = DWARF_REG_LOC (c, dwarf_to_unw_regnum (rs->reg[i].val));
800 if ((ret = eval_location_expr (c, as, a, addr, c->loc + i, arg)) < 0)
806 if ((ret = eval_location_expr (c, as, a, addr, c->loc + i, arg)) < 0)
808 c->loc[i] = DWARF_VAL_LOC (c, DWARF_GET_LOC (c->loc[i]));
815 if (DWARF_IS_NULL_LOC (c->loc[c->ret_addr_column]))
819 ret = dwarf_get (c, c->loc[c->ret_addr_column], &ip);
/fuchsia/zircon/kernel/arch/arm64/
H A Dfeature.cpp40 info->loc = (uint8_t)BITS_SHIFT(sysreg, 26, 24);
75 printf("Level of Coherence = L%u\n", info->loc);
/fuchsia/zircon/third_party/ulib/ngunwind/include/ngunwind/
H A Ddwarf.h294 dwarf_loc_t loc[DWARF_NUM_PRESERVED_REGS]; member in struct:dwarf_cursor

Completed in 194 milliseconds

123