HomeSort by relevance Sort by last modified time
    Searched refs:pf (Results 201 - 225 of 432) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/ltp/testcases/network/lib6/
asapi_01.c 345 static void isocketpair(int pf, int type, int proto, int fd[2])
351 listen_fd = SAFE_SOCKET(NULL, pf, type, proto);
365 fd[0] = SAFE_SOCKET(NULL, pf, type, proto);
  /external/libpng/contrib/libtests/
pngstest.c 479 static void format_init(format_list *pf)
483 pf->bits[i] = 0; /* All off */
487 static void format_clear(format_list *pf)
491 pf->bits[i] = 0;
495 static int format_is_initial(format_list *pf)
499 if (pf->bits[i] != 0)
505 static int format_set(format_list *pf, png_uint_32 format)
508 return pf->bits[format >> 5] |= ((png_uint_32)1) << (format & 31);
514 static int format_unset(format_list *pf, png_uint_32 format)
517 return pf->bits[format >> 5] &= ~((png_uint_32)1) << (format & 31)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/examples/
p2p-action.sh 8 PF=$2
10 if [ ! -r $PF ]; then
14 PID=`cat $PF`
20 rm $PF
57 dhclient -pf /var/run/dhclient-$GIFNAME.pid \
  /external/iproute2/tc/
f_u32.c 1176 struct tc_u32_pcnt *pf = NULL; local
1222 if (RTA_PAYLOAD(tb[TCA_U32_PCNT]) < sizeof(*pf)) {
1226 pf = RTA_DATA(tb[TCA_U32_PCNT]);
1229 if (sel && show_stats && NULL != pf)
1231 (unsigned long long) pf->rcnt,
1232 (unsigned long long) pf->rhit);
1249 if (show_stats && NULL != pf)
1251 (unsigned long long) pf->kcnts[i]);
  /external/libvpx/libwebm/mkvparser/
mkvparser.cc     [all...]
  /prebuilts/go/darwin-x86/src/cmd/cover/
profile.go 45 pf, err := os.Open(fileName)
49 defer pf.Close()
52 buf := bufio.NewReader(pf)
  /prebuilts/go/linux-x86/src/cmd/cover/
profile.go 45 pf, err := os.Open(fileName)
49 defer pf.Close()
52 buf := bufio.NewReader(pf)
  /toolchain/binutils/binutils-2.25/gas/config/
tc-mep.c 1980 fixS ** pf; local
    [all...]
  /external/dhcpcd-6.8.2/
if-linux.c 1136 struct sock_fprog pf; local
1164 memset(&pf, 0, sizeof(pf));
1166 pf.filter = UNCONST(arp_bpf_filter);
1167 pf.len = arp_bpf_filter_len;
1169 pf.filter = UNCONST(dhcp_bpf_filter);
1170 pf.len = dhcp_bpf_filter_len;
1172 if (setsockopt(s, SOL_SOCKET, SO_ATTACH_FILTER, &pf, sizeof(pf)) != 0)
    [all...]
if-bsd.c 302 struct bpf_program pf; local
357 memset(&pf, 0, sizeof(pf));
359 pf.bf_insns = UNCONST(arp_bpf_filter);
360 pf.bf_len = arp_bpf_filter_len;
362 pf.bf_insns = UNCONST(dhcp_bpf_filter);
363 pf.bf_len = dhcp_bpf_filter_len;
365 if (ioctl(fd, BIOCSETF, &pf) == -1)
    [all...]
  /external/boringssl/src/crypto/asn1/
tasn_dec.c 849 const ASN1_PRIMITIVE_FUNCS *pf; local
851 pf = it->funcs;
853 if (pf && pf->prim_c2i)
854 return pf->prim_c2i(pval, cont, len, utype, free_cont, it);
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_format.c 1539 enum pipe_format pf; local
    [all...]
  /frameworks/rs/
rsContext.cpp 637 void Context::setProgramFragment(ProgramFragment *pf) {
639 if (pf == nullptr) {
642 mFragment.set(pf);
780 ProgramFragment *pf = static_cast<ProgramFragment *>(vpf); local
781 rsc->setProgramFragment(pf);
rs_hal.h 338 bool (*init)(const Context *rsc, const ProgramFragment *pf,
342 void (*setActive)(const Context *rsc, const ProgramFragment *pf);
343 void (*destroy)(const Context *rsc, const ProgramFragment *pf);
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 474 constexpr void (*pf)() = &f, (*pg)() = &g;
475 constexpr bool u13 = pf < pg; // expected-error {{constant expression}}
476 constexpr bool u14 = pf == pg;
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
TrieMapTest.java 49 private static DecimalFormat pf = t.getPercentFormat(); field in class:TrieMapTest
51 pf.setMaximumFractionDigits(0);
375 logln("\tkey byte size\t" + style + "\t" + option + "\t" + nf.format(trieKeyByteSize) + "\t\t" + pf.format(trieKeyByteSize/(double)comparisonSize - 1D) + "");
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
TrieMapTest.java 48 private static DecimalFormat pf = t.getPercentFormat(); field in class:TrieMapTest
50 pf.setMaximumFractionDigits(0);
374 logln("\tkey byte size\t" + style + "\t" + option + "\t" + nf.format(trieKeyByteSize) + "\t\t" + pf.format(trieKeyByteSize/(double)comparisonSize - 1D) + "");
  /external/libpcap/
pcap-netfilter-linux.c 386 nfqueue_send_config_cmd(const pcap_t *handle, u_int16_t group_id, u_int8_t cmd, u_int16_t pf)
392 msg.pf = htons(pf);
  /system/vold/
KeyStorage.cpp 264 int Nf, rf, pf; local
266 &rf, &pf)) {
273 1 << Nf, 1 << rf, 1 << pf,
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvparser.cc     [all...]
  /system/bt/stack/rfcomm/
rfc_int.h 90 uint8_t pf; member in struct:__anon106564
322 extern void rfc_send_dm(tRFC_MCB* p_rfc_mcb, uint8_t dlci, bool pf);
rfc_l2cap_if.cc 325 rfc_send_dm(p_mcb, rfc_cb.rfc.rx_frame.dlci, rfc_cb.rfc.rx_frame.pf);
  /toolchain/binutils/binutils-2.25/binutils/
ieee.c 2666 const debug_field *pf; local
2733 const debug_field *pf = NULL; local
3417 const debug_field *pf; local
    [all...]
  /external/libpcap/msdos/
makefile.dj 119 grammar.o: grammar.c pcap-int.h pcap.h pcap-bpf.h gencode.h pf.h \
129 ppp.h sll.h arcnet.h pf.h pcap-namedb.h

Completed in 484 milliseconds

1 2 3 4 5 6 7 891011>>