HomeSort by: relevance | last modified time | path
    Searched defs:iter (Results 1 - 25 of 752) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gcc/dist/libgcc/config/avr/
lib2-object.mk 2 # $(iter-items). On each inclusion, we advance $o to the next element.
3 # $(iter-labels) and $(iter-flags) are also advanced.
6 o := $(firstword $(iter-items))
7 iter-items := $(filter-out $o,$(iter-items))
9 $o-label := $(firstword $(iter-labels))
10 iter-labels := $(wordlist 2,$(words $(iter-labels)),$(iter-labels)
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/
siditi-object.mk 2 # $(iter-items). On each inclusion, we advance $o to the next element.
3 # $(iter-labels) and $(iter-sizes) are also advanced.
5 o := $(firstword $(iter-items))
6 iter-items := $(filter-out $o,$(iter-items))
8 $o-label := $(firstword $(iter-labels))
9 iter-labels := $(wordlist 2,$(words $(iter-labels)),$(iter-labels)
    [all...]
fixed-obj.mk 2 # $(iter-items). On each inclusion, we advance $o to the next element.
3 # $(iter-labels) and $(iter-from) and $(iter-to) are also advanced.
5 o := $(firstword $(iter-items))
6 iter-items := $(filter-out $o,$(iter-items))
8 $o-label := $(firstword $(iter-labels))
9 iter-labels := $(wordlist 2,$(words $(iter-labels)),$(iter-labels)
    [all...]
shared-object.mk 2 # $(iter-items). On each inclusion, we advance $o to the next element.
4 o := $(firstword $(iter-items))
5 iter-items := $(filter-out $o,$(iter-items))
static-object.mk 2 # $(iter-items). On each inclusion, we advance $o to the next element.
4 o := $(firstword $(iter-items))
5 iter-items := $(filter-out $o,$(iter-items))
  /src/external/gpl3/gcc.old/dist/libgcc/config/avr/
lib2-object.mk 2 # $(iter-items). On each inclusion, we advance $o to the next element.
3 # $(iter-labels) and $(iter-flags) are also advanced.
6 o := $(firstword $(iter-items))
7 iter-items := $(filter-out $o,$(iter-items))
9 $o-label := $(firstword $(iter-labels))
10 iter-labels := $(wordlist 2,$(words $(iter-labels)),$(iter-labels)
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/
siditi-object.mk 2 # $(iter-items). On each inclusion, we advance $o to the next element.
3 # $(iter-labels) and $(iter-sizes) are also advanced.
5 o := $(firstword $(iter-items))
6 iter-items := $(filter-out $o,$(iter-items))
8 $o-label := $(firstword $(iter-labels))
9 iter-labels := $(wordlist 2,$(words $(iter-labels)),$(iter-labels)
    [all...]
fixed-obj.mk 2 # $(iter-items). On each inclusion, we advance $o to the next element.
3 # $(iter-labels) and $(iter-from) and $(iter-to) are also advanced.
5 o := $(firstword $(iter-items))
6 iter-items := $(filter-out $o,$(iter-items))
8 $o-label := $(firstword $(iter-labels))
9 iter-labels := $(wordlist 2,$(words $(iter-labels)),$(iter-labels)
    [all...]
shared-object.mk 2 # $(iter-items). On each inclusion, we advance $o to the next element.
4 o := $(firstword $(iter-items))
5 iter-items := $(filter-out $o,$(iter-items))
static-object.mk 2 # $(iter-items). On each inclusion, we advance $o to the next element.
4 o := $(firstword $(iter-items))
5 iter-items := $(filter-out $o,$(iter-items))
  /src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/
libf7-asm-object.mk 2 # $(iter-items). On each inclusion, we advance $o to the next element.
3 # $(iter-labels) is also advanced.
6 o := $(firstword $(iter-items))
7 iter-items := $(filter-out $o,$(iter-items))
9 $o-label := $(firstword $(iter-labels))
10 iter-labels := $(wordlist 2,$(words $(iter-labels)),$(iter-labels))
libf7-c-object.mk 2 # $(iter-items). On each inclusion, we advance $o to the next element.
3 # $(iter-labels) is also advanced.
6 o := $(firstword $(iter-items))
7 iter-items := $(filter-out $o,$(iter-items))
9 $o-label := $(firstword $(iter-labels))
10 iter-labels := $(wordlist 2,$(words $(iter-labels)),$(iter-labels))
  /src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/
libf7-asm-object.mk 2 # $(iter-items). On each inclusion, we advance $o to the next element.
3 # $(iter-labels) is also advanced.
6 o := $(firstword $(iter-items))
7 iter-items := $(filter-out $o,$(iter-items))
9 $o-label := $(firstword $(iter-labels))
10 iter-labels := $(wordlist 2,$(words $(iter-labels)),$(iter-labels))
libf7-c-object.mk 2 # $(iter-items). On each inclusion, we advance $o to the next element.
3 # $(iter-labels) is also advanced.
6 o := $(firstword $(iter-items))
7 iter-items := $(filter-out $o,$(iter-items))
9 $o-label := $(firstword $(iter-labels))
10 iter-labels := $(wordlist 2,$(words $(iter-labels)),$(iter-labels))
  /src/external/bsd/ipf/dist/lib/
printdstl_live.c 27 ipflookupiter_t iter; local
54 obj.ipfo_ptr = &iter;
55 obj.ipfo_size = sizeof(iter);
57 iter.ili_data = entry;
58 iter.ili_type = IPLT_DSTLIST;
59 iter.ili_otype = IPFLOOKUPITER_NODE;
60 iter.ili_ival = IPFGENITER_LOOKUP;
61 iter.ili_unit = d->ipld_unit;
62 strncpy(iter.ili_name, d->ipld_name, FR_GROUPLEN);
76 (void) ioctl(fd, SIOCIPFDELTOK, &iter.ili_key)
    [all...]
printhash_live.c 23 ipflookupiter_t iter; local
41 obj.ipfo_ptr = &iter;
42 obj.ipfo_size = sizeof(iter);
44 iter.ili_data = &entry;
45 iter.ili_type = IPLT_HASH;
46 iter.ili_otype = IPFLOOKUPITER_NODE;
47 iter.ili_ival = IPFGENITER_LOOKUP;
48 iter.ili_unit = hp->iph_unit;
49 strncpy(iter.ili_name, hp->iph_name, FR_GROUPLEN);
printpool_live.c 23 ipflookupiter_t iter; local
40 obj.ipfo_ptr = &iter;
41 obj.ipfo_size = sizeof(iter);
43 iter.ili_data = &entry;
44 iter.ili_type = IPLT_POOL;
45 iter.ili_otype = IPFLOOKUPITER_NODE;
46 iter.ili_ival = IPFGENITER_LOOKUP;
47 iter.ili_unit = pool->ipo_unit;
48 strncpy(iter.ili_name, pool->ipo_name, FR_GROUPLEN);
70 (void) ioctl(fd,SIOCIPFDELTOK, &iter.ili_key)
    [all...]
  /src/external/bsd/wpa/dist/src/crypto/
sha256-kdf.c 37 u8 iter = 1; local
53 addr[3] = &iter;
70 if (iter == 255) {
75 iter++;
sha384-kdf.c 37 u8 iter = 1; local
53 addr[3] = &iter;
70 if (iter == 255) {
75 iter++;
sha512-kdf.c 37 u8 iter = 1; local
53 addr[3] = &iter;
70 if (iter == 255) {
75 iter++;
  /src/external/gpl3/gdb.old/dist/gdbserver/
dll.cc 71 auto iter = std::find_if (proc->all_dlls.begin (), proc->all_dlls.end (), local
74 if (iter == proc->all_dlls.end ())
88 proc->all_dlls.erase (iter);
  /src/external/gpl3/gdb/dist/gdbserver/
dll.cc 71 auto iter = std::find_if (proc->all_dlls.begin (), proc->all_dlls.end (), local
74 if (iter == proc->all_dlls.end ())
88 proc->all_dlls.erase (iter);
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
salt-aes-sha1.c 49 uint32_t iter; local
54 iter = _krb5_AES_SHA1_string_to_default_iterator;
58 iter = ((uint32_t)v);
79 iter,
  /src/crypto/external/bsd/openssl.old/dist/crypto/pkcs12/
p12_crpt.c 25 int saltlen, iter, ret; local
30 int id, int iter, int n,
47 if (!pbe->iter)
48 iter = 1;
50 iter = ASN1_INTEGER_get(pbe->iter);
54 iter, EVP_CIPHER_key_length(cipher), key, md)) {
60 iter, EVP_CIPHER_iv_length(cipher), iv, md)) {
  /src/external/bsd/atf/dist/atf-c++/
build.cpp 54 atf_list_citer_t iter; local
55 atf_list_for_each_c(iter, l)
56 aux.push_back(static_cast< const char* >(atf_list_citer_data(iter)));

Completed in 32 milliseconds

1 2 3 4 5 6 7 8 91011>>