Home
last modified time | relevance | path

Searched refs:chk (Results 1 – 25 of 79) sorted by relevance

1234

/external/webkit/Tools/android/flex-2.5.4a/
Dtblcmp.c310 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 …]
Dgen.c168 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 …]
Dmain.c89 int lastdfa, *nxt, *chk, *tnxt; variable
1094 chk = allocate_integer_array( current_max_xpairs ); in set_up_initial_allocations()
Dflexdef.h602 extern int lastdfa, *nxt, *chk, *tnxt;
/external/openssl/crypto/objects/
Dobjxref.pl101 my ($chk) = @_;
102 if (!exists $oid_tbl{$chk})
104 die "Not Found \"$chk\"\n";
/external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/
Ddescrip.mms215 $(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/libnfc-nxp/src/
DphFriNfc_LlcpMac.h154 pphFriNfcLlpcMac_Chk_t chk; member
DphFriNfc_LlcpMac.c101 status = LlcpMac->LlcpMacInterface.chk(LlcpMac,ChkLlcpMac_Cb,pContext); in phFriNfc_LlcpMac_ChkLlcp()
DphFriNfc_LlcpMacNfcip.c443 LlcpMac->LlcpMacInterface.chk = phFriNfc_LlcpMac_Nfcip_Chk; in phFriNfc_LlcpMac_Nfcip_Register()
/external/tcpdump/
DsctpHeader.h84 struct sctpChunkDesc chk; member
/external/libxml2/
DSAX2.c1731 int chk; in xmlSAX2StartElement() local
1733 chk = xmlValidateDtdFinal(&ctxt->vctxt, ctxt->myDoc); in xmlSAX2StartElement()
1734 if (chk <= 0) in xmlSAX2StartElement()
1736 if (chk < 0) in xmlSAX2StartElement()
2374 int chk; in xmlSAX2StartElementNs() local
2376 chk = xmlValidateDtdFinal(&ctxt->vctxt, ctxt->myDoc); in xmlSAX2StartElementNs()
2377 if (chk <= 0) in xmlSAX2StartElementNs()
2379 if (chk < 0) in xmlSAX2StartElementNs()
/external/icu4c/data/lang/
Dmk.txt95 chk{"чуук"}
Dor.txt90 chk{"ଚୁକୀସେ"}
Dbrx.txt92 chk{"चुकेसे"}
Dfa.txt92 chk{"چوکی"}
Dgu.txt97 chk{"ચૂકીસે"}
Dbn.txt97 chk{"চুকি"}
Dja.txt100 chk{"チューク語"}
Dth.txt97 chk{"ชูก"}
Dml.txt97 chk{"ചൂകീസ്"}
Dru.txt97 chk{"чукотский"}
Dsr.txt97 chk{"Чукески"}
Dta.txt97 chk{"சூகிசே"}
Dar.txt97 chk{"التشكيزية"}
Dte.txt97 chk{"చూకిస్"}

1234