Home
last modified time | relevance | path

Searched defs:ressize (Results 1 – 6 of 6) sorted by relevance

/third_party/alsa-utils/alsactl/
Dinit_utils_run.c32 size_t ressize, size_t *reslen, int log) in run_program0()
242 size_t ressize, size_t *reslen, int log) in run_program()
Dinit_parse.c942 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/
Druntime.h731 #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/
Dcodecs.c762 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/
Druntime-call-stats.h557 #define CALL_RUNTIME_COUNTER(name, nargs, ressize) kRuntime_##name, argument
Druntime-call-stats.cc140 #define CALL_RUNTIME_COUNTER(name, nargs, ressize) #name, in RuntimeCallStats() argument