Home
last modified time | relevance | path

Searched refs:iff (Results 1 – 25 of 254) 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/mesa3d/src/compiler/nir/
Dnir_opt_move_comparisons.c131 nir_if *iff = nir_block_get_following_if(block); in move_comparisons() local
132 if (iff) { in move_comparisons()
133 progress |= move_comparison_source(&iff->condition, block, NULL); in move_comparisons()
Dnir_sweep.c75 sweep_if(nir_shader *nir, nir_if *iff) in sweep_if() argument
77 ralloc_steal(nir, iff); in sweep_if()
79 foreach_list_typed(nir_cf_node, cf_node, node, &iff->then_list) { in sweep_if()
83 foreach_list_typed(nir_cf_node, cf_node, node, &iff->else_list) { in sweep_if()
/external/swiftshader/third_party/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/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/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/mesa3d/src/compiler/glsl/
Dlower_blend_equation_advanced.cpp333 ir_if *iff = new(mem_ctx) ir_if(is_mode(mode, choice)); in calc_blend_result() local
334 casefactory.emit(iff); in calc_blend_result()
335 casefactory.instructions = &iff->then_instructions; in calc_blend_result()
393 casefactory.instructions = &iff->else_instructions; in calc_blend_result()
/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/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.multiplepages_allowed19 A test case shall pass iff only URLs that are in the URLWhitelist policy value
Dcontrol.singlepage_allowed19 A test case shall pass iff only URLs that are in the URLWhitelist policy value
/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.multiplepages_blocked19 A test case shall pass iff URLs that are in the URLBlacklist policy value
Dcontrol.singlepage_blocked19 A test case shall pass iff URLs that are in the URLBlacklist policy value
/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_PopupsBlockedForUrls/
Dcontrol.notset_allow20 The test case shall pass iff the browser allows popups for every test page.
Dcontrol.3urls_block20 The test case shall pass iff the browser blocks popups for any test page with
/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_JavaScriptBlockedForUrls/
Dcontrol.notset_allow20 The test case shall pass iff the browser allows 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_CookiesAllowedForUrls/
Dcontrol.notset_block20 The test case shall pass iff the browser blocks cookies 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_ImagesAllowedForUrls/
Dcontrol.notset_block20 The test case shall pass iff the browser blocks images for every test page.

1234567891011