Home
last modified time | relevance | path

Searched refs:init0 (Results 1 – 25 of 1158) sorted by relevance

12345678910>>...47

/dports/lang/squeak/Squeak-4.10.2.2614-src/Cross/vm/
H A DsqNamedPrims.c173 void *init0; in callInitializersIn() local
179 init0 = findFunctionIn("getModuleName", module); in callInitializersIn()
183 if(init0) { in callInitializersIn()
185 moduleName = ((char* (*) (void))init0)(); in callInitializersIn()
482 void * init0; in ioListBuiltinModule() local
484 if(init0) { in ioListBuiltinModule()
486 moduleName = ((char* (*) (void))init0)(); in ioListBuiltinModule()
510 void * init0; in ioListLoadedModule() local
512 init0 = findFunctionIn("getModuleName", entry); in ioListLoadedModule()
513 if(init0) { in ioListLoadedModule()
[all …]
/dports/devel/kdevelop-pg-qt/kdevelop-pg-qt-2.2.1/include/
H A Dkdev-pg-memory-pool.h51 inline void init0(int block_size = 256)
74 chain->init0(blockSize << 2); in allocate()
97 inline MemoryPool() { blk.init0(); rightMost = &blk; } in MemoryPool()
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/warp-3.3.17/Network/Wai/Handler/Warp/
H A DRecv.hs70 spell init0 siz0 recv recvBuf
71 | siz0 <= len0 = return $ BS.splitAt siz0 init0
73 | siz0 <= 4096 = loop [init0] (siz0 - len0)
77 ptr' <- copy ptr init0
84 len0 = BS.length init0
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/warp-3.3.13/Network/Wai/Handler/Warp/
H A DRecv.hs70 spell init0 siz0 recv recvBuf
71 | siz0 <= len0 = return $ BS.splitAt siz0 init0
73 | siz0 <= 4096 = loop [init0] (siz0 - len0)
77 ptr' <- copy ptr init0
84 len0 = BS.length init0
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/warp-3.3.12/Network/Wai/Handler/Warp/
H A DRecv.hs70 spell init0 siz0 recv recvBuf
71 | siz0 <= len0 = return $ BS.splitAt siz0 init0
73 | siz0 <= 4096 = loop [init0] (siz0 - len0)
77 ptr' <- copy ptr init0
84 len0 = BS.length init0
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/warp-3.3.14/Network/Wai/Handler/Warp/
H A DRecv.hs70 spell init0 siz0 recv recvBuf
71 | siz0 <= len0 = return $ BS.splitAt siz0 init0
73 | siz0 <= 4096 = loop [init0] (siz0 - len0)
77 ptr' <- copy ptr init0
84 len0 = BS.length init0
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/warp-3.3.14/Network/Wai/Handler/Warp/
H A DRecv.hs70 spell init0 siz0 recv recvBuf
71 | siz0 <= len0 = return $ BS.splitAt siz0 init0
73 | siz0 <= 4096 = loop [init0] (siz0 - len0)
77 ptr' <- copy ptr init0
84 len0 = BS.length init0
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/warp-3.3.17/Network/Wai/Handler/Warp/
H A DRecv.hs70 spell init0 siz0 recv recvBuf
71 | siz0 <= len0 = return $ BS.splitAt siz0 init0
73 | siz0 <= 4096 = loop [init0] (siz0 - len0)
77 ptr' <- copy ptr init0
84 len0 = BS.length init0
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/warp-3.3.9/Network/Wai/Handler/Warp/
H A DRecv.hs70 spell init0 siz0 recv recvBuf
71 | siz0 <= len0 = return $ BS.splitAt siz0 init0
73 | siz0 <= 4096 = loop [init0] (siz0 - len0)
77 ptr' <- copy ptr init0
84 len0 = BS.length init0
/dports/www/firefox-esr/firefox-91.8.0/gfx/harfbuzz/src/
H A Dhb-ot-face.cc46 void hb_ot_face_t::init0 (hb_face_t *face) in init0() function in hb_ot_face_t
49 #define HB_OT_TABLE(Namespace, Type) Type.init0 (); in init0()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/harfbuzz/src/
H A Dhb-ot-face.cc46 void hb_ot_face_t::init0 (hb_face_t *face) in init0() function in hb_ot_face_t
49 #define HB_OT_TABLE(Namespace, Type) Type.init0 (); in init0()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/harfbuzz-ng/src/src/
H A Dhb-ot-face.cc46 void hb_ot_face_t::init0 (hb_face_t *face) in init0() function in hb_ot_face_t
49 #define HB_OT_TABLE(Namespace, Type) Type.init0 (); in init0()
/dports/www/firefox/firefox-99.0/gfx/harfbuzz/src/
H A Dhb-ot-face.cc46 void hb_ot_face_t::init0 (hb_face_t *face) in init0() function in hb_ot_face_t
49 #define HB_OT_TABLE(Namespace, Type) Type.init0 (); in init0()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/rustybuzz-0.1.1/harfbuzz/src/
H A Dhb-ot-face.cc43 void hb_ot_face_t::init0(hb_face_t *face) in init0() function in hb_ot_face_t
46 #define HB_OT_TABLE(Namespace, Type) Type.init0(); in init0()
/dports/print/harfbuzz/harfbuzz-3.4.0/src/
H A Dhb-ot-face.cc46 void hb_ot_face_t::init0 (hb_face_t *face) in init0() function in hb_ot_face_t
49 #define HB_OT_TABLE(Namespace, Type) Type.init0 (); in init0()
/dports/print/harfbuzz-hb-view/harfbuzz-3.4.0/src/
H A Dhb-ot-face.cc46 void hb_ot_face_t::init0 (hb_face_t *face) in init0() function in hb_ot_face_t
49 #define HB_OT_TABLE(Namespace, Type) Type.init0 (); in init0()
/dports/print/harfbuzz-icu/harfbuzz-3.4.0/src/
H A Dhb-ot-face.cc46 void hb_ot_face_t::init0 (hb_face_t *face) in init0() function in hb_ot_face_t
49 #define HB_OT_TABLE(Namespace, Type) Type.init0 (); in init0()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/harfbuzz-ng/src/src/
H A Dhb-ot-face.cc46 void hb_ot_face_t::init0 (hb_face_t *face) in init0() function in hb_ot_face_t
49 #define HB_OT_TABLE(Namespace, Type) Type.init0 (); in init0()
/dports/www/lagrange/lagrange-1.7.3/lib/harfbuzz/src/
H A Dhb-ot-face.cc46 void hb_ot_face_t::init0 (hb_face_t *face) in init0() function in hb_ot_face_t
49 #define HB_OT_TABLE(Namespace, Type) Type.init0 (); in init0()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/harfbuzz/src/
H A Dhb-ot-face.cc46 void hb_ot_face_t::init0 (hb_face_t *face) in init0() function in hb_ot_face_t
49 #define HB_OT_TABLE(Namespace, Type) Type.init0 (); in init0()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/native/libharfbuzz/
H A Dhb-ot-face.cc46 void hb_ot_face_t::init0 (hb_face_t *face) in init0() function in hb_ot_face_t
49 #define HB_OT_TABLE(Namespace, Type) Type.init0 (); in init0()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/native/libharfbuzz/
H A Dhb-ot-face.cc46 void hb_ot_face_t::init0 (hb_face_t *face) in init0() function in hb_ot_face_t
49 #define HB_OT_TABLE(Namespace, Type) Type.init0 (); in init0()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/harfbuzz/src/
H A Dhb-ot-face.cc46 void hb_ot_face_t::init0 (hb_face_t *face) in init0() function in hb_ot_face_t
49 #define HB_OT_TABLE(Namespace, Type) Type.init0 (); in init0()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/harfbuzz-sys-0.3.4/harfbuzz/src/
H A Dhb-ot-face.cc46 void hb_ot_face_t::init0 (hb_face_t *face) in init0() function in hb_ot_face_t
49 #define HB_OT_TABLE(Namespace, Type) Type.init0 (); in init0()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
H A Drace.pass.cpp31 void init0() in init0() function
38 std::call_once(flg0, init0); in f0()

12345678910>>...47