Searched refs:clb (Results 1 - 11 of 11) sorted by relevance
/external/wpa_supplicant_8/hostapd/src/fst/ |
H A D | fst_internal.h | 40 #define foreach_fst_ctrl_call(clb, ...) \ 45 if (__fst_ctrl_h->ctrl.clb) \ 46 __fst_ctrl_h->ctrl.clb(__VA_ARGS__);\
|
H A D | fst_session.h | 53 void fst_session_enum(struct fst_group *g, fst_session_enum_clb clb, void *ctx);
|
H A D | fst_session.c | 1204 void fst_session_enum(struct fst_group *g, fst_session_enum_clb clb, void *ctx) argument 1210 clb(s->group, s, ctx);
|
/external/wpa_supplicant_8/src/fst/ |
H A D | fst_internal.h | 40 #define foreach_fst_ctrl_call(clb, ...) \ 45 if (__fst_ctrl_h->ctrl.clb) \ 46 __fst_ctrl_h->ctrl.clb(__VA_ARGS__);\
|
H A D | fst_session.h | 53 void fst_session_enum(struct fst_group *g, fst_session_enum_clb clb, void *ctx);
|
H A D | fst_session.c | 1204 void fst_session_enum(struct fst_group *g, fst_session_enum_clb clb, void *ctx) argument 1210 clb(s->group, s, ctx);
|
/external/wpa_supplicant_8/wpa_supplicant/src/fst/ |
H A D | fst_internal.h | 40 #define foreach_fst_ctrl_call(clb, ...) \ 45 if (__fst_ctrl_h->ctrl.clb) \ 46 __fst_ctrl_h->ctrl.clb(__VA_ARGS__);\
|
H A D | fst_session.h | 53 void fst_session_enum(struct fst_group *g, fst_session_enum_clb clb, void *ctx);
|
H A D | fst_session.c | 1204 void fst_session_enum(struct fst_group *g, fst_session_enum_clb clb, void *ctx) argument 1210 clb(s->group, s, ctx);
|
/external/jmonkeyengine/engine/src/bullet-native/ |
H A D | com_jme3_bullet_util_DebugShapeFactory.cpp | 94 DebugCallback* clb = new DebugCallback(env, callback); local 97 concave->processAllTriangles(clb, min, max); 98 delete(clb);
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
H A D | LiteralOpUpgrader.java | 73 CstLiteralBits clb = (CstLiteralBits) tb; 74 return (clb.getLongBits() == 0);
|
Completed in 123 milliseconds