/third_party/rust/crates/nix/src/mount/ |
H A D | bsd.rs | 129 fn new(error: Error, errmsg: Option<&CStr>) -> Self { in new() functions 373 pub fn new() -> Self { new() functions [all...] |
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_parser.c | 54 struct hll_info *new = cil_malloc(sizeof(*new)); in push_hll_info() local
|
/third_party/rust/crates/proc-macro-error/src/ |
H A D | diagnostic.rs | 100 pub fn new(level: Level, message: String) -> Self { in new() functions
|
/third_party/rust/crates/regex/bench/src/ffi/ |
H A D | tcl.rs | 41 pub fn new(text: String) -> Text { in new() functions 72 pub fn new(pattern: &str) -> Result<Regex, Error> { in new() functions
|
H A D | pcre1.rs | 41 pub fn new(pattern: &str) -> Result<Regex, Error> { in new() functions
|
H A D | re2.rs | 26 pub fn new(pattern: &str) -> Result<Regex, Error> { in new() functions
|
/third_party/rust/crates/regex/src/literal/ |
H A D | imp.rs | 57 fn new(lits: Literals, matcher: Matcher) -> Self { in new() functions 182 fn new(lits: &Literals, sset: SingleByteSet) -> Self { in new() functions 285 fn new() -> SingleByteSet { new() functions 367 fn new(pat: &[u8]) -> Memmem { new() functions [all...] |
/third_party/selinux/libsepol/src/ |
H A D | users.c | 125 int new = 0; in sepol_user_modify() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | aacenc_ltp.c | 75 static void get_lag(float *buf, const float *new, LongTermPrediction *ltp) in get_lag() argument
|
H A D | mediacodecdec.c | 100 uint8_t *new; in h2645_ps_to_nalu() local
|
/third_party/exfatprogs/include/ |
H A D | list.h | 51 static inline void __list_add(struct list_head *new, in __list_add() argument 69 list_add(struct list_head *new, struct list_head *head) list_add() argument 82 list_add_tail(struct list_head *new, struct list_head *head) list_add_tail() argument [all...] |
/third_party/ffmpeg/libavdevice/ |
H A D | dshow_pin.c | 145 DShowEnumMediaTypes *new; in ff_dshow_pin_EnumMediaTypes() local
|
/third_party/alsa-lib/test/ |
H A D | mixtest.c | 30 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, int size) __cmpxchg() argument
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_mmap_emul.c | 68 snd_pcm_hw_params_t new = *params; in snd_pcm_mmap_emul_hw_refine() local
|
/third_party/backends/backend/ |
H A D | hp-handle.c | 349 HpHandle new = sanei_hp_allocz(sizeof(*new)); in sanei_hp_handle_new() local
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
H A D | rbtree.h | 145 rb_replace_node_cached(struct rb_node *old, struct rb_node *new, in rb_replace_node_cached() argument
|
/third_party/mesa3d/src/glx/ |
H A D | indirect_glx.c | 194 indirect_unbind_context(struct glx_context *gc, struct glx_context *new) in indirect_unbind_context() argument
|
/third_party/node/deps/v8/src/zone/ |
H A D | zone.h | |
/third_party/node/tools/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/musl/src/malloc/oldmalloc/ |
H A D | malloc.c | 142 static int traverses_stack_p(uintptr_t old, uintptr_t new) in traverses_stack_p() argument 410 void *new; in realloc() local [all...] |
/third_party/musl/porting/liteos_a/user/src/thread/ |
H A D | pthread_create.c | 238 struct pthread *self, *new; in __pthread_create() local [all...] |
/third_party/musl/src/malloc/mallocng/ |
H A D | malloc.c | 118 uintptr_t new = ctx.brk + pagesize; in alloc_meta() local
|
/third_party/musl/src/thread/ |
H A D | pthread_create.c | 250 struct pthread *self, *new; in __pthread_create() local [all...] |
/third_party/musl/src/thread/liteos_a/ |
H A D | pthread_create.c | 238 struct pthread *self, *new; in __pthread_create() local [all...] |
/third_party/musl/src/regex/ |
H A D | glob.c | 22 struct match *new = malloc(sizeof(struct match) + len + 2); in append() local
|