HomeSort by: relevance | last modified time | path
    Searched refs:idx (Results 1 - 25 of 3168) 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/usr.sbin/mopd/mopprobe/
mopprobe.c 98 int idx, i, trans; local
103 idx = 0;
133 moplen = mopGetShort(pkt,&idx);
135 mopcode = mopGetChar(p,&idx);
143 tmpc = mopGetChar(pkt,&idx); /* Reserved */
144 (void)mopGetShort(pkt,&idx); /* Receipt # */
146 itype = mopGetShort(pkt,&idx);
148 while (idx < (int)(moplen + 2)) {
149 ilen = mopGetChar(pkt,&idx);
152 tmpc = mopGetChar(pkt,&idx);
    [all...]
  /src/usr.sbin/mopd/common/
get.c 41 mopGetChar(const u_char *pkt, int *idx)
45 ret = pkt[*idx];
46 *idx = *idx + 1;
51 mopGetShort(const u_char *pkt, int *idx)
55 ret = pkt[*idx] + pkt[*idx+1]*256;
56 *idx = *idx + 2;
61 mopGetLong(const u_char *pkt, int *idx)
    [all...]
put.c 37 mopPutChar(u_char *pkt, int *idx, u_char value)
39 pkt[*idx] = value;
40 *idx = *idx + 1;
44 mopPutShort(u_char *pkt, int *idx, u_short value)
48 pkt[*idx+i] = value % 256;
51 *idx = *idx + 2;
55 mopPutLong(u_char *pkt, int *idx, u_int32_t value)
59 pkt[*idx+i] = value % 256
139 int idx = 0; local
    [all...]
dl.c 41 int i,idx = 0; local
51 idx = 22;
55 idx = 16;
58 code = mopGetChar(pkt,&idx);
63 tmpc = mopGetChar(pkt,&idx); /* Load Number */
67 tmpl = mopGetLong(pkt,&idx);/* Load Address */
86 mopGetChar(pkt,&idx));
94 idx = idx + moplen - 10;
98 tmpl = mopGetLong(pkt,&idx); /* Load Address *
    [all...]
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/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/gdb.old/dist/gdb/testsuite/lib/
append_gdb_boards_dir.exp 42 set idx [lsearch -exact $boards_dir "$gdb_boards_dir"]
43 if { $idx >= 0 } {
44 set boards_dir [lreplace $boards_dir $idx $idx]
  /src/external/gpl3/gdb/dist/gdb/testsuite/lib/
append_gdb_boards_dir.exp 42 set idx [lsearch -exact $boards_dir "$gdb_boards_dir"]
43 if { $idx >= 0 } {
44 set boards_dir [lreplace $boards_dir $idx $idx]
  /src/lib/libc/locale/
nb_lc_time_misc.h 37 #define ABDAY_IDX(idx) ((size_t)idx - (size_t)ABDAY_1)
38 #define DAY_IDX(idx) ((size_t)idx - (size_t)DAY_1)
39 #define ABMON_IDX(idx) ((size_t)idx - (size_t)ABMON_1)
40 #define MON_IDX(idx) ((size_t)idx - (size_t)MON_1)
41 #define AM_PM_IDX(idx) ((size_t)idx - (size_t)AM_STR
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
attr-fnspec.h 126 unsigned int idx = arg_idx (i); local
128 return str[idx] == 'R' || str[idx] == 'O'
129 || str[idx] == 'W' || (str[idx] >= '1' && str[idx] <= '9');
136 unsigned int idx = arg_idx (i); local
138 return str[idx] != 'x' && str[idx] != 'X';
145 unsigned int idx = arg_idx (i) local
154 unsigned int idx = arg_idx (i); local
165 unsigned int idx = arg_idx (i); local
177 unsigned int idx = arg_idx (i); local
193 unsigned int idx = arg_idx (i); local
204 unsigned int idx = arg_idx (i); local
217 unsigned int idx = arg_idx (i); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
attr-fnspec.h 126 unsigned int idx = arg_idx (i); local
128 return str[idx] == 'R' || str[idx] == 'O'
129 || str[idx] == 'W' || (str[idx] >= '1' && str[idx] <= '9');
136 unsigned int idx = arg_idx (i); local
138 return str[idx] != 'x' && str[idx] != 'X';
145 unsigned int idx = arg_idx (i) local
154 unsigned int idx = arg_idx (i); local
165 unsigned int idx = arg_idx (i); local
177 unsigned int idx = arg_idx (i); local
193 unsigned int idx = arg_idx (i); local
204 unsigned int idx = arg_idx (i); local
217 unsigned int idx = arg_idx (i); local
    [all...]
  /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/sys/compat/common/
gen_errno_tables.awk 47 idx = 0;
55 if (idx != 0) {
59 idx = 1;
71 if (val_max[idx] < val) {
72 val_max[idx] = val;
74 if (mappings[idx, "val", val] == "") {
75 mappings[idx, "name", name] = val
76 mappings[idx, "val", val] = name
81 if (idx != 1) {
  /src/external/bsd/ntp/dist/libntp/
clocktime.c 67 int32 y, tmp, idx, min; local
109 for (idx = 0; idx < 3; idx++) {
111 ystt[idx] = year_to_ntp(y + idx - 1);
113 test[idx] = ystt[idx] + tmp;
115 diff[idx] = test[idx] - rec_ui
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_bytemap.h 26 void set(uptr idx, u8 val) {
27 CHECK_LT(idx, kSize);
28 CHECK_EQ(0U, map_[idx]);
29 map_[idx] = val;
31 u8 operator[] (uptr idx) {
32 CHECK_LT(idx, kSize);
34 return map_[idx];
69 void set(uptr idx, u8 val) {
70 CHECK_LT(idx, kSize1 * kSize2);
71 u8 *map2 = GetOrCreate(idx / kSize2)
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
hash.c 153 size_t idx; local
159 idx = hash;
161 if (table[idx].used)
163 if (table[idx].used == hval && table[idx].keylen == keylen
164 && memcmp (table[idx].key, key, keylen) == 0)
165 return idx;
172 if (idx <= hash)
173 idx = htab->size + idx - hash
195 size_t idx = lookup (htab, key, keylen, compute_hashval (key, keylen)); local
243 size_t idx; local
273 size_t idx = lookup (htab, key, keylen, hval); local
300 size_t idx = lookup (htab, key, keylen, hval); local
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
hash.c 153 size_t idx; local
159 idx = hash;
161 if (table[idx].used)
163 if (table[idx].used == hval && table[idx].keylen == keylen
164 && memcmp (table[idx].key, key, keylen) == 0)
165 return idx;
172 if (idx <= hash)
173 idx = htab->size + idx - hash
195 size_t idx = lookup (htab, key, keylen, compute_hashval (key, keylen)); local
243 size_t idx; local
273 size_t idx = lookup (htab, key, keylen, hval); local
300 size_t idx = lookup (htab, key, keylen, hval); local
    [all...]
  /src/external/gpl2/gettext/dist/gnulib-local/lib/
hash.c 153 size_t idx; local
159 idx = hash;
161 if (table[idx].used)
163 if (table[idx].used == hval && table[idx].keylen == keylen
164 && memcmp (table[idx].key, key, keylen) == 0)
165 return idx;
172 if (idx <= hash)
173 idx = htab->size + idx - hash
195 size_t idx = lookup (htab, key, keylen, compute_hashval (key, keylen)); local
243 size_t idx; local
273 size_t idx = lookup (htab, key, keylen, hval); local
300 size_t idx = lookup (htab, key, keylen, hval); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
chkformat.d 523 * idx = index of `%` of start of format specifier,
530 Format parseScanfFormatSpecifier(scope const char[] format, ref size_t idx,
533 auto i = idx;
539 idx = i;
549 idx = i + 1;
588 // it could be mixed with the one above, but then idx won't have the right index
600 idx = i;
611 * idx = index of `%` of start of format specifier,
619 Format parsePrintfFormatSpecifier(scope const char[] format, ref size_t idx,
622 auto i = idx;
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
infcall-thread-announce.c 92 int idx, res; local
94 for (idx = 0; idx < MAX_THREADS; ++idx)
95 if (!threads[idx].started)
98 if (idx == MAX_THREADS)
102 res = pthread_mutex_lock (&threads[idx].mutex);
106 res = pthread_create (&threads[idx].thr, NULL,
107 thread_function, &threads[idx]);
111 res = pthread_cond_wait (&threads[idx].cond, &threads[idx].mutex)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
infcall-thread-announce.c 92 int idx, res; local
94 for (idx = 0; idx < MAX_THREADS; ++idx)
95 if (!threads[idx].started)
98 if (idx == MAX_THREADS)
102 res = pthread_mutex_lock (&threads[idx].mutex);
106 res = pthread_create (&threads[idx].thr, NULL,
107 thread_function, &threads[idx]);
111 res = pthread_cond_wait (&threads[idx].cond, &threads[idx].mutex)
    [all...]
  /src/crypto/external/apache2/openssl/dist/include/internal/
sslconf.h 16 const SSL_CONF_CMD *conf_ssl_get(size_t idx, const char **name, size_t *cnt);
17 int conf_ssl_name_find(const char *name, size_t *idx);
18 void conf_ssl_get_cmd(const SSL_CONF_CMD *cmd, size_t idx, char **cmdstr,
  /src/crypto/external/bsd/openssl/dist/include/internal/
sslconf.h 16 const SSL_CONF_CMD *conf_ssl_get(size_t idx, const char **name, size_t *cnt);
17 int conf_ssl_name_find(const char *name, size_t *idx);
18 void conf_ssl_get_cmd(const SSL_CONF_CMD *cmd, size_t idx, char **cmdstr,
  /src/crypto/external/bsd/openssl.old/dist/include/internal/
sslconf.h 15 const SSL_CONF_CMD *conf_ssl_get(size_t idx, const char **name, size_t *cnt);
16 int conf_ssl_name_find(const char *name, size_t *idx);
17 void conf_ssl_get_cmd(const SSL_CONF_CMD *cmd, size_t idx, char **cmdstr,

Completed in 24 milliseconds

1 2 3 4 5 6 7 8 91011>>