Home
last modified time | relevance | path

Searched refs:res (Results 5201 - 5225 of 13729) sorted by relevance

1...<<201202203204205206207208209210>>...550

/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H A Di915_gem_ttm.h75 struct ttm_resource *res);
105 bool i915_ttm_resource_mappable(struct ttm_resource *res);
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_ttm_buddy_manager.h42 * @res: the resource to upcast
47 to_ttm_buddy_resource(struct ttm_resource *res) in to_ttm_buddy_resource() argument
49 return container_of(res, struct i915_ttm_buddy_resource, base); in to_ttm_buddy_resource()
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/
H A Dauth_gss_internal.h16 simple_get_bytes(const void *p, const void *end, void *res, size_t len) in simple_get_bytes() argument
21 memcpy(res, p, len); in simple_get_bytes()
/third_party/ffmpeg/libavcodec/
H A Dflacdsp.h33 void (*lpc16_encode)(int32_t *res, const int32_t *smp, int len, int order,
35 void (*lpc32_encode)(int32_t *res, const int32_t *smp, int len, int order,
H A Dvp9_parser.c34 int res, profile, keyframe; in parse() local
39 if (!size || (res = init_get_bits8(&gb, data, size)) < 0) in parse()
/third_party/curl/tests/libtest/
H A Dlib502.c40 int res = 0; in test() local
92 return res; in test()
H A Dlib1538.c30 int res = 0; in test() local
59 return (int)res; in test()
H A Dlib560.c46 int res = 0; in test() local
114 return res; in test()
H A Dlib564.c36 int res = 0; in test() local
94 return res; in test()
/third_party/elfutils/libasm/
H A Ddisasm_str.c68 int res = INTUSE(disasm_cb) (ctx, startp, end, addr, fmt, buffer_cb, &buffer, in disasm_str() local
71 return res; in disasm_str()
/third_party/curl/tests/unit/
H A Dunit1606.c33 CURLcode res = CURLE_OK; in unit_setup() local
41 return res; in unit_setup()
/third_party/curl/src/
H A Dtool_helpers.c43 const char *param2text(int res) in param2text() argument
45 ParameterError error = (ParameterError)res; in param2text()
/third_party/node/test/fixtures/wpt/url/
H A DIdnaTestV2.window.js1 promise_test(() => fetch("resources/IdnaTestV2.json").then(res => res.json()).then(runTests), "Loading data…");
/third_party/node/test/parallel/
H A Dtest-http-agent-maxsockets-respected.js21 common.mustCall((req, res) => {
22 res.end('hello world');
H A Dtest-http-client-headers-array.js9 http.createServer(function(req, res) {
31 res.end();
H A Dtest-http-host-header-ipv6-fail.js28 http.createServer(common.mustCall(function(req, res) {
31 res.end();
H A Dtest-http-header-owstext.js13 const server = http.createServer(common.mustCall((req, res) => {
15 req.pipe(res);
H A Dtest-http-keep-alive-drop-requests.js14 const server = http.createServer(common.mustCall((req, res) => {
15 res.end('ok');
H A Dtest-http2-connect-tls-with-delay.js16 const server = http2.createSecureServer(serverOptions, (req, res) => {
17 res.end();
H A Dtest-http2-socket-proxy-handler-for-has.js16 (req, res) => {
20 res.end();
/third_party/musl/src/malloc/linux/
H A Dstats.c44 struct mallinfo2 res = { in mallinfo2() local
51 return res; in mallinfo2()
/third_party/musl/porting/linux/user/src/malloc/
H A Dstats.c44 struct mallinfo2 res = { in mallinfo2() local
51 return res; in mallinfo2()
/third_party/ltp/testcases/network/virt/
H A Dwireguard02.sh34 local time_wg=$(cat tst_netload.res)
40 local time_ipsec=$(cat tst_netload.res)
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_resource.h78 lima_resource(struct pipe_resource *res) in lima_resource() argument
80 return (struct lima_resource *)res; in lima_resource()
/third_party/musl/Benchmark/musl/
H A Dlibc_linker.cpp500 void *res = dlsym(handle, s.c_str()); in DoDlsym() local
501 if (res == nullptr) { in DoDlsym()

Completed in 9 milliseconds

1...<<201202203204205206207208209210>>...550