Home
last modified time | relevance | path

Searched refs:last (Results 1 – 25 of 34) sorted by relevance

12

/rk3399_ARM-atf/lib/libc/
H A Dstrtok.c40 strtok_r(char *s, const char *delim, char **last) in strtok_r() argument
45 if (s == NULL && (s = *last) == NULL) in strtok_r()
59 *last = NULL; in strtok_r()
77 *last = s; in strtok_r()
/rk3399_ARM-atf/include/lib/libc/
H A Dstdarg.h15 #define va_start(ap, last) __builtin_va_start(ap, last) argument
H A Dstring.h39 char *strtok_r(char *s, const char *delim, char **last);
/rk3399_ARM-atf/lib/extensions/ras/
H A Dras_common.c105 unsigned int i, last; in assert_interrupts_sorted() local
111 last = start[0].intr_number; in assert_interrupts_sorted()
113 assert(start[i].intr_number > last); in assert_interrupts_sorted()
114 last = start[i].intr_number; in assert_interrupts_sorted()
/rk3399_ARM-atf/drivers/nxp/crypto/caam/src/
H A Djobdesc.c47 uint32_t *last = desc + len; in desc_add_word() local
48 *last = word; in desc_add_word()
63 phys_addr_t *last = (phys_addr_t *) (desc + len); in desc_add_ptr() local
66 ptr_addr_t *ptr_addr = (ptr_addr_t *) last; in desc_add_ptr()
71 *last = ptr; in desc_add_ptr()
/rk3399_ARM-atf/lib/zlib/
H A Dinffast.c53 z_const unsigned char FAR *last; /* have enough input while in < last */ in inflate_fast() local
80 last = in + (strm->avail_in - 5); in inflate_fast()
287 } while (in < last && out < end); in inflate_fast()
298 strm->avail_in = (unsigned)(in < last ? 5 + (last - in) : 5 - (in - last)); in inflate_fast()
H A Dinflate.c116 state->last = 0; in inflateResetKeep()
601 code last; /* parent table entry */ in inflate() local
828 if (state->last) { in inflate()
834 state->last = BITS(1); in inflate()
839 state->last ? " (last)" : "")); in inflate()
845 state->last ? " (last)" : "")); in inflate()
854 state->last ? " (last)" : "")); in inflate()
1042 last = here; in inflate()
1044 here = state->lencode[last.val + in inflate()
1045 (BITS(last.bits + last.op) >> last.bits)]; in inflate()
[all …]
H A Dcrc32.c581 z_size_t last, last2, i; in crc32_z() local
628 last = num / 3; in crc32_z()
629 if (last >= Z_BATCH_MIN) { in crc32_z()
630 last2 = last << 1; in crc32_z()
633 for (i = 0; i < last; i++) { in crc32_z()
635 val1 = word[i + last]; in crc32_z()
641 word += 3 * last; in crc32_z()
642 num -= 3 * last; in crc32_z()
643 val = x2nmodp(last, 6); in crc32_z()
H A Dinflate.h85 int last; /* true if processing last block */ member
/rk3399_ARM-atf/drivers/synopsys/emmc/
H A Ddw_mmc.c345 int desc_cnt, i, last; in dw_prepare() local
380 last = desc_cnt - 1; in dw_prepare()
381 (desc + last)->des0 |= IDMAC_DES0_LD; in dw_prepare()
382 (desc + last)->des0 &= ~(IDMAC_DES0_DIC | IDMAC_DES0_CH); in dw_prepare()
383 (desc + last)->des1 = IDMAC_DES1_BS1(size - (last * in dw_prepare()
386 (desc + last)->des3 = 0; in dw_prepare()
/rk3399_ARM-atf/plat/qemu/common/
H A Dqemu_common.c280 int i, last; in plat_rmmd_load_manifest() local
369 last = num_banks - 1; in plat_rmmd_load_manifest()
371 plat_get_memory_node(i, &bank_ptr[last]); in plat_rmmd_load_manifest()
372 last--; in plat_rmmd_load_manifest()
/rk3399_ARM-atf/lib/gpt_rme/
H A Dgpt_rme.c784 uintptr_t last, unsigned int gpi) in fill_l1_gran_desc() argument
796 for (i = GPT_L1_INDEX(first); i <= GPT_L1_INDEX(last); i++) { in fill_l1_gran_desc()
799 if (i == GPT_L1_INDEX(last)) { in fill_l1_gran_desc()
801 GPT_L1_GPI_IDX(gpt_config.p, last)) << 2)); in fill_l1_gran_desc()
813 return last + GPT_PGS_ACTUAL_SIZE(gpt_config.p); in fill_l1_gran_desc()
829 static void fill_l1_tbl(uint64_t *l1, uintptr_t first, uintptr_t last, in fill_l1_tbl() argument
833 assert(first <= last); in fill_l1_tbl()
835 assert((last & (GPT_PGS_ACTUAL_SIZE(gpt_config.p) - 1UL)) == 0UL); in fill_l1_tbl()
836 assert(GPT_L0_IDX(first) == GPT_L0_IDX(last)); in fill_l1_tbl()
839 while (first <= last) { in fill_l1_tbl()
[all …]
/rk3399_ARM-atf/docs/design_documents/
H A Dpsci_osi_mode.rst50 its last child enters the low-power state.
75 In platform-coordinated mode, the OS doesn't have visibility when the last core
76 at a power level enters a low-power state. If the OS wants to perform last man
82 In OS-initiated mode, the OS can perform last man activity if it selects a
83 composite power state when the last core enters a low-power state. This
102 TF-A with custom driver logic to perform last man activity.
107 perform last man activity.
171 * None of the cores has called CPU_SUSPEND since the last change of mode or
238 power level at which the calling core is the last to enter a powerdown
259 level for which it sees the calling core as the last running core (last man).
[all …]
/rk3399_ARM-atf/lib/libfdt/
H A Dfdt.c318 const char *last = strtab + tabsize - len; in fdt_find_string_() local
321 for (p = strtab; p <= last; p++) in fdt_find_string_()
/rk3399_ARM-atf/plat/brcm/board/stingray/src/
H A Dbl2_setup.c51 #define GET_BITS(first, last, data) \ argument
52 ((data >> first) & ((1 << (last - first + 1)) - 1))
/rk3399_ARM-atf/docs/perf/
H A Dpsci-performance-juno.rst323 last CPUs in their respective clusters to power down, therefore both the L1 and
423 The ``PSCI_EXIT`` times are generally lower than in the last test because the
/rk3399_ARM-atf/docs/security_advisories/
H A Dsecurity-advisory-tfv-1.rst67 * If last block is more than expected then
/rk3399_ARM-atf/docs/about/
H A Dfeatures.rst9 last release.
/rk3399_ARM-atf/docs/components/
H A Dsecure-partition-manager-mm.rst498 to the partition by programming a return from the last
499 ``MM_SP_EVENT_COMPLETE_AARCH64`` call received from the partition. The last call
508 Signal completion of the last SP service request.
573 This function signals to the SPM that the handling of the last event delegated
H A Dfirmware-update.rst113 It can be used as a last resort when all firmware updates that are carried out
/rk3399_ARM-atf/docs/tools/
H A Dmemory-layout-tool.rst381 more helpful diffs. Taking the last example, and adding the ``-e`` argument
/rk3399_ARM-atf/docs/plat/
H A Drpi3.rst138 The last 16 MiB of DRAM can only be accessed by the VideoCore, that has
166 ``PSCI_SYSTEM_RESET`` and ``PSCI_SYSTEM_OFF``. The last one doesn't really turn
/rk3399_ARM-atf/docs/design/
H A Dinterrupt-framework-design.rst18 non-secure software (Non-secure interrupts) to the last executed exception
719 to the last known non-secure exception level.
741 should implement a mechanism for routing these interrupts to the last known
926 service to pass control back to the non-secure state in the last known exception
/rk3399_ARM-atf/docs/process/
H A Dcoding-style.rst322 * In this style, the first and last lines use asterisks that run the full
/rk3399_ARM-atf/docs/plat/marvell/armada/
H A Dbuild.rst239 The last line on package marking (next line after the 88F37x0 line) should contain:

12