Home
last modified time | relevance | path

Searched refs:ptr (Results 326 - 350 of 11976) sorted by relevance

1...<<11121314151617181920>>...480

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Danon-fields-prefix.rs26 let ptr = UNINIT.as_ptr(); in bindgen_test_layout_color__bindgen_ty_1()
38 unsafe { ::std::ptr::addr_of!((*ptr).r) as usize - ptr as usize }, in bindgen_test_layout_color__bindgen_ty_1()
48 unsafe { ::std::ptr::addr_of!((*ptr).g) as usize - ptr as usize }, in bindgen_test_layout_color__bindgen_ty_1()
58 unsafe { ::std::ptr::addr_of!((*ptr).b) as usize - ptr a in bindgen_test_layout_color__bindgen_ty_1()
[all...]
H A Dlayout_array.rs73 let ptr = UNINIT.as_ptr(); in bindgen_test_layout_rte_mempool_ops()
85 unsafe { ::std::ptr::addr_of!((*ptr).name) as usize - ptr as usize }, in bindgen_test_layout_rte_mempool_ops()
95 unsafe { ::std::ptr::addr_of!((*ptr).alloc) as usize - ptr as usize }, in bindgen_test_layout_rte_mempool_ops()
105 unsafe { ::std::ptr::addr_of!((*ptr).free) as usize - ptr a in bindgen_test_layout_rte_mempool_ops()
[all...]
H A Dstruct_with_nesting.rs31 let ptr = UNINIT.as_ptr(); in bindgen_test_layout_foo__bindgen_ty_1__bindgen_ty_1()
43 unsafe { ::std::ptr::addr_of!((*ptr).c1) as usize - ptr as usize }, in bindgen_test_layout_foo__bindgen_ty_1__bindgen_ty_1()
53 unsafe { ::std::ptr::addr_of!((*ptr).c2) as usize - ptr as usize }, in bindgen_test_layout_foo__bindgen_ty_1__bindgen_ty_1()
75 let ptr = UNINIT.as_ptr(); in bindgen_test_layout_foo__bindgen_ty_1__bindgen_ty_2()
87 unsafe { ::std::ptr::addr_of!((*ptr) in bindgen_test_layout_foo__bindgen_ty_1__bindgen_ty_2()
[all...]
/third_party/libsnd/include/
H A Dsndfile.hh130 sf_count_t read (short *ptr, sf_count_t items) ;
131 sf_count_t read (int *ptr, sf_count_t items) ;
132 sf_count_t read (float *ptr, sf_count_t items) ;
133 sf_count_t read (double *ptr, sf_count_t items) ;
135 sf_count_t write (const short *ptr, sf_count_t items) ;
136 sf_count_t write (const int *ptr, sf_count_t items) ;
137 sf_count_t write (const float *ptr, sf_count_t items) ;
138 sf_count_t write (const double *ptr, sf_count_t items) ;
140 sf_count_t readf (short *ptr, sf_count_t frames) ;
141 sf_count_t readf (int *ptr, sf_count_
339 read(short *ptr, sf_count_t items) read() argument
343 read(int *ptr, sf_count_t items) read() argument
347 read(float *ptr, sf_count_t items) read() argument
351 read(double *ptr, sf_count_t items) read() argument
355 write(const short *ptr, sf_count_t items) write() argument
359 write(const int *ptr, sf_count_t items) write() argument
363 write(const float *ptr, sf_count_t items) write() argument
367 write(const double *ptr, sf_count_t items) write() argument
371 readf(short *ptr, sf_count_t frame_count) readf() argument
375 readf(int *ptr, sf_count_t frame_count) readf() argument
379 readf(float *ptr, sf_count_t frame_count) readf() argument
383 readf(double *ptr, sf_count_t frame_count) readf() argument
387 writef(const short *ptr, sf_count_t frame_count) writef() argument
391 writef(const int *ptr, sf_count_t frame_count) writef() argument
395 writef(const float *ptr, sf_count_t frame_count) writef() argument
399 writef(const double *ptr, sf_count_t frame_count) writef() argument
403 readRaw(void *ptr, sf_count_t bytes) readRaw() argument
407 writeRaw(const void *ptr, sf_count_t bytes) writeRaw() argument
[all...]
/kernel/linux/linux-5.10/ipc/
H A Dsyscall.c21 unsigned long third, void __user * ptr, long fifth) in ksys_ipc()
30 return ksys_semtimedop(first, (struct sembuf __user *)ptr, in ksys_ipc()
34 return ksys_semtimedop(first, ptr, second, in ksys_ipc()
37 return compat_ksys_semtimedop(first, ptr, second, in ksys_ipc()
46 if (!ptr) in ksys_ipc()
48 if (get_user(arg, (unsigned long __user *) ptr)) in ksys_ipc()
54 return ksys_msgsnd(first, (struct msgbuf __user *) ptr, in ksys_ipc()
60 if (!ptr) in ksys_ipc()
64 (struct ipc_kludge __user *) ptr, in ksys_ipc()
72 (struct msgbuf __user *) ptr, in ksys_ipc()
20 ksys_ipc(unsigned int call, int first, unsigned long second, unsigned long third, void __user * ptr, long fifth) ksys_ipc() argument
130 compat_ksys_ipc(u32 call, int first, int second, u32 third, compat_uptr_t ptr, u32 fifth) compat_ksys_ipc() argument
[all...]
/kernel/linux/linux-6.6/ipc/
H A Dsyscall.c21 unsigned long third, void __user * ptr, long fifth) in ksys_ipc()
30 return ksys_semtimedop(first, (struct sembuf __user *)ptr, in ksys_ipc()
34 return ksys_semtimedop(first, ptr, second, in ksys_ipc()
37 return compat_ksys_semtimedop(first, ptr, second, in ksys_ipc()
46 if (!ptr) in ksys_ipc()
48 if (get_user(arg, (unsigned long __user *) ptr)) in ksys_ipc()
54 return ksys_msgsnd(first, (struct msgbuf __user *) ptr, in ksys_ipc()
60 if (!ptr) in ksys_ipc()
64 (struct ipc_kludge __user *) ptr, in ksys_ipc()
72 (struct msgbuf __user *) ptr, in ksys_ipc()
20 ksys_ipc(unsigned int call, int first, unsigned long second, unsigned long third, void __user * ptr, long fifth) ksys_ipc() argument
130 compat_ksys_ipc(u32 call, int first, int second, u32 third, compat_uptr_t ptr, u32 fifth) compat_ksys_ipc() argument
[all...]
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/
H A Dcvmx-cmd-queue.h357 uint64_t *ptr = in cvmx_cmd_queue_write() local
360 ptr += qptr->index; in cvmx_cmd_queue_write()
363 *ptr++ = *cmds++; in cvmx_cmd_queue_write()
365 uint64_t *ptr; in cvmx_cmd_queue_write() local
378 ptr = in cvmx_cmd_queue_write()
387 ptr += qptr->index; in cvmx_cmd_queue_write()
390 *ptr++ = *cmds++; in cvmx_cmd_queue_write()
391 *ptr = cvmx_ptr_to_phys(new_buffer); in cvmx_cmd_queue_write()
397 qptr->base_ptr_div128 = *ptr >> 7; in cvmx_cmd_queue_write()
399 ptr in cvmx_cmd_queue_write()
455 uint64_t *ptr = cvmx_cmd_queue_write2() local
463 uint64_t *ptr; cvmx_cmd_queue_write2() local
556 uint64_t *ptr = cvmx_cmd_queue_write3() local
565 uint64_t *ptr; cvmx_cmd_queue_write3() local
[all...]
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/
H A Dcvmx-cmd-queue.h357 uint64_t *ptr = in cvmx_cmd_queue_write() local
360 ptr += qptr->index; in cvmx_cmd_queue_write()
363 *ptr++ = *cmds++; in cvmx_cmd_queue_write()
365 uint64_t *ptr; in cvmx_cmd_queue_write() local
378 ptr = in cvmx_cmd_queue_write()
387 ptr += qptr->index; in cvmx_cmd_queue_write()
390 *ptr++ = *cmds++; in cvmx_cmd_queue_write()
391 *ptr = cvmx_ptr_to_phys(new_buffer); in cvmx_cmd_queue_write()
397 qptr->base_ptr_div128 = *ptr >> 7; in cvmx_cmd_queue_write()
399 ptr in cvmx_cmd_queue_write()
455 uint64_t *ptr = cvmx_cmd_queue_write2() local
463 uint64_t *ptr; cvmx_cmd_queue_write2() local
556 uint64_t *ptr = cvmx_cmd_queue_write3() local
565 uint64_t *ptr; cvmx_cmd_queue_write3() local
[all...]
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Duaccess.h29 static inline int __access_ok(const void __user *ptr, unsigned long size);
164 #define uaccess_mask_ptr(ptr) (__typeof__(ptr))__uaccess_mask_ptr(ptr)
165 static inline void __user *__uaccess_mask_ptr(const void __user *ptr) in __uaccess_mask_ptr() argument
172 : "r" (ptr), in __uaccess_mask_ptr()
195 #define __raw_get_mem(ldr, x, ptr, err, type) \
198 switch (sizeof(*(ptr))) { \
200 __get_mem_asm(ldr "b", "%w", __gu_val, (ptr), (err), type); \
203 __get_mem_asm(ldr "h", "%w", __gu_val, (ptr), (er
[all...]
/kernel/linux/linux-5.10/fs/nilfs2/
H A Ddirect.c30 __u64 key, __u64 ptr) in nilfs_direct_set_ptr()
32 *(nilfs_direct_dptrs(direct) + key) = cpu_to_le64(ptr); in nilfs_direct_set_ptr()
38 __u64 ptr; in nilfs_direct_lookup() local
42 ptr = nilfs_direct_get_ptr(direct, key); in nilfs_direct_lookup()
43 if (ptr == NILFS_BMAP_INVALID_PTR) in nilfs_direct_lookup()
46 *ptrp = ptr; in nilfs_direct_lookup()
55 __u64 ptr, ptr2; in nilfs_direct_lookup_contig() local
61 ptr = nilfs_direct_get_ptr(direct, key); in nilfs_direct_lookup_contig()
62 if (ptr == NILFS_BMAP_INVALID_PTR) in nilfs_direct_lookup_contig()
67 ret = nilfs_dat_translate(dat, ptr, in nilfs_direct_lookup_contig()
29 nilfs_direct_set_ptr(struct nilfs_bmap *direct, __u64 key, __u64 ptr) nilfs_direct_set_ptr() argument
95 __u64 ptr; nilfs_direct_find_target_v() local
106 nilfs_direct_insert(struct nilfs_bmap *bmap, __u64 key, __u64 ptr) nilfs_direct_insert() argument
206 __u64 ptr; nilfs_direct_gather_data() local
262 __u64 ptr; nilfs_direct_propagate() local
287 nilfs_direct_assign_v(struct nilfs_bmap *direct, __u64 key, __u64 ptr, struct buffer_head **bh, sector_t blocknr, union nilfs_binfo *binfo) nilfs_direct_assign_v() argument
307 nilfs_direct_assign_p(struct nilfs_bmap *direct, __u64 key, __u64 ptr, struct buffer_head **bh, sector_t blocknr, union nilfs_binfo *binfo) nilfs_direct_assign_p() argument
327 __u64 ptr; nilfs_direct_assign() local
[all...]
/kernel/linux/linux-6.6/fs/nilfs2/
H A Ddirect.c30 __u64 key, __u64 ptr) in nilfs_direct_set_ptr()
32 *(nilfs_direct_dptrs(direct) + key) = cpu_to_le64(ptr); in nilfs_direct_set_ptr()
38 __u64 ptr; in nilfs_direct_lookup() local
42 ptr = nilfs_direct_get_ptr(direct, key); in nilfs_direct_lookup()
43 if (ptr == NILFS_BMAP_INVALID_PTR) in nilfs_direct_lookup()
46 *ptrp = ptr; in nilfs_direct_lookup()
55 __u64 ptr, ptr2; in nilfs_direct_lookup_contig() local
61 ptr = nilfs_direct_get_ptr(direct, key); in nilfs_direct_lookup_contig()
62 if (ptr == NILFS_BMAP_INVALID_PTR) in nilfs_direct_lookup_contig()
67 ret = nilfs_dat_translate(dat, ptr, in nilfs_direct_lookup_contig()
29 nilfs_direct_set_ptr(struct nilfs_bmap *direct, __u64 key, __u64 ptr) nilfs_direct_set_ptr() argument
95 __u64 ptr; nilfs_direct_find_target_v() local
106 nilfs_direct_insert(struct nilfs_bmap *bmap, __u64 key, __u64 ptr) nilfs_direct_insert() argument
206 __u64 ptr; nilfs_direct_gather_data() local
262 __u64 ptr; nilfs_direct_propagate() local
287 nilfs_direct_assign_v(struct nilfs_bmap *direct, __u64 key, __u64 ptr, struct buffer_head **bh, sector_t blocknr, union nilfs_binfo *binfo) nilfs_direct_assign_v() argument
307 nilfs_direct_assign_p(struct nilfs_bmap *direct, __u64 key, __u64 ptr, struct buffer_head **bh, sector_t blocknr, union nilfs_binfo *binfo) nilfs_direct_assign_p() argument
328 __u64 ptr; nilfs_direct_assign() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbss_file.c113 bi->ptr = NULL; in file_new()
123 if ((a->init) && (a->ptr != NULL)) { in file_free()
125 UP_fclose(a->ptr); in file_free()
127 fclose(a->ptr); in file_free()
128 a->ptr = NULL; in file_free()
142 ret = UP_fread(out, 1, (int)outl, b->ptr); in file_read()
144 ret = fread(out, 1, (int)outl, (FILE *)b->ptr); in file_read()
147 ? UP_ferror((FILE *)b->ptr) : ferror((FILE *)b->ptr))) { in file_read()
163 ret = UP_fwrite(in, (int)inl, 1, b->ptr); in file_write()
178 file_ctrl(BIO *b, int cmd, long num, void *ptr) file_ctrl() argument
392 file_ctrl(BIO *b, int cmd, long num, void *ptr) file_ctrl() argument
[all...]
/third_party/openssl/crypto/bio/
H A Dbss_file.c113 bi->ptr = NULL; in file_new()
123 if ((a->init) && (a->ptr != NULL)) { in file_free()
125 UP_fclose(a->ptr); in file_free()
127 fclose(a->ptr); in file_free()
128 a->ptr = NULL; in file_free()
142 ret = UP_fread(out, 1, (int)outl, b->ptr); in file_read()
144 ret = fread(out, 1, (int)outl, (FILE *)b->ptr); in file_read()
147 ? UP_ferror((FILE *)b->ptr) : ferror((FILE *)b->ptr))) { in file_read()
163 ret = UP_fwrite(in, (int)inl, 1, b->ptr); in file_write()
178 file_ctrl(BIO *b, int cmd, long num, void *ptr) file_ctrl() argument
392 file_ctrl(BIO *b, int cmd, long num, void *ptr) file_ctrl() argument
[all...]
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dsafestack.h39 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \
41 return ptr; \
105 static ossl_unused ossl_inline t2 *sk_##t1##_delete_ptr(STACK_OF(t1) *sk, t2 *ptr) \
108 (const void *)ptr); \
110 static ossl_unused ossl_inline int sk_##t1##_push(STACK_OF(t1) *sk, t2 *ptr) \
112 return OPENSSL_sk_push((OPENSSL_STACK *)sk, (const void *)ptr); \
114 static ossl_unused ossl_inline int sk_##t1##_unshift(STACK_OF(t1) *sk, t2 *ptr) \
116 return OPENSSL_sk_unshift((OPENSSL_STACK *)sk, (const void *)ptr); \
130 static ossl_unused ossl_inline int sk_##t1##_insert(STACK_OF(t1) *sk, t2 *ptr, int idx) \
132 return OPENSSL_sk_insert((OPENSSL_STACK *)sk, (const void *)ptr, id
[all...]
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dsafestack.h39 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \
41 return ptr; \
105 static ossl_unused ossl_inline t2 *sk_##t1##_delete_ptr(STACK_OF(t1) *sk, t2 *ptr) \
108 (const void *)ptr); \
110 static ossl_unused ossl_inline int sk_##t1##_push(STACK_OF(t1) *sk, t2 *ptr) \
112 return OPENSSL_sk_push((OPENSSL_STACK *)sk, (const void *)ptr); \
114 static ossl_unused ossl_inline int sk_##t1##_unshift(STACK_OF(t1) *sk, t2 *ptr) \
116 return OPENSSL_sk_unshift((OPENSSL_STACK *)sk, (const void *)ptr); \
130 static ossl_unused ossl_inline int sk_##t1##_insert(STACK_OF(t1) *sk, t2 *ptr, int idx) \
132 return OPENSSL_sk_insert((OPENSSL_STACK *)sk, (const void *)ptr, id
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dsafestack.h39 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \
41 return ptr; \
105 static ossl_unused ossl_inline t2 *sk_##t1##_delete_ptr(STACK_OF(t1) *sk, t2 *ptr) \
108 (const void *)ptr); \
110 static ossl_unused ossl_inline int sk_##t1##_push(STACK_OF(t1) *sk, t2 *ptr) \
112 return OPENSSL_sk_push((OPENSSL_STACK *)sk, (const void *)ptr); \
114 static ossl_unused ossl_inline int sk_##t1##_unshift(STACK_OF(t1) *sk, t2 *ptr) \
116 return OPENSSL_sk_unshift((OPENSSL_STACK *)sk, (const void *)ptr); \
130 static ossl_unused ossl_inline int sk_##t1##_insert(STACK_OF(t1) *sk, t2 *ptr, int idx) \
132 return OPENSSL_sk_insert((OPENSSL_STACK *)sk, (const void *)ptr, id
[all...]
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dsafestack.h39 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \
41 return ptr; \
105 static ossl_unused ossl_inline t2 *sk_##t1##_delete_ptr(STACK_OF(t1) *sk, t2 *ptr) \
108 (const void *)ptr); \
110 static ossl_unused ossl_inline int sk_##t1##_push(STACK_OF(t1) *sk, t2 *ptr) \
112 return OPENSSL_sk_push((OPENSSL_STACK *)sk, (const void *)ptr); \
114 static ossl_unused ossl_inline int sk_##t1##_unshift(STACK_OF(t1) *sk, t2 *ptr) \
116 return OPENSSL_sk_unshift((OPENSSL_STACK *)sk, (const void *)ptr); \
130 static ossl_unused ossl_inline int sk_##t1##_insert(STACK_OF(t1) *sk, t2 *ptr, int idx) \
132 return OPENSSL_sk_insert((OPENSSL_STACK *)sk, (const void *)ptr, id
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dsafestack.h39 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \
41 return ptr; \
105 static ossl_unused ossl_inline t2 *sk_##t1##_delete_ptr(STACK_OF(t1) *sk, t2 *ptr) \
108 (const void *)ptr); \
110 static ossl_unused ossl_inline int sk_##t1##_push(STACK_OF(t1) *sk, t2 *ptr) \
112 return OPENSSL_sk_push((OPENSSL_STACK *)sk, (const void *)ptr); \
114 static ossl_unused ossl_inline int sk_##t1##_unshift(STACK_OF(t1) *sk, t2 *ptr) \
116 return OPENSSL_sk_unshift((OPENSSL_STACK *)sk, (const void *)ptr); \
130 static ossl_unused ossl_inline int sk_##t1##_insert(STACK_OF(t1) *sk, t2 *ptr, int idx) \
132 return OPENSSL_sk_insert((OPENSSL_STACK *)sk, (const void *)ptr, id
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dsafestack.h39 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \
41 return ptr; \
105 static ossl_unused ossl_inline t2 *sk_##t1##_delete_ptr(STACK_OF(t1) *sk, t2 *ptr) \
108 (const void *)ptr); \
110 static ossl_unused ossl_inline int sk_##t1##_push(STACK_OF(t1) *sk, t2 *ptr) \
112 return OPENSSL_sk_push((OPENSSL_STACK *)sk, (const void *)ptr); \
114 static ossl_unused ossl_inline int sk_##t1##_unshift(STACK_OF(t1) *sk, t2 *ptr) \
116 return OPENSSL_sk_unshift((OPENSSL_STACK *)sk, (const void *)ptr); \
130 static ossl_unused ossl_inline int sk_##t1##_insert(STACK_OF(t1) *sk, t2 *ptr, int idx) \
132 return OPENSSL_sk_insert((OPENSSL_STACK *)sk, (const void *)ptr, id
[all...]
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dsafestack.h39 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \
41 return ptr; \
105 static ossl_unused ossl_inline t2 *sk_##t1##_delete_ptr(STACK_OF(t1) *sk, t2 *ptr) \
108 (const void *)ptr); \
110 static ossl_unused ossl_inline int sk_##t1##_push(STACK_OF(t1) *sk, t2 *ptr) \
112 return OPENSSL_sk_push((OPENSSL_STACK *)sk, (const void *)ptr); \
114 static ossl_unused ossl_inline int sk_##t1##_unshift(STACK_OF(t1) *sk, t2 *ptr) \
116 return OPENSSL_sk_unshift((OPENSSL_STACK *)sk, (const void *)ptr); \
130 static ossl_unused ossl_inline int sk_##t1##_insert(STACK_OF(t1) *sk, t2 *ptr, int idx) \
132 return OPENSSL_sk_insert((OPENSSL_STACK *)sk, (const void *)ptr, id
[all...]
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dsafestack.h39 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \
41 return ptr; \
105 static ossl_unused ossl_inline t2 *sk_##t1##_delete_ptr(STACK_OF(t1) *sk, t2 *ptr) \
108 (const void *)ptr); \
110 static ossl_unused ossl_inline int sk_##t1##_push(STACK_OF(t1) *sk, t2 *ptr) \
112 return OPENSSL_sk_push((OPENSSL_STACK *)sk, (const void *)ptr); \
114 static ossl_unused ossl_inline int sk_##t1##_unshift(STACK_OF(t1) *sk, t2 *ptr) \
116 return OPENSSL_sk_unshift((OPENSSL_STACK *)sk, (const void *)ptr); \
130 static ossl_unused ossl_inline int sk_##t1##_insert(STACK_OF(t1) *sk, t2 *ptr, int idx) \
132 return OPENSSL_sk_insert((OPENSSL_STACK *)sk, (const void *)ptr, id
[all...]
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dsafestack.h39 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \
41 return ptr; \
105 static ossl_unused ossl_inline t2 *sk_##t1##_delete_ptr(STACK_OF(t1) *sk, t2 *ptr) \
108 (const void *)ptr); \
110 static ossl_unused ossl_inline int sk_##t1##_push(STACK_OF(t1) *sk, t2 *ptr) \
112 return OPENSSL_sk_push((OPENSSL_STACK *)sk, (const void *)ptr); \
114 static ossl_unused ossl_inline int sk_##t1##_unshift(STACK_OF(t1) *sk, t2 *ptr) \
116 return OPENSSL_sk_unshift((OPENSSL_STACK *)sk, (const void *)ptr); \
130 static ossl_unused ossl_inline int sk_##t1##_insert(STACK_OF(t1) *sk, t2 *ptr, int idx) \
132 return OPENSSL_sk_insert((OPENSSL_STACK *)sk, (const void *)ptr, id
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
H A Dsafestack.h39 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \
41 return ptr; \
105 static ossl_unused ossl_inline t2 *sk_##t1##_delete_ptr(STACK_OF(t1) *sk, t2 *ptr) \
108 (const void *)ptr); \
110 static ossl_unused ossl_inline int sk_##t1##_push(STACK_OF(t1) *sk, t2 *ptr) \
112 return OPENSSL_sk_push((OPENSSL_STACK *)sk, (const void *)ptr); \
114 static ossl_unused ossl_inline int sk_##t1##_unshift(STACK_OF(t1) *sk, t2 *ptr) \
116 return OPENSSL_sk_unshift((OPENSSL_STACK *)sk, (const void *)ptr); \
130 static ossl_unused ossl_inline int sk_##t1##_insert(STACK_OF(t1) *sk, t2 *ptr, int idx) \
132 return OPENSSL_sk_insert((OPENSSL_STACK *)sk, (const void *)ptr, id
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Dsafestack.h39 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \
41 return ptr; \
105 static ossl_unused ossl_inline t2 *sk_##t1##_delete_ptr(STACK_OF(t1) *sk, t2 *ptr) \
108 (const void *)ptr); \
110 static ossl_unused ossl_inline int sk_##t1##_push(STACK_OF(t1) *sk, t2 *ptr) \
112 return OPENSSL_sk_push((OPENSSL_STACK *)sk, (const void *)ptr); \
114 static ossl_unused ossl_inline int sk_##t1##_unshift(STACK_OF(t1) *sk, t2 *ptr) \
116 return OPENSSL_sk_unshift((OPENSSL_STACK *)sk, (const void *)ptr); \
130 static ossl_unused ossl_inline int sk_##t1##_insert(STACK_OF(t1) *sk, t2 *ptr, int idx) \
132 return OPENSSL_sk_insert((OPENSSL_STACK *)sk, (const void *)ptr, id
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/
H A Dsafestack.h39 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \
41 return ptr; \
105 static ossl_unused ossl_inline t2 *sk_##t1##_delete_ptr(STACK_OF(t1) *sk, t2 *ptr) \
108 (const void *)ptr); \
110 static ossl_unused ossl_inline int sk_##t1##_push(STACK_OF(t1) *sk, t2 *ptr) \
112 return OPENSSL_sk_push((OPENSSL_STACK *)sk, (const void *)ptr); \
114 static ossl_unused ossl_inline int sk_##t1##_unshift(STACK_OF(t1) *sk, t2 *ptr) \
116 return OPENSSL_sk_unshift((OPENSSL_STACK *)sk, (const void *)ptr); \
130 static ossl_unused ossl_inline int sk_##t1##_insert(STACK_OF(t1) *sk, t2 *ptr, int idx) \
132 return OPENSSL_sk_insert((OPENSSL_STACK *)sk, (const void *)ptr, id
[all...]

Completed in 42 milliseconds

1...<<11121314151617181920>>...480