Home
last modified time | relevance | path

Searched defs:mode (Results 776 - 800 of 2405) sorted by relevance

1...<<31323334353637383940>>...97

/third_party/node/src/crypto/
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...]
H A Dnormlzr.cpp40 Normalizer::Normalizer(const UnicodeString& str, UNormalizationMode mode) : in Normalizer() argument
49 Normalizer::Normalizer(ConstChar16Ptr str, int32_t length, UNormalizationMode mode) : in Normalizer() argument
58 Normalizer::Normalizer(const CharacterIterator& iter, UNormalizationMode mode) : in Normalizer() argument
128 normalize(const UnicodeString& source, UNormalizationMode mode, int32_t options, UnicodeString& result, UErrorCode &status) normalize() argument
179 quickCheck(const UnicodeString& source, UNormalizationMode mode, int32_t options, UErrorCode &status) quickCheck() argument
196 isNormalized(const UnicodeString& source, UNormalizationMode mode, int32_t options, UErrorCode &status) isNormalized() argument
213 concatenate(const UnicodeString &left, const UnicodeString &right, UnicodeString &result, UNormalizationMode mode, int32_t options, UErrorCode &errorCode) concatenate() argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Drenderbuffer.c450 _mesa_map_renderbuffer(struct gl_context *ctx, struct gl_renderbuffer *rb, GLuint x, GLuint y, GLuint w, GLuint h, GLbitfield mode, GLubyte **mapOut, GLint *rowStrideOut, bool flip_y) _mesa_map_renderbuffer() argument
H A Dtexstate.c173 calculate_derived_texenv( struct gl_tex_env_combine_state *state, GLenum mode, GLenum texBaseFormat ) calculate_derived_texenv() argument
423 tex_combine_translate_mode(GLenum envMode, GLenum mode) tex_combine_translate_mode() argument
[all...]
H A Dlight.c66 _mesa_ProvokingVertex(GLenum mode) in _mesa_ProvokingVertex() argument
[all...]
H A Dtexenv.c50 set_env_mode(struct gl_context *ctx, struct gl_fixedfunc_texture_unit *texUnit, GLenum mode) set_env_mode() argument
107 set_combiner_mode(struct gl_context *ctx, struct gl_fixedfunc_texture_unit *texUnit, GLenum pname, GLenum mode) set_combiner_mode() argument
[all...]
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo.h108 GLubyte mode[VBO_MAX_PRIM]; /**< primitive modes per draw */ member
/third_party/mesa3d/src/mesa/program/
H A Dprog_print.c366 reg_string(gl_register_file f, GLint index, gl_prog_print_mode mode, in reg_string() argument
516 fprint_dst_reg(FILE * f, const struct prog_dst_register *dstReg, gl_prog_print_mode mode, const struct gl_program *prog) fprint_dst_reg() argument
536 fprint_src_reg(FILE *f, const struct prog_src_register *srcReg, gl_prog_print_mode mode, const struct gl_program *prog) fprint_src_reg() argument
557 _mesa_fprint_alu_instruction(FILE *f, const struct prog_instruction *inst, const char *opcode_string, GLuint numRegs, gl_prog_print_mode mode, const struct gl_program *prog) _mesa_fprint_alu_instruction() argument
605 _mesa_fprint_instruction_opt(FILE *f, const struct prog_instruction *inst, GLint indent, gl_prog_print_mode mode, const struct gl_program *prog) _mesa_fprint_instruction_opt() argument
762 _mesa_print_instruction_opt(const struct prog_instruction *inst, GLint indent, gl_prog_print_mode mode, const struct gl_program *prog) _mesa_print_instruction_opt() argument
784 _mesa_fprint_program_opt(FILE *f, const struct gl_program *prog, gl_prog_print_mode mode, GLboolean lineNumbers) _mesa_fprint_program_opt() argument
[all...]
/third_party/mesa3d/src/intel/tools/
H A Dintel_sanitize_gpu.c324 mode_t mode; in open() local
/third_party/node/deps/icu-small/source/tools/pkgdata/
H A Dpkgtypes.h121 const char *mode; /* Mode of building */ member
/third_party/mesa3d/src/panfrost/bifrost/
H A Dcmdline.c93 sort_varyings(nir_shader *nir, nir_variable_mode mode) in sort_varyings() argument
105 fixup_varying_slots(nir_shader *nir, nir_variable_mode mode) in fixup_varying_slots() argument
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_queue.h89 enum vk_queue_submit_mode mode; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_vbo.c336 nv30_draw_arrays(struct nv30_context *nv30, unsigned mode, unsigned start, unsigned count, unsigned instance_count) global() argument
460 nv30_draw_elements(struct nv30_context *nv30, bool shorten, const struct pipe_draw_info *info, unsigned mode, unsigned start, unsigned count, unsigned instance_count, int32_t index_bias, unsigned index_size) global() argument

Completed in 15 milliseconds

1...<<31323334353637383940>>...97