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

1 2 3 4 5 67 8 91011

  /external/qemu/slirp-android/
socket.h 96 size_t sopreprbuf(struct socket *so, struct iovec *iov, int *np);
  /cts/suite/audio_quality/test_description/
processing_main.py 18 import numpy as np namespace
174 data = np.fromstring(raw, dtype=np.int16)
  /external/chromium_org/third_party/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/libpcap/
nametoaddr.c 149 struct netent *np; local
151 if ((np = getnetbyname(name)) != NULL)
152 return np->n_net;
  /frameworks/base/graphics/java/android/graphics/
BitmapFactory.java 562 byte[] np = outputBitmap.getNinePatchChunk();
563 final boolean isNinePatch = np != null && NinePatch.isNinePatchChunk(np);
  /external/chromium_org/third_party/boringssl/src/crypto/bn/asm/
x86_64-mont5.pl 24 # the np argument is not just modulus value, but one interleaved
60 $np="%rcx"; # const BN_ULONG *np,
166 mov ($np),%rax
180 mulq $m1 # np[0]*m1
194 add $hi0,$hi1 # np[j]*m1+ap[j]*bp[0]
203 mov ($np,$j,8),%rax
208 mulq $m1 # np[j]*m1
217 add $hi0,$hi1 # np[j]*m1+ap[j]*bp[0]
245 mov ($np),%ra
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/chacha/
chacha_vec.c 151 unsigned *np; local
169 np = (unsigned *)nonce;
172 np = (unsigned*) nonce;
218 x14 = np[0]; x15 = np[1];
271 op[14] = REVW_BE(REVW_BE(ip[14]) ^ (x14 + np[0]));
272 op[15] = REVW_BE(REVW_BE(ip[15]) ^ (x15 + np[1]));
  /external/openssl/crypto/bn/
bn_asm.c 847 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0p, int num)
857 if (ap==bp) return bn_sqr_mont(rp,ap,np,n0p,num);
902 mul_add(c1,np[0],ml,mh,c0);
904 mul_add(c1,ml,np[0],c0);
910 mul_add(c1,np[j],ml,mh,c0);
912 mul_add(c1,ml,np[j],c0);
921 if (tp[num]!=0 || tp[num-1]>=np[num-1])
923 c0 = bn_sub_words(rp,tp,np,num);
941 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)
986 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0p, int num
    [all...]
  /external/mksh/src/
eval.c 1501 char *np; \/* next source component *\/ local
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
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/qemu/distrib/libpng-1.2.46/
pngset.c 913 png_sPLT_tp np; local
919 np = (png_sPLT_tp)png_malloc_warn(png_ptr,
922 if (np == NULL)
928 png_memcpy(np, info_ptr->splt_palettes,
935 png_sPLT_tp to = np + info_ptr->splt_palettes_num + i;
964 info_ptr->splt_palettes = np;
978 png_unknown_chunkp np; local
984 np = (png_unknown_chunkp)png_malloc_warn(png_ptr,
987 if (np == NULL)
994 png_memcpy(np, info_ptr->unknown_chunks
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/private/
pprthred.h 200 ** scan in "np".
208 NSPR_API(PRWord *) PR_GetGCRegisters(PRThread *t, int isCurrent, int *np);
  /external/clang/test/SemaCXX/
c99-variable-length-array.cpp 7 NonPOD np; member in struct:NonPOD2
  /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.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
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...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldThrowableTest.java 127 } catch(NullPointerException np) {
  /external/openssl/crypto/bn/asm/
sparcv9a-mont.pl 78 $np="%i3"; # const BN_ULONG *np,
168 add $np,$num,$np
188 add $np,$j,%o5
227 std $nlo,[$np_l+$j] ! save smashed np[j] in double format
271 add $np,$j,%o5
306 std $nlo,[$np_l+$j] ! save smashed np[j] in double format
362 add $np,$j,%o5
394 std $nlo,[$np_l+$j] ! save smashed np[j] in double forma
    [all...]
  /external/tcpdump/
isakmp.h 103 u_int8_t np; /* Next Payload Type */ member in struct:isakmp
164 u_int8_t np; /* Next Payload */ member in struct:isakmp_gen
  /ndk/sources/host-tools/make-3.81/
alloca.c 195 register header *np = hp->h.next; local
199 hp = np; /* -> next header. */
  /ndk/sources/host-tools/sed-4.2.1/lib/
alloca.c 177 register header *np = hp->h.next; local
181 hp = np; /* -> next header. */
  /external/chromium_org/third_party/boringssl/src/crypto/conf/
conf.c 185 char *s, *e, *rp, *rrp, *np, *cp, v; local
264 e = np = s;
269 cp = np;
274 np = e;
290 * np which is the start of the name string which is
297 p = NCONF_get_string(conf, cp, np);
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_hci.c 615 UINT8 *p, *np; local
623 np = p;
634 memcpy (np, p, NFC_HAL_HCI_PIPE_INFO_SIZE);
635 np += NFC_HAL_HCI_PIPE_INFO_SIZE;
640 memset ((UINT8 *) (np), 0, NFC_HAL_HCI_PIPE_INFO_SIZE * (20 - new_num_dyn_pipes));
  /external/openssl/crypto/conf/
conf_def.c 506 char *s,*e,*rp,*p,*rrp,*np,*cp,v; local
578 e=np=s;
583 cp=np;
588 np=e;
605 * np which is the start of the name string which is
613 p=_CONF_get_string(conf,cp,np);
  /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...]

Completed in 1504 milliseconds

1 2 3 4 5 67 8 91011