HomeSort by relevance Sort by last modified time
    Searched refs:np (Results 51 - 75 of 117) sorted by null

1 23 4 5

  /external/libpcap/
nametoaddr.c 151 struct netent *np; local
153 if ((np = getnetbyname(name)) != NULL)
154 return np->n_net;
  /external/libpng/
pngset.c 903 png_sPLT_tp np; local
909 np = (png_sPLT_tp)png_malloc_warn(png_ptr,
912 if (np == NULL)
918 png_memcpy(np, info_ptr->splt_palettes,
925 png_sPLT_tp to = np + info_ptr->splt_palettes_num + i;
954 info_ptr->splt_palettes = np;
968 png_unknown_chunkp np; local
974 np = (png_unknown_chunkp)png_malloc_warn(png_ptr,
977 if (np == NULL)
984 png_memcpy(np, info_ptr->unknown_chunks
    [all...]
  /external/openssl/crypto/bn/
bn_asm.c 847 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0p, int num)
857 if (ap==bp) return bn_sqr_mont(rp,ap,np,n0p,num);
902 mul_add(c1,np[0],ml,mh,c0);
904 mul_add(c1,ml,np[0],c0);
910 mul_add(c1,np[j],ml,mh,c0);
912 mul_add(c1,ml,np[j],c0);
921 if (tp[num]!=0 || tp[num-1]>=np[num-1])
923 c0 = bn_sub_words(rp,tp,np,num);
941 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num)
986 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0p, int num
    [all...]
bn_mont.c 180 BN_ULONG *ap,*np,*rp,n0,v,*nrp; local
195 np=n->d;
226 v=bn_mul_add_words(rp,np,nl,(BN_ULONG) t1);
229 v=bn_mul_add_words(rp,np,nl,(rp[0]*n0)&BN_MASK2);
266 v=bn_sub_words(rp,ap,np,ri);
  /external/mksh/src/
eval.c 1270 char *np; /* next source component */ local
1317 strndupx(np, Xstring(*xs, xp), Xlength(*xs, xp), ATEMP);
1318 XPput(*wp, np);
1328 np = strchr(sp, '/');
1329 if (np != NULL) {
1330 se = np;
1331 odirsep = *np; /* don't assume '/', can be multiple kinds */
1332 *np++ = '\0';
1350 globit(xs, xpp, np, wp, check);
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
tran.c 250 Cell *cp, *op, **np; local
253 np = (Cell **) calloc(nsz, sizeof(Cell *));
254 if (np == NULL) /* can't do it, but can keep running. */
260 cp->cnext = np[nh];
261 np[nh] = cp;
265 tp->tab = np;
  /external/qemu/distrib/libpng-1.2.19/
pngset.c 951 png_sPLT_tp np; local
957 np = (png_sPLT_tp)png_malloc_warn(png_ptr,
959 if (np == NULL)
965 png_memcpy(np, info_ptr->splt_palettes,
972 png_sPLT_tp to = np + info_ptr->splt_palettes_num + i;
1000 info_ptr->splt_palettes = np;
1014 png_unknown_chunkp np; local
1020 np = (png_unknown_chunkp)png_malloc_warn(png_ptr,
1023 if (np == NULL)
1030 png_memcpy(np, info_ptr->unknown_chunks
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/aget_wide/
Test_aget_wide.java 94 } catch (NullPointerException np) {
  /cts/tools/vm-tests/src/dot/junit/opcodes/aput_wide/
Test_aput_wide.java 107 } catch (NullPointerException np) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_wide/
Test_aget_wide.java 80 } catch (NullPointerException np) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_wide/
Test_aput_wide.java 80 } catch (NullPointerException np) {
  /external/ipsec-tools/src/racoon/
isakmp_cfg.c 149 int np; local
193 np = packet->np;
194 while ((tlen > 0) && (np != ISAKMP_NPTYPE_NONE)) {
209 plog(LLV_DEBUG, LOCATION, NULL, "Seen payload %d\n", np);
212 switch(np) {
259 "Unexpected next payload %d\n", np);
265 np = ph->np;
1154 isakmp_cfg_send(iph1, payload, np, flags, new_exchange
    [all...]
isakmp.h 67 u_int8_t np; /* Next Payload Type */ member in struct:isakmp
158 u_int8_t np; /* Next Payload */ member in struct:isakmp_gen
  /libcore/luni/src/test/java/libcore/java/lang/
OldThrowableTest.java 127 } catch(NullPointerException np) {
  /external/clang/test/SemaCXX/
explicit.cpp 161 NotPtr np; local
164 delete np; // expected-error {{cannot delete expression of type 'Conversion::NotPtr'}}
  /external/openssl/crypto/bn/asm/
sparcv9a-mont.pl 78 $np="%i3"; # const BN_ULONG *np,
168 add $np,$num,$np
188 add $np,$j,%o5
227 std $nlo,[$np_l+$j] ! save smashed np[j] in double format
271 add $np,$j,%o5
306 std $nlo,[$np_l+$j] ! save smashed np[j] in double format
362 add $np,$j,%o5
394 std $nlo,[$np_l+$j] ! save smashed np[j] in double forma
    [all...]
ppc64-mont.pl 88 $np="r6";
96 $nap_d="r14"; # interleaved ap and np in double format
268 lwz $t4,4($np) ; load n[j] as 32-bit word pair
269 lwz $t5,0($np)
270 lwz $t6,12($np) ; load n[j+1] as 32-bit word pair
271 lwz $t7,8($np)
314 addi $np,$np,16
385 lwz $t4,4($np) ; load n[j] as 32-bit word pair
386 lwz $t5,0($np)
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/MISC/
alloca.c 183 register header *np = hp->h.next; local
187 hp = np; /* -> next header. */
  /ndk/sources/host-tools/make-3.81/
alloca.c 195 register header *np = hp->h.next; local
199 hp = np; /* -> next header. */
  /ndk/sources/host-tools/sed-4.2.1/lib/
alloca.c 177 register header *np = hp->h.next; local
181 hp = np; /* -> next header. */
  /external/openssl/crypto/conf/
conf_def.c 506 char *s,*e,*rp,*p,*rrp,*np,*cp,v; local
578 e=np=s;
583 cp=np;
588 np=e;
605 * np which is the start of the name string which is
613 p=_CONF_get_string(conf,cp,np);
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java 710 String np = extractNetworkPortionAlt(phoneNumber); local
711 return internalGetStrippedReversed(np, MIN_MATCH);
723 String np = extractNetworkPortionAlt(phoneNumber); local
725 if (np == null) return null;
727 return internalGetStrippedReversed(np, np.length());
732 * Returns null if np == null
735 internalGetStrippedReversed(String np, int numDigits) {
736 if (np == null) return null;
739 int length = np.length()
    [all...]
  /external/dhcpcd/
if-options.c 330 char *p = NULL, *np; local
639 np = strchr(p, ' ');
640 if (np == NULL) {
644 *np++ = '\0';
645 while (*np == ' ')
646 np++;
658 parse_addr(&rt->gate, NULL, np) == -1)
  /external/fsck_msdos/
dir.c 173 char *cp, *np; local
179 np = dir->lname[0] ? dir->lname : dir->name;
180 nl = strlen(np);
183 memcpy(cp, np, nl);
279 struct dirTodoNode *p, *np; local
282 for (p = pendingDirectories; p; p = np) {
283 np = p->next;
  /external/icu4c/tools/genrb/
derb.c 377 UChar *newstr, *np; local
389 for (sp = string, np = newstr; *sp; ++sp) {
392 *np++ = 0x005C;
393 *np++ = 0x006E;
397 *np++ = 0x005C;
400 *np++ = *sp;
404 *np = 0;

Completed in 1312 milliseconds

1 23 4 5