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

1 23 4 5 6 7 8 9

  /external/pdfium/third_party/agg23/
agg_clip_liang_barsky.h 52 unsigned np = 0; local
89 ++np;
105 ++np;
119 ++np;
128 ++np;
133 return np;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/integration/
TrapezoidIntegrator.java 85 final long np = 1L << (n-1); // number of new points in this stage local
87 final double spacing = (max - min) / np; // spacing between adjacent new points
89 for (long i = 0; i < np; i++) {
  /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...]
  /external/flatbuffers/python/flatbuffers/
number_types.py 21 np = import_numpy() variable
178 if np is not None:
179 return np.dtype(number_type.name).newbyteorder('<')
  /external/syslinux/com32/lib/syslinux/
shuffle.c 67 int np; local
174 np = 0;
182 np++;
193 np++;
202 np++;
204 if (np != need_ptrs) {
205 dprintf("!!! np = %d : nmoves = %d, nzero = %d, desc_blocks = %d\n",
206 np, nmoves, nzero, desc_blocks);
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p1-11.cpp 15 constexpr std::nullptr_t np = nullptr; variable
26 IP<np> ip5;
44 PM<np> pm5;
55 PMF<np> pmf5;
58 template<std::nullptr_t np> struct NP { // expected-note 2{{template parameter is declared here}}
59 NP<np> *np2;
62 NP<nullptr> np1;
63 NP<np> np2
    [all...]
  /external/clang/test/CodeGenCXX/
pod-member-memcpys.cpp 22 NonPOD np; member in struct:Basic
29 NonPOD np; member in struct:PODMember
36 NonPOD np; member in struct:PODLikeMember
43 NonPOD np; member in struct:ArrayMember
51 NonPOD np; member in struct:VolatileMember
57 NonPOD np; member in struct:BitfieldMember
67 NonPOD np; member in struct:BitfieldMember2
82 NonPOD np; member in struct:InnerClassMember
91 NonPOD np; member in struct:ReferenceMember
98 NonPOD np; member in struct:PackedMembers
    [all...]
  /external/freetype/src/base/
fthash.c 305 FT_Hashnode* np = hash_bucket( key, hash ); local
308 return (*np) ? &(*np)->data
  /external/icu/icu4c/source/samples/uresb/
uresb.c 195 UChar *newstr, *np; local
207 for (sp = string, np = newstr; *sp; ++sp) {
210 *np++ = 0x005C;
211 *np++ = 0x006E;
215 *np++ = 0x005C;
218 *np++ = *sp;
222 *np = 0;
  /external/libpcap/bpf/net/
bpf_filter.c 142 register u_char *cp, *np; local
155 np = mtod(m0, u_char *);
159 return (cp[0] << 24) | (np[0] << 16) | (np[1] << 8) | np[2];
162 return (cp[0] << 24) | (cp[1] << 16) | (np[0] << 8) | np[1];
165 return (cp[0] << 24) | (cp[1] << 16) | (cp[2] << 8) | np[0];
  /external/skia/tests/
LListTest.cpp 303 Iter np = next; np.prev(); local
307 // Similarly, np should match prev unless next originally walked off the tail.
308 REPORTER_ASSERT(reporter, np.get() == prev.get() || nullptr == next.get());
  /external/skqp/tests/
LListTest.cpp 303 Iter np = next; np.prev(); local
307 // Similarly, np should match prev unless next originally walked off the tail.
308 REPORTER_ASSERT(reporter, np.get() == prev.get() || nullptr == next.get());
  /external/syslinux/core/lwip/src/netif/ppp/
vj.c 596 struct pbuf *np, *q; local
599 np = pbuf_alloc(PBUF_RAW, n0->len + cs->cs_hlen, PBUF_POOL);
600 if(!np) {
605 if(pbuf_header(np, -cs->cs_hlen)) {
612 for(q = np; q != NULL; q = q->next) {
618 pbuf_chain(np, n0->next);
622 n0 = np;
626 struct pbuf *np; local
629 np = pbuf_alloc(PBUF_RAW, cs->cs_hlen, PBUF_POOL);
630 if(!np) {
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
natsemi.c 106 struct natsemi_private *np = container_of ( basher, struct natsemi_private, local
111 eereg = inb ( np->ioaddr + EE_REG );
117 struct natsemi_private *np = container_of ( basher, struct natsemi_private, local
122 eereg = inb ( np->ioaddr + EE_REG );
125 outb ( eereg, np->ioaddr + EE_REG );
147 static void natsemi_init_eeprom ( struct natsemi_private *np ) {
151 np->spibit.basher.op = &natsemi_basher_ops;
152 np->spibit.bus.mode = SPI_MODE_THREEWIRE;
153 np->spibit.endianness = SPI_BIT_LITTLE_ENDIAN;
154 init_spi_bit_basher ( &np->spibit )
174 struct natsemi_private *np = NULL; local
249 struct natsemi_private *np = netdev->priv; local
331 struct natsemi_private *np = netdev->priv; local
439 struct natsemi_private *np = netdev->priv; local
458 struct natsemi_private *np = netdev->priv; local
501 struct natsemi_private *np = netdev->priv; local
593 struct natsemi_private *np = netdev->priv; local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Pyramid.cpp 209 ImageTypeShortBase *s, *ns, *ls, *p, *np; local
217 np = p + in->pitch;
220 for (; s < ls; s = ns, ns += scr->pitch, p = np, np += in->pitch) {
236 np = p + pitch2;
237 for (; s < ls; s = ns, ns += out->pitch, p = np, np += pitch2) {
  /system/extras/simpleperf/
callchain.h 76 NodeT* np = FindMatchingNode(p->children, callchain[callchain_pos], local
78 if (np != nullptr) {
79 p = np;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lparser.h 106 int np; /* number of elements in `p' */ member in struct:FuncState
  /external/clang/test/Analysis/
nullptr.cpp 7 char *np = nullptr; local
8 *np = 0; // expected-warning{{Dereference of null pointer}}
26 char *np = nullptr; local
28 int *ip = &(((struct foo *)np)->f);
31 // *np = 0;
36 char *np = nullptr; local
37 if (np != 0)
38 *np = 0; // no-warning
40 if (np != cp)
41 *np = 0; // no-warnin
    [all...]
  /external/clang/test/SemaCXX/
c99-variable-length-array.cpp 7 NonPOD np; member in struct:NonPOD2
  /external/e2fsprogs/util/
symlinks.c 169 char *p, *np, *lp, *tail, *msg; local
246 np = new;
249 *np++ = '.';
250 *np++ = '.';
251 *np++ = '/';
255 strcpy (np, tail);
  /external/ipsec-tools/src/racoon/
isakmp_quick.c 160 int np;
256 np = ISAKMP_NPTYPE_KE;
258 np = ISAKMP_NPTYPE_ID;
260 np = ISAKMP_NPTYPE_NONE;
261 p = set_isakmp_payload(p, iph2->nonce, np);
264 np = (idci || idcr) ? ISAKMP_NPTYPE_ID : ISAKMP_NPTYPE_NONE;
266 p = set_isakmp_payload(p, iph2->dhpub, np);
269 np = (idcr) ? ISAKMP_NPTYPE_ID : ISAKMP_NPTYPE_NONE;
271 p = set_isakmp_payload(p, iph2->id, np);
1256 np_p = &((struct isakmp_gen *)p)->np; /* XXX *
159 int np; local
    [all...]
  /external/libmicrohttpd/src/microhttpd/
digestauth.c 307 const char *np; local
314 np = nonce;
315 while ('\0' != *np)
317 off = (off << 8) | (*np ^ (off >> 24));
318 np++;
  /external/libpcap/
nametoaddr.c 171 struct netent *np; local
173 if ((np = getnetbyname(name)) != NULL)
174 return np->n_net;
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_valtable.cpp 330 void* np = allocate(aligned_elt_size); local
331 value *v = new (np) value(size(), k, regid, ver);
  /external/mesa3d/src/mesa/math/
m_debug_clip.c 229 static int test_cliptest_function( clip_func func, int np,
321 if ( np || psize < 4 )
352 int np, psize; local
381 for ( np = 0 ; np < 2 ; np++ ) {
383 clip_func func = clip_tab[np][psize];
384 long *cycles = &(benchmark_tab[np][psize-1]);
386 if ( test_cliptest_function( func, np, psize, cycles ) == 0 ) {
389 cnames[np], psize, description )
    [all...]

Completed in 1183 milliseconds

1 23 4 5 6 7 8 9