| /third_party/rust/crates/rust-openssl/openssl/src/ |
| H A D | sign.rs | 142 pub fn new<'a, T>(type_: MessageDigest, pkey: &PKeyRef<T>) -> Result<Signer<'a>, ErrorStack> in new() functions 436 pub fn new<T>(type_: MessageDigest, pkey: &'a PKeyRef<T>) -> Result<Verifier<'a>, ErrorStack> in new() functions [all...] |
| H A D | rsa.rs | 437 pub fn new(n: BigNum, e: BigNum, d: BigNum) -> Result<RsaPrivateKeyBuilder, ErrorStack> { in new() functions
|
| H A D | cipher_ctx.rs | 97 pub fn new() -> Result<Self, ErrorStack> { in new() functions
|
| /third_party/rust/crates/syn/src/ |
| H A D | error.rs | 158 pub fn new<T: Display>(span: Span, message: T) -> Self { in new() functions 161 fn new(span: Span, message: String) -> Error { in new() functions [all...] |
| /third_party/rust/crates/rust-cexpr/src/ |
| H A D | expr.rs | 505 pub fn new(identifiers: &HashMap<Vec<u8>, EvalResult>) -> IdentifierParser<'_> { in as_ref() functions [all...] |
| /third_party/selinux/libsepol/src/ |
| H A D | hierarchy.c | 265 struct avtab_node *new = malloc(sizeof(struct avtab_node)); in bounds_add_bad() local
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/ |
| H A D | osal_list.h | 57 static inline void osal___list_add(struct osal_list_head *new, in osal___list_add() argument 75 osal_list_add(struct osal_list_head *new, struct osal_list_head *head) osal_list_add() argument 88 osal_list_add_tail(struct osal_list_head *new, struct osal_list_head *head) osal_list_add_tail() argument 134 osal_list_replace(struct osal_list_head *old, struct osal_list_head *new) osal_list_replace() argument 143 osal_list_replace_init(struct osal_list_head *old, struct osal_list_head *new) osal_list_replace_init() argument 691 osal_hlist_move_list(struct osal_hlist_head *old, struct osal_hlist_head *new) osal_hlist_move_list() argument [all...] |
| /device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
| H A D | osal_list.h | 54 static inline void osal___list_add(struct osal_list_head *new, in osal___list_add() argument 72 osal_list_add(struct osal_list_head *new, struct osal_list_head *head) osal_list_add() argument 85 osal_list_add_tail(struct osal_list_head *new, struct osal_list_head *head) osal_list_add_tail() argument 131 osal_list_replace(struct osal_list_head *old, struct osal_list_head *new) osal_list_replace() argument 140 osal_list_replace_init(struct osal_list_head *old, struct osal_list_head *new) osal_list_replace_init() argument 688 osal_hlist_move_list(struct osal_hlist_head *old, struct osal_hlist_head *new) osal_hlist_move_list() argument [all...] |
| /device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
| H A D | osal_list.h | 53 static inline void osal___list_add(struct osal_list_head *new, in osal___list_add() argument 71 osal_list_add(struct osal_list_head *new, struct osal_list_head *head) osal_list_add() argument 84 osal_list_add_tail(struct osal_list_head *new, struct osal_list_head *head) osal_list_add_tail() argument 130 osal_list_replace(struct osal_list_head *old, struct osal_list_head *new) osal_list_replace() argument 139 osal_list_replace_init(struct osal_list_head *old, struct osal_list_head *new) osal_list_replace_init() argument 687 osal_hlist_move_list(struct osal_hlist_head *old, struct osal_hlist_head *new) osal_hlist_move_list() argument [all...] |
| /device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/ |
| H A D | osal_list.h | 56 static inline void osal___list_add(struct osal_list_head *new, in osal___list_add() argument 74 osal_list_add(struct osal_list_head *new, struct osal_list_head *head) osal_list_add() argument 87 osal_list_add_tail(struct osal_list_head *new, struct osal_list_head *head) osal_list_add_tail() argument 133 osal_list_replace(struct osal_list_head *old, struct osal_list_head *new) osal_list_replace() argument 142 osal_list_replace_init(struct osal_list_head *old, struct osal_list_head *new) osal_list_replace_init() argument 686 osal_hlist_move_list(struct osal_hlist_head *old, struct osal_hlist_head *new) osal_hlist_move_list() argument [all...] |
| /third_party/elfutils/src/ |
| H A D | elfcompress.c | 237 float new = shdr->sh_size; in compress_section() local [all...] |
| /third_party/alsa-utils/topology/ |
| H A D | pre-processor.c | 579 snd_config_t *n, *new, *define; in pre_process_includes() local 434 pre_process_include_conf(struct tplg_pre_processor *tplg_pp, snd_config_t *config, snd_config_t **new, snd_config_t *variable) pre_process_include_conf() argument 652 snd_config_t *n, *new, *new_attr; pre_process_add_objects() local 725 snd_config_t *n2, *new, *new_obj; pre_process_create_items() local 825 snd_config_t *n, *new; pre_process_array_item() local [all...] |
| /third_party/backends/lib/ |
| H A D | alloca.c | 210 register pointer new = malloc (sizeof (header) + size); local
|
| /third_party/backends/backend/ |
| H A D | hp.c | 481 HpDeviceList new = sanei_hp_alloc(sizeof(*new)); in hp_device_list_add() local 557 HpDevice new; in hp_get_dev() local [all...] |
| /third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
| H A D | list.h | 104 list_replace(struct list_head *old, struct list_head *new) in list_replace() argument 113 list_replace_init(struct list_head *old, struct list_head *new) in list_replace_init() argument 120 linux_list_add(struct list_head *new, struc argument 206 list_add(struct list_head *new, struct list_head *head) list_add() argument 213 list_add_tail(struct list_head *new, struct list_head *head) list_add_tail() argument 384 hlist_move_list(struct hlist_head *old, struct hlist_head *new) hlist_move_list() argument [all...] |
| /third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
| H A D | usbd_generic_ep0.c | 94 static inline int CmpXchg(unsigned int *lock, int old, int new) in CmpXchg() argument
|
| /third_party/libdrm/nouveau/ |
| H A D | nouveau.c | 254 struct nvif_ioctl_new_v0 new; in nouveau_object_init() member [all...] |
| /third_party/libcoap/src/ |
| H A D | coap_subscribe.c | 420 char *new = NULL; in coap_op_observe_load_disk() local 503 char *new = NULL; coap_op_observe_added() local 583 char *new = NULL; coap_op_observe_deleted() local 701 char *new = NULL; coap_op_obs_cnt_track_observe() local 767 char *new = NULL; coap_op_obs_cnt_deleted() local 976 char *new = NULL; coap_op_dyn_resource_added() local 1051 char *new = NULL; coap_op_resource_deleted() local [all...] |
| /third_party/mesa3d/src/glx/ |
| H A D | driwindows_glx.c | 104 driwindows_unbind_context(struct glx_context *context, struct glx_context *new) in driwindows_unbind_context() argument
|
| /third_party/mesa3d/src/mesa/vbo/ |
| H A D | vbo_exec_api.c | 322 fi_type *new = new_first; in vbo_exec_wrap_upgrade_vertex() local 333 fi_type *new = new_last; in vbo_exec_wrap_upgrade_vertex() local [all...] |
| /third_party/libexif/libexif/ |
| H A D | exif-data.c | 1721 ExifByteOrder old, new; member
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | flow.c | 664 static int rewrite_parent_branch(struct basic_block *bb, struct basic_block *old, struct basic_block *new) in rewrite_parent_branch() argument 90 rewrite_branch(struct basic_block *bb, struct basic_block **ptr, struct basic_block *old, struct basic_block *new) rewrite_branch() argument [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | node.h | |
| /third_party/node/deps/v8/src/objects/ |
| H A D | string-table.cc | [all...] |
| /third_party/mesa3d/src/panfrost/bifrost/ |
| H A D | bi_ra.c | 526 bi_rewrite_index_src_single(bi_instr *ins, bi_index old, bi_index new) in bi_rewrite_index_src_single() argument
|