HomeSort by relevance Sort by last modified time
    Searched defs:np (Results 101 - 125 of 215) sorted by null

1 2 3 45 6 7 8 9

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
tupleobject.c 397 register PyTupleObject *np; local
412 np = (PyTupleObject *)PyTuple_New(len);
413 if (np == NULL)
416 dest = np->ob_item;
422 return (PyObject *)np;
441 PyTupleObject *np; local
452 np = (PyTupleObject *) PyTuple_New(size);
453 if (np == NULL) {
457 dest = np->ob_item;
464 dest = np->ob_item + Py_SIZE(a);
479 PyTupleObject *np; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
tupleobject.c 395 register PyTupleObject *np; local
410 np = (PyTupleObject *)PyTuple_New(len);
411 if (np == NULL)
414 dest = np->ob_item;
420 return (PyObject *)np;
439 PyTupleObject *np; local
450 np = (PyTupleObject *) PyTuple_New(size);
451 if (np == NULL) {
455 dest = np->ob_item;
462 dest = np->ob_item + Py_SIZE(a);
477 PyTupleObject *np; local
    [all...]
  /external/ImageMagick/coders/
sixel.c 627 static void sixel_node_del(sixel_output_t *const context, sixel_node_t *np)
631 if ((tp = context->node_top) == np) {
632 context->node_top = np->next;
637 if (tp->next == np) {
638 tp->next = np->next;
645 np->next = context->node_free;
646 context->node_free = np;
650 sixel_node_t *np, int ncolors, int keycolor)
656 if (context->active_palette != np->color) {
658 "#%d", np->color)
690 sixel_node_t *np, *tp, top; local
    [all...]
  /external/boringssl/src/crypto/fipsmodule/bn/
exponentiation.c 128 const BN_ULONG *np, const BN_ULONG *n0, int num,
133 const BN_ULONG *np, const BN_ULONG *n0, int num, int power);
135 const BN_ULONG *not_used, const BN_ULONG *np,
1116 BN_ULONG *np; local
1128 for (np = am.d + top, i = 0; i < top; i++) {
1129 np[i] = mont->N.d[i];
1134 bn_mul_mont(tmp.d, am.d, am.d, np, n0, top);
1139 bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
1144 bn_mul_mont_gather5(tmp.d, am.d, powerbuf, np, n0, top, i - 1);
1147 bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top)
    [all...]
  /external/clang/test/SemaCXX/
destructor.cpp 196 struct NP {};
251 NP* np = new NP(); local
252 delete np;
255 NP* np = new NP[4]; local
256 delete[] np;
  /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/i18n/
number_patternstring.cpp 646 UnicodeString np = properties.negativePrefix; local
788 if (!np.isBogus() || !ns.isBogus() || (npp.isBogus() && !nsp.isBogus()) ||
794 sb.append(AffixUtils::escape(UnicodeStringCharSequence(np)));
  /external/ipsec-tools/src/racoon/
isakmp_cfg.c 147 int np; local
191 np = packet->np;
192 while ((tlen > 0) && (np != ISAKMP_NPTYPE_NONE)) {
207 plog(LLV_DEBUG, LOCATION, NULL, "Seen payload %d\n", np);
210 switch(np) {
257 "Unexpected next payload %d\n", np);
263 np = ph->np;
1115 isakmp_cfg_send(iph1, payload, np, flags, new_exchange
    [all...]
isakmp.c 609 if (isakmp->np == ISAKMP_NPTYPE_FRAG)
655 if (isakmp->np == ISAKMP_NPTYPE_FRAG)
685 if (isakmp->np == ISAKMP_NPTYPE_FRAG)
739 if (isakmp->np == ISAKMP_NPTYPE_FRAG)
757 if (isakmp->np == ISAKMP_NPTYPE_FRAG)
1424 u_char np = np0 & 0xff; local
1511 u_char np; local
    [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
  /external/one-true-awk/
awk.h 212 Node *np; member in union:rrow::__anon30864
run.c 456 Node *np; local
466 for (np = a[1]; np; np = np->nnext) {
467 y = execute(np); /* subscript */
472 if (np->nnext)
495 Node *np; local
513 for (np = a[1]; np; np = np->nnext)
    [all...]
  /external/python/cpython2/Objects/
tupleobject.c 397 register PyTupleObject *np; local
412 np = (PyTupleObject *)PyTuple_New(len);
413 if (np == NULL)
416 dest = np->ob_item;
422 return (PyObject *)np;
441 PyTupleObject *np; local
452 np = (PyTupleObject *) PyTuple_New(size);
453 if (np == NULL) {
457 dest = np->ob_item;
464 dest = np->ob_item + Py_SIZE(a)
479 PyTupleObject *np; local
    [all...]
  /external/python/cpython3/Objects/
tupleobject.c 404 PyTupleObject *np; local
419 np = (PyTupleObject *)PyTuple_New(len);
420 if (np == NULL)
423 dest = np->ob_item;
429 return (PyObject *)np;
448 PyTupleObject *np; local
459 np = (PyTupleObject *) PyTuple_New(size);
460 if (np == NULL) {
464 dest = np->ob_item;
471 dest = np->ob_item + Py_SIZE(a)
486 PyTupleObject *np; local
    [all...]
  /external/v8/src/compiler/
loop-analysis.cc 280 uint32_t* np = &new_backward[i * new_width]; local
282 for (int j = 0; j < width_; j++) np[j] = op[j];
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RulesEngine.java 412 NodeProxy np = (NodeProxy) parent; local
413 if (np.getNode() != null && np.getNode().getDescriptor() != null) {
414 ElementDescriptor descriptor = np.getNode().getDescriptor();
416 targetNode = np;
    [all...]
  /system/core/logd/
LogKlog.cpp 782 char* np = newstr; local
785 *np = convertKernelPrioToAndroidPrio(pri);
786 ++np;
789 memcpy(np, tag, taglen);
790 np += taglen;
791 *np = '\0';
792 ++np;
795 memcpy(np, p, b);
796 np[b] = '\0';
  /toolchain/binutils/binutils-2.27/gas/config/
tc-spu.c 632 const char *np = get_reg (param, &tmp_insn, arg, 0);
634 if (np)
635 syntax_error_param = np;
630 const char *np = get_reg (param, &tmp_insn, arg, 0); local
  /toolchain/binutils/binutils-2.27/libiberty/
alloca.c 182 register header *np = hp->h.next; local
186 hp = np; /* -> next header. */
  /toolchain/binutils/binutils-2.27/opcodes/
opc2c.c 281 char * np = name; local
287 *np++ = op->id[i++];
291 *np = 0;
  /external/dhcpcd-6.8.2/
if-options.c 639 char *p = NULL, *fp, *np, **nconf; local
1077 fp = np = strwhite(p);
1078 if (np == NULL) {
1083 *np++ = '\0';
1084 np = strskipwhite(np);
1101 parse_addr(ctx, &rt->gate, NULL, np) == -1)
    [all...]
  /external/icu/icu4c/source/test/intltest/
transrt.cpp 1105 Transliterator *np = pn->createInverse(status); local
    [all...]
  /external/llvm/lib/Support/
regcomp.c 1215 void *np; local
1218 np = realloc(cs->multis, cs->smultis);
1219 if (np == NULL) {
1226 cs->multis = np;
    [all...]
  /external/mksh/src/
eval.c 1602 char *np; \/* next source component *\/ local
    [all...]
  /external/swiftshader/third_party/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...]

Completed in 781 milliseconds

1 2 3 45 6 7 8 9