Searched defs:key (Results 51 - 75 of 127) sorted by relevance

123456

/fuchsia/zircon/system/utest/vdso-base/
H A Dvdso-base.c48 struct dl_phdr_info* key = data; local
/fuchsia/zircon/system/utest/zxcrypt/
H A Dvolume.cpp26 bool VolumeCreate(const fbl::unique_fd& fd, const crypto::Secret& key, bool fvm, argument
[all...]
/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Drtree_structs.h61 uintptr_t key; member in struct:rtree_ctx_s
[all...]
H A Dhash_inlines.h88 hash_x86_32(const void *key, int len, uint32_t seed) argument
139 hash_x86_128(const void *key, const int len, uint32_t seed, argument
241 hash_x64_128(const void *key, const int len, const uint32_t seed, argument
321 hash(const void *key, size_t len, const uint32_t seed, size_t r_hash[2]) argument
[all...]
H A Drtree_inlines.h40 rtree_start_level(const rtree_t *rtree, uintptr_t key) argument
54 rtree_ctx_start_level(const rtree_t *rtree, const rtree_ctx_t *rtree_ctx, uintptr_t key) argument
75 rtree_subkey(rtree_t *rtree, uintptr_t key, unsigned level) argument
176 rtree_elm_lookup(tsdn_t *tsdn, rtree_t *rtree, rtree_ctx_t *rtree_ctx, uintptr_t key, bool dependent, bool init_missing) argument
332 rtree_write(tsdn_t *tsdn, rtree_t *rtree, rtree_ctx_t *rtree_ctx, uintptr_t key, const extent_t *extent) argument
350 rtree_read(tsdn_t *tsdn, rtree_t *rtree, rtree_ctx_t *rtree_ctx, uintptr_t key, bool dependent) argument
363 rtree_elm_acquire(tsdn_t *tsdn, rtree_t *rtree, rtree_ctx_t *rtree_ctx, uintptr_t key, bool dependent, bool init_missing) argument
427 rtree_clear(tsdn_t *tsdn, rtree_t *rtree, rtree_ctx_t *rtree_ctx, uintptr_t key) argument
[all...]
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dsearch.h20 char* key; member in struct:entry
/fuchsia/zircon/third_party/ulib/musl/src/passwd/
H A Dgetgr_a.c41 const char* key; local
/fuchsia/zircon/kernel/lib/debugcommands/
H A Ddebugcommands.cpp366 const char* key = argv[1].str; local
/fuchsia/zircon/kernel/object/
H A Dexcp_port.cpp26 static PortPacket* MakePacket(uint64_t key, uint32_t type, zx_koid_t pid, zx_koid_t tid) { argument
/fuchsia/zircon/kernel/syscalls/
H A Dhypervisor.cpp43 sys_guest_set_trap(zx_handle_t guest_handle, uint32_t kind, zx_vaddr_t addr, size_t len, zx_handle_t port_handle, uint64_t key) argument
/fuchsia/zircon/system/core/devmgr/
H A Ddevmgr.cpp46 bool getenv_bool(const char* key, bool _default) { argument
/fuchsia/zircon/system/host/fidl/lib/
H A Djson_generator.cpp80 void EmitObjectKey(std::ostream* file, int indent_level, StringView key) { argument
154 void JSONGenerator::GenerateObjectMember(StringView key, const Type& value, Position position) { argument
/fuchsia/zircon/system/uapp/sysconfig/
H A Dsysconfig.c80 static int print_func(void *cookie, const char* key, const char* value) { argument
85 static int copy_func(void *cookie, const char* key, cons argument
201 const char* key = arg; local
209 const char* key = arg; local
[all...]
/fuchsia/zircon/system/ulib/crypto/
H A Dcipher.cpp116 zx_status_t Cipher::Init(Algorithm algo, Direction direction, const Secret& key, const Bytes& iv, argument
H A Daead.cpp205 zx_status_t AEAD::Init(Algorithm algo, const Secret& key, const Bytes& iv, argument
H A Dhmac.cpp39 zx_status_t HMAC::Create(digest::Algorithm digest, const Secret& key, const void* in, size_t in_len, argument
52 zx_status_t HMAC::Verify(digest::Algorithm digest, const Secret& key, const void* in, size_t in_len, argument
83 zx_status_t HMAC::Init(digest::Algorithm digest, const Secret& key, uint16_t flags) { argument
/fuchsia/zircon/system/ulib/crypto/include/crypto/
H A Dcipher.h65 zx_status_t InitEncrypt(Algorithm algo, const Secret& key, const Bytes& iv) { argument
68 zx_status_t InitEncrypt(Algorithm algo, const Secret& key, const Bytes& iv, uint64_t alignment) { argument
74 InitDecrypt(Algorithm algo, const Secret& key, const Bytes& iv) argument
77 InitDecrypt(Algorithm algo, const Secret& key, const Bytes& iv, uint64_t alignment) argument
[all...]
/fuchsia/zircon/system/ulib/kvstore/
H A Dkvstore.c106 int kvs_addn(kvstore_t* kvs, const void* key, size_t klen, argument
134 int kvs_add(kvstore_t* kvs, const char* key, const char* value) { argument
139 int kvs_getn(kvstore_t* kvs, const void* key, size_t klen, argument
158 const char* kvs_get(kvstore_t* kvs, const char* key, const char* fallback) { argument
167 kvs_foreach(kvstore_t* kvs, void *cookie, int (*func)(void *cookie, const char* key, const char* val)) argument
[all...]
/fuchsia/zircon/system/ulib/trace-reader/include/trace-reader/
H A Dreader.h121 static size_t GetHash(trace_string_index_t key) { return key; } argument
135 static size_t GetHash(trace_thread_index_t key) { return key; } argument
151 static size_t GetHash(ProviderId key) { return key; } argument
/fuchsia/zircon/system/utest/core/interrupt/
H A Dinterrupt-test.c48 uint32_t key = 789; local
71 uint32_t key = 789; local
/fuchsia/zircon/system/utest/crypto/
H A Dhmac.cpp26 Secret key; local
56 Secret key; local
81 Secret key; local
110 Secret key; local
145 Secret key; local
185 Secret key; local
[all...]
/fuchsia/zircon/system/utest/fbl/include/fbl/tests/intrusive_containers/
H A Dobjects.h40 void SetKey(KeyType key) { key_ = key; } argument
53 static HashType GetHash(const KeyType& key) { argument
H A Dordered_associative_container_test_environment.h49 static bool BoundedBy(KeyType& key, const KeyType& bound_key) { argument
62 static bool BoundedBy(const KeyType& key, const KeyType& bound_key) { argument
43 Search( typename ContainerTraits::ContainerType& container, const KeyType& key) argument
56 Search( typename ContainerTraits::ContainerType& container, const KeyType& key) argument
162 KeyType key; member in struct:fbl::tests::intrusive_containers::OrderedAssociativeContainerTestEnvironment::__anon1344
[all...]
/fuchsia/zircon/system/utest/fuzz-utils/
H A Dtest-fuzzer.h39 const char* GetOption(const char* key) { return options().get(key); } argument
61 zx_status_t SetOption(const char* key, const char* val) { return Fuzzer::SetOption(key, val); } argument
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dsystem.c103 void *bsearch(const void *key, const void *base, size_t nmemb, argument

Completed in 194 milliseconds

123456