/third_party/musl/porting/linux/user/src/malloc/mallocng/ |
H A D | malloc.c | 116 uintptr_t new = ctx.brk + pagesize; in alloc_meta() local
|
/third_party/musl/porting/liteos_a/user/src/malloc/oldmalloc/ |
H A D | malloc.c | 138 static int traverses_stack_p(uintptr_t old, uintptr_t new) in traverses_stack_p() argument 356 void *new; in realloc() local [all...] |
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/ |
H A D | malloc.c | 140 static int traverses_stack_p(uintptr_t old, uintptr_t new) in traverses_stack_p() argument 384 void *new; in realloc() local [all...] |
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | MSVSSettings.py | 690 new variable 711 new=["Disabled"], global() variable 756 new=["EnableAllWarnings"], global() variable 883 new=["POSIX"], global() variable 963 new=[ global() variable 999 new=["SendErrorReport"], global() variable 1034 new=[ global() variable 1047 new=[ global() variable 1060 new=[ global() variable 1202 new=[ global() variable [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | inline.c | 297 struct asm_operand *new = __alloc_asm_operand(0); in copy_asm_operands() local 306 static void set_replace(struct symbol *old, struct symbol *new) in set_replace() argument 369 struct statement *new in copy_one_statement() local [all...] |
H A D | scheck.c | 86 int new = insn->type->bit_size; in zext() local 93 int new = insn->type->bit_size; in sext() local 100 int new = insn->type->bit_size; in slice() local
|
H A D | sparse.c | 123 int new = insn->size; in check_cast_instruction() local
|
/third_party/ltp/testcases/realtime/include/ |
H A D | list.h | 81 static inline void __list_add(struct list_head *new, in __list_add() argument 99 list_add(struct list_head *new, struct list_head *head) list_add() argument 112 list_add_tail(struct list_head *new, struct list_head *head) list_add_tail() argument [all...] |
/third_party/node/deps/v8/src/handles/ |
H A D | handles.h | [all...] |
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/ |
H A D | lower.c | 101 gpir_node *new = gpir_node_create(succ->block, node->op); in gpir_lower_load() local
|
/third_party/node/deps/openssl/openssl/crypto/cmp/ |
H A D | cmp_util.c | 246 ASN1_OCTET_STRING *new; in ossl_cmp_asn1_octet_string_set1() local 269 ASN1_OCTET_STRING *new = NULL; in ossl_cmp_asn1_octet_string_set1_bytes() local
|
/third_party/node/deps/openssl/openssl/util/perl/TLSProxy/ |
H A D | Proxy.pm | 74 sub new subroutine [all...] |
/third_party/rust/crates/bindgen/bindgen/ir/analysis/ |
H A D | mod.rs | 96 fn new(extra: Self::Extra) -> Self; in new() functions 309 fn new(graph: &'a Graph) -> ReachableFrom { in new() functions
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | union_dtor_1_0.rs | 12 pub fn new() -> Self { in new() functions
|
H A D | union_fields_1_0.rs | 12 pub fn new() -> Self { in new() functions
|
H A D | union-in-ns_1_0.rs | 14 pub fn new() -> Self { in new() functions
|
H A D | union_template_1_0.rs | 12 pub fn new() -> Self { in new() functions
|
H A D | struct_with_anon_union_1_0.rs | 12 pub fn new() -> Self { in new() functions
|
H A D | union_with_anon_unnamed_union_1_0.rs | 12 pub fn new() -> Self { in new() functions
|
H A D | struct_with_anon_unnamed_union_1_0.rs | 12 pub fn new() -> Self { in new() functions
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | traversal.rs | 22 pub fn new(to: ItemId, kind: EdgeKind) -> Edge { in new() functions 238 fn new(ctx: &'ctx BindgenContext) -> Self; in new() functions 249 fn new(_: &'ctx BindgenContext) -> Self { in new() functions 265 fn new(ctx: &'ctx BindgenContext) -> Self { in new() functions 400 pub fn new<R>( new() functions [all...] |
/third_party/rust/crates/lazycell/src/ |
H A D | lib.rs | 68 pub fn new() -> LazyCell<T> { in new() functions 249 pub fn new() -> AtomicLazyCell<T> { in new() functions [all...] |
/third_party/rust/crates/aho-corasick/src/ |
H A D | dfa.rs | 614 pub fn new() -> Builder { in new() functions
|
/third_party/rust/crates/codespan/codespan-reporting/src/term/ |
H A D | renderer.rs | 118 pub fn new( in new() functions
|
/third_party/rust/crates/codespan/codespan-reporting/src/ |
H A D | files.rs | 279 pub fn new(name: Name, source: Source) -> SimpleFile<Name, Source> { in new() functions 365 pub fn new() -> SimpleFiles<Name, Source> { in new() functions
|