Searched defs:ressize (Results 1 – 6 of 6) sorted by relevance
/third_party/alsa-utils/alsactl/ |
D | init_utils_run.c | 32 size_t ressize, size_t *reslen, int log) in run_program0() 242 size_t ressize, size_t *reslen, int log) in run_program()
|
D | init_parse.c | 942 static char *get_key_attribute(struct space *space, char *str, char *res, size_t ressize) in get_key_attribute() 1245 size_t ressize, size_t *reslen, int log) in run_program1()
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime.h | 731 #define F(name, nargs, ressize) \ argument 743 #define F(name, nargs, ressize) k##name, in FOR_EACH_INTRINSIC_RETURN_OBJECT() argument 744 #define I(name, nargs, ressize) kInline##name, in FOR_EACH_INTRINSIC_RETURN_OBJECT() argument
|
/third_party/python/Python/ |
D | codecs.c | 762 Py_ssize_t ressize; in PyCodec_XMLCharRefReplaceErrors() local 858 int ressize; in PyCodec_BackslashReplaceErrors() local 969 Py_ssize_t ressize; in PyCodec_NameReplaceErrors() local
|
/third_party/node/deps/v8/src/logging/ |
D | runtime-call-stats.h | 557 #define CALL_RUNTIME_COUNTER(name, nargs, ressize) kRuntime_##name, argument
|
D | runtime-call-stats.cc | 140 #define CALL_RUNTIME_COUNTER(name, nargs, ressize) #name, in RuntimeCallStats() argument
|