| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | nconf.c | 1011 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 D | symbol.c | 896 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 D | lkc_proto.h | 34 P(sym_re_search,struct symbol **,(const char *pattern));
|
| H A D | lex.zconf.c_shipped | 703 /* Done after the current pattern has been matched and before the
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | get_maintainer.pl | 704 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 D | kernel-doc | 2264 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 D | nsk2hdx_ecmflt.c | 321 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 D | utopia.c | 97 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 D | xt_string.h | 12 char pattern[XT_STRING_MAX_PATTERN_SIZE]; member
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | bspOneUtopia.dxyfile | 580 # 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 D | bsp.dxyfile | 579 # 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 D | scc.h | 169 unsigned char pattern; member
|
| /utopia/UTPA2-700.0.x/modules/graphic/drv/ge/ |
| H A D | drvGE.h | 1123 GE_Result MDrv_GE_SetLinePattern(GE_Context *pGECtx, MS_BOOL enable, MS_U8 pattern, GE_LinePatRep e…
|
| H A D | drvGE.c | 1603 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 D | mvideo_context.h | 1137 …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 D | mvideo.c.0 | 2217 /// 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 D | mdrv_sc_display.c.0 | 367 ///enable/diable output black pattern by mode 434 ///enable/diable output black pattern
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/ |
| H A D | dtc-lexer.lex.c_shipped | 365 /* Done after the current pattern has been matched and before the
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/ |
| H A D | lex.c_shipped | 436 /* Done after the current pattern has been matched and before the
|
| /utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/ |
| H A D | apiVDEC_EX.c.0 | 15105 /// 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…
|