Searched refs:code_size (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTrampolineHandler.cpp | 381 lldb::addr_t code_size = 0; in SetUpRegion() local 386 if (code_size == 0) in SetUpRegion() 387 code_size = this_size; in SetUpRegion() 389 if (this_size != code_size) in SetUpRegion() 391 if (this_size > code_size) in SetUpRegion() 392 code_size = this_size; in SetUpRegion() 396 m_code_end_addr += code_size; in SetUpRegion()
|
| /freebsd-12.1/sys/arm/nvidia/ |
| H A D | tegra_xhci.c | 784 uint32_t code_tags, code_size; in load_fw() local 834 code_size = howmany(fw_hdr->boot_codesize, XUSB_CSB_IMEM_BLOCK_SIZE); in load_fw() 837 L2IMEMOP_SIZE_SIZE(code_size)); in load_fw() 844 CSB_WR4(sc, XUSB_FALCON_IMFILLCTL, code_size); in load_fw() 847 IMFILLRNG1_TAG_HI(code_tags + code_size)); in load_fw()
|
| /freebsd-12.1/sys/dev/sound/pci/ |
| H A D | emu10kx.c | 345 unsigned int code_size; member 1528 if ((*pc) + 1 > sc->code_size) { in emu_addefxop() 1719 for (i = 0; i < sc->code_size; i++) { in emu_initefx() 2277 …f_printf(s, "DSP Instruction Registers: %d used, %d total\n", sc->routing_code_end, sc->code_size); in emu10kx_prepare() 3152 sc->code_size = 0x800 / 2; /* 0x600-0xdff, 2048 words, in emu_pci_attach() 3166 sc->code_size = 0x400 / 2; /* 0x400-0x7ff, 1024 words, in emu_pci_attach()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | FSFChangeLog.11 | 4507 Remove redundant calculation of code_size. Use floating-point
|