Home
last modified time | relevance | path

Searched defs:mode (Results 1426 - 1450 of 11467) sorted by relevance

1...<<51525354555657585960>>...459

/third_party/backends/sanei/
H A Dsanei_udp.c192 u_long mode=nonblock; in sanei_udp_set_nonblock() local
/third_party/curl/docs/examples/
H A Dthreaded-ssl.c52 static void lock_callback(int mode, int type, char *file, int line) in lock_callback() argument
/third_party/curl/lib/
H A Dcurl_multibyte.c119 FILE *curlx_win32_fopen(const char *filename, const char *mode) in curlx_win32_fopen() argument
162 int curlx_win32_access(const char *path, int mode) in curlx_win32_access() argument
/third_party/cups-filters/cupsfilters/
H A Dimage-sgi.h46 int mode, /* File open mode */ member
/third_party/icu/icu4c/source/test/perf/ubrkperf/
H A Dubrkperf.h27 ICUBreakFunction(const char *locale, const char *mode, const UChar *file, int32_t file_len) : in ICUBreakFunction() argument
63 ICUIsBound(const char *locale, const char *mode, const UChar *file, int32_t file_len) : in ICUIsBound() argument
90 ICUForward(const char *locale, const char *mode, const UChar *file, int32_t file_len) : in ICUForward() argument
/third_party/FreeBSD/sys/crypto/rijndael/
H A Drijndael-api-fst.c70 int rijndael_cipherInit(cipherInstance *cipher, BYTE mode, char *IV) { in rijndael_cipherInit() argument
[all...]
H A Drijndael-api-fst.h52 u_int8_t mode; /* MODE_ECB, MODE_CBC, or MODE_CFB1 */ member
/third_party/NuttX/fs/vfs/
H A Dfs_open.c115 static int do_creat(struct Vnode *parentNode, char *fullpath, mode_t mode, struct Vnode **node) in do_creat() argument
145 int fp_open(int dirfd, const char *path, int oflags, mode_t mode) in fp_open() argument
318 int do_open(int dirfd, const char *path, int oflags, mode_t mode) in do_open() argument
352 mode_t mode = DEFAULT_FILE_MODE; /* File read-write properties. */ in open() local
365 mode_t mode = DEFAULT_FILE_MODE; /* File read-write properties. */ open64() local
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dnortrans.cpp63 UNormalization2Mode mode = (UNormalization2Mode)uprv_strchr(name, 0)[1]; in _create() local
H A Dname2uni.cpp139 int32_t mode = 0; in handleTransliterate() local
[all...]
/third_party/icu/icu4c/source/common/unicode/
H A Dnormlzr.h785 quickCheck(const UnicodeString& source, UNormalizationMode mode, UErrorCode &status) quickCheck() argument
792 isNormalized(const UnicodeString& source, UNormalizationMode mode, UErrorCode &status) isNormalized() argument
[all...]
/third_party/libsnd/tests/
H A Dwin32_test.c107 int fd, mode, flags ; in show_fstat_error() local
172 int fd, mode, flags ; in show_lseek_error() local
229 int fd, mode, flags ; show_stat_fstat_error() local
[all...]
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-genaes.h86 enum enum_aes_modes mode; member
H A Dlws-gpio.h53 void (*mode)(_lws_plat_gpio_t gpio, int flags); member
/third_party/ltp/include/
H A Dtst_safe_posix_ipc.h33 mode_t mode; in safe_mq_open() local
/third_party/ltp/testcases/kernel/fs/doio/
H A Dopen_flags.c239 char *openflags2symbols(int openflags, char *sep, int mode) in openflags2symbols() argument
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dswapchain9.h51 D3DDISPLAYMODEEX *mode; member
/third_party/mesa3d/src/gallium/tests/graw/
H A Dfs-fragcoord.c103 set_fragment_shader(int mode) in set_fragment_shader() argument
222 init(int mode) in init() argument
240 int mode = argc > 1 ? atoi(argv[1]) : 0; in main() local
/third_party/mesa3d/src/glx/tests/
H A Dfake_glx_screen.h71 fake_glx_context(struct glx_screen *psc, struct glx_config *mode) in fake_glx_context() argument
105 fake_glx_context_direct(struct glx_screen *psc, struct glx_config *mode) in fake_glx_context_direct() argument
111 static glx_context *create(struct glx_screen *psc, struct glx_config *mode, in create() argument
120 create_attribs(struct glx_screen *psc, struct glx_config *mode, struct glx_context *shareList, unsigned num_attribs, const uint32_t *attribs, unsigned *error) create_attribs() argument
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_clip_unfilled.c399 emit_primitives( struct brw_clip_compile *c, GLuint mode, bool do_offset ) emit_primitives() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_blend.c79 svga_translate_blend_func(unsigned mode) in svga_translate_blend_func() argument
/third_party/node/src/crypto/
H A Dcrypto_dsa.cc81 AdditionalConfig( CryptoJobMode mode, const FunctionCallbackInfo<Value>& args, unsigned int* offset, DsaKeyPairGenConfig* params) AdditionalConfig() argument
H A Dcrypto_hkdf.cc43 AdditionalConfig( CryptoJobMode mode, const FunctionCallbackInfo<Value>& args, unsigned int offset, HKDFConfig* params) AdditionalConfig() argument
H A Dcrypto_keygen.cc33 AdditionalConfig( CryptoJobMode mode, const FunctionCallbackInfo<Value>& args, unsigned int* offset, NidKeyPairGenConfig* params) AdditionalConfig() argument
60 AdditionalConfig( CryptoJobMode mode, const FunctionCallbackInfo<Value>& args, unsigned int* offset, SecretKeyGenConfig* params) AdditionalConfig() argument
H A Dcrypto_random.cc37 AdditionalConfig( CryptoJobMode mode, const FunctionCallbackInfo<Value>& args, unsigned int offset, RandomBytesConfig* params) AdditionalConfig() argument
86 AdditionalConfig( CryptoJobMode mode, const FunctionCallbackInfo<Value>& args, unsigned int offset, RandomPrimeConfig* params) AdditionalConfig() argument
177 AdditionalConfig( CryptoJobMode mode, const FunctionCallbackInfo<Value>& args, unsigned int offset, CheckPrimeConfig* params) AdditionalConfig() argument

Completed in 11 milliseconds

1...<<51525354555657585960>>...459