HomeSort by relevance Sort by last modified time
    Searched refs:np (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /bionic/libc/stdlib/
getenv.c 50 const char *np; local
55 for (np = name; *np && *np != '='; ++np)
57 len = np - name;
59 for (np = name, i = len; i && *cp; i--)
60 if (*cp++ != *np++)
  /external/tcpdump/
nameser.h 240 #define DNS_QR(np) ((np)->flags1 & 0x80) /* response flag */
241 #define DNS_OPCODE(np) ((((np)->flags1) >> 3) & 0xF) /* purpose of message */
242 #define DNS_AA(np) ((np)->flags1 & 0x04) /* authoritative answer */
243 #define DNS_TC(np) ((np)->flags1 & 0x02) /* truncated message */
244 #define DNS_RD(np) ((np)->flags1 & 0x01) /* recursion desired *
    [all...]
print-snmp.c 1200 varbind_print(u_char pduid, const u_char *np, u_int length)
1210 if ((count = asn1_parse(np, length, &elem)) < 0)
1221 np = (u_char *)elem.data.raw;
1230 if ((count = asn1_parse(np, length, &elem)) < 0)
1237 vbend = np + count;
1241 np = (u_char *)elem.data.raw;
1244 if ((count = asn1_parse(np, length, &elem)) < 0)
1259 np += count;
1266 if ((count = asn1_parse(np, length, &elem)) < 0)
1287 np = vbend
    [all...]
print-lwres.c 300 const struct lwres_lwpacket *np; local
307 np = (const struct lwres_lwpacket *)bp;
308 TCHECK(np->authlength);
311 v = EXTRACT_16BITS(&np->version);
315 s = (const char *)np + EXTRACT_32BITS(&np->length);
319 response = EXTRACT_16BITS(&np->pktflags) & LWRES_LWPACKETFLAG_RESPONSE;
322 v = EXTRACT_32BITS(&np->opcode);
327 v = EXTRACT_16BITS(&np->pktflags);
333 printf("serial:0x%x", EXTRACT_32BITS(&np->serial))
    [all...]
print-domain.c 322 register const u_char *np = cp; local
351 cp = ns_nprint(np, bp);
562 register const HEADER *np; local
567 np = (const HEADER *)bp;
568 TCHECK(*np);
570 qdcount = EXTRACT_16BITS(&np->qdcount);
571 ancount = EXTRACT_16BITS(&np->ancount);
572 nscount = EXTRACT_16BITS(&np->nscount);
573 arcount = EXTRACT_16BITS(&np->arcount);
575 if (DNS_QR(np)) {
    [all...]
  /frameworks/base/libs/rs/java/Fountain/res/raw/
fountain.c 21 struct point_s * np = &p[newPart]; local
24 vec2Rand((float *)&np->delta.x, rMax);
25 np->position.x = x;
26 np->position.y = y;
27 np->color = color;
29 np++;
32 np = &p[newPart];
  /external/bluetooth/glib/glib/gnulib/
printf-parse.c 114 const char *np; local
116 for (np = cp; *np >= '0' && *np <= '9'; np++)
118 if (*np == '$')
122 for (np = cp; *np >= '0' && *np <= '9'; np++
181 const char *np; local
230 const char *np; local
    [all...]
  /external/dropbear/libtomcrypt/src/math/
multi.c 19 int np = 0; local
30 while (np--) {
37 ++np;
  /external/e2fsprogs/intl/
printf-parse.c 137 const CHAR_T *np; local
139 for (np = cp; *np >= '0' && *np <= '9'; np++)
141 if (*np == '$')
145 for (np = cp; *np >= '0' && *np <= '9'; np++
207 const CHAR_T *np; local
264 const CHAR_T *np; local
    [all...]
  /system/core/sh/
show.c 126 union node *np; local
132 for (np = cmd->ncmd.args ; np ; np = np->narg.next) {
135 sharg(np, fp);
138 for (np = cmd->ncmd.redirect ; np ; np = np->nfile.next)
    [all...]
  /external/openssl/crypto/bn/asm/
armv4-mont.pl 29 $np="r3";
47 # np permanently resides in r3
78 ldr $nj,[$np],#4 @ np[0],np++
86 umlal $alo,$nlo,$nj,$n0 @ np[0]*n0+"t[0]"
94 ldr $nj,[$np],#4 @ np[j],np++
96 umlal $nlo,$nhi,$nj,$n0 @ np[j]*n
    [all...]
ppc-mont.pl 84 $np="r6";
152 $LD $nj,0($np) ; np[0]
159 $UMULL $lo1,$nj,$m1 ; np[0]*m1
161 $LD $nj,$BNSZ($np) ; np[1]
165 $UMULL $nlo,$nj,$m1 ; np[1]*m1
174 $LDX $nj,$np,$j ; np[j]
180 $UMULL $nlo,$nj,$m1 ; np[j]*m
    [all...]
sparcv9-mont.pl 49 $np="%i3"; # const BN_ULONG *np,
105 ld [$np],$car1 ! np[0]
107 ld [$np+4],$npj ! np[1]
120 mulx $car1,$mul1,$car1 ! np[0]*"t[0]"*n0
121 mulx $npj,$mul1,$acc1 !prologue! np[1]*"t[0]"*n0
124 ld [$np+8],$npj !prologue!
135 ld [$np+$j],$npj ! np[j
    [all...]
armv4-mont.s 27 ldr r6,[r3],#4 @ np[0],np++
35 umlal r10,r12,r6,r8 @ np[0]*n0+"t[0]"
43 ldr r6,[r3],#4 @ np[j],np++
45 umlal r12,r14,r6,r8 @ np[j]*n0
64 sub r3,r3,r7 @ "rewind" np to &np[1]
67 ldr r6,[r3,#-4] @ np[0]
76 umlal r10,r12,r6,r8 @ np[0]*n0+"tp[0]
    [all...]
s390x-mont.pl 42 $np="%r5"; # const BN_ULONG *np,
97 lg $nlo,0($np) #
98 mlgr $nhi,$mn0 # np[0]*m1
114 lg $nlo,0($j,$np)
115 mlgr $nhi,$mn0 # np[j]*m1
144 lg $nlo,0($np) # np[0]
145 mlgr $nhi,$mn0 # np[0]*m1
163 lg $nlo,0($j,$np)
    [all...]
x86_64-mont.pl 35 $np="%rcx"; # const BN_ULONG *np,
86 mulq ($np) # np[0]*m1
98 mov ($np,$j,8),%rax
101 mulq $m1 # np[j]*m1
105 add $lo0,%rax # np[j]*m1+ap[j]*bp[0]
134 mulq ($np,$j,8) # np[0]*m1
148 mov ($np,$j,8),%ra
    [all...]
alpha-mont.pl 22 $np="a3"; # const BN_ULONG *np,
84 ldq $hi1,0($np) # np[0]
86 ldq $nj,8($np)
105 s8addq $j,$np,$nj
132 s8addq $j,$np,$nj
165 ldq $hi1,($np)
166 ldq $nj,8($np)
199 s8addq $j,$np,$nj #U
    [all...]
  /bootable/bootloader/legacy/usbloader/
usbloader.c 86 unsigned *np = newtags; local
93 *np++ = 2;
94 *np++ = 0x54410001;
112 *np++ = *tags++;
120 *np++ = 4;
121 *np++ = 0x54420005;
122 *np++ = ramdisk_addr;
123 *np++ = ramdisk_size;
132 char *str = (char*) (np + 2);
147 len = ((str - ((char*) (np + 2))) + 3) / 4
    [all...]
  /external/openssl/crypto/
sparcv9cap.c 14 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)
16 int bn_mul_mont_fpu(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num);
17 int bn_mul_mont_int(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num);
21 return bn_mul_mont_fpu(rp,ap,bp,np,n0,num);
23 return bn_mul_mont_int(rp,ap,bp,np,n0,num);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BitmapFactory_Delegate.java 63 byte[] np = bm.getNinePatchChunk();
64 final boolean isNinePatch = np != null && NinePatch.isNinePatchChunk(np);
75 np = nativeScaleNinePatch(np, scale, outPadding);
76 bm.setNinePatchChunk(np);
  /external/openssl/crypto/lhash/
lhash.c 312 LHASH_NODE **n,**n1,**n2,*np; local
324 for (np= *n1; np != NULL; )
327 hash=np->hash;
329 hash=lh->hash(np->data);
335 np->next= *n2;
336 *n2=np;
340 np= *n1;
368 LHASH_NODE **n,*n1,*np; local
370 np=lh->b[lh->p+lh->pmax-1]
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Macintosh/
alloca.c 162 register header *np = hp->h.next; local
166 hp = np; /* -> next header */
  /external/bluetooth/bluez/src/
main.c 235 register int sp, np, olen; local
245 sp = np = 0;
246 while (np < size - 1 && str[sp]) {
279 dst[np++] = str[sp++];
289 if (np + olen < size - 1)
290 memcpy(dst + np, opt, olen);
291 np += olen;
300 dst[np++] = str[sp++];
304 dst[np] = '\0';
  /frameworks/base/graphics/java/android/graphics/drawable/
Drawable.java 699 byte[] np = bm.getNinePatchChunk();
700 if (np == null || !NinePatch.isNinePatchChunk(np)) {
701 np = null;
704 return drawableFromBitmap(res, bm, np, pad, srcName);
    [all...]
  /libcore/luni/src/main/java/java/util/
PropertyPermissionCollection.java 46 Permission np = new PropertyPermission(perm.getName(), local
48 permissions.put(perm.getName(), np); local

Completed in 1332 milliseconds

1 2 3 4