Searched defs:ln (Results 1 - 25 of 34) sorted by relevance

12

/external/libmtp/src/
H A Dutil.c75 uint32_t ln, lc; local
83 ln = ( remain > 16 ) ? 16 : remain;
85 for (i = 0; i < ln; i++) {
90 if ( ln < 16 ) {
91 int width = ((16-ln)/2)*5 + (2*(ln%2));
96 for (i = 0; i < ln; i++) {
104 remain -= ln;
105 dump_boundry += ln;
/external/openssl/crypto/objects/
H A Dobj_lib.c69 char *ln=NULL,*sn=NULL; local
92 r->ln=r->sn=NULL;
93 if (o->ln != NULL)
95 i=strlen(o->ln)+1;
96 ln=OPENSSL_malloc(i);
97 if (ln == NULL) goto err;
98 memcpy(ln,o->ln,i);
99 r->ln=ln;
[all...]
H A Dobj_dat.c85 DECLARE_OBJ_BSEARCH_CMP_FN(const ASN1_OBJECT *, unsigned int, ln);
109 { return(strcmp((*a)->ln,nid_objs[*b].ln)); }
111 IMPLEMENT_OBJ_BSEARCH_CMP_FN(const ASN1_OBJECT *, unsigned int, ln);
133 ret=lh_strhash(a->ln);
168 if (a->ln == NULL) return(-1);
169 else if (b->ln == NULL) return(1);
170 else return(strcmp(a->ln,b->ln));
261 if (o->ln !
783 OBJ_create(const char *oid, const char *sn, const char *ln) argument
[all...]
/external/openssl/crypto/asn1/
H A Dasn_moid.c115 char *ln, *ostr, *p, *lntmp; local
119 ln = name;
124 ln = NULL;
131 nid = OBJ_create(ostr, name, ln);
138 ln = value;
139 while(isspace((unsigned char)*ln)) ln++;
143 if (p == ln)
148 lntmp = OPENSSL_malloc((p - ln) + 1);
151 memcpy(lntmp, ln,
[all...]
H A Da_object.c306 * for ->sn or ->ln */
333 ret->ln=NULL;
361 ret->ln=NULL;
373 if (a->ln != NULL) OPENSSL_free((void *)a->ln);
375 a->sn=a->ln=NULL;
388 const char *sn, const char *ln)
393 o.ln=ln;
387 ASN1_OBJECT_create(int nid, unsigned char *data, int len, const char *sn, const char *ln) argument
H A Dtasn_prn.c491 const char *ln; local
492 ln = OBJ_nid2ln(OBJ_obj2nid(oid));
493 if(!ln)
494 ln = "";
496 if (BIO_printf(out, "%s (%s)", ln, objbuf) <= 0)
/external/icu4c/tools/pkgdata/
H A Dpkgtypes.c29 int32_t ln = 0; local
56 ln += (int32_t)uprv_strlen(l->str);
61 if(ln > 60 && brk) {
62 ln = 0;
H A Dpkgdata.cpp520 #define LN_CMD "ln -s"
1662 int32_t ln=0; /* line number */ local
1678 ln++;
1680 fprintf(stderr, "%s:%d - line too long (over %d chars)\n", l->str, (int)ln, (int)lineMax);
1714 l->str, (int)ln);
1721 l->str, (int)ln, (int)(lineNext-line), (*lineNext)?*lineNext:'0');
/external/libvorbis/lib/
H A Dwindow.c2112 long ln=blocksizes[lW]; local
2115 long leftbegin=n/4-ln/4;
2116 long leftend=leftbegin+ln/2;
H A Dfloor0.c36 int ln; member in struct:__anon8127
124 float scale=look->ln/toBARK(info->rate/2.f);
136 if(val>=look->ln)val=look->ln-1; /* guard against the approximation */
149 look->ln=info->barkmap;
208 look->ln,
H A Dlsp.c65 void vorbis_lsp_to_curve(float *curve,int *map,int n,int ln,float *lsp,int m, argument
68 float wdel=M_PI/ln;
140 void vorbis_lsp_to_curve(float *curve,int *map,int n,int ln,float *lsp,int m, argument
158 long wi=vorbis_coslook_i(k*65536/ln);
248 void vorbis_lsp_to_curve(float *curve,int *map,int n,int ln,float *lsp,int m, argument
251 float wdel=M_PI/ln;
H A Dfloor1.c642 int ln=loneighbor[sortpos]; local
646 if(memo[ln]!=hn){
648 int lsortpos=look->reverse_index[ln];
650 memo[ln]=hn;
654 int lx=info->postlist[ln];
656 int ly=post_Y(fit_valueA,fit_valueB,ln);
686 fit_valueB[ln]=ly0;
687 if(ln==0)fit_valueA[ln]=ly0;
701 if(loneighbor[j]==ln)
724 int ln=look->loneighbor[i-2]; local
806 int ln=look->loneighbor[i-2]; local
[all...]
/external/openssl/crypto/bn/
H A Dbn_sqr.c210 BN_ULONG ln,lo,*p; local
278 ln=(lo+c1)&BN_MASK2;
279 *p=ln;
283 if (ln < (BN_ULONG)c1)
288 ln=(lo+1)&BN_MASK2;
289 *p=ln;
290 } while (ln == 0);
H A Dbn_mul.c399 BN_ULONG ln,lo,*p; local
530 ln=(lo+c1)&BN_MASK2;
531 *p=ln;
535 if (ln < (BN_ULONG)c1)
540 ln=(lo+1)&BN_MASK2;
541 *p=ln;
542 } while (ln == 0);
555 BN_ULONG ln,lo,*p; local
706 ln=(lo+c1)&BN_MASK2;
707 *p=ln;
[all...]
/external/openssl/crypto/txt_db/
H A Dtxt_db.c76 long ln=0; local
116 ln++;
160 fprintf(stderr,"wrong number of fields on line %ld (looking for field %d, got %d, '%s' left)\n",ln,num,n,f);
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
H A DSDL_epocevents.cpp320 TPtrC ln = reader->Current(); local
321 TLex line(ln);
/external/openssl/crypto/evp/
H A Dencode.c238 int seof= -1,eof=0,rv= -1,ret=0,i,v,tmp,n,ln,exp_nl; local
243 ln=ctx->line_num;
254 if (ln >= 80) { rv= -1; goto end; }
264 ln++;
284 ln = 0;
292 ln=0;
353 ctx->line_num=ln;
/external/ppp/pppd/plugins/radius/
H A Davpair.c692 int rc_avpair_tostr (VALUE_PAIR *pair, char *name, int ln, char *value, int lv) argument
706 strncpy(name, pair->name, (size_t) ln);
/external/tremolo/Tremolo/
H A Dfloor0.c145 void vorbis_lsp_to_curve(ogg_int32_t *curve,int n,int ln, argument
160 ogg_uint32_t imap= (1UL<<31) / ln;
172 ogg_uint32_t nextbark=((tBnyq1<<11)/ln)>>12;
335 if(map+1<ln){
338 nextbark=((tBnyq1<<11)/ln*(map+1))>>12;
352 if(map>=ln){
353 map=ln-1; /* guard against the approximation */
/external/valgrind/main/callgrind/
H A Ddebug.c380 int ln, i=0, opos=0; local
387 CLG_(get_debug_info)(addr, fl_buf, fn_buf, &ln, &di);
406 if (ln>0)
407 VG_(printf)(" (%s:%u)", fl_buf,ln);
/external/libcap-ng/libcap-ng-0.7/utils/
H A Dnetcap.c162 char line[256], ln[256], *s, *e; local
169 snprintf(ln, 256, "%s/%s", buf, ent->d_name);
170 if ((llen = readlink(ln, line, sizeof(line)-1)) < 0)
/external/libnfc-nci/src/nfc/int/
H A Dce_int.h52 UINT32 ln; member in struct:__anon7884
/external/libnfc-nci/src/nfc/tags/
H A Drw_t3t.c567 UINT32 ln; local
600 /* If starting NDEF write: set WriteF=ON, and ln=current ndef length */
604 ln = p_cb->ndef_attrib.ln;
606 /* If finishing NDEF write: set WriteF=OFF, and ln=new ndef len */
610 ln = p_cb->ndef_msg_len;
614 UINT8_TO_STREAM (p, (ln>>16) & 0xFF); /* High byte (of 3) of Ln */
615 UINT8_TO_STREAM (p, (ln>>8) & 0xFF); /* Middle byte (of 3) of Ln */
616 UINT8_TO_STREAM (p, (ln) & 0xFF); /* Low byte (of 3) of Ln */
813 ndef_bytes_remaining = p_cb->ndef_attrib.ln
[all...]
/external/linux-tools-perf/util/
H A Dprobe-event.c373 struct line_node *ln; local
428 list_for_each_entry(ln, &lr->line_list, list) {
429 for (; ln->line > l; l++) {
H A Dprobe-finder.c73 struct line_node *ln; local
77 list_for_each_entry_reverse(ln, head, list) {
78 if (ln->line < line) {
79 p = &ln->list;
81 } else if (ln->line == line) /* Already exist */
88 ln = zalloc(sizeof(struct line_node));
89 if (ln == NULL)
91 ln->line = line;
92 INIT_LIST_HEAD(&ln->list);
93 list_add(&ln
100 struct line_node *ln; local
119 struct line_node *ln; local
[all...]

Completed in 448 milliseconds

12