Home
last modified time | relevance | path

Searched refs:incomplete (Results 1 – 25 of 27) sorted by relevance

12

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dmrhoist.c848 set MR_First(int ck,Junction *j,set *incomplete) in MR_First() argument
850 set MR_First(ck,j,incomplete) in MR_First()
853 set *incomplete;
865 REACH(p,ck,incomplete,tokensUsed);
919 void MR_complete_set(int predDepth,set *tokensUsed,set *incomplete) in MR_complete_set() argument
921 void MR_complete_set(predDepth,tokensUsed,incomplete) in MR_complete_set()
924 set *incomplete;
934 if (set_int(*incomplete) > (unsigned) predDepth) {
961 while ( !set_nil(*incomplete) ) {
962 k2=set_int(*incomplete);
[all …]
Dfcache.c96 if (q->incomplete) fprintf(stdout," *** incomplete ***");
Dfset2.c1721 set incomplete; in MR_traceAmbSourceKclient() local
1766 incomplete=empty; in MR_traceAmbSourceKclient()
1772 TRAV(MR_AmbSourceSearchJ[i],maxk,&incomplete,t); in MR_traceAmbSourceKclient()
1776 require (set_nil(incomplete),"MR_traceAmbSourceK TRAV incomplete"); in MR_traceAmbSourceKclient()
1779 set_free(incomplete); in MR_traceAmbSourceKclient()
1942 set incomplete; local
2015 incomplete=empty;
2020 REACH(p[i],depth,&incomplete,tokensUsed);
2025 require (set_nil(incomplete),"MR_traceAmbSource REACH incomplete");
2028 set_free(incomplete);
Dgeneric.h150 int incomplete; /* only w/FOLLOW sets. Use only if complete */ member
Dfset.c189 if ( q->incomplete ) fprintf(stderr, " (incomplete)");
192 if ( !q->incomplete )
259 if ( set_nil(a) && !q->incomplete )
272 if ( q->incomplete ) fprintf(stderr, " (incomplete)");
Dmisc.c857 f->incomplete = TRUE;
927 g->incomplete = FALSE;
Dproto.h497 extern set MR_First(int ck,Junction *j,set *incomplete); /* MR10 */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
DHTMLParser.py18 incomplete = re.compile('&[a-zA-Z#]') variable
192 match = incomplete.match(rawdata, i)
Dsgmllib.py25 incomplete = re.compile('&([a-zA-Z][a-zA-Z0-9]*|#[0-9]*)?|' variable
201 match = incomplete.match(rawdata, i)
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlua.c247 static int incomplete (lua_State *L, int status) { in incomplete() function
290 if (!incomplete(L, status)) break; /* cannot try to add lines? */ in loadline()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
DHTMLParser.py17 incomplete = re.compile('&[a-zA-Z#]') variable
212 match = incomplete.match(rawdata, i)
/device/linaro/bootloader/edk2/PerformancePkg/Dp_App/
DDpStrings.uni200 #string STR_DP_STATS_NUMINCOMPLETE #language en-US "%,8d are incomplete.\n"
201 #language fr-FR "%,8d are incomplete.\n"
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/
DUefiDpLib.uni68 #string STR_DP_STATS_NUMINCOMPLETE #language en-US "%,8d are incomplete.\n"
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dchange-log.rst669 incomplete for PSCI, the TSP(D) and the Juno platform.
832 its dispatcher (TSPD) is incomplete. Similarly for the PSCI section.
834 - The Juno-specific firmware design documentation is incomplete.
986 its dispatcher (TSPD) is incomplete. Similarly for the PSCI section.
988 - The Juno-specific firmware design documentation is incomplete.
1144 its dispatcher (TSPD) is incomplete. Similarly for the PSCI section.
1300 its dispatcher (TSPD) is incomplete. Similarly for the PSCI section.
/device/google/sunfish/json-c/
DDoxyfile869 # and incomplete at the moment.
880 # feature is still experimental and incomplete at the
/device/google/crosshatch/json-c/
DDoxyfile869 # and incomplete at the moment.
880 # feature is still experimental and incomplete at the
/device/google/bonito/json-c/
DDoxyfile869 # and incomplete at the moment.
880 # feature is still experimental and incomplete at the
/device/google/coral/json-c/
DDoxyfile869 # and incomplete at the moment.
880 # feature is still experimental and incomplete at the
/device/google/redbull/json-c/
DDoxyfile869 # and incomplete at the moment.
880 # feature is still experimental and incomplete at the
/device/linaro/bootloader/edk2/StdLib/LibC/Time/
DTheory.txt425 The following is a(n incomplete) listing, arranged chronologically, of
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DCHANGES_SUMMARY.txt351 predicates is an incomplete solution.
891 reported. This may result in incomplete
DCHANGES_FROM_133_BEFORE_MR13.txt366 predicates is an incomplete solution.
1159 reported. This may result in incomplete
2447 which was off the end of the rule caused an incomplete context
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
DCHANGES_SUMMARY.txt351 predicates is an incomplete solution.
891 reported. This may result in incomplete
DCHANGES_FROM_133_before_mr13.txt366 predicates is an incomplete solution.
1159 reported. This may result in incomplete
2447 which was off the end of the rule caused an incomplete context
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
DChangeLog209 - Simplify incomplete code table filling in inflate_table()
642 - Be more strict on incomplete code sets in inflate_table() and increase

12