Home
last modified time | relevance | path

Searched refs:iff (Results 1 – 25 of 252) sorted by relevance

1234567891011

/external/libpcap/
Dpcap-sita.c82 pcap_if_t *iff; in dump_interface_list() local
88 iff = acn_if_list; in dump_interface_list()
89 while (iff) { in dump_interface_list()
90 if (iff->name && (strlen(iff->name) > longest_name_len)) longest_name_len = strlen(iff->name); in dump_interface_list()
91 iff = iff->next; in dump_interface_list()
93 iff = acn_if_list; in dump_interface_list()
95 while (iff) { in dump_interface_list()
96 n = (iff->name) ? iff->name : ""; in dump_interface_list()
97 d = (iff->description) ? iff->description : ""; in dump_interface_list()
98 f = (iff->flags == PCAP_IF_LOOPBACK) ? "L" : ""; in dump_interface_list()
[all …]
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
Dapint-xor1.ll8 ;; (A & C1)^(B & C2) -> (A & C1)|(B & C2) iff C1&C2 == 0
46 ;; (A | C1) ^ C2 -> (A | C1) & ~C2 iff (C1&C2) == C2
Dapint-xor2.ll9 ;; (A & C1)^(B & C2) -> (A & C1)|(B & C2) iff C1&C2 == 0
47 ;; (A | C1) ^ C2 -> (A | C1) & ~C2 iff (C1&C2) == C2
/external/llvm/test/Transforms/InstCombine/
Dapint-xor2.ll9 ;; (A & C1)^(B & C2) -> (A & C1)|(B & C2) iff C1&C2 == 0
47 ;; (A | C1) ^ C2 -> (A | C1) & ~C2 iff (C1&C2) == C2
Dapint-xor1.ll8 ;; (A & C1)^(B & C2) -> (A & C1)|(B & C2) iff C1&C2 == 0
46 ;; (A | C1) ^ C2 -> (A | C1) & ~C2 iff (C1&C2) == C2
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
Dgtest-port.cc.orig152 // Returns true iff regular expression re matches the entire str.
160 // Returns true iff regular expression re matches a substring of str
201 // Returns true iff ch appears anywhere in str (excluding the
207 // Returns true iff ch belongs to the given classification. Unlike
221 // Returns true iff "\\c" is a supported escape sequence.
226 // Returns true iff the given atom (specified by escaped and pattern)
268 // True iff ?, *, or + can follow the previous atom.
344 // Returns true iff regex matches a prefix of str. regex must be a
375 // Returns true iff regex matches any substring of str. regex must be
405 // Returns true iff regular expression re matches the entire str.
[all …]
/external/dhcpcd-6.8.2/
Ddhcpcd.c945 struct interface *ifp, *iff, *ifn; in dhcpcd_handleinterface() local
982 iff = if_find(ctx->ifaces, ifp->name); in dhcpcd_handleinterface()
983 if (iff) { in dhcpcd_handleinterface()
984 logger(ctx, LOG_DEBUG, "%s: interface updated", iff->name); in dhcpcd_handleinterface()
986 iff->flags = ifp->flags; in dhcpcd_handleinterface()
987 iff->hwlen = ifp->hwlen; in dhcpcd_handleinterface()
989 memcpy(iff->hwaddr, ifp->hwaddr, iff->hwlen); in dhcpcd_handleinterface()
996 iff = ifp; in dhcpcd_handleinterface()
999 dhcpcd_prestartinterface(iff); in dhcpcd_handleinterface()
/external/mesa3d/src/glsl/
Dir_reader.cpp450 ir_if *iff = new(mem_ctx) ir_if(condition); in read_if() local
452 read_instructions(&iff->then_instructions, s_then, loop_ctx); in read_if()
453 read_instructions(&iff->else_instructions, s_else, loop_ctx); in read_if()
455 delete iff; in read_if()
456 iff = NULL; in read_if()
458 return iff; in read_if()
/external/autotest/client/site_tests/policy_URLBlacklist/
Dcontrol.notset_allowed19 The test case shall pass iff the browser allows every test page. It shall fail
Dcontrol.singlepage_blocked19 A test case shall pass iff URLs that are in the URLBlacklist policy value
Dcontrol.multiplepages_blocked19 A test case shall pass iff URLs that are in the URLBlacklist policy value
/external/autotest/client/site_tests/policy_BlockThirdPartyCookies/
Dcontrol.true_block19 The test case shall pass iff the 'Block third-party cookies...' check box is
Dcontrol.false_allow19 The test case shall pass iff the 'Block third-party cookies...' check box is
Dcontrol.notset_allow19 The test case shall pass iff the 'Block third-party cookies...' check box is
/external/autotest/client/site_tests/policy_URLWhitelist/
Dcontrol.notset_blocked19 The test case shall pass iff the browser blocks every test page. It shall fail
Dcontrol.singlepage_allowed19 A test case shall pass iff only URLs that are in the URLWhitelist policy value
Dcontrol.multiplepages_allowed19 A test case shall pass iff only URLs that are in the URLWhitelist policy value
/external/autotest/client/site_tests/policy_PopupsBlockedForUrls/
Dcontrol.notset_allow20 The test case shall pass iff the browser allows popups for every test page.
/external/autotest/client/site_tests/policy_CookiesBlockedForUrls/
Dcontrol.notset_allow20 The test case shall pass iff the browser allows cookies for every test page.
/external/autotest/client/site_tests/policy_ImagesAllowedForUrls/
Dcontrol.notset_block20 The test case shall pass iff the browser blocks images for every test page.
/external/autotest/client/site_tests/policy_JavaScriptBlockedForUrls/
Dcontrol.notset_allow20 The test case shall pass iff the browser allows javascript for every test page.
/external/autotest/client/site_tests/policy_JavaScriptAllowedForUrls/
Dcontrol.notset_block20 The test case shall pass iff the browser blocks javascript for every test page.
/external/autotest/client/site_tests/policy_ImagesBlockedForUrls/
Dcontrol.notset_allow20 The test case shall pass iff the browser allows images for every test page.
/external/autotest/client/site_tests/policy_PopupsAllowedForUrls/
Dcontrol.notset_block20 The test case shall pass iff the browser blocks popups for every test page.
/external/autotest/client/site_tests/policy_CookiesAllowedForUrls/
Dcontrol.notset_block20 The test case shall pass iff the browser blocks cookies for every test page.

1234567891011