HomeSort by relevance Sort by last modified time
    Searched refs:iff (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/libpcap/
pcap-sita.c 82 pcap_if_t *iff; local
88 iff = acn_if_list;
89 while (iff) {
90 if (iff->name && (strlen(iff->name) > longest_name_len)) longest_name_len = strlen(iff->name);
91 iff = iff->next;
93 iff = acn_if_list;
95 while (iff) {
123 pcap_if_t *iff; local
388 pcap_if_t *iff, *next_iff; local
567 pcap_if_t *iff, *prev_iff; local
    [all...]
  /external/mesa3d/src/compiler/nir/
nir_opt_move_comparisons.c 131 nir_if *iff = nir_block_get_following_if(block); local
132 if (iff) {
133 progress |= move_comparison_source(&iff->condition, block, NULL);
nir_sweep.c 75 sweep_if(nir_shader *nir, nir_if *iff)
77 ralloc_steal(nir, iff);
79 foreach_list_typed(nir_cf_node, cf_node, node, &iff->then_list) {
83 foreach_list_typed(nir_cf_node, cf_node, node, &iff->else_list) {
  /prebuilts/go/darwin-x86/src/encoding/asn1/
common.go 73 optional bool // true iff the field is OPTIONAL
74 explicit bool // true iff an EXPLICIT tag is in use.
75 application bool // true iff an APPLICATION tag is in use.
80 set bool // true iff this should be encoded as a SET
81 omitEmpty bool // true iff this should be omitted if empty when marshaling.
  /prebuilts/go/linux-x86/src/encoding/asn1/
common.go 73 optional bool // true iff the field is OPTIONAL
74 explicit bool // true iff an EXPLICIT tag is in use.
75 application bool // true iff an APPLICATION tag is in use.
80 set bool // true iff this should be encoded as a SET
81 omitEmpty bool // true iff this should be omitted if empty when marshaling.
  /build/blueprint/proptools/
proptools.go 63 // Bool takes a pointer to a bool and returns true iff the pointer is non-nil and points to a true
  /external/mesa3d/src/compiler/glsl/
lower_blend_equation_advanced.cpp 333 ir_if *iff = new(mem_ctx) ir_if(is_mode(mode, choice)); local
334 casefactory.emit(iff);
335 casefactory.instructions = &iff->then_instructions;
393 casefactory.instructions = &iff->else_instructions;
ir_reader.cpp 488 ir_if *iff = new(mem_ctx) ir_if(condition); local
490 read_instructions(&iff->then_instructions, s_then, loop_ctx);
491 read_instructions(&iff->else_instructions, s_else, loop_ctx);
493 delete iff;
494 iff = NULL;
496 return iff;
    [all...]
  /external/dhcpcd-6.8.2/
dhcpcd.c 945 struct interface *ifp, *iff, *ifn; local
982 iff = if_find(ctx->ifaces, ifp->name);
983 if (iff) {
984 logger(ctx, LOG_DEBUG, "%s: interface updated", iff->name);
986 iff->flags = ifp->flags;
987 iff->hwlen = ifp->hwlen;
989 memcpy(iff->hwaddr, ifp->hwaddr, iff->hwlen);
996 iff = ifp;
999 dhcpcd_prestartinterface(iff);
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/sha1/
sha1.go 140 mask1b := byte(int8(t) >> 7) // mask1b is 0xFF iff one block is enough
  /prebuilts/go/linux-x86/src/crypto/sha1/
sha1.go 140 mask1b := byte(int8(t) >> 7) // mask1b is 0xFF iff one block is enough
  /external/autotest/site_utils/deployment/
commandline.py 101 @return Return a true value iff the designated file exists.
176 @return Return a true value iff the board exists.
226 @return Return a true value iff the hostname is valid.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
loopbce.go 106 // reached iff ind < max.
nilcheck.go 18 // indices: x is non-nil iff x.a.b[i].c is.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
loopbce.go 106 // reached iff ind < max.
nilcheck.go 18 // indices: x is non-nil iff x.a.b[i].c is.
  /prebuilts/go/darwin-x86/src/crypto/elliptic/
p224.go 172 // For isZero and isP, the LSB is 0 iff all the bits are zero.
642 // p224CopyConditional sets *out = *in iff the least-significant-bit of control
p256_amd64.go 63 // iff cond == 1 val <- -val
p256_s390x.go 62 // iff cond == 1 val <- -val
  /prebuilts/go/linux-x86/src/crypto/elliptic/
p224.go 172 // For isZero and isP, the LSB is 0 iff all the bits are zero.
642 // p224CopyConditional sets *out = *in iff the least-significant-bit of control
  /prebuilts/go/darwin-x86/src/runtime/
race.go 7 // Public race detection API, present iff build with -race.
  /prebuilts/go/linux-x86/src/runtime/
race.go 7 // Public race detection API, present iff build with -race.
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
input.go 140 // hash processes a # preprocessor directive. It returns true iff it completes.
  /prebuilts/go/darwin-x86/src/crypto/rsa/
pkcs1v15.go 155 // lookingForIndex: 1 iff we are still looking for the zero.
  /prebuilts/go/darwin-x86/src/go/printer/
printer_test.go 596 // We expect errCount be 1 iff err is set

Completed in 1099 milliseconds

1 2 3