Home
last modified time | relevance | path

Searched defs:mode (Results 901 - 925 of 2787) sorted by relevance

1...<<31323334353637383940>>...112

/third_party/mesa3d/src/compiler/glsl/
H A Dir_print_visitor.cpp196 const char *const mode[] = { "", "uniform ", "shader_storage ", in visit() local
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/
H A Daudio.c49 int mode; member
[all...]
/third_party/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/
H A Dltp_tbio.c379 static int tbio_ioctl(struct block_device *blk, fmode_t mode, in tbio_ioctl() argument
477 static int tbio_open(struct block_device *blk, fmode_t mode) in tbio_open() argument
485 static int tbio_release(struct gendisk *gd, fmode_t mode) in tbio_release() argument
/third_party/ltp/testcases/kernel/fs/inode/
H A Dinode01.c643 int mode(char *path_string) in mode() function
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_surface.c90 surf_winsys_to_drm(struct radeon_surface *surf_drm, const struct pipe_resource *tex, unsigned flags, unsigned bpe, enum radeon_surf_mode mode, const struct radeon_surf *surf_ws) surf_winsys_to_drm() argument
345 radeon_winsys_surface_init(struct radeon_winsys *rws, const struct pipe_resource *tex, uint64_t flags, unsigned bpe, enum radeon_surf_mode mode, struct radeon_surf *surf_ws) radeon_winsys_surface_init() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_query.c82 virgl_render_condition(struct pipe_context *ctx, struct pipe_query *q, bool condition, enum pipe_render_cond_flag mode) virgl_render_condition() argument
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_kernel.c66 implement_atomic_builtin(nir_function *func, nir_intrinsic_op op, enum glsl_base_type data_base_type, nir_variable_mode mode) implement_atomic_builtin() argument
/third_party/mesa3d/src/glx/
H A Dindirect_glx.c258 indirect_create_context(struct glx_screen *psc, struct glx_config *mode, struct glx_context *shareList, int renderType) indirect_create_context() argument
275 indirect_create_context_attribs(struct glx_screen *psc, struct glx_config *mode, struct glx_context *shareList, unsigned num_attribs, const uint32_t *attribs, unsigned *error) indirect_create_context_attribs() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_sampler.c139 SVGA3dFilter mode = 0; in translate_filter_mode() local
/third_party/node/src/crypto/
H A Dcrypto_aes.cc44 const int mode = EVP_CIPHER_mode(params.cipher); in AES_Cipher() local
345 ValidateIV( Environment* env, CryptoJobMode mode, Local<Value> value, AESCipherConfig* params) ValidateIV() argument
376 ValidateAuthTag( Environment* env, CryptoJobMode mode, WebCryptoCipherMode cipher_mode, Local<Value> value, AESCipherConfig* params) ValidateAuthTag() argument
416 ValidateAdditionalData( Environment* env, CryptoJobMode mode, Local<Value> value, AESCipherConfig* params) ValidateAdditionalData() argument
465 AdditionalConfig( CryptoJobMode mode, const FunctionCallbackInfo<Value>& args, unsigned int offset, WebCryptoCipherMode cipher_mode, AESCipherConfig* params) AdditionalConfig() argument
[all...]
H A Dcrypto_cipher.h152 CryptoJobMode mode = GetCryptoJobMode(args[0]); in New() local
198 CipherJob( Environment* env, v8::Local<v8::Object> object, CryptoJobMode mode, KeyObjectHandle* key, WebCryptoCipherMode cipher_mode, const ArrayBufferOrViewContents<char>& data, AdditionalParams&& params) CipherJob() argument
H A Dcrypto_hash.cc241 AdditionalConfig( CryptoJobMode mode, const FunctionCallbackInfo<Value>& args, unsigned int offset, HashConfig* params) AdditionalConfig() argument
H A Dcrypto_rsa.cc126 AdditionalConfig( CryptoJobMode mode, const FunctionCallbackInfo<Value>& args, unsigned int* offset, RsaKeyPairGenConfig* params) AdditionalConfig() argument
298 AdditionalConfig( CryptoJobMode mode, const FunctionCallbackInfo<Value>& args, unsigned int offset, WebCryptoCipherMode cipher_mode, RSACipherConfig* params) AdditionalConfig() argument
H A Dcrypto_sig.h114 Mode mode; member
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip_reader.h49 virtual void SetPosixFilePermissions(int mode) {} in SetPosixFilePermissions() argument
/third_party/node/deps/v8/third_party/zlib/
H A Dgzguts.h177 int mode; /* see gzip modes above */ member
/third_party/node/deps/zlib/google/
H A Dzip_reader.h49 virtual void SetPosixFilePermissions(int mode) {} in SetPosixFilePermissions() argument
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H A Diowin32.c56 static void win32_translate_open_mode(int mode, in win32_translate_open_mode() argument
101 voidpf ZCALLBACK win32_open64_file_func (voidpf opaque,const void* filename,int mode) in win32_open64_file_func() argument
130 voidpf ZCALLBACK win32_open64_file_funcA (voidpf opaque,const void* filename,int mode) in win32_open64_file_funcA() argument
154 voidpf ZCALLBACK win32_open64_file_funcW (voidpf opaque,const void* filename,int mode) in win32_open64_file_funcW() argument
174 win32_open_file_func(voidpf opaque,const char* filename,int mode) win32_open_file_func() argument
[all...]
/third_party/node/deps/zlib/
H A Dgzlib.c88 local gzFile gz_open(const void *path, int fd, const char *mode) { in gz_open() argument
263 gzopen(const char *path, const char *mode) gzopen() argument
268 gzopen64(const char *path, const char *mode) gzopen64() argument
273 gzdopen(int fd, const char *mode) gzdopen() argument
291 gzopen_w(const wchar_t *path, const char *mode) gzopen_w() argument
[all...]
H A Dgzguts.h176 int mode; /* see gzip modes above */ member
/third_party/node/src/tracing/
H A Dagent.cc104 AddClient( const std::set<std::string>& categories, std::unique_ptr<AsyncTraceWriter> writer, enum UseDefaultCategoryMode mode) AddClient() argument
/third_party/ntfs-3g/libntfs-3g/
H A Dea.c472 le32 mode; in ntfs_ea_set_wsl_not_symlink() local
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsundelete.h43 enum optmode mode; /* Scan / Undelete / Copy */ member
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dstdio_impl.h34 int mode; member
/third_party/node/deps/icu-small/source/common/
H A Dloadednormalizer2impl.cpp367 Normalizer2Factory::getInstance(UNormalizationMode mode, UErrorCode &errorCode) { in getInstance() argument
434 unorm_getQuickCheck(UChar32 c, UNormalizationMode mode) { in unorm_getQuickCheck() argument
287 getInstance(const char *packageName, const char *name, UNormalization2Mode mode, UErrorCode &errorCode) getInstance() argument
426 unorm2_getInstance(const char *packageName, const char *name, UNormalization2Mode mode, UErrorCode *pErrorCode) unorm2_getInstance() argument
[all...]

Completed in 16 milliseconds

1...<<31323334353637383940>>...112