Home
last modified time | relevance | path

Searched defs:key (Results 2226 - 2250 of 7417) sorted by relevance

1...<<81828384858687888990>>...297

/third_party/mesa3d/src/gallium/frontends/nine/
H A Dvertexshader9.h93 uint64_t key; in NineVertexShader9_UpdateKey() local
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_screen_cache.h87 struct svga_host_surface_cache_key key; member
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_clip.h48 struct brw_clip_prog_key key; member
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_tess.cpp38 TCSShader::TCSShader(const r600_shader_key& key): in TCSShader() argument
172 TESShader(const pipe_stream_output_info *so_info, const r600_shader *gs_shader, const r600_shader_key& key) TESShader() argument
/third_party/node/src/crypto/
H A Dcrypto_keygen.h234 ManagedEVPPKey key; member
[all...]
H A Dcrypto_hmac.cc71 void Hmac::HmacInit(const char* hash_type, const char* key, int key_len) { in HmacInit() argument
94 ByteSource key = ByteSource::FromSecretKeyBytes(env, args[1]); in HmacInit() local
198 KeyObjectHandle* key; AdditionalConfig() local
[all...]
/third_party/node/deps/v8/tools/
H A Dgenerate-runtime-call-stats.py308 def key(self): member in Row
/third_party/node/test/js-native-api/test_object/
H A Dtest_null.c7 napi_value return_value, object, key; in SetProperty() local
34 napi_value return_value, object, key, prop; in GetProperty() local
62 napi_value return_value, object, key; TestBoolValuedPropApi() local
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dmodule-compiler.h91 base::Optional<Key> key = base::nullopt; in pop() local
104 bool insert(const Key& key) { return queue_.insert(key).second; } in insert() argument
H A Dmemory-protection-key.cc136 void FreeMemoryProtectionKey(int key) { in FreeMemoryProtectionKey() argument
164 SetPermissionsAndMemoryProtectionKey( PageAllocator* page_allocator, base::AddressRegion region, PageAllocator::Permission page_permissions, int key) SetPermissionsAndMemoryProtectionKey() argument
203 SetPermissionsForMemoryProtectionKey( int key, MemoryProtectionKeyPermission permissions) SetPermissionsForMemoryProtectionKey() argument
215 GetMemoryProtectionKeyPermission(int key) GetMemoryProtectionKeyPermission() argument
[all...]
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Djson_test.cc177 std::string key = "msg1-as-utf8"; in TEST() local
/third_party/node/src/
H A Djson_utils.h64 inline void json_objectstart(T key) { in json_objectstart() argument
77 inline void json_arraystart(T key) { in json_arraystart() argument
108 inline void json_keyvalue(const T& key, const U& value) { in json_keyvalue() argument
/third_party/node/tools/icu/
H A Diculslocs.cc201 const char* key = ures_getKey(t.getAlias()); in dumpAllButInstalledLocales() local
316 const char* key = ures_getKey(subkey.getAlias()); in list() local
[all...]
/third_party/nghttp2/src/
H A Dshrpx_downstream_queue.cc34 DownstreamQueue::HostEntry::HostEntry(ImmutableString &&key) in HostEntry() argument
64 auto key = ImmutableString{std::begin(host), std::end(host)}; in find_host_entry() local
/third_party/musl/src/crypt/
H A Dcrypt_md5.c197 static char *md5crypt(const char *key, const char *setting, char *output) in md5crypt() argument
271 __crypt_md5(const char *key, const char *setting, char *output) __crypt_md5() argument
[all...]
/third_party/musl/porting/linux/user/ldso/
H A Dns_config.h38 char **key; /** List of string keys */ member
/third_party/nghttp2/lib/
H A Dnghttp2_map.c94 static uint32_t hash(nghttp2_map_key_type key) { in hash() argument
110 nghttp2_map_key_type key = bkt->key; in map_bucket_swap() local
122 map_bucket_set_data(nghttp2_map_bucket *bkt, uint32_t hash, nghttp2_map_key_type key, void *data) map_bucket_set_data() argument
151 insert(nghttp2_map_bucket *table, uint32_t tablelen, uint32_t tablelenbits, uint32_t hash, nghttp2_map_key_type key, void *data) insert() argument
218 nghttp2_map_insert(nghttp2_map *map, nghttp2_map_key_type key, void *data) nghttp2_map_insert() argument
248 nghttp2_map_find(nghttp2_map *map, nghttp2_map_key_type key) nghttp2_map_find() argument
278 nghttp2_map_remove(nghttp2_map *map, nghttp2_map_key_type key) nghttp2_map_remove() argument
[all...]
/third_party/node/deps/brotli/c/dec/
H A Dhuffman.c109 brotli_reg_t key; /* prefix code */ in BrotliBuildCodeLengthsHuffmanTable() local
177 brotli_reg_t key; /* prefix code */ in BrotliBuildHuffmanTable() local
[all...]
/third_party/node/deps/cares/src/lib/
H A Dares_rand.c67 static void ares_rc4_generate_key(ares_rand_rc4 *rc4_state, unsigned char *key, in ares_rc4_generate_key() argument
106 unsigned char key[ARES_RC4_KEY_LEN]; in ares_rc4_init() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dhash.h204 put(const UnicodeString& key, void* value, UErrorCode& status) put() argument
208 puti(const UnicodeString& key, int32_t value, UErrorCode& status) puti() argument
212 putiAllowZero(const UnicodeString& key, int32_t value, UErrorCode& status) putiAllowZero() argument
225 getiAndFound(const UnicodeString& key, UBool &found) const getiAndFound() argument
229 remove(const UnicodeString& key) remove() argument
233 removei(const UnicodeString& key) removei() argument
[all...]
H A Dresbund.cpp318 UnicodeString ResourceBundle::getNextString(const char ** key, UErrorCode& status) { in getNextString() argument
342 ResourceBundle ResourceBundle::get(const char* key, UErrorCode& status) const { in get() argument
354 ResourceBundle ResourceBundle::getWithFallback(const char* key, UErrorCode& status){ in getWithFallback() argument
364 UnicodeString ResourceBundle::getStringEx(const char* key, UErrorCode& status) const { in getStringEx() argument
H A Drbbistbl.cpp187 void RBBISymbolTable::addEntry (const UnicodeString &key, RBBINode *val, UErrorCode &err) { in addEntry() argument
[all...]
H A Dstatic_unicode_sets.cpp36 inline UnicodeSet* getImpl(Key key) { in getImpl() argument
68 void saveSet(Key key, const UnicodeString& unicodeSetPattern, UErrorCode& status) { in saveSet() argument
213 get(Key key) get() argument
[all...]
H A Dstatic_unicode_sets.h126 Key key; member
H A Dunifiedcache.h202 get( const CacheKey<T>& key, const T *&ptr, UErrorCode &status) const get() argument
224 get( const CacheKey<T>& key, const void *creationContext, const T *&ptr, UErrorCode &status) const get() argument
[all...]

Completed in 15 milliseconds

1...<<81828384858687888990>>...297