Home
last modified time | relevance | path

Searched defs:new (Results 376 - 400 of 726) sorted by relevance

1...<<11121314151617181920>>...30

/third_party/rust/crates/nix/src/mount/
H A Dbsd.rs129 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 Dcil_parser.c54 struct hll_info *new = cil_malloc(sizeof(*new)); in push_hll_info() local
/third_party/rust/crates/proc-macro-error/src/
H A Ddiagnostic.rs100 pub fn new(level: Level, message: String) -> Self { in new() functions
/third_party/rust/crates/regex/bench/src/ffi/
H A Dtcl.rs41 pub fn new(text: String) -> Text { in new() functions
72 pub fn new(pattern: &str) -> Result<Regex, Error> { in new() functions
H A Dpcre1.rs41 pub fn new(pattern: &str) -> Result<Regex, Error> { in new() functions
H A Dre2.rs26 pub fn new(pattern: &str) -> Result<Regex, Error> { in new() functions
/third_party/rust/crates/regex/src/literal/
H A Dimp.rs57 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 Dusers.c125 int new = 0; in sepol_user_modify() local
/third_party/ffmpeg/libavcodec/
H A Daacenc_ltp.c75 static void get_lag(float *buf, const float *new, LongTermPrediction *ltp) in get_lag() argument
H A Dmediacodecdec.c100 uint8_t *new; in h2645_ps_to_nalu() local
/third_party/exfatprogs/include/
H A Dlist.h51 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 Ddshow_pin.c145 DShowEnumMediaTypes *new; in ff_dshow_pin_EnumMediaTypes() local
/third_party/alsa-lib/test/
H A Dmixtest.c30 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, int size) __cmpxchg() argument
/third_party/alsa-lib/src/pcm/
H A Dpcm_mmap_emul.c68 snd_pcm_hw_params_t new = *params; in snd_pcm_mmap_emul_hw_refine() local
/third_party/backends/backend/
H A Dhp-handle.c349 HpHandle new = sanei_hp_allocz(sizeof(*new)); in sanei_hp_handle_new() local
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Drbtree.h145 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 Dindirect_glx.c194 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 Dzone.h
/third_party/node/tools/gyp/pylib/gyp/
H A DMSVSSettings.py690 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 Dmalloc.c142 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 Dpthread_create.c238 struct pthread *self, *new; in __pthread_create() local
[all...]
/third_party/musl/src/malloc/mallocng/
H A Dmalloc.c118 uintptr_t new = ctx.brk + pagesize; in alloc_meta() local
/third_party/musl/src/thread/
H A Dpthread_create.c250 struct pthread *self, *new; in __pthread_create() local
[all...]
/third_party/musl/src/thread/liteos_a/
H A Dpthread_create.c238 struct pthread *self, *new; in __pthread_create() local
[all...]
/third_party/musl/src/regex/
H A Dglob.c22 struct match *new = malloc(sizeof(struct match) + len + 2); in append() local

Completed in 14 milliseconds

1...<<11121314151617181920>>...30