Home
last modified time | relevance | path

Searched defs:str (Results 126 – 150 of 2042) sorted by relevance

12345678910>>...82

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86PM.c44 eventName(pmEvent event, const char **str) in eventName()
208 const char *str = NULL; in xf86HandlePMEvents() local
/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dfd.c19 char str[sizeof("1234567890\0")]; member
22 static void *fd_init(char *str, int device, const struct chan_opts *opts) in fd_init()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/MediaUI/common/
H A Dcommonfunction.cpp85 QString str = ""; in print_info() local
140 QString str; in UTF82GBK() local
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/music/common/
H A Dcommonfunction.cpp83 QString str = ""; in print_info() local
138 QString str; in UTF82GBK() local
/OK3568_Linux_fs/kernel/sound/firewire/dice/
H A Ddice-midi.c86 struct snd_rawmidi_str *str) in set_midi_substream_names()
109 struct snd_rawmidi_str *str; in snd_dice_create_midi() local
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/video/common/
H A Dcommonfunction.cpp85 QString str = ""; in print_info() local
140 QString str; in UTF82GBK() local
/OK3568_Linux_fs/u-boot/tools/gdb/
H A Dserial.c25 char *str; member
52 cvtspeed(char *str) in cvtspeed()
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Dplanetcore.c54 const char *str = planetcore_get_key(table, key); in planetcore_get_decimal() local
64 const char *str = planetcore_get_key(table, key); in planetcore_get_hex() local
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dzconf.l49 static void append_string(const char *str, int size) in append_string()
63 static void alloc_string(const char *str, int size) in alloc_string()
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dzconf.l49 static void append_string(const char *str, int size) in append_string()
63 static void alloc_string(const char *str, int size) in alloc_string()
H A Dconf.c57 static void strip(char *str) in strip()
75 static void xfgets(char *str, int size, FILE *in) in xfgets()
426 const char *str; in check_conf() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_print.c57 void __drm_puts_coredump(struct drm_printer *p, const char *str) in __drm_puts_coredump()
145 void __drm_puts_seq_file(struct drm_printer *p, const char *str) in __drm_puts_seq_file()
183 void drm_puts(struct drm_printer *p, const char *str) in drm_puts()
/OK3568_Linux_fs/u-boot/lib/avb/libavb/
H A Davb_sha512.c52 #define UNPACK32(x, str) \ argument
60 #define UNPACK64(x, str) \ argument
72 #define PACK64(str, x) \ argument
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A DRkAiqCalibDb.cpp458 string str(iqFile); in createCalibDb() local
514 string str(iqFileRef); in generateCalibDb() local
624 std::string str(iqFile); in getCalibDb() local
694 string str(iqFile); in parseXmlandWriteXml() local
H A Dtinyxml2.cpp98 void StrPair::SetStr( const char* str, int flags ) in SetStr()
425 bool XMLUtil::ToInt( const char* str, int* value ) in ToInt()
432 bool XMLUtil::ToUnsigned( const char* str, unsigned *value ) in ToUnsigned()
439 bool XMLUtil::ToBool( const char* str, bool* value ) in ToBool()
458 bool XMLUtil::ToFloat( const char* str, float* value ) in ToFloat()
466 bool XMLUtil::ToDouble( const char* str, double* value ) in ToDouble()
585 void XMLNode::SetValue( const char* str, bool staticMem ) in SetValue()
1509 XMLComment* XMLDocument::NewComment( const char* str ) in NewComment()
1518 XMLText* XMLDocument::NewText( const char* str ) in NewText()
1527 XMLDeclaration* XMLDocument::NewDeclaration( const char* str ) in NewDeclaration()
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/mte/
H A Dcheck_ksm_options.c26 static unsigned long read_sysfs(char *str) in read_sysfs()
41 static void write_sysfs(char *str, unsigned long val) in write_sysfs()
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dpath.c25 static int prepend(char **buffer, int buflen, const char *str, int namelen) in prepend()
200 char *str = NULL; in aa_path_name() local
/OK3568_Linux_fs/kernel/drivers/iommu/
H A Dirq_remapping.c48 static __init int setup_nointremap(char *str) in setup_nointremap()
55 static __init int setup_irqremap(char *str) in setup_irqremap()
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dlexer.l56 static void append_string(const char *str, int size) in append_string()
70 static void alloc_string(const char *str, int size) in alloc_string()
H A Dconf.c59 static void strip(char *str) in strip()
77 static void xfgets(char *str, int size, FILE *in) in xfgets()
428 const char *str; in check_conf() local
/OK3568_Linux_fs/app/QLauncher/
H A Dxdgdesktopfile.cpp99 QString &doUnEscape(QString& str, const QHash<QChar,QChar> &repl) in doUnEscape()
125 QString &unEscape(QString& str) in unEscape()
177 QString &unEscapeExec(QString& str) in unEscapeExec()
688 void replaceVar(QString &str, const QString &varName, const QString &after) in replaceVar()
758 QString expandEnvVariables(const QString str) in expandEnvVariables()
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Drefcount.h45 #define REFCOUNT_WARN(cond, str) (void)(cond) argument
48 #define REFCOUNT_WARN(cond, str) BUG_ON(cond) argument
/OK3568_Linux_fs/kernel/sound/firewire/oxfw/
H A Doxfw-midi.c127 struct snd_rawmidi_str *str) in set_midi_substream_names()
151 struct snd_rawmidi_str *str; in snd_oxfw_create_midi() local
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/tests/kutf/
H A Dkutf_helpers_user.c93 static int find_quoted_string_valid_len(const char *str) in find_quoted_string_valid_len()
106 const char *str) in kutf_helper_userdata_enqueue()
436 char *str = kutf_mempool_alloc(&context->fixture_pool, sizeof(DUMMY_MSG)); in kutf_helper_receive_check_val() local
/OK3568_Linux_fs/kernel/drivers/media/platform/sti/delta/
H A Ddelta-mjpeg-dec.c28 unsigned char str[3000]; member
34 char *str, unsigned int len) in ipc_open_param_str()
52 char *str, unsigned int len) in ipc_decode_param_str()

12345678910>>...82