/external/chromium_org/third_party/openssl/openssl/crypto/objects/ |
obj_lib.c | 69 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...] |
/external/libmtp/src/ |
util.c | 75 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/ |
obj_lib.c | 69 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...] |
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
asn_moid.c | 115 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, p - ln) [all...] |
tasn_prn.c | 491 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/openssl/crypto/asn1/ |
asn_moid.c | 115 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, p - ln) [all...] |
/external/chromium_org/third_party/icu/source/tools/pkgdata/ |
pkgtypes.c | 29 int32_t ln = 0; local 56 ln += (int32_t)uprv_strlen(l->str); 61 if(ln > 60 && brk) { 62 ln = 0;
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/ |
bn_sqr.c | 210 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);
|
bn_mul.c | 399 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/icu4c/tools/pkgdata/ |
pkgtypes.c | 29 int32_t ln = 0; local 56 ln += (int32_t)uprv_strlen(l->str); 61 if(ln > 60 && brk) { 62 ln = 0;
|
/external/openssl/crypto/bn/ |
bn_sqr.c | 210 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);
|
bn_mul.c | 399 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...] |
/bionic/libc/unistd/ |
exec.c | 137 int cnt, lp, ln, len; local 179 ln = strlen(name); 186 if (lp + ln + 2 > (int)sizeof(buf)) { 200 memcpy(buf + lp + 1, name, ln); 201 buf[lp + ln + 1] = '\0';
|
/external/chromium_org/third_party/openssl/openssl/crypto/txt_db/ |
txt_db.c | 76 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/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/ |
nasmlib.c | 177 size_t ln=strlen(*str); local 180 if (ln>1 && (*str)[ln-1]==q && (q=='"' || q=='\'')) 185 p = nasm_malloc(ln+3); 188 p[ln+1] = p[0] = q; 189 p[ln+2] = 0;
|
/external/libvorbis/lib/ |
window.c | 2112 long ln=blocksizes[lW]; local [all...] |
floor0.c | 36 int ln; member in struct:__anon23841 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,
|
/external/openssl/crypto/txt_db/ |
txt_db.c | 76 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/ |
SDL_epocevents.cpp | 320 TPtrC ln = reader->Current(); local 321 TLex line(ln);
|
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
prog_statevars.c | 94 const GLuint ln = (GLuint) state[1]; local 98 COPY_4V(value, ctx->Light.Light[ln].Ambient); 101 COPY_4V(value, ctx->Light.Light[ln].Diffuse); 104 COPY_4V(value, ctx->Light.Light[ln].Specular); 107 COPY_4V(value, ctx->Light.Light[ln].EyePosition); 110 value[0] = ctx->Light.Light[ln].ConstantAttenuation; 111 value[1] = ctx->Light.Light[ln].LinearAttenuation; 112 value[2] = ctx->Light.Light[ln].QuadraticAttenuation; 113 value[3] = ctx->Light.Light[ln].SpotExponent; 116 COPY_3V(value, ctx->Light.Light[ln].SpotDirection) 169 const GLuint ln = (GLuint) state[1]; local 503 const GLuint ln = (GLuint) state[2]; local 511 const GLuint ln = (GLuint) state[2]; local 518 const GLuint ln = (GLuint) state[2]; local 526 const GLuint ln = (GLuint) state[2]; local [all...] |
/external/mesa3d/src/mesa/program/ |
prog_statevars.c | 94 const GLuint ln = (GLuint) state[1]; local 98 COPY_4V(value, ctx->Light.Light[ln].Ambient); 101 COPY_4V(value, ctx->Light.Light[ln].Diffuse); 104 COPY_4V(value, ctx->Light.Light[ln].Specular); 107 COPY_4V(value, ctx->Light.Light[ln].EyePosition); 110 value[0] = ctx->Light.Light[ln].ConstantAttenuation; 111 value[1] = ctx->Light.Light[ln].LinearAttenuation; 112 value[2] = ctx->Light.Light[ln].QuadraticAttenuation; 113 value[3] = ctx->Light.Light[ln].SpotExponent; 116 COPY_3V(value, ctx->Light.Light[ln].SpotDirection) 169 const GLuint ln = (GLuint) state[1]; local 503 const GLuint ln = (GLuint) state[2]; local 511 const GLuint ln = (GLuint) state[2]; local 518 const GLuint ln = (GLuint) state[2]; local 526 const GLuint ln = (GLuint) state[2]; local [all...] |
/external/valgrind/main/callgrind/ |
debug.c | 380 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);
|
/system/core/toolbox/grep/ |
util.c | 191 struct str ln; local 221 ln.file = grep_malloc(strlen(fn) + 1); 222 strcpy(ln.file, fn); 223 ln.line_no = 0; 224 ln.len = 0; 226 ln.off = -1; 229 ln.off += ln.len + 1; 230 if ((ln.dat = grep_fgetln(f, &ln.len)) == NULL || ln.len == 0 [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/evp/ |
encode.c | 238 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/eigen/Eigen/src/OrderingMethods/ |
Amd.h | 100 k2, k3, jlast, ln, dense, nzmax, mindeg = 0, nvi, nvj, nvk, mark, wnvi, local 220 ln = len[k] - elenk; /* length of list of nodes in k */ 226 ln = len[e]; /* length of list of nodes in e */ 228 for(k2 = 1; k2 <= ln; k2++) 353 ln = len[i]; 355 for(p = Cp[i]+1; p <= Cp[i] + ln-1; p++) w[Ci[p]] = mark; 359 ok = (len[j] == ln) && (elen[j] == eln); 360 for(p = Cp[j] + 1; ok && p <= Cp[j] + ln - 1; p++)
|