Searched refs:chk (Results 1 – 25 of 79) sorted by relevance
1234
/external/webkit/Tools/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/openssl/crypto/objects/ |
D | objxref.pl | 101 my ($chk) = @_; 102 if (!exists $oid_tbl{$chk}) 104 die "Not Found \"$chk\"\n";
|
/external/webkit/Tools/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/libnfc-nxp/src/ |
D | phFriNfc_LlcpMac.h | 154 pphFriNfcLlpcMac_Chk_t chk; member
|
D | phFriNfc_LlcpMac.c | 101 status = LlcpMac->LlcpMacInterface.chk(LlcpMac,ChkLlcpMac_Cb,pContext); in phFriNfc_LlcpMac_ChkLlcp()
|
D | phFriNfc_LlcpMacNfcip.c | 443 LlcpMac->LlcpMacInterface.chk = phFriNfc_LlcpMac_Nfcip_Chk; in phFriNfc_LlcpMac_Nfcip_Register()
|
/external/tcpdump/ |
D | sctpHeader.h | 84 struct sctpChunkDesc chk; member
|
/external/libxml2/ |
D | SAX2.c | 1731 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/ |
D | mk.txt | 95 chk{"чуук"}
|
D | or.txt | 90 chk{"ଚୁକୀସେ"}
|
D | brx.txt | 92 chk{"चुकेसे"}
|
D | fa.txt | 92 chk{"چوکی"}
|
D | gu.txt | 97 chk{"ચૂકીસે"}
|
D | bn.txt | 97 chk{"চুকি"}
|
D | ja.txt | 100 chk{"チューク語"}
|
D | th.txt | 97 chk{"ชูก"}
|
D | ml.txt | 97 chk{"ചൂകീസ്"}
|
D | ru.txt | 97 chk{"чукотский"}
|
D | sr.txt | 97 chk{"Чукески"}
|
D | ta.txt | 97 chk{"சூகிசே"}
|
D | ar.txt | 97 chk{"التشكيزية"}
|
D | te.txt | 97 chk{"చూకిస్"}
|
1234