Home
last modified time | relevance | path

Searched refs:item (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/drivers/bnxt/
H A Dbnxt_fw.c582 struct nitro_crash_addr_item *item = NULL; in bnxt_crash_config() local
605 item = &info->table[0]; in bnxt_crash_config()
606 item->info = 0; in bnxt_crash_config()
607 item->size = crash_len | BNXT_CRASH_INFO_VALID; in bnxt_crash_config()
608 item->addr_hi = 0; in bnxt_crash_config()
609 item->addr_lo = crash_area_start; in bnxt_crash_config()
618 item->size &= ~BNXT_CRASH_INFO_VALID; in bnxt_crash_config()
626 item->size |= BNXT_CRASH_INFO_VALID; in bnxt_crash_config()
629 bnxt_write32_multiple(dst, (uintptr_t)&item->size, 1, 1); in bnxt_crash_config()
/optee_os/lib/libunw/
H A Dunwind_arm32.c123 struct unwind_idx *item = NULL; in find_index() local
138 item = &start[mid]; in find_index()
140 prel31_addr = expand_prel31(item->offset); in find_index()
141 func_addr = (vaddr_t)&item->offset + prel31_addr; in find_index()
/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_spiffy_decode.h2593 QCBORItem item; in QCBORDecode_GetNull() local
2595 QCBORDecode_VGetNext(pMe, &item); in QCBORDecode_GetNull()
2596 if(pMe->uLastError == QCBOR_SUCCESS && item.uDataType != QCBOR_TYPE_NULL) { in QCBORDecode_GetNull()
2620 QCBORItem item; in QCBORDecode_GetUndefined() local
2622 QCBORDecode_VGetNext(pMe, &item); in QCBORDecode_GetUndefined()
2623 if(pMe->uLastError == QCBOR_SUCCESS && item.uDataType != QCBOR_TYPE_UNDEF) { in QCBORDecode_GetUndefined()
/optee_os/scripts/
H A Dsymbolize.py547 args.dirs = [item for sublist in args.dir for item in sublist]
/optee_os/core/lib/qcbor/
H A DREADME.md32 description of decoded data item is 56 bytes. Stack use is light and
152 into number formats supported in C. For example, a data item can be
159 treats this similar to entering an array with one item. This is
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog44 an item in the output list in an inconsistent state with val.p == NULL but