Searched refs:chk (Results 1 – 25 of 41) sorted by relevance
12
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
D | tblcmp.c | 310 chk = reallocate_integer_array( chk, current_max_xpairs ); in expand_nxt_chk() 312 zero_out( (char *) (chk + old_max), in expand_nxt_chk() 381 if ( chk[i - 1] == 0 ) 384 if ( chk[i] == 0 ) 414 ptr_to_last_entry_in_state = &chk[i + numecs + 1]; 416 for ( chk_ptr = &chk[i + 1]; 439 zero_out( (char *) chk, (size_t) (current_max_xpairs * sizeof( int )) ); in inittbl() 480 chk[tblend] = jamstate; in mkdeftbl() 485 chk[tblend + i] = jamstate; in mkdeftbl() 578 for ( ++baseaddr; chk[baseaddr] != 0; ++baseaddr ) [all …]
|
D | gen.c | 168 chk[tblend + 1] = numecs + 1; in genctbl() 169 chk[tblend + 2] = 1; /* anything but EOB */ in genctbl() 182 chk[offset] = EOB_POSITION; in genctbl() 183 chk[offset - 1] = ACTION_POSITION; in genctbl() 189 if ( chk[i] == EOB_POSITION ) in genctbl() 192 else if ( chk[i] == ACTION_POSITION ) in genctbl() 195 else if ( chk[i] > numecs || chk[i] == 0 ) in genctbl() 199 transition_struct_out( chk[i], in genctbl() 200 base[nxt[i]] - (i - chk[i]) ); in genctbl() 205 transition_struct_out( chk[tblend + 1], nxt[tblend + 1] ); in genctbl() [all …]
|
D | main.c | 89 int lastdfa, *nxt, *chk, *tnxt; variable 1094 chk = allocate_integer_array( current_max_xpairs ); in set_up_initial_allocations()
|
D | flexdef.h | 602 extern int lastdfa, *nxt, *chk, *tnxt;
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/ |
D | descrip.mms | 215 $(FLEX_EXEC) $(FLEX_FLAGS) $(COMPRESSION) scan.l > scan.chk 216 diff_/Output=_NL:/Maximum_Diff=1 scan.c scan.chk 233 @- $(REMOVE) scan.c;*,scan.chk;* 282 @- if f$search("scan.chk").nes."" then $(REMOVE) scan.chk;*
|
/external/tcpdump/ |
D | sctpHeader.h | 84 struct sctpChunkDesc chk; member
|
/external/libxml2/ |
D | SAX2.c | 1702 int chk; in xmlSAX2StartElement() local 1704 chk = xmlValidateDtdFinal(&ctxt->vctxt, ctxt->myDoc); in xmlSAX2StartElement() 1705 if (chk <= 0) in xmlSAX2StartElement() 1707 if (chk < 0) in xmlSAX2StartElement() 2287 int chk; in xmlSAX2StartElementNs() local 2289 chk = xmlValidateDtdFinal(&ctxt->vctxt, ctxt->myDoc); in xmlSAX2StartElementNs() 2290 if (chk <= 0) in xmlSAX2StartElementNs() 2292 if (chk < 0) in xmlSAX2StartElementNs()
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/ |
D | diffs | 244 /* special chk[] values marking the slots taking by end-of-buffer and action 260 /* special chk[] values marking the slots taking by end-of-buffer and action
|
/external/icu4c/data/locales/ |
D | id.txt | 300 chk{"Chuuke"}
|
D | ar.txt | 1264 chk{"التشكيزية"}
|
D | ja.txt | 1446 chk{"チューク語"}
|
D | zh_Hant.txt | 1240 chk{"處奇斯文"}
|
D | mt.txt | 384 chk{"Ċukese"}
|
D | nn.txt | 392 chk{"chuukesisk"}
|
D | ko.txt | 1408 chk{"추크어"}
|
D | uk.txt | 1348 chk{"чуукська"}
|
D | zh.txt | 1480 chk{"楚吾克文"}
|
D | th.txt | 1402 chk{"ชูกิส"}
|
D | ru.txt | 1448 chk{"чукотский"}
|
D | et.txt | 1166 chk{"tšuugi"}
|
D | is.txt | 970 chk{"sjúkíska"}
|
D | da.txt | 1336 chk{"chuukese"}
|
D | it.txt | 1379 chk{"chuukese"}
|
D | de.txt | 1356 chk{"Trukesisch"}
|
D | pl.txt | 1314 chk{"truk"}
|
12