HomeSort by relevance Sort by last modified time
    Searched refs:np (Results 176 - 200 of 255) sorted by null

1 2 3 4 5 6 78 91011

  /external/chromium_org/third_party/icu/source/tools/genrb/
derb.c 347 UChar *newstr, *np; local
359 for (sp = string, np = newstr; *sp; ++sp) {
362 *np++ = 0x005C;
363 *np++ = 0x006E;
367 *np++ = 0x005C;
370 *np++ = *sp;
374 *np = 0;
  /external/dhcpcd/
if-options.c 334 char *p = NULL, *np; local
648 np = strchr(p, ' ');
649 if (np == NULL) {
653 *np++ = '\0';
654 while (*np == ' ')
655 np++;
667 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/icu/icu4c/source/tools/genrb/
derb.c 347 UChar *newstr, *np; local
359 for (sp = string, np = newstr; *sp; ++sp) {
362 *np++ = 0x005C;
363 *np++ = 0x006E;
367 *np++ = 0x005C;
370 *np++ = *sp;
374 *np = 0;
  /external/chromium_org/third_party/skia/tests/
LListTest.cpp 293 Iter np = next; np.prev(); local
297 // Similarly, np should match prev unless next originally walked off the tail.
298 REPORTER_ASSERT(reporter, np.get() == prev.get() || NULL == next.get());
  /external/skia/tests/
LListTest.cpp 293 Iter np = next; np.prev(); local
297 // Similarly, np should match prev unless next originally walked off the tail.
298 REPORTER_ASSERT(reporter, np.get() == prev.get() || NULL == next.get());
  /external/srec/srec/include/
front.h 54 #define NP 1025
166 int np, ns, nf, lognp; member in struct:__anon14795
170 fftdata fcscl[NF+1], framp[NP+1];
  /ndk/sources/host-tools/nawk-20071023/
awk.h 212 Node *np; member in union:rrow::__anon23033
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...]
  /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/bluetooth/bluedroid/bta/jv/
bta_jv_api.c 722 UINT8 *p, *np, *op, type;
738 np = sdpu_get_len_from_type(p, type, &len);
739 p = np + len;
752 hdr_len = np - op;
757 memcpy(TLVs[num_services++], np, len);
    [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;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
msvccompiler.py 197 np = os.path.normpath(p)
199 if np not in reduced_paths:
200 reduced_paths.append(np)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
msvccompiler.py 197 np = os.path.normpath(p)
199 if np not in reduced_paths:
200 reduced_paths.append(np)
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
NinePatchDrawableTest.java 348 NinePatch np = new NinePatch(bitmap, bitmap.getNinePatchChunk(), null); local
349 return new NinePatchDrawable(mResources, np);
  /external/chromium_org/third_party/boringssl/src/crypto/bn/
generic.c 1102 const BN_ULONG *np, const BN_ULONG *n0p, int num) {
1111 if (ap==bp) return bn_sqr_mont(rp,ap,np,n0p,num);
1155 mul_add(c1, np[0], ml, mh, c0);
1157 mul_add(c1, ml, np[0], c0);
1162 mul_add(c1, np[j], ml, mh, c0);
1164 mul_add(c1, ml, np[j], c0);
1173 if (tp[num] != 0 || tp[num - 1] >= np[num - 1]) {
1174 c0 = bn_sub_words(rp, tp, np, num);
internal.h 211 const BN_ULONG *np, const BN_ULONG *n0, int num);
  /external/ipsec-tools/src/racoon/
isakmp.c 605 if (isakmp->np == ISAKMP_NPTYPE_FRAG)
651 if (isakmp->np == ISAKMP_NPTYPE_FRAG)
681 if (isakmp->np == ISAKMP_NPTYPE_FRAG)
735 if (isakmp->np == ISAKMP_NPTYPE_FRAG)
753 if (isakmp->np == ISAKMP_NPTYPE_FRAG)
1422 u_char np = np0 & 0xff; local
1509 u_char np; local
    [all...]
  /frameworks/native/libs/binder/
MemoryDealer.cpp 443 const char* errs[] = {"", "| link bogus NP",
444 "| link bogus PN", "| link bogus NP+PN" };
445 int np = ((cur->next) && cur->next->prev != cur) ? 1 : 0; local
452 errs[np|pn]);
  /external/mdnsresponder/mDNSCore/
DNSCommon.c 1576 const mDNSu8 * np = name->c; local
2070 mDNSu8 *np = name->c; \/\/ Name pointer local
    [all...]
  /external/openssl/crypto/bn/asm/
ppc64-mont.pl 105 $np="r6";
113 $nap_d="r22"; # interleaved ap and np in double format
301 lwz $t4,4($np) ; load n[j] as 32-bit word pair
302 lwz $t5,0($np)
303 lwz $t6,12($np) ; load n[j+1] as 32-bit word pair
304 lwz $t7,8($np)
311 lwz $t4,0($np) ; load n[j..j+3] as 32-bit word pairs
312 lwz $t5,4($np)
313 lwz $t6,8($np)
314 lwz $t7,12($np)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11modes.c 800 int j, np; local
830 pf = XListPixmapFormats(SDL_Display, &np);
833 for(j = 0; j < np; j++)
836 this->hidden->visuals[i].bpp = j < np ? pf[j].bits_per_pixel : d;
    [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
lparser.c 503 if (fs->np >= f->sizep) {
505 luaM_growvector(L, f->p, fs->np, f->sizep, Proto *, MAXARG_Bx, "functions");
508 f->p[fs->np++] = clp = luaF_newproto(L);
522 init_exp(v, VRELOCABLE, luaK_codeABx(fs, OP_CLOSURE, 0, fs->np - 1));
538 fs->np = 0;
567 luaM_reallocvector(L, f->p, f->sizep, fs->np, Proto *);
568 f->sizep = fs->np;
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
lexical_cast.hpp 620 numpunct const& np = BOOST_USE_FACET(numpunct, loc); local
621 std::string const grouping = np.grouping();
631 CharT thousands_sep = np.thousands_sep();
701 numpunct const& np = BOOST_USE_FACET(numpunct, loc);
702 std::string const& grouping = np.grouping();
711 CharT const thousands_sep = np.thousands_sep();
991 numpunct const& np = BOOST_USE_FACET(numpunct, loc); local
    [all...]

Completed in 2269 milliseconds

1 2 3 4 5 6 78 91011