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

1 2 3 4 5 6 7 8 91011>>

  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/src/
clean-one.c 6 int idx = 0; local
8 for (idx = i; idx > 0; --idx)
10 i += idx;
  /src/external/bsd/tcpdump/dist/
print-ssh.c 27 u_int idx = 0; local
29 if ( GET_U_1(pptr+idx) != 'S' )
31 idx++;
32 if ( GET_U_1(pptr+idx) != 'S' )
34 idx++;
35 if ( GET_U_1(pptr+idx) != 'H' )
37 idx++;
38 if ( GET_U_1(pptr+idx) != '-' )
40 idx++;
42 while (idx < len)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/text-art/
box-drawing.cc 43 const size_t idx = line_dirs.as_index (); local
44 gcc_assert (idx < 16);
45 return box_drawing_chars[idx];
  /src/common/lib/libc/string/
strcspn.c 46 static const uint8_t idx[8] = { 1, 2, 4, 8, 16, 32, 64, 128 }; local
63 set[UC(*charset) >> 3] |= idx[UC(*charset) & 7];
66 if (set[UC(*t) >> 3] & idx[UC(*t) & 7])
strpbrk.c 44 #define ADD_NEW_TO_SET(i) (set[inv[i] = idx++] = (i))
45 #define IS_IN_SET(i) (inv[i] < idx && set[inv[i]] == (i))
48 #define IS_IN_SET(i) (set[(i) >> 3] & idx[(i) & 7])
49 #define ADD_TO_SET(i) (void)(set[(i) >> 3] |= idx[(i) & 7])
56 uint8_t set[256], inv[256], idx = 0; local
58 static const size_t idx[8] = { 1, 2, 4, 8, 16, 32, 64, 128 };
  /src/lib/libcurses/
cchar.c 126 unsigned int idx; local
129 idx = in & __CHARTEXT;
130 if (idx < NUM_ACS) {
131 memcpy(out, &_wacs_char[idx], sizeof(cchar_t));
  /src/sys/arch/zaurus/stand/zboot/
bootinfo.c 52 int idx; local
58 idx = bi_find(type);
59 if (idx < 0) {
60 idx = bootinfo->nentries++;
62 bootinfo->entry[idx] = (u_long)what;
69 int idx; local
73 idx = bi_find(type);
74 if (idx >= 0) {
75 for (i = idx + 1; i < bootinfo->nentries; i++) {
  /src/external/gpl3/binutils/dist/libiberty/
pexecute.c 36 static int idx; variable
55 idx = 0;
81 return ++idx;
90 if (pex == NULL || pid < 0 || pid >= idx)
93 if (pid == 0 && idx == 1)
102 vector = XNEWVEC (int, idx);
103 if (!pex_get_status (pex, idx, vector))
116 if (pid + 1 == idx)
120 idx = 0;
  /src/external/gpl3/binutils.old/dist/libiberty/
pexecute.c 36 static int idx; variable
55 idx = 0;
81 return ++idx;
90 if (pex == NULL || pid < 0 || pid >= idx)
93 if (pid == 0 && idx == 1)
102 vector = XNEWVEC (int, idx);
103 if (!pex_get_status (pex, idx, vector))
116 if (pid + 1 == idx)
120 idx = 0;
  /src/external/gpl3/gcc/dist/libiberty/
pexecute.c 36 static int idx; variable
55 idx = 0;
81 return ++idx;
90 if (pex == NULL || pid < 0 || pid >= idx)
93 if (pid == 0 && idx == 1)
102 vector = XNEWVEC (int, idx);
103 if (!pex_get_status (pex, idx, vector))
116 if (pid + 1 == idx)
120 idx = 0;
  /src/external/gpl3/gcc.old/dist/libiberty/
pexecute.c 36 static int idx; variable
55 idx = 0;
81 return ++idx;
90 if (pex == NULL || pid < 0 || pid >= idx)
93 if (pid == 0 && idx == 1)
102 vector = XNEWVEC (int, idx);
103 if (!pex_get_status (pex, idx, vector))
116 if (pid + 1 == idx)
120 idx = 0;
  /src/external/gpl3/gdb.old/dist/libiberty/
pexecute.c 36 static int idx; variable
55 idx = 0;
81 return ++idx;
90 if (pex == NULL || pid < 0 || pid >= idx)
93 if (pid == 0 && idx == 1)
102 vector = XNEWVEC (int, idx);
103 if (!pex_get_status (pex, idx, vector))
116 if (pid + 1 == idx)
120 idx = 0;
  /src/external/gpl3/gdb/dist/libiberty/
pexecute.c 36 static int idx; variable
55 idx = 0;
81 return ++idx;
90 if (pex == NULL || pid < 0 || pid >= idx)
93 if (pid == 0 && idx == 1)
102 vector = XNEWVEC (int, idx);
103 if (!pex_get_status (pex, idx, vector))
116 if (pid + 1 == idx)
120 idx = 0;
  /src/lib/libc/db/recno/
rec_search.c 69 indx_t idx; local
87 for (idx = 0, top = NEXTINDEX(h);;) {
88 r = GETRINTERNAL(h, idx);
89 if (++idx == top || total + r->nrecs > recno)
94 BT_PUSH(t, pg, idx - 1);
99 --GETRINTERNAL(h, (idx - 1))->nrecs;
103 ++GETRINTERNAL(h, (idx - 1))->nrecs;
  /src/lib/librefuse/refuse/
v26.c 81 int idx; local
86 if (fuse_chan_find(is_same_channel, &idx, ch) == NULL)
89 return fuse_new_v25(idx, args, op, op_version, user_data);
  /src/sys/ddb/
db_cpu.c 62 db_cpu_by_index(u_int idx)
66 db_read_bytes((db_addr_t)&db_cpu_infos[idx], sizeof(ci), (char *)&ci);
81 u_int idx; local
83 db_read_bytes((db_addr_t)&ci->ci_index, sizeof(idx), (char *)&idx);
84 if ((idx + 1) >= (u_int)db_ncpu)
86 return db_cpu_by_index(idx + 1);
  /src/sys/dev/acpi/
acpi_slit.c 76 uint64_t idx, count; local
82 for (idx = 0; idx < (count * count); idx++) {
83 aprint_debug("%u ", slit->Entry[idx]);
84 if ((idx % count) == (count - 1)) {
86 if (idx < (count * count) - 1)
101 uint64_t idx = cpu1 * slit->LocalityCount + cpu2; local
102 return slit->Entry[idx];
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_libignore.cc 82 const uptr idx = local
84 CHECK_LT(idx, ARRAY_SIZE(ignored_code_ranges_));
85 ignored_code_ranges_[idx].begin = range.beg;
86 ignored_code_ranges_[idx].end = range.end;
87 atomic_store(&ignored_ranges_count_, idx + 1, memory_order_release);
111 const uptr idx = local
113 CHECK_LT(idx, ARRAY_SIZE(instrumented_code_ranges_));
114 instrumented_code_ranges_[idx].begin = range.beg;
115 instrumented_code_ranges_[idx].end = range.end;
116 atomic_store(&instrumented_ranges_count_, idx + 1
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/benchmarks/
mini_bench_local.cc 12 void Run(int idx) {
14 a[i + idx * n] = i;
18 long idx = (long)arg; local
19 printf("Thread %ld started\n", idx);
21 Run(idx);
22 printf("Thread %ld done\n", idx);
mini_bench_shared.cc 12 void Run(int idx) {
18 long idx = (long)arg; local
19 printf("Thread %ld started\n", idx);
21 Run(idx);
22 printf("Thread %ld done\n", idx);
  /src/usr.sbin/mopd/common/
rc.c 41 int i,idx = 0; local
50 idx = 22;
54 idx = 16;
57 code = mopGetChar(pkt,&idx);
62 tmpc = mopGetChar(pkt,&idx);
65 tmps = mopGetShort(pkt,&idx);
72 tmps = mopGetShort(pkt,&idx);
76 tmpl = mopGetLong(pkt,&idx);
79 tmpc = mopGetChar(pkt,&idx); /* Processor */
83 control = mopGetChar(pkt,&idx); /* Control *
    [all...]
  /src/crypto/external/apache2/openssl/dist/fuzz/
client.c 22 static int idx; variable
53 idx = SSL_get_ex_data_X509_STORE_CTX_idx();
dtlsclient.c 22 static int idx; variable
53 idx = SSL_get_ex_data_X509_STORE_CTX_idx();
  /src/crypto/external/bsd/openssl/dist/fuzz/
client.c 22 static int idx; variable
48 idx = SSL_get_ex_data_X509_STORE_CTX_idx();
  /src/crypto/external/bsd/openssl.old/dist/fuzz/
client.c 24 static int idx; variable
49 idx = SSL_get_ex_data_X509_STORE_CTX_idx();

Completed in 77 milliseconds

1 2 3 4 5 6 7 8 91011>>