Home
last modified time | relevance | path

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

123

/trusted-firmware-a/lib/libc/
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()
/trusted-firmware-a/lib/extensions/ras/
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()
/trusted-firmware-a/include/lib/libc/
A Dstdarg.h15 #define va_start(ap, last) __builtin_va_start(ap, last) argument
A Dstring.h30 char *strtok_r(char *s, const char *delim, char **last);
/trusted-firmware-a/drivers/nxp/crypto/caam/src/
A Djobdesc.c45 uint32_t *last = desc + len; in desc_add_word() local
46 *last = word; in desc_add_word()
58 phys_addr_t *last = (phys_addr_t *) (desc + len); in desc_add_ptr() local
61 ptr_addr_t *ptr_addr = (ptr_addr_t *) last; in desc_add_ptr()
66 *last = ptr; in desc_add_ptr()
/trusted-firmware-a/lib/zlib/
A Dinffast.c56 z_const unsigned char FAR *last; /* have enough input while in < last */ local
83 last = in + (strm->avail_in - 5);
290 } while (in < last && out < end);
301 strm->avail_in = (unsigned)(in < last ? 5 + (last - in) : 5 - (in - last));
A Dinflate.c131 state->last = 0;
852 if (state->last) {
858 state->last = BITS(1);
1060 last = here;
1063 (BITS(last.bits + last.op) >> last.bits)];
1067 DROPBITS(last.bits);
1068 state->back += last.bits;
1110 last = here;
1113 (BITS(last.bits + last.op) >> last.bits)];
1117 DROPBITS(last.bits);
[all …]
A Dinflate.h85 int last; /* true if processing last block */ member
/trusted-firmware-a/drivers/synopsys/emmc/
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()
/trusted-firmware-a/docs/build/TF-A_2.5/_static/
A Dbasic.css380 div.sidebar > :last-child,
381 aside.sidebar > :last-child,
382 div.topic > :last-child,
383 div.admonition > :last-child {
454 th > :last-child,
455 td > :last-child {
596 :not(li) > ol > li:last-child > :last-child,
597 :not(li) > ul > li:last-child > :last-child {
676 dl > dd:last-child,
677 dl > dd:last-child > :last-child {
A Dunderscore-1.13.1.js1528 var last = length - 1;
1530 var rand = random(index, last);
1686 function last(array, n, guard) { function
2010 last: last,
/trusted-firmware-a/lib/gpt_rme/
A Dgpt_rme.c497 uintptr_t last) in gpt_fill_l1_tbl() argument
502 assert(first <= last); in gpt_fill_l1_tbl()
504 assert((last & (GPT_PGS_ACTUAL_SIZE(gpt_config.p) - 1)) == 0U); in gpt_fill_l1_tbl()
505 assert(GPT_L0_IDX(first) == GPT_L0_IDX(last)); in gpt_fill_l1_tbl()
513 i <= GPT_L1_IDX(gpt_config.p, last); i++) { in gpt_fill_l1_tbl()
515 if (i == GPT_L1_IDX(gpt_config.p, last)) { in gpt_fill_l1_tbl()
517 GPT_L1_GPI_IDX(gpt_config.p, last)) << 2)); in gpt_fill_l1_tbl()
/trusted-firmware-a/docs/build/TF-A_2.5/_static/css/
A Dtheme.css4last-child,.rst-content .admonition p:last-child,.rst-content .attention p:last-child,.rst-content…
/trusted-firmware-a/lib/libfdt/
A Dfdt.c306 const char *last = strtab + tabsize - len; in fdt_find_string_() local
309 for (p = strtab; p <= last; p++) in fdt_find_string_()
/trusted-firmware-a/plat/brcm/board/stingray/src/
A Dbl2_setup.c51 #define GET_BITS(first, last, data) \ argument
52 ((data >> first) & ((1 << (last - first + 1)) - 1))
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/perf/
A Dpsci-performance-juno.rst.txt110 last CPUs in their respective clusters to power down, therefore both the L1 and
210 The ``PSCI_EXIT`` times are generally lower than in the last test because the
/trusted-firmware-a/docs/perf/
A Dpsci-performance-juno.rst110 last CPUs in their respective clusters to power down, therefore both the L1 and
210 The ``PSCI_EXIT`` times are generally lower than in the last test because the
/trusted-firmware-a/docs/build/latex/
A Dsphinxlatextables.sty63 % a) the space between its last baseline and the top rule of table is
65 % b) the space from last baseline of previous text to first baseline of
326 % we need to remove colour set-up also for last cell of the multi-column
398 % multi-line contents, only first and last line...)
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/about/
A Dfeatures.rst.txt9 last release.
/trusted-firmware-a/docs/about/
A Dfeatures.rst9 last release.
/trusted-firmware-a/docs/security_advisories/
A Dsecurity-advisory-tfv-1.rst67 * If last block is more than expected then
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/security_advisories/
A Dsecurity-advisory-tfv-1.rst.txt67 * If last block is more than expected then
/trusted-firmware-a/build/qemu/release/bl2/
A Dbl2.dump2194 e01c98c: 54000263 b.cc e01c9d8 <tf_log+0x7c> // b.lo, b.ul, b.last
3074 e01d5f4: 54ffffa3 b.cc e01d5e8 <loop_civac> // b.lo, b.ul, b.last
3094 e01d62c: 54ffffa3 b.cc e01d620 <loop_cvac> // b.lo, b.ul, b.last
3114 e01d664: 54ffffa3 b.cc e01d658 <loop_ivac> // b.lo, b.ul, b.last
3134 e01d694: 54000523 b.cc e01d738 <zero_normalmem+0xbc> // b.lo, b.ul, b.last
3155 e01d6e8: 54ffffc3 b.cc e01d6e0 <zero_normalmem+0x64> // b.lo, b.ul, b.last
3162 e01d704: 54ffffa3 b.cc e01d6f8 <zero_normalmem+0x7c> // b.lo, b.ul, b.last
4288 e01e724: 1a9f27e0 cset w0, cc // cc = lo, ul, last
4317 e01e790: 54ffffa3 b.cc e01e784 <fdt_splice_+0x4c> // b.lo, b.ul, b.last
4320 e01e79c: 54ffff43 b.cc e01e784 <fdt_splice_+0x4c> // b.lo, b.ul, b.last
[all …]
/trusted-firmware-a/build/qemu/release/bl1/
A Dbl1.dump2131 16b0: 54000263 b.cc 16fc <tf_log+0x7c> // b.lo, b.ul, b.last
2760 1fbc: 540008a3 b.cc 20d0 <mmap_add_region_ctx+0x218> // b.lo, b.ul, b.last
3320 273c: 54000043 b.cc 2744 <asm_print_hex_bits+0x1c> // b.lo, b.ul, b.last
3361 27b8: 54ffffa3 b.cc 27ac <loop_civac> // b.lo, b.ul, b.last
3381 27f0: 54ffffa3 b.cc 27e4 <loop_cvac> // b.lo, b.ul, b.last
3398 281c: 54000523 b.cc 28c0 <zero_normalmem+0xbc> // b.lo, b.ul, b.last
3419 2870: 54ffffc3 b.cc 2868 <zero_normalmem+0x64> // b.lo, b.ul, b.last
3426 288c: 54ffffa3 b.cc 2880 <zero_normalmem+0x7c> // b.lo, b.ul, b.last
3432 28a4: 54ffffc3 b.cc 289c <zero_normalmem+0x98> // b.lo, b.ul, b.last
3453 28f0: 540000a3 b.cc 2904 <m_loop1> // b.lo, b.ul, b.last
[all …]
/trusted-firmware-a/docs/components/
A Dsecure-partition-manager-mm.rst505 to the partition by programming a return from the last
506 ``MM_SP_EVENT_COMPLETE_AARCH64`` call received from the partition. The last call
515 Signal completion of the last SP service request.
580 This function signals to the SPM that the handling of the last event delegated

Completed in 59 milliseconds

123