Home
last modified time | relevance | path

Searched defs:flags (Results 2126 - 2150 of 5393) sorted by relevance

1...<<81828384858687888990>>...216

/third_party/ltp/include/lapi/
H A Dsched.h50 uint64_t __attribute__((aligned(8))) flags; member
64 uint64_t __attribute__((aligned(8))) flags; member
36 sched_setattr(pid_t pid, const struct sched_attr *attr, unsigned int flags) sched_setattr() argument
42 sched_getattr(pid_t pid, struct sched_attr *attr, unsigned int size, unsigned int flags) sched_getattr() argument
H A Duserfaultfd.h64 __u64 flags; member
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-custom/
H A Dminimal-http-server.c218 io_custom(struct lws *wsi, unsigned int flags) in io_custom() argument
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-blob/
H A Dminimal-secure-streams.c216 myss_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in myss_rx() argument
286 myss_tx(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, size_t *len, int *flags) myss_tx() argument
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-seq/
H A Dminimal-secure-streams.c155 myss_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in myss_rx() argument
175 myss_tx(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, size_t *len, int *flags) myss_tx() argument
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-testsfail/
H A Dminimal-secure-streams-testsfail.c609 myss_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in myss_rx() argument
624 myss_tx(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, size_t *len, int *flags) myss_tx() argument
/third_party/libdrm/omap/
H A Domap_drm.c227 omap_bo_new(struct omap_device *dev, uint32_t size, uint32_t flags) in omap_bo_new() argument
190 omap_bo_new_impl(struct omap_device *dev, union omap_gem_size size, uint32_t flags) omap_bo_new_impl() argument
240 omap_bo_new_tiled(struct omap_device *dev, uint32_t width, uint32_t height, uint32_t flags) omap_bo_new_tiled() argument
[all...]
/third_party/libdrm/radeon/
H A Dradeon_bo_gem.c60 bo_open(struct radeon_bo_manager *bom, uint32_t handle, uint32_t size, uint32_t alignment, uint32_t domains, uint32_t flags) bo_open() argument
/third_party/libfuse/lib/
H A Dcuse_lowlevel.c28 unsigned flags; member
80 cuse_fll_ioctl(fuse_req_t req, fuse_ino_t ino, unsigned int cmd, void *arg, struct fuse_file_info *fi, unsigned int flags, const void *in_buf, size_t in_bufsz, size_t out_bufsz) cuse_fll_ioctl() argument
[all...]
/third_party/libinput/test/
H A Dtest-touch.c539 static int open_restricted(const char *path, int flags, void *data) in open_restricted() argument
/third_party/lwip/src/include/lwip/
H A Dpbuf.h211 u8_t flags; member
/third_party/lwip/src/include/netif/ppp/
H A Dfsm.h86 u8_t flags; /* Contains option bits */ member
H A Dvj.h144 u16_t flags; member
/third_party/lzma/C/
H A DAes.c122 UInt32 flags = 0; in AesGenTables() local
/third_party/node/deps/v8/src/compiler/
H A Dproperty-access-builder.cc100 CheckMapsFlags flags = CheckMapsFlag::kNone; in BuildCheckMaps() local
/third_party/node/deps/v8/src/codegen/
H A Dcode-factory.cc121 Callable CodeFactory::StringAdd(Isolate* isolate, StringAddFlags flags) { in StringAdd() argument
H A Dcompilation-cache.cc280 void CompilationCacheRegExp::Put(Handle<String> source, JSRegExp::Flags flags, in Put() argument
371 void CompilationCache::PutRegExp(Handle<String> source, JSRegExp::Flags flags, in PutRegExp() argument
254 Lookup(Handle<String> source, JSRegExp::Flags flags) Lookup() argument
333 LookupRegExp(Handle<String> source, JSRegExp::Flags flags) LookupRegExp() argument
/third_party/node/deps/v8/src/base/
H A Dregion-allocator.cc352 std::ios::fmtflags flags = os.flags(std::ios::hex | std::ios::showbase); in Print() local
359 std::ios::fmtflags flags = os.flags(std::ios::hex | std::ios::showbase); in Print() local
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-cygwin.cc50 uint8_t* RandomizedVirtualAlloc(size_t size, DWORD flags, DWORD protect, in RandomizedVirtualAlloc() argument
107 DWORD flags = (access == OS::MemoryPermission::kNoAccess) in Allocate() local
/third_party/node/deps/v8/src/profiler/
H A Dheap-profiler.cc107 StartSamplingHeapProfiler( uint64_t sample_interval, int stack_depth, v8::HeapProfiler::SamplingFlags flags) StartSamplingHeapProfiler() argument
H A Dsampling-heap-profiler.cc51 SamplingHeapProfiler( Heap* heap, StringsStorage* names, uint64_t rate, int stack_depth, v8::HeapProfiler::SamplingFlags flags) SamplingHeapProfiler() argument
/third_party/node/deps/v8/src/parsing/
H A Dparse-info.cc118 UnoptimizedCompileFlags flags = toplevel_flags; ForToplevelFunction() local
202 ParseInfo(const UnoptimizedCompileFlags flags, UnoptimizedCompileState* state, ReusableUnoptimizedCompileState* reusable_state, uintptr_t stack_limit, RuntimeCallStats* runtime_call_stats) ParseInfo() argument
230 ParseInfo(Isolate* isolate, const UnoptimizedCompileFlags flags, UnoptimizedCompileState* state, ReusableUnoptimizedCompileState* reusable_state) ParseInfo() argument
237 ParseInfo(LocalIsolate* isolate, const UnoptimizedCompileFlags flags, UnoptimizedCompileState* state, ReusableUnoptimizedCompileState* reusable_state, uintptr_t stack_limit) ParseInfo() argument
[all...]
/third_party/node/deps/v8/src/regexp/experimental/
H A Dexperimental.cc17 bool ExperimentalRegExp::CanBeHandled(RegExpTree* tree, RegExpFlags flags, in CanBeHandled() argument
24 Initialize(Isolate* isolate, Handle<JSRegExp> re, Handle<String> source, RegExpFlags flags, int capture_count) Initialize() argument
/third_party/node/deps/v8/src/runtime/
H A Druntime-internal.cc427 int flags = args.smi_value_at(1); in RUNTIME_FUNCTION() local
459 int flags = args.smi_value_at(1); in RUNTIME_FUNCTION() local
/third_party/node/deps/v8/src/snapshot/
H A Dcontext-serializer.cc68 ContextSerializer( Isolate* isolate, Snapshot::SerializerFlags flags, StartupSerializer* startup_serializer, v8::SerializeEmbedderFieldsCallback callback) ContextSerializer() argument

Completed in 20 milliseconds

1...<<81828384858687888990>>...216