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

1 2 34 5 6 7 8 9

  /external/mmc-utils/
mmc.c 183 char *np; local
184 np = strrchr(programname,'/');
185 if(!np)
186 np = programname;
188 np++;
190 return np;
215 static void help(char *np)
221 print_help(np, cp, BASIC_HELP);
223 printf("\n\t%s help|--help|-h\n\t\tShow the help.\n",np);
224 printf("\n\t%s <cmd> --help\n\t\tShow detailed help for a command or subset of commands.\n",np);
    [all...]
  /external/syslinux/com32/lua/src/
lparser.h 106 int np; /* number of elements in `p' */ member in struct:FuncState
  /external/syslinux/core/lwip/src/core/snmp/
msg_in.c 154 struct snmp_name_ptr np; local
158 np = msg_ps->ext_name_ptr;
161 en->get_object_def_a(request_id, np.ident_len, np.ident, &msg_ps->ext_object_def);
170 en->get_object_def_pc(request_id, np.ident_len, np.ident);
247 struct snmp_name_ptr np; local
261 msg_ps->vb_ptr->ident + 4, &np);
272 msg_ps->ext_name_ptr = np;
274 en->get_object_def_q(en->addr_inf, request_id, np.ident_len, np.ident)
532 struct snmp_name_ptr np; local
585 struct snmp_name_ptr np; local
625 struct snmp_name_ptr np; local
720 struct snmp_name_ptr np; local
    [all...]
  /external/tcpdump/
print-domain.c 326 register const u_char *np = cp; local
352 cp = ns_nprint(ndo, np, bp);
580 register const HEADER *np; local
585 np = (const HEADER *)bp;
586 ND_TCHECK(*np);
588 qdcount = EXTRACT_16BITS(&np->qdcount);
589 ancount = EXTRACT_16BITS(&np->ancount);
590 nscount = EXTRACT_16BITS(&np->nscount);
591 arcount = EXTRACT_16BITS(&np->arcount);
593 if (DNS_QR(np)) {
    [all...]
print-lwres.c 295 const struct lwres_lwpacket *np; local
302 np = (const struct lwres_lwpacket *)bp;
303 ND_TCHECK(np->authlength);
306 v = EXTRACT_16BITS(&np->version);
310 s = (const char *)np + EXTRACT_32BITS(&np->length);
314 response = EXTRACT_16BITS(&np->pktflags) & LWRES_LWPACKETFLAG_RESPONSE;
317 v = EXTRACT_32BITS(&np->opcode);
322 v = EXTRACT_16BITS(&np->pktflags);
328 ND_PRINT((ndo, "serial:0x%x", EXTRACT_32BITS(&np->serial)))
    [all...]
  /external/tensorflow/tensorflow/compiler/jit/graphcycles/
graphcycles_test.cc 404 int np = g_.FindPath(x, y, kPathSize, path); local
406 for (int i = 0; i < np; i++) {
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/
Quad.java 97 PointF np = new PointF(height * (dp.y / len), height * (dp.x / len)); local
98 PointF p2 = new PointF(topLeft.x - np.x, topLeft.y + np.y);
99 PointF p3 = new PointF(topRight.x - np.x, topRight.y + np.y);
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DefaultFocusHighlightTest.java 326 NinePatch np = new NinePatch(bitmap, bitmap.getNinePatchChunk(), null); local
327 NinePatchDrawable ninePatchDrawable = new NinePatchDrawable(res, np);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
structseq.c 74 PyTupleObject *np; local
83 np = (PyTupleObject *)PyTuple_New(high-low);
84 if (np == NULL)
89 PyTuple_SET_ITEM(np, i-low, v);
91 return (PyObject *) np;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
structseq.c 74 PyTupleObject *np; local
83 np = (PyTupleObject *)PyTuple_New(high-low);
84 if (np == NULL)
89 PyTuple_SET_ITEM(np, i-low, v);
91 return (PyObject *) np;
  /external/boringssl/src/crypto/conf/
conf.c 202 char *s, *e, *rp, *rrp, *np, *cp, v; local
281 e = np = s;
286 cp = np;
291 np = e;
307 // np which is the start of the name string which is
314 p = NCONF_get_string(conf, cp, np);
  /external/clang/test/SemaCXX/
cxx1y-generic-lambdas.cpp 327 char (*np)(const char*, int, const char*, double, const char*, int) = N;
328 np("\n3 = ", 3, "\n6.14 = ", 6.14, "\n4'123'456 = ", 4'123'456);
347 char (*np)(const char*, int, const char*, double, const char*, int) = N;
348 np("\n3 = ", 3, "\n6.14 = ", 6.14, "\n4'123'456 = ", 4'123'456);
375 char (*np)(const char*, int, const char*, double, const char*, int) = N;
376 np("\n3 = ", 3, "\n6.14 = ", 6.14, "\n4'123'456 = ", 4'123'456);
411 char (*np)(const char*, int, const char*, double, const char*, int) = N;
412 np("\n3 = ", 3, "\n6.14 = ", 6.14, "\n4'123'456 = ", 4'123'456);
448 char (*np)(const char*, int, const char*, double, const char*, int) = O;
449 np("\n3 = ", 3, "\n6.14 = ", 6.14, "\n4'123'456 = ", 4'123'456)
561 char (*np)(const char*, int, const char*, double, const char*, int) = O; member in namespace:nested_non_capturing_lambda_tests::at_ns_scope
687 char (*np)(const char*, int, const char*, double, const char*, int) = O; member in namespace:nested_non_capturing_lambda_tests::at_ns_scope_within_class_member
729 char (*np)(const char*, int, const char*, double, const char*, int) = O; member in namespace:nested_non_capturing_lambda_tests::at_ns_scope_within_class_template_member
    [all...]
explicit.cpp 215 NotPtr np; local
218 delete np; // expected-error {{converting delete expression from type 'NotPtr' to type 'int *' invokes an explicit conversion function}}
  /external/icu/android_icu4j/src/main/java/android/icu/impl/number/
PatternStringUtils.java 52 String np = properties.getNegativePrefix(); local
189 if (np != null || ns != null || (npp == null && nsp != null)
194 AffixUtils.escape(np, sb);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
PatternStringUtils.java 50 String np = properties.getNegativePrefix(); local
187 if (np != null || ns != null || (npp == null && nsp != null)
192 AffixUtils.escape(np, sb);
  /external/ipsec-tools/src/racoon/
isakmp_inf.c 138 u_int8_t np;
178 np = gen->np;
181 if (isakmp->np != ISAKMP_NPTYPE_HASH) {
275 s_isakmp_nptype(np));
314 s_isakmp_nptype(gen->np));
602 d->h.np = ISAKMP_NPTYPE_NONE;
666 d->h.np = ISAKMP_NPTYPE_NONE;
752 n->h.np = ISAKMP_NPTYPE_NONE;
814 n->h.np = ISAKMP_NPTYPE_NONE
137 u_int8_t np; local
    [all...]
  /external/libpng/
pngset.c 1073 png_sPLT_tp np; local
1081 np = png_voidcast(png_sPLT_tp,png_realloc_array(png_ptr,
1083 sizeof *np));
1085 if (np == NULL)
1094 info_ptr->splt_palettes = np;
1097 np += info_ptr->splt_palettes_num;
1112 np->depth = entries->depth;
1118 np->name = png_voidcast(png_charp, png_malloc_base(png_ptr, length));
1120 if (np->name == NULL)
1123 memcpy(np->name, entries->name, length)
1203 png_unknown_chunkp np; local
    [all...]
  /external/one-true-awk/
b.c 348 f->re[info(v)].lval.np = right(v);
607 Node *np; local
617 np = regexp();
620 return(np);
630 Node *np; local
634 np = op2(CHAR, NIL, itonp(rlxval));
636 return (unary(np));
647 np = op2(CCL, NIL, (Node*) cclenter((char *) rlxstr));
649 return (unary(np));
651 np = op2(NCCL, NIL, (Node *) cclenter((char *) rlxstr))
    [all...]
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/pdfium/third_party/libpng16/
pngset.c 1025 png_sPLT_tp np; local
1033 np = png_voidcast(png_sPLT_tp,png_realloc_array(png_ptr,
1035 sizeof *np));
1037 if (np == NULL)
1046 info_ptr->splt_palettes = np;
1049 np += info_ptr->splt_palettes_num;
1064 np->depth = entries->depth;
1070 np->name = png_voidcast(png_charp, png_malloc_base(png_ptr, length));
1072 if (np->name == NULL)
1075 memcpy(np->name, entries->name, length)
1154 png_unknown_chunkp np; local
    [all...]
  /external/python/cpython2/Objects/
structseq.c 74 PyTupleObject *np; local
83 np = (PyTupleObject *)PyTuple_New(high-low);
84 if (np == NULL)
89 PyTuple_SET_ITEM(np, i-low, v);
91 return (PyObject *) np;
  /external/syslinux/com32/lib/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/syslinux/com32/lib/syslinux/
movebits.c 226 struct syslinux_movelist *mp, **mpp, *mx, *np; local
263 np = new_movelist(mp->dst + mp->len - delta,
267 np->next = *mpp;
268 *mpp = np;
273 np = new_movelist(mp->dst, ps, delta);
278 np->next = *mpp;
279 *mpp = np;
  /frameworks/native/libs/binder/
MemoryDealer.cpp 459 const char* errs[] = {"", "| link bogus NP",
460 "| link bogus PN", "| link bogus NP+PN" };
461 int np = ((cur->next) && cur->next->prev != cur) ? 1 : 0; local
468 errs[np|pn]);
  /system/core/liblog/
event_tag_map.cpp 509 char* np = static_cast<char*>(realloc(buf, size)); local
510 if (np) {
511 buf = np;

Completed in 820 milliseconds

1 2 34 5 6 7 8 9