Searched refs:index (Results 1 - 25 of 1422) sorted by relevance

1234567891011>>

/freebsd-9.3-release/tools/tools/nxge/
H A Dxge_log.c41 int index = 0, count = 0; local
51 for(index = 0; index < count ; index++) {
52 switch(statsInfo[index].type) {
54 statsInfo[index].value =
56 GET_OFFSET_STATS(index)));
59 statsInfo[index].value =
61 GET_OFFSET_STATS(index)));
64 statsInfo[index]
88 int index = 0; local
118 int index = 0; local
149 int index = 0; local
180 int index = 0; local
207 int index = 0; local
236 int index = 0; local
300 int index = 0; local
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.index.d.out4 if (index("foobarbaz", "barbaz") != 3) {
5 printf("perl => index(\"foobarbaz\", \"barbaz\") = %d\n",
6 index("foobarbaz", "barbaz"));
7 printf(" D => index(\"foobarbaz\", \"barbaz\") = 3\n");
18 if (index("foofoofoo", "foo") != 0) {
19 printf("perl => index(\"foofoofoo\", \"foo\") = %d\n",
20 index("foofoofoo", "foo"));
21 printf(" D => index(\"foofoofoo\", \"foo\") = 0\n");
32 if (index("boofoofoo", "foo") != 3) {
33 printf("perl => index(\"boofoofo
[all...]
H A Dtst.substr.d33 int index;
48 command[i].index = 3;
52 command[i].index = 300;
56 command[i].index = -10;
60 command[i].index = 0;
64 command[i].index = 1;
68 command[i].index = strlen(str) - 1;
72 command[i].index = strlen(str);
76 command[i].index = strlen(str) + 1;
80 command[i].index
[all...]
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dindex.c1 /* Stub implementation of (obsolete) index(). */
5 @deftypefn Supplemental char* index (char *@var{s}, int @var{c})
8 the string @var{s}, or @code{NULL} if not found. The use of @code{index} is
18 index (const char *s, int c) function
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dindex.c1 /* Stub implementation of (obsolete) index(). */
5 @deftypefn Supplemental char* index (char *@var{s}, int @var{c})
8 the string @var{s}, or @code{NULL} if not found. The use of @code{index} is
18 index (const char *s, int c) function
/freebsd-9.3-release/contrib/bsnmp/snmp_mibII/
H A DmibII_route.c47 uint8_t index[13]; member in struct:sroute
66 return (memcmp(s1->index, s2->index, 13));
76 oid->subs[sub + i] = s->index[i];
86 printf("%u.", r->index[i]);
87 printf("%u proto=%u type=%u", r->index[i], r->proto, r->type);
119 /* build the index */
121 key.index[0] = (ha >> 24) & 0xff;
122 key.index[1] = (ha >> 16) & 0xff;
123 key.index[
[all...]
H A DmibII_ifstack.c43 stack->index.len = 2;
44 stack->index.subs[0] = upper ? upper->index : 0;
45 stack->index.subs[1] = lower ? lower->index : 0;
60 if (stack->index.subs[0] == (upper ? upper->index : 0) &&
61 stack->index.subs[1] == (lower ? lower->index : 0)) {
80 index_append(&value->var, sub, &stack->index);
[all...]
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-helper-sgmii.c93 * @param index Index of prot on the interface
97 static int __cvmx_helper_sgmii_hardware_init_one_time(int interface, int index) argument
105 gmxx_prtx_cfg.u64 = cvmx_read_csr(CVMX_GMXX_PRTX_CFG(index, interface));
107 cvmx_write_csr(CVMX_GMXX_PRTX_CFG(index, interface), gmxx_prtx_cfg.u64);
112 pcsx_miscx_ctl_reg.u64 = cvmx_read_csr(CVMX_PCSX_MISCX_CTL_REG(index, interface));
113 pcsx_linkx_timer_count_reg.u64 = cvmx_read_csr(CVMX_PCSX_LINKX_TIMER_COUNT_REG(index, interface));
124 cvmx_write_csr(CVMX_PCSX_LINKX_TIMER_COUNT_REG(index, interface), pcsx_linkx_timer_count_reg.u64);
136 pcsx_anx_adv_reg.u64 = cvmx_read_csr(CVMX_PCSX_ANX_ADV_REG(index, interface));
141 cvmx_write_csr(CVMX_PCSX_ANX_ADV_REG(index, interface), pcsx_anx_adv_reg.u64);
149 pcsx_sgmx_an_adv_reg.u64 = cvmx_read_csr(CVMX_PCSX_SGMX_AN_ADV_REG(index, interfac
174 __cvmx_helper_sgmii_hardware_init_link(int interface, int index) argument
225 __cvmx_helper_sgmii_hardware_init_link_speed(int interface, int index, cvmx_helper_link_info_t link_info) argument
322 int index; local
386 int index; local
417 int index = cvmx_helper_get_interface_index_num(ipd_port); local
520 int index = cvmx_helper_get_interface_index_num(ipd_port); local
542 int index = cvmx_helper_get_interface_index_num(ipd_port); local
[all...]
H A Dcvmx-pow.c138 int index; local
171 for (index=0; index<num_pow_entries; index++)
178 load_addr.smemload.index = index;
183 dump->smemload[index][bits].u64 = cvmx_read_csr(load_addr.u64);
188 for (index=0; index<16; index
314 int index; local
[all...]
/freebsd-9.3-release/usr.bin/mail/
H A Dstrings.c61 int s, index; local
67 index = 0;
69 if (sp->s_topFree == NULL && (STRINGSIZE << index) >= s)
73 index++;
78 index = sp - &stringdope[0];
79 if ((sp->s_topFree = malloc(STRINGSIZE << index)) == NULL)
80 err(1, "No room for space %d", index);
82 sp->s_nleft = STRINGSIZE << index;
99 int index; local
103 index
[all...]
/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DX86DisassemblerTables.cpp308 for (unsigned index = 0; index < 256; ++index) {
309 if (decision.instructionIDs[index] != decision.instructionIDs[0])
312 if (((index & 0xc0) == 0xc0) &&
313 (decision.instructionIDs[index] != decision.instructionIDs[0xc0]))
316 if (((index & 0xc0) != 0xc0) &&
317 (decision.instructionIDs[index] != decision.instructionIDs[0x00]))
320 if (((index & 0xc0) == 0xc0) &&
321 (decision.instructionIDs[index] !
[all...]
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dheap.c42 * not 0-based. The parent is index/2, and the left-child is index*2.
43 * The right child is index*2+1.
72 isc_heapindex_t index; member in struct:isc_heap
77 isc_heapindex_t index, unsigned int size_increment,
99 heap->index = index;
153 if (heap->index != NULL)
154 (heap->index)(heap->array[i], i);
157 if (heap->index !
76 isc_heap_create(isc_mem_t *mctx, isc_heapcompare_t compare, isc_heapindex_t index, unsigned int size_increment, isc_heap_t **heapp) argument
206 isc_heap_delete(isc_heap_t *heap, unsigned int index) argument
231 isc_heap_increased(isc_heap_t *heap, unsigned int index) argument
239 isc_heap_decreased(isc_heap_t *heap, unsigned int index) argument
247 isc_heap_element(isc_heap_t *heap, unsigned int index) argument
[all...]
/freebsd-9.3-release/contrib/nvi/docs/USD.doc/vi.ref/
H A DMakefile9 vi.ref.txt: vi.ref index.so
11 rm -f index
14 vi.ref.ps: vi.ref index.so
16 rm -f index
19 index.so: vi.ref
20 # Build index.so, side-effect of building the paper.
25 -e 's/ /__SPACE/g' < index | \
28 rm -f index
32 rm -f vi.ref.ps vi.ref.txt index index
[all...]
/freebsd-9.3-release/sys/boot/arm/at91/bootiic/
H A Denv_vars.h47 extern void SetBootCommand(int index, char *command);
H A Denv_vars.c109 * void SetBootCommand(int index, char *command)
110 * This global function replaces the specified index with the string residing
112 * associated command index.
116 SetBootCommand(int index, char *command) argument
120 if ((unsigned)index < MAX_BOOT_COMMANDS) {
122 p_memset(boot_commands[index], 0, MAX_INPUT_SIZE);
128 boot_commands[index][i] = command[i];
129 if (!(boot_commands[index][i]))
163 * coverts it to the standard, command-index format. Notice, the processed
172 int index, local
[all...]
/freebsd-9.3-release/sys/boot/arm/at91/bootspi/
H A Denv_vars.h47 extern void SetBootCommand(int index, char *command);
/freebsd-9.3-release/sys/contrib/rdma/
H A Dib_cache.h48 * @index: The index into the cached GID table to query.
49 * @gid: The GID value found at the specified index.
56 int index,
60 * ib_find_cached_gid - Returns the port number and GID table index where
65 * @index: The index into the cached GID table where the GID was found. This
74 u16 *index);
80 * @index: The index int
[all...]
/freebsd-9.3-release/sys/ofed/include/rdma/
H A Dib_cache.h44 * @index: The index into the cached GID table to query.
45 * @gid: The GID value found at the specified index.
52 int index,
56 * ib_find_cached_gid - Returns the port number and GID table index where
61 * @index: The index into the cached GID table where the GID was found. This
70 u16 *index);
76 * @index: The index int
[all...]
/freebsd-9.3-release/sys/xen/interface/hvm/
H A Dparams.h102 * \param index The index of the HVM parameter to retrieve.
107 hvm_get_parameter(int index) argument
113 xhv.index = index;
117 index, error);
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dheap.c42 * not 0-based. The parent is index/2, and the left-child is index*2.
43 * The right child is index*2+1.
72 isc_heapindex_t index; member in struct:isc_heap
77 isc_heapindex_t index, unsigned int size_increment,
99 heap->index = index;
153 if (heap->index != NULL)
154 (heap->index)(heap->array[i], i);
157 if (heap->index !
76 isc_heap_create(isc_mem_t *mctx, isc_heapcompare_t compare, isc_heapindex_t index, unsigned int size_increment, isc_heap_t **heapp) argument
206 isc_heap_delete(isc_heap_t *heap, unsigned int index) argument
231 isc_heap_increased(isc_heap_t *heap, unsigned int index) argument
239 isc_heap_decreased(isc_heap_t *heap, unsigned int index) argument
247 isc_heap_element(isc_heap_t *heap, unsigned int index) argument
[all...]
/freebsd-9.3-release/contrib/groff/src/include/
H A Dfont.h40 int contains(int index);
42 int get_width(int index, int point_size);
43 int get_height(int index, int point_size);
44 int get_depth(int index, int point_size);
46 int get_character_type(int index);
48 int get_skew(int index, int point_size, int slant);
50 int get_italic_correction(int index, int point_size);
51 int get_left_italic_correction(int index, int point_size);
52 int get_subscript_correction(int index, int point_size);
54 const char *get_special_device_encoding(int index);
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/version/
H A Dtst.1.0.d41 int index;
/freebsd-9.3-release/contrib/cvs/lib/
H A Dgethostname.c20 #ifndef index
21 #define index strchr macro
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DTaintManager.h35 static void *GDMIndex() { static int index = 0; return &index; } local
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dkrb_err.et22 index 20
26 index 26
28 index 31
42 index 51
50 index 61
54 index 70
57 index 76

Completed in 328 milliseconds

1234567891011>>