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

1 2 34 5

  /external/srec/srec/include/
front.h 54 #define NP 1025
166 int np, ns, nf, lognp; member in struct:__anon11332
170 fftdata fcscl[NF+1], framp[NP+1];
  /ndk/sources/host-tools/nawk-20071023/
awk.h 212 Node *np; member in union:rrow::__anon16989
run.c 455 Node *np; local
465 for (np = a[1]; np; np = np->nnext) {
466 y = execute(np); /* subscript */
471 if (np->nnext)
494 Node *np; local
512 for (np = a[1]; np; np = np->nnext)
    [all...]
  /external/netcat/
netcat.c 1132 register char * np; \/* net-in buf ptr *\/ local
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_quick.c 195 int np;
331 np = ISAKMP_NPTYPE_KE;
333 np = ISAKMP_NPTYPE_ID;
335 np = natoa;
336 p = set_isakmp_payload(p, iph2->nonce, np);
339 np = (idci || idcr) ? ISAKMP_NPTYPE_ID : natoa;
341 p = set_isakmp_payload(p, iph2->dhpub, np);
344 np = (idcr) ? ISAKMP_NPTYPE_ID : natoa;
346 p = set_isakmp_payload(p, iph2->id, np);
194 int np; local
    [all...]
isakmp.c 602 if (isakmp->np == ISAKMP_NPTYPE_FRAG)
648 if (isakmp->np == ISAKMP_NPTYPE_FRAG)
678 if (isakmp->np == ISAKMP_NPTYPE_FRAG)
732 if (isakmp->np == ISAKMP_NPTYPE_FRAG)
750 if (isakmp->np == ISAKMP_NPTYPE_FRAG)
1425 u_char np = np0 & 0xff; local
1512 u_char np; local
    [all...]
ipsec_doi.c     [all...]
  /external/qemu/slirp/
socket.c 88 size_t sopreprbuf(struct socket *so, struct iovec *iov, int *np)
143 if (np)
144 *np = n;
  /external/qemu/slirp-android/
socket.c 96 size_t sopreprbuf(struct socket *so, struct iovec *iov, int *np)
151 if (np)
152 *np = n;
  /frameworks/base/libs/binder/
MemoryDealer.cpp 439 const char* errs[] = {"", "| link bogus NP",
440 "| link bogus PN", "| link bogus NP+PN" };
441 int np = ((cur->next) && cur->next->prev != cur) ? 1 : 0; local
448 errs[np|pn]);
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11modes.c 765 int j, np; local
794 pf = XListPixmapFormats(SDL_Display, &np);
797 for(j = 0; j < np; j++)
800 this->hidden->visuals[i].bpp = j < np ? pf[j].bits_per_pixel : d;
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
NinePatchDrawableTest.java 442 NinePatch np = new NinePatch(bitmap, bitmap.getNinePatchChunk(), null); local
443 return new NinePatchDrawable(mResources, np);
  /bionic/libc/regex/
regcomp.c 1169 void *np; local
1172 np = realloc(cs->multis, cs->smultis);
1173 if (np == NULL) {
1180 cs->multis = np;
    [all...]
  /external/llvm/lib/Support/
regcomp.c 1177 void *np; local
1180 np = realloc(cs->multis, cs->smultis);
1181 if (np == NULL) {
1188 cs->multis = np;
    [all...]
  /frameworks/base/tools/velocityplot/
velocityplot.py 27 import numpy as np namespace
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 1169 void *np; local
1172 np = realloc(cs->multis, cs->smultis);
1173 if (np == NULL) {
1180 cs->multis = (char*)np;
    [all...]
  /external/ppp/pppd/
auth.c 2035 struct netent *np; local
    [all...]
  /external/libxml2/
xmlwriter.c 4306 xmlTextWriterNsStackEntry *np; local
    [all...]
  /external/bluetooth/bluez/test/
hciemu.c 395 evt_num_comp_pkts *np; local
407 np = (void *) ptr; ptr += EVT_NUM_COMP_PKTS_SIZE;
408 np->num_hndl = 1;
  /external/icu4c/test/intltest/
transrt.cpp 1101 Transliterator *np = pn->createInverse(status); local
    [all...]
  /external/bluetooth/bluez/src/
adapter.c 197 register int sp, np, olen; local
207 sp = np = 0;
208 while (np < size - 1 && str[sp]) {
241 dst[np++] = str[sp++];
251 if (np + olen < size - 1)
252 memcpy(dst + np, opt, olen);
253 np += olen;
262 dst[np++] = str[sp++];
266 dst[np] = '\0';
    [all...]
  /external/openssl/crypto/bn/
bn_lcl.h 485 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);
  /external/libvpx/nestegg/src/
nestegg.c 1049 ne_xiph_lace_value(unsigned char ** np)
1053 unsigned char * p = *np;
1062 *np = p;
    [all...]
  /frameworks/base/tools/orientationplot/
orientationplot.py 23 import numpy as np namespace
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/include/
gmp.h     [all...]

Completed in 1382 milliseconds

1 2 34 5