Home
last modified time | relevance | path

Searched refs:storefunc (Results 1 – 17 of 17) sorted by relevance

/dports/audio/aylet/aylet-0.5/
H A Dz80.h42 static void inline storefunc(unsigned short ad,unsigned char b){ in storefunc() function
46 #define store(x,y) storefunc(x,y)
/dports/audio/ocp/ocp-0.2.90/playay/
H A Dz80.h46 static inline void storefunc(uint16_t ad, uint8_t b){ in storefunc() function
50 #define store(x,y) storefunc(x,y)
/dports/japanese/canna-lib/Canna37p3/lib/RKC/
H A Dwconvert.c1443 RecvType3Reply(n, storefunc, extdata) /* GetHinshi */
1444 int *n, (*storefunc) pro((int, BYTE *, int, BYTE *));
1458 if (storefunc && (*storefunc)(retval, p, datalen, extdata) < 0) {
1473 RecvType4Reply(n, storefunc, extdata) /* GetStatus */
1474 int *n, (*storefunc) pro((int, BYTE *, BYTE *));
1489 if (storefunc && (*storefunc)(retval, p, extdata) < 0) {
1548 int *n, (*storefunc) pro((int, BYTE *, int, BYTE *));
1564 if (storefunc && (*storefunc)(retval, p, datalen, extdata) < 0) {
1596 if (storefunc && (*storefunc)(retval, p, kdata, hdata) < 0) {
1932 get_yomi(proto, context, curbun, storefunc, yomibuf)
[all …]
H A Dconvert.c534 GeneralReply(rep, storefunc, addr, maxn, unit, offset)
535 int *rep, (*storefunc)(), maxn, unit, offset;
577 if (storefunc) {
578 res = (*storefunc)(res, bufp + offset * SIZEOFLONG, datalen,
591 #define RecvTypeE2Reply(rep, storefunc, addr, maxsize) \
592 GeneralReply(rep, storefunc, addr, maxsize, sizeof(char), 2)
594 #define RecvTypeE3Reply(rep, storefunc, addr, maxn, unit) \
595 GeneralReply(rep, storefunc, addr, maxn, unit, 2)
598 RecvTypeE4Reply(rep, storefunc, addr, maxn, unit) /* IR_GET_LEX */
600 int (*storefunc)();
[all …]
/dports/japanese/canna-server/Canna37p3/lib/RKC/
H A Dwconvert.c1443 RecvType3Reply(n, storefunc, extdata) /* GetHinshi */
1444 int *n, (*storefunc) pro((int, BYTE *, int, BYTE *));
1458 if (storefunc && (*storefunc)(retval, p, datalen, extdata) < 0) {
1473 RecvType4Reply(n, storefunc, extdata) /* GetStatus */
1474 int *n, (*storefunc) pro((int, BYTE *, BYTE *));
1489 if (storefunc && (*storefunc)(retval, p, extdata) < 0) {
1548 int *n, (*storefunc) pro((int, BYTE *, int, BYTE *));
1564 if (storefunc && (*storefunc)(retval, p, datalen, extdata) < 0) {
1596 if (storefunc && (*storefunc)(retval, p, kdata, hdata) < 0) {
1932 get_yomi(proto, context, curbun, storefunc, yomibuf)
[all …]
H A Dconvert.c534 GeneralReply(rep, storefunc, addr, maxn, unit, offset)
535 int *rep, (*storefunc)(), maxn, unit, offset;
577 if (storefunc) {
578 res = (*storefunc)(res, bufp + offset * SIZEOFLONG, datalen,
591 #define RecvTypeE2Reply(rep, storefunc, addr, maxsize) \
592 GeneralReply(rep, storefunc, addr, maxsize, sizeof(char), 2)
594 #define RecvTypeE3Reply(rep, storefunc, addr, maxn, unit) \
595 GeneralReply(rep, storefunc, addr, maxn, unit, 2)
598 RecvTypeE4Reply(rep, storefunc, addr, maxn, unit) /* IR_GET_LEX */
600 int (*storefunc)();
[all …]
/dports/emulators/vice/vice-3.5/src/
H A Dtraps.c169 (t->storefunc)(t->address, TRAP_OPCODE); in install_trap()
200 (trap->storefunc)(trap->address, trap->check[0]); in remove_trap()
H A Dtraps.h51 store_func_t *storefunc; member
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/
H A Dtraps.c160 (t->storefunc)(t->address, TRAP_OPCODE); in install_trap()
191 (trap->storefunc)(trap->address, trap->check[0]); in remove_trap()
H A Dtraps.h51 store_func_t *storefunc; member
/dports/net/ipsumdump/ipsumdump-1.86/libclick-2.1/include/click/
H A Dconfparse.hh424 cp_parsefunc parsefunc, cp_storefunc storefunc,
716 void (*storefunc)(cp_value *, Element *), in cp_register_argtype()
720 (cp_storefunc) storefunc, in cp_register_argtype()
/dports/japanese/canna-lib/Canna37p3/server/
H A Dconvert.c282 SendTypeE3Reply(client, stat, storefunc, extdata, slen) in SendTypeE3Reply() argument
284 int stat, slen, (*storefunc)();
296 if (storefunc)
297 (*storefunc)(client, stat, extdata, p);
/dports/japanese/canna-server/Canna37p3/server/
H A Dconvert.c282 SendTypeE3Reply(client, stat, storefunc, extdata, slen) in SendTypeE3Reply() argument
284 int stat, slen, (*storefunc)();
296 if (storefunc)
297 (*storefunc)(client, stat, extdata, p);
/dports/databases/mongodb36/mongodb-src-r3.6.23/buildscripts/resmokeconfig/suites/
H A Dcausally_consistent_jscore_passthrough.yml84 - jstests/core/storefunc.js # db.eval() used
H A Dsharded_causally_consistent_jscore_passthrough.yml117 - jstests/core/storefunc.js # db.eval() used
H A Dcausally_consistent_jscore_passthrough_auth.yml99 - jstests/core/storefunc.js # db.eval() used
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dhp3500.c3278 storefunc (struct calibdata *cd, int bytes, char *data) in storefunc() function
3411 HP3500_COLOR_SCAN, (rts8801_callback) storefunc, &cd, in rts8801_scan()