Home
last modified time | relevance | path

Searched refs:private (Results 1 - 25 of 11194) sorted by relevance

12345678910>>...448

/third_party/openssl/test/
H A Ddrbgtest.c171 * |primary|, |public|, |private|: pointers to the three shared DRBGs
183 EVP_RAND_CTX *private, in test_drbg_reseed()
210 || !TEST_int_ne(private_reseed = reseed_counter(private), 0)) in test_drbg_reseed()
220 /* Generate random output from the public and private DRBG */ in test_drbg_reseed()
237 || !TEST_int_eq(state(private), expected_state)) in test_drbg_reseed()
256 if (!TEST_int_ge(reseed_counter(private), private_reseed) in test_drbg_reseed()
257 || !TEST_uint_ge(reseed_counter(private), in test_drbg_reseed()
270 || !TEST_time_t_ge(reseed_time(private), reseed_time(primary))) in test_drbg_reseed()
292 int private; /* true if the private drb member
180 test_drbg_reseed(int expect_success, EVP_RAND_CTX *primary, EVP_RAND_CTX *public, EVP_RAND_CTX *private, unsigned char *public_random, unsigned char *private_random, int expect_primary_reseed, int expect_public_reseed, int expect_private_reseed, time_t reseed_when ) test_drbg_reseed() argument
336 test_drbg_reseed_in_child(EVP_RAND_CTX *primary, EVP_RAND_CTX *public, EVP_RAND_CTX *private, drbg_fork_result result[2]) test_drbg_reseed_in_child() argument
405 test_rand_reseed_on_fork(EVP_RAND_CTX *primary, EVP_RAND_CTX *public, EVP_RAND_CTX *private) test_rand_reseed_on_fork() argument
529 EVP_RAND_CTX *primary, *public, *private; test_rand_fork_safety() local
556 EVP_RAND_CTX *primary, *public, *private; test_rand_reseed() local
690 EVP_RAND_CTX *public = NULL, *private = NULL; run_multi_thread_test() local
[all...]
/base/telephony/sms_mms/services/sms/include/cdma/
H A Dcdma_sms_sub_parameter.h73 private:
91 private:
102 private:
106 private:
116 private:
126 private:
136 private:
147 private:
159 private:
185 private
[all...]
H A Dcdma_sms_parameter_record.h59 private:
69 private:
79 private:
89 private:
100 private:
104 private:
115 private:
128 private:
/base/account/os_account/services/accountmgr/include/account_iam/
H A Daccount_iam_client_callback_proxy.h32 private:
35 private:
44 private:
47 private:
56 private:
59 private:
68 private:
71 private:
80 private:
83 private
[all...]
H A Daccount_iam_callback.h37 private:
52 private:
55 private:
69 private:
88 private:
105 private:
113 private:
138 private:
146 private:
168 private
[all...]
/third_party/ltp/testcases/kernel/syscalls/migrate_pages/
H A Dmigrate_pages02.c138 char *private, *shared; in test_migrate_current_process() local
144 private = SAFE_MMAP(NULL, getpagesize(), PROT_READ | PROT_WRITE, in test_migrate_current_process()
146 private[0] = 0; in test_migrate_current_process()
147 tst_res(TINFO, "private anonymous: %p", private); in test_migrate_current_process()
150 check_addr_on_node(private, node2); in test_migrate_current_process()
152 check_addr_on_node(private, node1); in test_migrate_current_process()
153 SAFE_MUNMAP(private, getpagesize()); in test_migrate_current_process()
169 private = SAFE_MMAP(NULL, getpagesize(), in test_migrate_current_process()
172 private[ in test_migrate_current_process()
196 char *private; test_migrate_other_process() local
[all...]
/third_party/skia/tools/debugger/
H A DDrawCommand.h20 #include "include/private/SkTDArray.h"
119 private:
129 private:
139 private:
152 private:
166 private:
179 private:
194 private:
209 private:
221 private
[all...]
/third_party/vixl/src/aarch64/
H A Dcpu-aarch64.h75 private:
87 private:
97 private:
113 private:
126 private:
148 private:
171 private:
184 private:
194 private:
205 private
[all...]
/third_party/rust/crates/syn/src/
H A Dext.rs14 pub trait IdentExt: Sized + private::Sealed {
53 const peek_any: private::PeekFn = private::PeekFn;
103 impl Peek for private::PeekFn {
104 type Token = private::IdentAny;
107 impl CustomToken for private::IdentAny {
117 impl lookahead::Sealed for private::PeekFn {} in display()
119 mod private { modules
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
H A Dosal_fence.c33 void *private; member
54 if (fence->private != NULL) { in osal_fence_try_del()
55 kfree(fence->private); in osal_fence_try_del()
56 fence->private = NULL; in osal_fence_try_del()
102 fence_node->private = kmalloc(private_size, GFP_KERNEL); in osal_fence_create()
103 if (fence_node->private == NULL) { in osal_fence_create()
108 fence_node->private = NULL; in osal_fence_create()
154 int osal_fence_acquire_private(unsigned int module_id, int fd, void **private) in osal_fence_acquire_private() argument
159 if (private == NULL) { in osal_fence_acquire_private()
175 *private in osal_fence_acquire_private()
181 osal_fence_release_private(unsigned int module_id, int fd, void *private) osal_fence_release_private() argument
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_mutex.h74 private:
89 private:
99 private:
114 private:
124 private:
159 private:
H A Ddng_image_writer.h116 private:
156 private:
190 private:
210 private:
256 private:
320 private:
366 private:
407 private:
448 private:
476 private
[all...]
H A Ddng_preview.h63 private:
80 private:
122 private:
145 private:
162 private:
183 private:
200 private:
215 private:
/third_party/skia/experimental/skrive/include/
H A DSkRive.h30 private: \
96 private:
123 private:
128 private:
149 private:
180 private:
192 private:
211 private:
222 private:
237 private
[all...]
/third_party/skia/dm/
H A DDMSrcSink.h74 private:
144 private:
174 private:
192 private:
220 private:
241 private:
257 private:
269 private:
282 private:
298 private
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_fbdev.c22 struct rockchip_drm_private *private = helper->dev->dev_private; in rockchip_fbdev_mmap() local
24 return rockchip_gem_mmap_buf(private->fbdev_bo, vma); in rockchip_fbdev_mmap()
38 struct rockchip_drm_private *private = helper->dev->dev_private; in rockchip_drm_fbdev_create() local
63 private->fbdev_bo = &rk_obj->base; in rockchip_drm_fbdev_create()
72 helper->fb = rockchip_drm_framebuffer_init(dev, &mode_cmd, private->fbdev_bo); in rockchip_drm_fbdev_create()
108 struct rockchip_drm_private *private = dev->dev_private; in rockchip_drm_fbdev_init() local
120 private->fbdev_helper = helper; in rockchip_drm_fbdev_init()
145 struct rockchip_drm_private *private = dev->dev_private; in rockchip_drm_fbdev_fini() local
146 struct drm_fb_helper *helper = private->fbdev_helper; in rockchip_drm_fbdev_fini()
H A Drockchip_drm_gem.c38 struct rockchip_drm_private *private = drm->dev_private; in rockchip_gem_iommu_map() local
42 mutex_lock(&private->mm_lock); in rockchip_gem_iommu_map()
43 ret = drm_mm_insert_node_generic(&private->mm, &rk_obj->mm, rk_obj->base.size, PAGE_SIZE, 0, 0); in rockchip_gem_iommu_map()
44 mutex_unlock(&private->mm_lock); in rockchip_gem_iommu_map()
53 ret = iommu_map_sgtable(private->domain, rk_obj->dma_addr, rk_obj->sgt, prot); in rockchip_gem_iommu_map()
60 iommu_flush_iotlb_all(private->domain); in rockchip_gem_iommu_map()
67 mutex_lock(&private->mm_lock); in rockchip_gem_iommu_map()
69 mutex_unlock(&private->mm_lock); in rockchip_gem_iommu_map()
77 struct rockchip_drm_private *private = drm->dev_private; in rockchip_gem_iommu_unmap() local
79 iommu_unmap(private in rockchip_gem_iommu_unmap()
340 struct rockchip_drm_private *private = drm->dev_private; rockchip_gem_alloc_secure() local
394 struct rockchip_drm_private *private = drm->dev_private; rockchip_gem_free_secure() local
406 struct rockchip_drm_private *private = drm->dev_private; rockchip_gem_alloc_buf() local
488 struct rockchip_drm_private *private = drm->dev_private; rockchip_gem_free_buf() local
678 struct rockchip_drm_private *private = drm->dev_private; rockchip_gem_free_object() local
827 struct rockchip_drm_private *private = drm->dev_private; rockchip_gem_prime_import_sg_table() local
[all...]
/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl.h98 private:
112 private:
180 private:
193 private:
231 private:
241 private:
274 private:
284 private:
320 private:
/third_party/protobuf/src/google/protobuf/stubs/
H A Dbytestream.h91 private:
144 private:
174 private:
203 private:
237 private:
262 private:
279 private:
304 private:
340 private:
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_logo.c163 struct rockchip_drm_private *private = drm->dev_private; in rockchip_free_loader_memory() local
167 if (!private || !private->logo || --private->logo->count) in rockchip_free_loader_memory()
170 logo = private->logo; in rockchip_free_loader_memory()
174 if (private->domain) { in rockchip_free_loader_memory()
175 u32 pg_size = 1UL << __ffs(private->domain->pgsize_bitmap); in rockchip_free_loader_memory()
177 iommu_unmap(private->domain, logo->dma_addr, ALIGN(logo->size, pg_size)); in rockchip_free_loader_memory()
183 private->logo = NULL; in rockchip_free_loader_memory()
184 private in rockchip_free_loader_memory()
189 struct rockchip_drm_private *private = drm_dev->dev_private; init_loader_memory() local
274 struct rockchip_drm_private *private = drm_dev->dev_private; get_framebuffer_by_node() local
329 struct rockchip_drm_private *private = drm_dev->dev_private; of_parse_display_resource() local
824 struct rockchip_drm_private *private = drm_dev->dev_private; rockchip_drm_show_logo() local
[all...]
/third_party/node/deps/v8/src/execution/
H A Dframes.h94 private:
330 private:
371 private:
399 private:
429 private:
472 private:
532 private:
654 private:
670 private:
699 private
[all...]
/third_party/skia/modules/sksg/include/
H A DSkSGRenderEffect.h47 private:
69 private:
89 private:
121 private:
144 private:
165 private:
192 private:
218 private:
243 private:
260 private
[all...]
/base/hiviewdfx/hiview/base/event_raw/include/encoded/
H A Draw_data_builder_json_parser.h36 private:
54 private:
65 private:
73 private:
89 private:
93 private:
/base/security/dlp_permission_service/test/fuzztest/dlp_permission/stub_fuzzer/unregisteropendlpfilecallbackstub_fuzzer/
H A Dunregisteropendlpfilecallbackstub_fuzzer.h21 #define private public macro
22 #define private public macro
24 #undef private macro
25 #undef private macro
/base/account/os_account/interfaces/innerkits/account_iam/native/include/
H A Daccount_iam_callback_service.h33 private:
44 private:
54 private:
64 private:
74 private:
84 private:
95 private:

Completed in 15 milliseconds

12345678910>>...448