/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 | 151 struct netent *np; local 153 if ((np = getnetbyname(name)) != NULL) 154 return np->n_net;
|
/frameworks/base/graphics/java/android/graphics/ |
BitmapFactory.java | 547 byte[] np = outputBitmap.getNinePatchChunk(); 548 final boolean isNinePatch = np != null && NinePatch.isNinePatchChunk(np);
|
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/ |
nfc_hal_hci.c | 512 UINT8 *p, *np; local 520 np = p; 531 memcpy (np, p, NFC_HAL_HCI_PIPE_INFO_SIZE); 532 np += NFC_HAL_HCI_PIPE_INFO_SIZE; 537 memset ((UINT8 *) (np), 0, NFC_HAL_HCI_PIPE_INFO_SIZE * (20 - new_num_dyn_pipes));
|
/external/chromium_org/third_party/openssl/openssl/crypto/chacha/ |
chacha_vec.c | 174 unsigned *np; local 192 np = (unsigned *)nonce; 195 np = (unsigned*) nonce; 241 x14 = np[0]; x15 = np[1]; 294 op[14] = REVW_BE(REVW_BE(ip[14]) ^ (x14 + np[0])); 295 op[15] = REVW_BE(REVW_BE(ip[15]) ^ (x15 + np[1]));
|
/external/chromium_org/third_party/openssl/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/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 | 1479 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/libpng/ |
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/qemu/distrib/libpng-1.2.19/ |
pngset.c | 951 png_sPLT_tp np; local 957 np = (png_sPLT_tp)png_malloc_warn(png_ptr, 959 if (np == NULL) 965 png_memcpy(np, info_ptr->splt_palettes, 972 png_sPLT_tp to = np + info_ptr->splt_palettes_num + i; 1000 info_ptr->splt_palettes = np; 1014 png_unknown_chunkp np; local 1020 np = (png_unknown_chunkp)png_malloc_warn(png_ptr, 1023 if (np == NULL) 1030 png_memcpy(np, info_ptr->unknown_chunks [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_wide/ |
Test_aget_wide.java | 80 } catch (NullPointerException np) {
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_wide/ |
Test_aput_wide.java | 80 } catch (NullPointerException np) {
|
/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/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
|
/libcore/luni/src/test/java/libcore/java/lang/ |
OldThrowableTest.java | 127 } catch(NullPointerException np) {
|
/external/chromium_org/third_party/openssl/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/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...] |
/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/openssl/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);
|
/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...] |
/frameworks/base/telephony/java/android/telephony/ |
PhoneNumberUtils.java | 715 String np = extractNetworkPortionAlt(phoneNumber); local 716 return internalGetStrippedReversed(np, MIN_MATCH); 728 String np = extractNetworkPortionAlt(phoneNumber); local 730 if (np == null) return null; 732 return internalGetStrippedReversed(np, np.length()); 737 * Returns null if np == null 740 internalGetStrippedReversed(String np, int numDigits) { 741 if (np == null) return null; 744 int length = np.length() [all...] |