Home
last modified time | relevance | path

Searched refs:name (Results 43176 - 43200 of 58332) sorted by relevance

1...<<1721172217231724172517261727172817291730>>...2334

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.h460 unsigned name,
487 uint32_t name);
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_fence.c389 char name[32]; member
410 .name = "crocus fence", in sync_merge_fd()
/third_party/mesa3d/src/gallium/auxiliary/hud/
H A Dfont.c67 char* Name; /* The source font name */
446 util_font_create(struct pipe_context *pipe, enum util_font_name name, in util_font_create() argument
449 switch (name) { in util_font_create()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_helpers.c322 const char *name) in util_end_time_query()
330 fprintf(f, "Time elapsed: %s - %"PRIu64".%u us\n", name, result.u64 / 1000, (unsigned)(result.u64 % 1000) / 100); in util_end_time_query()
321 util_end_time_query(struct pipe_context *ctx, struct pipe_query *q, FILE *f, const char *name) util_end_time_query() argument
/third_party/mesa3d/src/gallium/tests/graw/
H A Dvs-test.c23 static void usage(char *name) in usage() argument
25 fprintf(stderr, "usage: %s [ options ] shader_filename\n", name); in usage()
/third_party/node/deps/openssl/openssl/apps/include/
H A Dapps.h180 const EVP_MD *get_digest_from_engine(const char *name);
181 const EVP_CIPHER *get_cipher_from_engine(const char *name);
/third_party/node/deps/openssl/openssl/providers/
H A Ddefltprov.c83 * we can always change the canonical name, and add the old name
102 /* Our primary name:NIST name[:our older names] */
111 /* We agree with NIST here, so one name only */
126 /* Our primary name:NIST name */
479 #define STORE(name, _fips, func_table) \
480 { name, "provider=default,fips=" _fips, (func_table) },
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/
H A Dx942kdf.c59 const char *name; member
86 if (EVP_CIPHER_is_a(cipher, kek_algs[i].name)) { in find_alg_id()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Ddh.h275 OSSL_DEPRECATEDIN_3_0 DH_METHOD *DH_meth_new(const char *name, int flags);
279 OSSL_DEPRECATEDIN_3_0 int DH_meth_set1_name(DH_METHOD *dhm, const char *name);
/third_party/node/deps/openssl/openssl/apps/
H A Dstoreutl.c49 {"issuer", OPT_CRITERION_ISSUER, 's', "Search by issuer and serial, issuer name"},
421 const char *name = OSSL_STORE_INFO_get0_NAME(info); in process() local
424 name); in process()
/third_party/node/deps/uv/include/uv/
H A Dwin.h148 const struct sockaddr* name,
494 WCHAR* name; \
/third_party/node/deps/uv/src/win/
H A Dcore.c733 struct sockaddr* name, in uv__getsockpeername()
747 result = func((SOCKET) fd, name, namelen); in uv__getsockpeername()
731 uv__getsockpeername(const uv_handle_t* handle, uv__peersockfunc func, struct sockaddr* name, int* namelen, int delayed_error) uv__getsockpeername() argument
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/
H A Dmod.rs329 name: *mut ::c_char, in openpty()
335 name: *mut ::c_char, in forkpty()
/third_party/rust/crates/clap/clap_mangen/src/
H A Drender.rs228 let name = format!(
234 roff.text([roman(name)]);
/third_party/python/Tools/c-analyzer/cpython/
H A D__main__.py51 def section(name, groupitems):
53 items, render = c_analyzer.build_section(name, groupitems,
/third_party/python/Tools/scripts/
H A Dumarshal.py63 for name, kind in zip(self.co_localsplusnames,
66 varnames.append(name)
/third_party/pcre2/pcre2/src/
H A Dpcre2_internal.h23 * Neither the name of the University of Cambridge nor the names of its
173 different PRIV definition to avoid name clashes. It also makes it clear in the
177 #define PRIV(name) _pcre2_##name
1535 OP_DNREF, /* 115 Match a duplicate name backref, casefully */
1536 OP_DNREFI, /* 116 Match a duplicate name backref, caselessly */
1806 codes. Each entry used to point directly to a name, but to reduce the number of
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
H A DUnknownFieldSetTest.java15 // * Neither the name of Google Inc. nor the names of its
59 UnknownFieldSet.Field getField(String name) { in getField() argument
60 Descriptors.FieldDescriptor field = descriptor.findFieldByName(name); in getField()
/third_party/python/Lib/asyncio/
H A Devents.py277 def create_task(self, coro, *, name=None, context=None):
678 % threading.current_thread().name)
/third_party/python/Lib/distutils/
H A D_msvccompiler.py150 return the original program name, 'exe'.
214 raise DistutilsPlatformError("--plat-name must be one of {}"
533 for name in try_names:
534 libfile = os.path.join(dir, self.library_filename(name))
/third_party/pulseaudio/src/modules/bluetooth/
H A Da2dp-codec-aptx-gst.c567 .name = "aptx",
591 .name = "aptx_hd",
/third_party/python/Lib/test/test_capi/
H A Dtest_unicode.py22 name = "PyUnicode_FromFormat"
23 _PyUnicode_FromFormat = getattr(pythonapi, name)
/third_party/pulseaudio/src/modules/
H A Dmodule-intended-roles.c183 if (pa_safe_streq(si->sink->name, si->preferred_sink)) in sink_put_hook_callback()
233 if (pa_safe_streq(so->source->name, so->preferred_source)) in source_put_hook_callback()
/third_party/pulseaudio/src/pulse/
H A Dsimple.c139 const char *name, in pa_simple_new()
163 if (!(p->context = pa_context_new(pa_threaded_mainloop_get_api(p->mainloop), name))) in pa_simple_new()
137 pa_simple_new( const char *server, const char *name, pa_stream_direction_t dir, const char *dev, const char *stream_name, const pa_sample_spec *ss, const pa_channel_map *map, const pa_buffer_attr *attr, int *rerror) pa_simple_new() argument
/third_party/python/Lib/distutils/tests/
H A Dtest_sdist.py38 setup(name='fake')
80 metadata = {'name': 'fake', 'version': '1.0',
329 @unittest.skipIf(os.name != 'nt', 'test relevant for Windows only')
435 filenames = [tarinfo.name for tarinfo in archive]

Completed in 60 milliseconds

1...<<1721172217231724172517261727172817291730>>...2334