Searched refs:code_size (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTrampolineHandler.cpp | 280 lldb::addr_t code_size = 0; in SetUpRegion() local 285 if (code_size == 0) in SetUpRegion() 286 code_size = this_size; in SetUpRegion() 288 if (this_size != code_size) in SetUpRegion() 290 if (this_size > code_size) in SetUpRegion() 291 code_size = this_size; in SetUpRegion() 295 m_code_end_addr += code_size; in SetUpRegion()
|
| /src/sys/arm/nvidia/ |
| H A D | tegra_xhci.c | 747 uint32_t code_tags, code_size; in load_fw() local 797 code_size = howmany(fw_hdr->boot_codesize, XUSB_CSB_IMEM_BLOCK_SIZE); in load_fw() 800 L2IMEMOP_SIZE_SIZE(code_size)); in load_fw() 807 CSB_WR4(sc, XUSB_FALCON_IMFILLCTL, code_size); in load_fw() 810 IMFILLRNG1_TAG_HI(code_tags + code_size)); in load_fw()
|
| /src/sys/dev/sound/pci/ |
| H A D | emu10kx.c | 341 unsigned int code_size; member 1514 if ((*pc) + 1 > sc->code_size) { in emu_addefxop() 1702 for (i = 0; i < sc->code_size; i++) { in emu_initefx() 2257 …f_printf(s, "DSP Instruction Registers: %d used, %d total\n", sc->routing_code_end, sc->code_size); in emu10kx_prepare() 3118 sc->code_size = 0x800 / 2; /* 0x600-0xdff, 2048 words, in emu_pci_attach() 3132 sc->code_size = 0x400 / 2; /* 0x400-0x7ff, 1024 words, in emu_pci_attach()
|