Searched refs:ilen (Results 1 - 15 of 15) sorted by relevance

/external/libxml2/include/libxml/
H A Dnanohttp.h37 int ilen);
45 int ilen);
/external/tremolo/Tremolo/
H A Dbitwise.c731 int ilen=(rand()%32),k; local
735 if(ilen>count2)ilen=count2;
742 orl->length=ilen;
745 for(k=0;k<ilen;k++)
748 count2-=ilen;
759 int ilen=(rand()%(TESTWORDS-begin)); local
767 for(;j<begin+ilen;j++)
792 for(j=begin;j<begin+ilen;j++){
796 j-begin,ilen);
[all...]
/external/libnfc-nci/src/nfc/ndef/
H A Dndef_utils.c582 UINT8 *NDEF_MsgGetFirstRecById (UINT8 *p_msg, UINT8 *p_id, UINT8 ilen) argument
614 if ( (id_len == ilen) && (!memcmp (p_rec, p_id, ilen)) )
639 UINT8 *NDEF_MsgGetNextRecById (UINT8 *p_cur_rec, UINT8 *p_id, UINT8 ilen) argument
675 if ( (id_len == ilen) && (!memcmp (p_rec, p_id, ilen)) )
844 int ilen = (id_len == 0) ? 0 : 1; local
853 recSize = payload_len + 2 + type_len + plen + ilen + id_len;
876 if (ilen != 0)
891 if (ilen >
940 INT32 ilen = (id_len == 0) ? 0 : 1; local
[all...]
/external/speex/libspeex/
H A Dresample.c808 spx_uint32_t ilen; local
820 ilen = *in_len;
823 mem[j] = mem[j+ilen];
855 spx_uint32_t ilen = *in_len; local
865 while (ilen && olen) {
866 spx_uint32_t ichunk = (ilen > xlen) ? xlen : ilen;
877 ilen -= ichunk;
884 *in_len -= ilen;
898 spx_uint32_t ilen local
[all...]
/external/tcpdump/
H A Dprint-esp.c350 int ilen, rlen; local
368 ilen = strlen(icookie);
374 || ilen!=18
380 init, icookie, ilen, rcookie, rlen);
/external/libnfc-nci/src/nfc/include/
H A Dndef_utils.h197 EXPORT_NDEF_API extern UINT8 *NDEF_MsgGetFirstRecById (UINT8 *p_msg, UINT8 *p_id, UINT8 ilen);
209 EXPORT_NDEF_API extern UINT8 *NDEF_MsgGetNextRecById (UINT8 *p_cur_rec, UINT8 *p_id, UINT8 ilen);
/external/libxml2/
H A Dnanohttp.c1337 * @ilen: input length
1350 const char *headers, int ilen ) {
1406 ilen = 0;
1474 snprintf(p, blen - (p - bp), "Content-Length: %d\r\n\r\n", ilen );
1502 xmt_bytes = xmlNanoHTTPSend( ctxt, input, ilen );
1504 if ( xmt_bytes != ilen )
1507 xmt_bytes, ilen,
1511 xmlNanoHTTPSend( ctxt, input, ilen );
1592 * @ilen: input length
1604 char **contentType, const char *headers, int ilen) {
1603 xmlNanoHTTPMethod(const char *URL, const char *method, const char *input, char **contentType, const char *headers, int ilen) argument
[all...]
/external/mksh/src/
H A Dmisc.c1850 size_t ilen, olen, nlen, elen; local
1868 * ilen = part of current_wd before wp[0]
1873 ilen = cp - current_wd;
1876 elen = strlen(current_wd + ilen + olen) + 1;
1877 dir = allocd = alloc(ilen + nlen + elen, ATEMP);
1878 memcpy(dir, current_wd, ilen);
1879 memcpy(dir + ilen, wp[1], nlen);
1880 memcpy(dir + ilen + nlen, current_wd + ilen + olen, elen);
/external/valgrind/lackey/
H A Dlk_main.c665 UInt ilen = 0; local
730 ilen = st->Ist.IMark.len;
938 condition_inverted = (dst == iaddr + ilen);
/external/valgrind/coregrind/m_debuginfo/
H A Dreaddwarf.c3601 /* Show the instructions in instrs[0 .. ilen-1]. */
3602 static void show_CF_instructions ( DiCursor instrs, Int ilen, argument
3608 if (i >= ilen) break;
3615 /* Run the CF instructions in instrs[0 .. ilen-1], until the end is
3621 UnwindContext* ctx, DiCursor instrs, Int ilen,
3636 if (i >= ilen) break;
3686 Int ilen; member in struct:__anon19970
3700 cie->ilen = 0;
4000 the_CIEs[this_CIE].ilen = ML_(cur_minus)(ciefde_start, data)
4004 VG_(printf)("cie.ilen
3619 run_CF_instructions( DebugInfo* di, Bool record, UnwindContext* ctx, DiCursor instrs, Int ilen, UWord fde_arange, const UnwindContext* restore_ctx, const AddressDecodingInfo* adi ) argument
[all...]
/external/svox/pico/lib/
H A Dpicokdt.c1308 picoos_uint8 ilen; local
1323 ((ilen = picobase_det_utf8_length(inval[0])) == 0) || /* invalid? */
1324 (ilen > invalmaxlen)) { /* not accessible? */
1326 "ilen: %d",
1327 dt->inpmaptable[pos-1], imtnr, invalmaxlen, ilen));
1377 if (ilen == tlen) {
1379 for (j = 0; cont && (j < ilen); j++) {
1384 if (cont && (j == ilen)) { /* match found */
/external/ppp/pppd/
H A Dsys-solaris.c2503 strioctl(fd, cmd, ptr, ilen, olen)
2504 int fd, cmd, ilen, olen;
2511 str.ic_len = ilen;
/external/curl/lib/vtls/
H A Dopenssl.c2256 int i, ilen; local
2258 if((ilen = (int)len) < 0)
2261 i = i2t_ASN1_OBJECT(buf, ilen, a);
2263 if(i >= ilen)
/external/libgdx/gdx/jni/gdx2d/
H A Dstb_image.h516 STBIDEF int stbi_zlib_decode_buffer(char *obuffer, int olen, const char *ibuffer, int ilen);
519 STBIDEF int stbi_zlib_decode_noheader_buffer(char *obuffer, int olen, const char *ibuffer, int ilen);
3867 STBIDEF int stbi_zlib_decode_buffer(char *obuffer, int olen, char const *ibuffer, int ilen) argument
3871 a.zbuffer_end = (stbi_uc *) ibuffer + ilen;
3894 STBIDEF int stbi_zlib_decode_noheader_buffer(char *obuffer, int olen, const char *ibuffer, int ilen) argument
3898 a.zbuffer_end = (stbi_uc *) ibuffer + ilen;
/external/libgdx/backends/gdx-backend-lwjgl3/libs/
H A Dlwjgl.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/lwjgl/ org/lwjgl/egl/ org/lwjgl/glfw/ org/ ...

Completed in 555 milliseconds