Home
last modified time | relevance | path

Searched defs:cb (Results 151 – 175 of 31026) sorted by relevance

12345678910>>...1242

/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/
H A Dcabac.c70 static void cabac_field_decoding_flag( x264_t *h, x264_cabac_t *cb ) in cabac_field_decoding_flag()
98 static void cabac_intra_chroma_pred_mode( x264_t *h, x264_cabac_t *cb ) in cabac_intra_chroma_pred_mode()
118 static void cabac_cbp_luma( x264_t *h, x264_cabac_t *cb ) in cabac_cbp_luma()
129 static void cabac_cbp_chroma( x264_t *h, x264_cabac_t *cb ) in cabac_cbp_chroma()
150 static void cabac_qp_delta( x264_t *h, x264_cabac_t *cb ) in cabac_qp_delta()
198 static inline void cabac_subpartition_p( x264_cabac_t *cb, int i_sub ) in cabac_subpartition_p()
348 #define cabac_mvd(h,cb,i_list,idx,width,height)\ argument
355 static inline void cabac_8x8_mvd( x264_t *h, x264_cabac_t *cb, int i ) in cabac_8x8_mvd()
914 #define cabac_block_residual_422_dc_cbf( h, cb, ch, b_intra )\ argument
1088 void x264_macroblock_write_cabac( x264_t *h, x264_cabac_t *cb ) in x264_macroblock_write_cabac()
[all …]
/dports/net/libnfs/libnfs-libnfs-4.0.0/portmap/
H A Dportmap.c31 int rpc_pmap2_null_async(struct rpc_context *rpc, rpc_cb cb, void *private_data) in rpc_pmap2_null_async()
49 …_async(struct rpc_context *rpc, int program, int version, int protocol, rpc_cb cb, void *private_d… in rpc_pmap2_getport_async()
136 int rpc_pmap2_dump_async(struct rpc_context *rpc, rpc_cb cb, void *private_data) in rpc_pmap2_dump_async()
188 int rpc_pmap3_null_async(struct rpc_context *rpc, rpc_cb cb, void *private_data) in rpc_pmap3_null_async()
206 int rpc_pmap3_set_async(struct rpc_context *rpc, struct pmap3_mapping *map, rpc_cb cb, void *privat… in rpc_pmap3_set_async()
230 int rpc_pmap3_unset_async(struct rpc_context *rpc, struct pmap3_mapping *map, rpc_cb cb, void *priv… in rpc_pmap3_unset_async()
254 int rpc_pmap3_getaddr_async(struct rpc_context *rpc, struct pmap3_mapping *map, rpc_cb cb, void *pr… in rpc_pmap3_getaddr_async()
278 int rpc_pmap3_dump_async(struct rpc_context *rpc, rpc_cb cb, void *private_data) in rpc_pmap3_dump_async()
296 int rpc_pmap3_gettime_async(struct rpc_context *rpc, rpc_cb cb, void *private_data) in rpc_pmap3_gettime_async()
345 int rpc_pmap3_uaddr2taddr_async(struct rpc_context *rpc, char *uaddr, rpc_cb cb, void *private_data) in rpc_pmap3_uaddr2taddr_async()
[all …]
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/
H A Daio.c14 aio_cancel (int fd, struct aiocb *cb) in aio_cancel()
21 aio_error (const struct aiocb *cb) in aio_error()
28 aio_fsync (int op, struct aiocb *cb) in aio_fsync()
35 aio_read (struct aiocb *cb) in aio_read()
42 aio_return (struct aiocb *cb) in aio_return()
57 aio_write (struct aiocb *cb) in aio_write()
/dports/devel/ice37/ice-3.7.2/cpp/test/Ice/servantLocator/
H A DTestAMDI.cpp171 TestAMDI::unknownUserException_async(const Test::AMD_TestIntf_unknownUserExceptionPtr& cb, const Cu… in unknownUserException_async()
177 TestAMDI::unknownLocalException_async(const Test::AMD_TestIntf_unknownLocalExceptionPtr& cb, const … in unknownLocalException_async()
183 TestAMDI::unknownException_async(const Test::AMD_TestIntf_unknownExceptionPtr& cb, const Current&) in unknownException_async()
189 TestAMDI::userException_async(const Test::AMD_TestIntf_userExceptionPtr& cb, const Current&) in userException_async()
195 TestAMDI::localException_async(const Test::AMD_TestIntf_localExceptionPtr& cb, const Current&) in localException_async()
201 TestAMDI::stdException_async(const Test::AMD_TestIntf_stdExceptionPtr& cb, const Current&) in stdException_async()
207 TestAMDI::cppException_async(const Test::AMD_TestIntf_cppExceptionPtr& cb, const Current&) in cppException_async()
219 TestAMDI::impossibleException_async(const Test::AMD_TestIntf_impossibleExceptionPtr& cb, bool _cpp_… in impossibleException_async()
254 TestAMDI::asyncResponse_async(const Test::AMD_TestIntf_asyncResponsePtr& cb, const Current&) in asyncResponse_async()
261 TestAMDI::asyncException_async(const Test::AMD_TestIntf_asyncExceptionPtr& cb, const Current&) in asyncException_async()
[all …]
/dports/net/measurement-kit/measurement-kit-0.10.14/test/common/
H A Dfcompose.cpp53 [](int x, Callback<int> &&cb) { cb(x + 2); }, in __anonbcc268a70c02()
54 [](int x, Callback<int> &&cb) { cb(x + 4); })( in __anonbcc268a70d02()
60 [](int x, Callback<int> &&cb) { cb(x + 2); }, in __anonbcc268a70f02()
61 [](int x, Callback<int> &&cb) { cb(x + 4); }, in __anonbcc268a71002()
62 [](int x, Callback<int> &&cb) { cb(x + 4); })( in __anonbcc268a71102()
70 [](int x, Callback<int> &&cb) { cb(x + 4); })( in __anonbcc268a71502()
79 [reactor](int x, Callback<int, int> &&cb) { in __anonbcc268a71702() argument
85 [reactor](int x, int y, Callback<int> &&cb) { in __anonbcc268a71902()
90 [reactor](int x, Callback<int> &&cb) { in __anonbcc268a71b02()
132 [](ncs &&s, Callback<ncs &&, ncs &&> &&cb) { in __anonbcc268a72102() argument
[all …]
/dports/devel/agar/agar-1.5.0/gui/
H A Dcheckbox.c54 AG_Checkbox *cb; in AG_CheckboxNewS() local
75 AG_Checkbox *cb; in AG_CheckboxNewFn() local
87 AG_Checkbox *cb; in AG_CheckboxNewInt() local
97 AG_Checkbox *cb; in AG_CheckboxNewFlag() local
107 AG_Checkbox *cb; in AG_CheckboxNewFlag32() local
119 AG_Checkbox *cb; in AG_CheckboxSetFromFlags() local
137 AG_Checkbox *cb; in AG_CheckboxSetFromFlags32() local
187 AG_Checkbox *cb = obj; in Init() local
210 AG_Checkbox *cb = obj; in Draw() local
280 AG_Checkbox *cb = obj; in SizeRequest() local
[all …]
/dports/devel/php-ice37/ice-3.7.2/cpp/test/Ice/servantLocator/
H A DTestAMDI.cpp171 TestAMDI::unknownUserException_async(const Test::AMD_TestIntf_unknownUserExceptionPtr& cb, const Cu… in unknownUserException_async()
177 TestAMDI::unknownLocalException_async(const Test::AMD_TestIntf_unknownLocalExceptionPtr& cb, const … in unknownLocalException_async()
183 TestAMDI::unknownException_async(const Test::AMD_TestIntf_unknownExceptionPtr& cb, const Current&) in unknownException_async()
189 TestAMDI::userException_async(const Test::AMD_TestIntf_userExceptionPtr& cb, const Current&) in userException_async()
195 TestAMDI::localException_async(const Test::AMD_TestIntf_localExceptionPtr& cb, const Current&) in localException_async()
201 TestAMDI::stdException_async(const Test::AMD_TestIntf_stdExceptionPtr& cb, const Current&) in stdException_async()
207 TestAMDI::cppException_async(const Test::AMD_TestIntf_cppExceptionPtr& cb, const Current&) in cppException_async()
219 TestAMDI::impossibleException_async(const Test::AMD_TestIntf_impossibleExceptionPtr& cb, bool _cpp_… in impossibleException_async()
254 TestAMDI::asyncResponse_async(const Test::AMD_TestIntf_asyncResponsePtr& cb, const Current&) in asyncResponse_async()
261 TestAMDI::asyncException_async(const Test::AMD_TestIntf_asyncExceptionPtr& cb, const Current&) in asyncException_async()
[all …]
/dports/devel/py-ice37/ice-3.7.2/cpp/test/Ice/servantLocator/
H A DTestAMDI.cpp171 TestAMDI::unknownUserException_async(const Test::AMD_TestIntf_unknownUserExceptionPtr& cb, const Cu… in unknownUserException_async()
177 TestAMDI::unknownLocalException_async(const Test::AMD_TestIntf_unknownLocalExceptionPtr& cb, const … in unknownLocalException_async()
183 TestAMDI::unknownException_async(const Test::AMD_TestIntf_unknownExceptionPtr& cb, const Current&) in unknownException_async()
189 TestAMDI::userException_async(const Test::AMD_TestIntf_userExceptionPtr& cb, const Current&) in userException_async()
195 TestAMDI::localException_async(const Test::AMD_TestIntf_localExceptionPtr& cb, const Current&) in localException_async()
201 TestAMDI::stdException_async(const Test::AMD_TestIntf_stdExceptionPtr& cb, const Current&) in stdException_async()
207 TestAMDI::cppException_async(const Test::AMD_TestIntf_cppExceptionPtr& cb, const Current&) in cppException_async()
219 TestAMDI::impossibleException_async(const Test::AMD_TestIntf_impossibleExceptionPtr& cb, bool _cpp_… in impossibleException_async()
254 TestAMDI::asyncResponse_async(const Test::AMD_TestIntf_asyncResponsePtr& cb, const Current&) in asyncResponse_async()
261 TestAMDI::asyncException_async(const Test::AMD_TestIntf_asyncExceptionPtr& cb, const Current&) in asyncException_async()
[all …]
/dports/devel/hpx/hpx-1.2.1/hpx/runtime/applier/
H A Dapply_callback.hpp45 Callback && cb, Ts&&... vs) in apply_r_cb()
57 Callback && cb, Ts&&... vs) in apply_p_cb()
89 Callback && cb, Ts&&... vs) in apply_p_cb()
113 DistPolicy const& policy, Callback && cb, Ts&&... vs) in apply_cb()
154 Callback && cb, Ts&&... vs) in apply_p_cb()
195 Callback && cb, Ts&&... vs) in apply_cb()
237 Callback && cb, Ts&&... vs) in apply_cb()
266 Callback && cb, Ts&&... vs) in apply_c_p_cb()
325 Callback && cb, Ts&&... vs) in apply_c_cb()
344 Callback && cb, Ts&&... vs) in apply_c_p_cb()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/mfd/
H A Dlm3533-ctrlbank.c28 static inline u8 lm3533_ctrlbank_get_reg(struct lm3533_ctrlbank *cb, u8 base) in lm3533_ctrlbank_get_reg()
33 int lm3533_ctrlbank_enable(struct lm3533_ctrlbank *cb) in lm3533_ctrlbank_enable()
50 int lm3533_ctrlbank_disable(struct lm3533_ctrlbank *cb) in lm3533_ctrlbank_disable()
71 int lm3533_ctrlbank_set_max_current(struct lm3533_ctrlbank *cb, u16 imax) in lm3533_ctrlbank_set_max_current()
91 int lm3533_ctrlbank_set_brightness(struct lm3533_ctrlbank *cb, u8 val) in lm3533_ctrlbank_set_brightness()
105 int lm3533_ctrlbank_get_brightness(struct lm3533_ctrlbank *cb, u8 *val) in lm3533_ctrlbank_get_brightness()
129 int lm3533_ctrlbank_set_pwm(struct lm3533_ctrlbank *cb, u8 val) in lm3533_ctrlbank_set_pwm()
146 int lm3533_ctrlbank_get_pwm(struct lm3533_ctrlbank *cb, u8 *val) in lm3533_ctrlbank_get_pwm()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/mfd/
H A Dlm3533-ctrlbank.c28 static inline u8 lm3533_ctrlbank_get_reg(struct lm3533_ctrlbank *cb, u8 base) in lm3533_ctrlbank_get_reg()
33 int lm3533_ctrlbank_enable(struct lm3533_ctrlbank *cb) in lm3533_ctrlbank_enable()
50 int lm3533_ctrlbank_disable(struct lm3533_ctrlbank *cb) in lm3533_ctrlbank_disable()
71 int lm3533_ctrlbank_set_max_current(struct lm3533_ctrlbank *cb, u16 imax) in lm3533_ctrlbank_set_max_current()
91 int lm3533_ctrlbank_set_brightness(struct lm3533_ctrlbank *cb, u8 val) in lm3533_ctrlbank_set_brightness()
105 int lm3533_ctrlbank_get_brightness(struct lm3533_ctrlbank *cb, u8 *val) in lm3533_ctrlbank_get_brightness()
129 int lm3533_ctrlbank_set_pwm(struct lm3533_ctrlbank *cb, u8 val) in lm3533_ctrlbank_set_pwm()
146 int lm3533_ctrlbank_get_pwm(struct lm3533_ctrlbank *cb, u8 *val) in lm3533_ctrlbank_get_pwm()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/mfd/
H A Dlm3533-ctrlbank.c28 static inline u8 lm3533_ctrlbank_get_reg(struct lm3533_ctrlbank *cb, u8 base) in lm3533_ctrlbank_get_reg()
33 int lm3533_ctrlbank_enable(struct lm3533_ctrlbank *cb) in lm3533_ctrlbank_enable()
50 int lm3533_ctrlbank_disable(struct lm3533_ctrlbank *cb) in lm3533_ctrlbank_disable()
71 int lm3533_ctrlbank_set_max_current(struct lm3533_ctrlbank *cb, u16 imax) in lm3533_ctrlbank_set_max_current()
91 int lm3533_ctrlbank_set_brightness(struct lm3533_ctrlbank *cb, u8 val) in lm3533_ctrlbank_set_brightness()
105 int lm3533_ctrlbank_get_brightness(struct lm3533_ctrlbank *cb, u8 *val) in lm3533_ctrlbank_get_brightness()
129 int lm3533_ctrlbank_set_pwm(struct lm3533_ctrlbank *cb, u8 val) in lm3533_ctrlbank_set_pwm()
146 int lm3533_ctrlbank_get_pwm(struct lm3533_ctrlbank *cb, u8 *val) in lm3533_ctrlbank_get_pwm()
/dports/devel/kBuild/kBuild-0.1.9998/src/lib/kStuff/kHlp/CRT/
H A DkHlpCRTString.cpp39 void *kHlpMemChr(const void *pv, int ch, KSIZE cb) in kHlpMemChr()
47 int kHlpMemComp(const void *pv1, const void *pv2, KSIZE cb) in kHlpMemComp()
55 void *kHlpMemCopy(void *pv1, const void *pv2, KSIZE cb) in kHlpMemCopy()
63 void *kHlpMemPCopy(void *pv1, const void *pv2, KSIZE cb) in kHlpMemPCopy()
71 void *kHlpMemMove(void *pv1, const void *pv2, KSIZE cb) in kHlpMemMove()
79 void *kHlpMemPMove(void *pv1, const void *pv2, KSIZE cb) in kHlpMemPMove()
87 void *kHlpMemSet(void *pv1, int ch, KSIZE cb) in kHlpMemSet()
95 void *kHlpMemPSet(void *pv1, int ch, KSIZE cb) in kHlpMemPSet()
111 char *kHlpStrNCat(char *psz1, const char *psz2, KSIZE cb) in kHlpStrNCat()
/dports/emulators/vice/vice-3.5/src/lib/libx264/encoder/
H A Dcabac.c70 static void x264_cabac_field_decoding_flag( x264_t *h, x264_cabac_t *cb ) in x264_cabac_field_decoding_flag()
98 static void x264_cabac_intra_chroma_pred_mode( x264_t *h, x264_cabac_t *cb ) in x264_cabac_intra_chroma_pred_mode()
118 static void x264_cabac_cbp_luma( x264_t *h, x264_cabac_t *cb ) in x264_cabac_cbp_luma()
129 static void x264_cabac_cbp_chroma( x264_t *h, x264_cabac_t *cb ) in x264_cabac_cbp_chroma()
150 static void x264_cabac_qp_delta( x264_t *h, x264_cabac_t *cb ) in x264_cabac_qp_delta()
199 static inline void x264_cabac_subpartition_p( x264_cabac_t *cb, int i_sub ) in x264_cabac_subpartition_p()
356 #define x264_cabac_mvd(h,cb,i_list,idx,width,height)\ argument
363 static inline void x264_cabac_8x8_mvd( x264_t *h, x264_cabac_t *cb, int i ) in x264_cabac_8x8_mvd()
992 #define x264_cabac_block_residual_422_dc_cbf( h, cb, ch, b_intra )\ argument
1189 void x264_macroblock_write_cabac( x264_t *h, x264_cabac_t *cb ) in x264_macroblock_write_cabac()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/encoder/
H A Dcabac.c70 static void x264_cabac_field_decoding_flag( x264_t *h, x264_cabac_t *cb ) in x264_cabac_field_decoding_flag()
98 static void x264_cabac_intra_chroma_pred_mode( x264_t *h, x264_cabac_t *cb ) in x264_cabac_intra_chroma_pred_mode()
118 static void x264_cabac_cbp_luma( x264_t *h, x264_cabac_t *cb ) in x264_cabac_cbp_luma()
129 static void x264_cabac_cbp_chroma( x264_t *h, x264_cabac_t *cb ) in x264_cabac_cbp_chroma()
150 static void x264_cabac_qp_delta( x264_t *h, x264_cabac_t *cb ) in x264_cabac_qp_delta()
199 static inline void x264_cabac_subpartition_p( x264_cabac_t *cb, int i_sub ) in x264_cabac_subpartition_p()
356 #define x264_cabac_mvd(h,cb,i_list,idx,width,height)\ argument
363 static inline void x264_cabac_8x8_mvd( x264_t *h, x264_cabac_t *cb, int i ) in x264_cabac_8x8_mvd()
992 #define x264_cabac_block_residual_422_dc_cbf( h, cb, ch, b_intra )\ argument
1189 void x264_macroblock_write_cabac( x264_t *h, x264_cabac_t *cb ) in x264_macroblock_write_cabac()
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/third_party/fasteners/fasteners/tests/
H A Dtest_decorators.py28 def i_am_locked(self, cb): argument
31 def i_am_not_locked(self, cb): argument
42 def i_am_locked(self, cb): argument
46 def i_am_not_locked(self, cb): argument
56 def i_am_read_locked(self, cb): argument
60 def i_am_write_locked(self, cb): argument
63 def i_am_not_locked(self, cb): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/third_party/fasteners/fasteners/tests/
H A Dtest_decorators.py28 def i_am_locked(self, cb): argument
31 def i_am_not_locked(self, cb): argument
42 def i_am_locked(self, cb): argument
46 def i_am_not_locked(self, cb): argument
56 def i_am_read_locked(self, cb): argument
60 def i_am_write_locked(self, cb): argument
63 def i_am_not_locked(self, cb): argument
/dports/devel/py-fasteners/fasteners-0.16.3/fasteners/tests/
H A Dtest_decorators.py28 def i_am_locked(self, cb): argument
31 def i_am_not_locked(self, cb): argument
42 def i_am_locked(self, cb): argument
46 def i_am_not_locked(self, cb): argument
56 def i_am_read_locked(self, cb): argument
60 def i_am_write_locked(self, cb): argument
63 def i_am_not_locked(self, cb): argument
/dports/audio/caps-plugins/caps-0.4.5/dsp/
H A DRBJ.h59 void make_direct_I (T * ca, T * cb) in make_direct_I()
87 LP (double f, double Q, T * ca, T * cb) : RBJ (f, Q) in LP()
91 void ab (T * ca, T * cb) in ab()
113 BP (double f, double Q, T * ca, T * cb) : RBJ (f, Q) in BP()
117 void ab (T * ca, T * cb) in ab()
139 HP (double f, double Q, T * ca, T * cb) : RBJ (f, Q) in HP()
143 void ab (T * ca, T * cb) in ab()
169 void ab (T * ca, T * cb) in ab()
215 void ab (T * ca, T * cb) in ab()
246 void ab (T * ca, T * cb) in ab()
[all …]
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/caps/dsp/
H A DRBJ.h59 void make_direct_I (T * ca, T * cb) in make_direct_I()
87 LP (double f, double Q, T * ca, T * cb) : RBJ (f, Q) in LP()
91 void ab (T * ca, T * cb) in ab()
113 BP (double f, double Q, T * ca, T * cb) : RBJ (f, Q) in BP()
117 void ab (T * ca, T * cb) in ab()
139 HP (double f, double Q, T * ca, T * cb) : RBJ (f, Q) in HP()
143 void ab (T * ca, T * cb) in ab()
169 void ab (T * ca, T * cb) in ab()
215 void ab (T * ca, T * cb) in ab()
246 void ab (T * ca, T * cb) in ab()
[all …]
/dports/cad/dinotrace/dinotrace-9.4c/src/
H A Ddt_customize.c94 XmAnyCallbackStruct *cb) in cus_dialog_cb()
285 XmAnyCallbackStruct *cb) in cus_reread_cb()
298 XmAnyCallbackStruct *cb) in cus_restore_cb()
313 XmAnyCallbackStruct *cb) in cus_ok_cb()
365 XmAnyCallbackStruct *cb) in cus_apply_cb()
381 XmFileSelectionBoxCallbackStruct *cb) in cus_read_cb()
462 XmFileSelectionBoxCallbackStruct *cb) in cus_read_ok_cb()
607 XmFileSelectionBoxCallbackStruct *cb) in cus_write_ok_cb()
/dports/graphics/qgis/qgis-3.22.3/tests/src/gui/
H A Dtestqgsfeaturelistcombobox.cpp130 std::unique_ptr<QgsFeatureListComboBox> cb( new QgsFeatureListComboBox() ); in testSetGetLayer() local
139 QgsFeatureListComboBox cb; in testSetGetForeignKey() local
161 std::unique_ptr<QgsFeatureListComboBox> cb( new QgsFeatureListComboBox() ); in testMultipleForeignKeys() local
218 std::unique_ptr<QgsFeatureListComboBox> cb( new QgsFeatureListComboBox() ); in testValuesAndSelection() local
256 std::unique_ptr<QgsFeatureListComboBox> cb( new QgsFeatureListComboBox() ); in nullRepresentation() local
276 std::unique_ptr<QgsFeatureListComboBox> cb( new QgsFeatureListComboBox() ); in testNotExistingYetFeature() local
298 std::unique_ptr<QgsFeatureListComboBox> cb( new QgsFeatureListComboBox() ); in testFeatureFurtherThanFetchLimit() local
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/gui/
H A Dtestqgsfeaturelistcombobox.cpp129 std::unique_ptr<QgsFeatureListComboBox> cb( new QgsFeatureListComboBox() ); in testSetGetLayer() local
138 QgsFeatureListComboBox cb; in testSetGetForeignKey() local
160 std::unique_ptr<QgsFeatureListComboBox> cb( new QgsFeatureListComboBox() ); in testMultipleForeignKeys() local
217 std::unique_ptr<QgsFeatureListComboBox> cb( new QgsFeatureListComboBox() ); in testValuesAndSelection() local
255 std::unique_ptr<QgsFeatureListComboBox> cb( new QgsFeatureListComboBox() ); in nullRepresentation() local
275 std::unique_ptr<QgsFeatureListComboBox> cb( new QgsFeatureListComboBox() ); in testNotExistingYetFeature() local
297 std::unique_ptr<QgsFeatureListComboBox> cb( new QgsFeatureListComboBox() ); in testFeatureFurtherThanFetchLimit() local
/dports/devel/clixon/clixon-4.8.0/apps/netconf/
H A Dnetconf_lib.c79 add_preamble(cbuf *cb) in add_preamble()
92 add_postamble(cbuf *cb) in add_postamble()
111 add_error_preamble(cbuf *cb, in add_error_preamble()
141 add_error_postamble(cbuf *cb) in add_error_postamble()
192 cbuf *cb, in netconf_output()
232 cbuf *cb, in netconf_output_encap()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/ppc/
H A DnativeInst_ppc.cpp46 CodeBlob* cb = CodeCache::find_blob_unsafe(addr); in is_sigill_zombie_not_entrant_at() local
105 CodeBuffer cb(addr_call, code_size + 1); in set_destination_mt_safe() local
197 CodeBlob* cb = CodeCache::find_blob_unsafe(addr); in data() local
211 address NativeMovConstReg::set_data_plain(intptr_t data, CodeBlob *cb) { in set_data_plain()
249 CodeBuffer cb(addr, code_size + 1); in set_data_plain() local
263 CodeBlob *cb = CodeCache::find_blob(instruction_address()); in set_data() local
296 CodeBlob* cb = (code) ? code : CodeCache::find_blob(instruction_address()); in set_narrow_oop() local
329 CodeBuffer cb(verified_entry, code_size + 1); in patch_verified_entry() local
365 CodeBuffer cb(code_pos, BytesPerInstWord + 1); in insert_unconditional() local
407 CodeBlob* cb = nm ? nm : CodeCache::find_blob_unsafe(addr_at(0)); in destination() local
[all …]

12345678910>>...1242