/third_party/node/src/crypto/ |
H A D | crypto_rsa.cc | 126 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 D | crypto_sig.h | 114 Mode mode; member
|
/third_party/node/deps/v8/third_party/zlib/google/ |
H A D | zip_reader.h | 49 virtual void SetPosixFilePermissions(int mode) {} in SetPosixFilePermissions() argument
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | gzguts.h | 177 int mode; /* see gzip modes above */ member
|
/third_party/node/deps/zlib/google/ |
H A D | zip_reader.h | 49 virtual void SetPosixFilePermissions(int mode) {} in SetPosixFilePermissions() argument
|
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/ |
H A D | iowin32.c | 56 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 D | gzlib.c | 88 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 D | gzguts.h | 176 int mode; /* see gzip modes above */ member
|
/third_party/node/src/tracing/ |
H A D | agent.cc | 104 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 D | ea.c | 472 le32 mode; in ntfs_ea_set_wsl_not_symlink() local
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsundelete.h | 43 enum optmode mode; /* Scan / Undelete / Copy */ member
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
H A D | stdio_impl.h | 34 int mode; member
|
/third_party/node/deps/icu-small/source/common/ |
H A D | loadednormalizer2impl.cpp | 367 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 D | normlzr.cpp | 40 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 D | renderbuffer.c | 450 _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 D | texstate.c | 173 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 D | light.c | 66 _mesa_ProvokingVertex(GLenum mode) in _mesa_ProvokingVertex() argument [all...] |
H A D | texenv.c | 50 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 D | vbo.h | 108 GLubyte mode[VBO_MAX_PRIM]; /**< primitive modes per draw */ member
|
/third_party/mesa3d/src/mesa/program/ |
H A D | prog_print.c | 366 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 D | intel_sanitize_gpu.c | 324 mode_t mode; in open() local
|
/third_party/node/deps/icu-small/source/tools/pkgdata/ |
H A D | pkgtypes.h | 121 const char *mode; /* Mode of building */ member
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | cmdline.c | 93 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 D | vk_queue.h | 89 enum vk_queue_submit_mode mode; member
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_vbo.c | 336 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
|