Home
last modified time | relevance | path

Searched refs:pattern (Results 1 – 20 of 20) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dnconf.c1011 char pattern[256]; member
1028 bzero(state->pattern, sizeof(state->pattern)); in do_match()
1035 state->pattern[strlen(state->pattern)] = c; in do_match()
1036 state->pattern[strlen(state->pattern)] = '\0'; in do_match()
1038 *ans = get_mext_match(state->pattern, in do_match()
1042 *ans = get_mext_match(state->pattern, in do_match()
1046 *ans = get_mext_match(state->pattern, in do_match()
1049 state->pattern[strlen(state->pattern)-1] = '\0'; in do_match()
1056 bzero(state->pattern, sizeof(state->pattern)); in do_match()
1077 .pattern = "", in conf()
[all …]
H A Dsymbol.c896 struct symbol **sym_re_search(const char *pattern) in sym_re_search() argument
904 if (strlen(pattern) == 0) in sym_re_search()
906 if (regcomp(&re, pattern, REG_EXTENDED|REG_NOSUB|REG_ICASE)) in sym_re_search()
H A Dlkc_proto.h34 P(sym_re_search,struct symbol **,(const char *pattern));
H A Dlex.zconf.c_shipped703 /* Done after the current pattern has been matched and before the
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dget_maintainer.pl704 my ($file, $pattern) = @_;
705 if (substr($pattern, -1) eq "/") {
706 if ($file =~ m@^$pattern@) {
710 if ($file =~ m@^$pattern@) {
712 my $s2 = ($pattern =~ tr@/@@);
1268 my $pattern = $VCS_cmds{"commit_pattern"};
1270 $commits = grep(/$pattern/, @lines); # of commits
H A Dkernel-doc2264 foreach my $pattern (keys %highlights) {
2266 $dohighlight .= "\$contents =~ s:$pattern:$highlights{$pattern}:gs;\n";
/utopia/UTPA2-700.0.x/modules/dscmb/api/nsk2hdi/
H A Dnsk2hdx_ecmflt.c321 MS_U8 pattern[16], mask[16], nmask[16]; in NSK2HDX_RequestEcm() local
328 memset(pattern,0x0,16); in NSK2HDX_RequestEcm()
443 MApi_DMX_SectPatternSet(DmxIdSect, pattern, mask, nmask, 16); in NSK2HDX_RequestEcm()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux/
H A Dutopia.c97 static unsigned int UtopiaParserBootArg(char* source,char* pattern,unsigned int size) in UtopiaParserBootArg() argument
127 pFindString=strstr(sCmdline,pattern); in UtopiaParserBootArg()
131 printu("[utopia info] can't serch %s in bootargs \n",pattern); in UtopiaParserBootArg()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/netfilter/
H A Dxt_string.h12 char pattern[XT_STRING_MAX_PATTERN_SIZE]; member
/utopia/UTPA2-700.0.x/projects/build/
H A DbspOneUtopia.dxyfile580 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
640 # for example use the pattern */test/*
659 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
688 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
689 # basis. Doxygen will compare the file name with each pattern and apply the
691 # pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further
H A Dbsp.dxyfile579 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
639 # for example use the pattern */test/*
658 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
687 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
688 # basis. Doxygen will compare the file name with each pattern and apply the
690 # pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dscc.h169 unsigned char pattern; member
/utopia/UTPA2-700.0.x/modules/graphic/drv/ge/
H A DdrvGE.h1123 GE_Result MDrv_GE_SetLinePattern(GE_Context *pGECtx, MS_BOOL enable, MS_U8 pattern, GE_LinePatRep e…
H A DdrvGE.c1603 GE_Result MDrv_GE_SetLinePattern(GE_Context *pGECtx,MS_BOOL enable, MS_U8 pattern, GE_LinePatRep eR… in MDrv_GE_SetLinePattern() argument
1617 … u16style |= ((pattern & GE_LINEPAT_MASK) | ((eRep << GE_LINEPAT_REP_SHFT) & GE_LINEPAT_REP_MASK)); in MDrv_GE_SetLinePattern()
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/include/
H A Dmvideo_context.h1137 …turnValue MDrv_SC_Set_OP1_TestPattern(void *pInstance, EN_XC_OP1_PATTERN pattern, EN_XC_OP1_PATGEN…
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmvideo.c.02217 /// This function will enable/diable output black pattern
2307 /// This function will enable/diable output black pattern by mode
2375 /// This function will enable/diable output black pattern
12738 /// @param ePattern \b IN: select test pattern
12836 /// @param bEnable \b IN: enable/disable OP2 pattern
13527 /// @param bEnable \b IN: enable/disable white balance test pattern
13528 /// @param u16R_CR_Data \b IN: when enable white balance test pattern ,Data Generator …
13529 /// @param u16G_Y_Data \b IN: when enable white balance test pattern ,Data Generator …
13530 /// @param u16B_CB_Data \b IN: when enable white balance test pattern ,Data Generator …
H A Dmdrv_sc_display.c.0367 ///enable/diable output black pattern by mode
434 ///enable/diable output black pattern
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddtc-lexer.lex.c_shipped365 /* Done after the current pattern has been matched and before the
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dlex.c_shipped436 /* Done after the current pattern has been matched and before the
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c.015105 /// Get the information of the least length of pattern used for specific function
15107 /// @param pFrmInfo \b IN : the information of the least length of pattern used for specific functi…
20308 /// Generate a special pattern to work with specific functions
20345 /// Get the information of the least length of pattern used for specific function
20347 /// @param pFrmInfo \b IN : the information of the least length of pattern used for specific functi…