HomeSort by relevance Sort by last modified time
    Searched refs:nlp (Results 1 - 6 of 6) sorted by null

  /external/libpcap/
pcap-snit.c 123 register struct nit_iflen *nlp; local
183 nlp = (struct nit_iflen *)cp;
184 cp += sizeof(*nlp);
189 caplen = nlp->nh_pktlen;
193 if (bpf_filter(p->fcode.bf_insns, cp, nlp->nh_pktlen, caplen)) {
196 h.len = nlp->nh_pktlen;
  /external/syslinux/com32/lib/syslinux/
zonelist.c 318 struct syslinux_memmap *newlist = NULL, **nlp = &newlist; local
330 *nlp = ml;
331 nlp = &ml->next;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
imageop.c 120 Py_Int32 *nlp; local
147 nlp = (Py_Int32 *)ncp;
156 *nlp++ = 0;
163 *nlp++ = *LONGP(cp, x, ix, iy);
175 Py_Int32 *nlp; local
200 nlp = (Py_Int32 *)ncp;
210 *nlp++ = *LONGP(cp, x, oix, oiy);
  /external/python/cpython2/Modules/
imageop.c 123 Py_Int32 *nlp; local
150 nlp = (Py_Int32 *)ncp;
159 *nlp++ = 0;
166 *nlp++ = *LONGP(cp, x, ix, iy);
178 Py_Int32 *nlp; local
203 nlp = (Py_Int32 *)ncp;
213 *nlp++ = *LONGP(cp, x, oix, oiy);
  /external/elfutils/src/
elflint.c 2864 struct version_namelist *nlp = version_namelist; local
    [all...]
  /cts/tests/tests/location/src/android/location/cts/
LocationManagerTest.java 260 * the test to be system-signed, and CTS tests aren't. Also mode changes that enable NLP require
272 boolean nlp = Settings.Secure.isLocationProviderEnabled(
284 boolean expectedNlp = nlp && deviceHasProvider(LocationManager.NETWORK_PROVIDER);
289 assertEquals("Inconsistent NLP values", expectedNlp, lmNlp);
312 assertEquals("Bad NLP for mode " + mode, expectedNlp, nlp);
    [all...]

Completed in 195 milliseconds