/third_party/ltp/include/lapi/ |
H A D | sched.h | 50 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 D | userfaultfd.h | 64 __u64 flags; member
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-custom/ |
H A D | minimal-http-server.c | 218 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 D | minimal-secure-streams.c | 216 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 D | minimal-secure-streams.c | 155 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 D | minimal-secure-streams-testsfail.c | 609 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 D | omap_drm.c | 227 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 D | radeon_bo_gem.c | 60 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 D | cuse_lowlevel.c | 28 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 D | test-touch.c | 539 static int open_restricted(const char *path, int flags, void *data) in open_restricted() argument
|
/third_party/lwip/src/include/lwip/ |
H A D | pbuf.h | 211 u8_t flags; member
|
/third_party/lwip/src/include/netif/ppp/ |
H A D | fsm.h | 86 u8_t flags; /* Contains option bits */ member
|
H A D | vj.h | 144 u16_t flags; member
|
/third_party/lzma/C/ |
H A D | Aes.c | 122 UInt32 flags = 0;
in AesGenTables() local
|
/third_party/node/deps/v8/src/compiler/ |
H A D | property-access-builder.cc | 100 CheckMapsFlags flags = CheckMapsFlag::kNone; in BuildCheckMaps() local
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-factory.cc | 121 Callable CodeFactory::StringAdd(Isolate* isolate, StringAddFlags flags) { in StringAdd() argument
|
H A D | compilation-cache.cc | 280 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 D | region-allocator.cc | 352 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 D | platform-cygwin.cc | 50 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 D | heap-profiler.cc | 107 StartSamplingHeapProfiler( uint64_t sample_interval, int stack_depth, v8::HeapProfiler::SamplingFlags flags) StartSamplingHeapProfiler() argument
|
H A D | sampling-heap-profiler.cc | 51 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 D | parse-info.cc | 118 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 D | experimental.cc | 17 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 D | runtime-internal.cc | 427 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 D | context-serializer.cc | 68 ContextSerializer( Isolate* isolate, Snapshot::SerializerFlags flags, StartupSerializer* startup_serializer, v8::SerializeEmbedderFieldsCallback callback) ContextSerializer() argument
|