/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
deps/libffi/src/powerpc/internal.h
10 строк
333 B
cjihrig
lib,src,test,doc: add node:ffi module
14 апр 2026, 12:44
14 апр 2026, 12:44
d0fa608
Код
Авторство
О чём код?
#ifdef FFI_EXEC_STATIC_TRAMP /* For the trampoline code table mapping, a mapping size of 64K is chosen. */ #define PPC_TRAMP_MAP_SHIFT 16 #define PPC_TRAMP_MAP_SIZE (1 << PPC_TRAMP_MAP_SHIFT) # ifdef __PCREL__ # define PPC_TRAMP_SIZE 24 # else # define PPC_TRAMP_SIZE 40 # endif /* __PCREL__ */ #endif /* FFI_EXEC_STATIC_TRAMP */