| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/ |
| nouveau_nvkm_subdev_therm_gf119.c | 62 int indx = pwm_info(therm, line); local 63 if (indx < 0) 64 return indx; 65 else if (indx < 2) 67 /* nothing to do for indx == 2, it seems hardwired to PTHERM */ 75 int indx = pwm_info(therm, line); local 76 if (indx < 0) 77 return indx; 78 else if (indx < 2) { 80 *divs = nvkm_rd32(device, 0x00e114 + (indx * 8)) 97 int indx = pwm_info(therm, line); local 114 int indx = pwm_info(therm, line); local [all...] |
| /src/usr.bin/fold/ |
| fold.c | 136 int col, indx, i; local 138 col = indx = 0; 141 if (indx != 0) { 142 for (i = 0; i < indx; i++) 146 col = indx = 0; 158 for (i = 0, last_space = -1; i < indx; i++) 169 wmemmove (buf, buf+last_space, indx-last_space); 171 indx -= last_space; 173 for (i = 0; i < indx; i++) { 177 for (i = 0; i < indx; i++ [all...] |
| /src/external/gpl3/gcc/dist/libobjc/ |
| hash.c | 112 size_t indx = (*(*cachep)->hash_func) (*cachep, key); local 120 node->next = (*cachep)->node_table[indx]; 125 node_ptr node1 = (*cachep)->node_table[indx]; 135 (*cachep)->node_table[indx] = node; 172 size_t indx = (*cache->hash_func) (cache, key); local 173 node_ptr node = cache->node_table[indx]; 183 cache->node_table[indx] = node->next;
|
| /src/external/gpl3/gcc.old/dist/libobjc/ |
| hash.c | 112 size_t indx = (*(*cachep)->hash_func) (*cachep, key); local 120 node->next = (*cachep)->node_table[indx]; 125 node_ptr node1 = (*cachep)->node_table[indx]; 135 (*cachep)->node_table[indx] = node; 172 size_t indx = (*cache->hash_func) (cache, key); local 173 node_ptr node = cache->node_table[indx]; 183 cache->node_table[indx] = node->next;
|
| /src/bin/pax/ |
| sel_subs.c | 118 u_int indx; local 156 indx = ((unsigned)uid) % USR_TB_SZ; 157 if ((pt = usrtb[indx]) != NULL) { 170 pt->fow = usrtb[indx]; 171 usrtb[indx] = pt; 216 u_int indx; local 255 indx = ((unsigned)gid) % GRP_TB_SZ; 256 if ((pt = grptb[indx]) != NULL) { 269 pt->fow = grptb[indx]; 270 grptb[indx] = pt [all...] |
| tables.c | 145 u_int indx; local 158 indx = ((unsigned)arcn->sb.st_ino) % L_TAB_SZ; 159 if ((pt = ltab[indx]) != NULL) { 163 ppt = &(ltab[indx]); 208 pt->fow = ltab[indx]; 209 ltab[indx] = pt; 231 u_int indx; local 245 indx = ((unsigned)arcn->sb.st_ino) % L_TAB_SZ; 246 if ((pt = ltab[indx]) == NULL) 253 ppt = &(ltab[indx]); 382 u_int indx; local 522 u_int indx; local 590 u_int indx; local 716 u_int indx; local 969 u_int indx; local 1032 u_int indx; local [all...] |
| /src/games/hunt/huntd/ |
| draw.c | 265 int indx; local 269 indx = y * sizeof Maze[0] + x; 270 ch = ((char *) Maze)[indx]; 271 if (ch != ((char *) pp->p_maze)[indx]) { 280 ((char *) rpp->p_maze)[indx] = ch;
|
| /src/sbin/sysctl/ |
| pathconf.c | 154 int indx, value; local 159 if ((indx = findname(string, "top", &bufp, &pclist)) == -1) 166 value = fpathconf(0, indx); 168 value = pathconf(pathname, indx);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gcse-common.cc | 100 element of X is modified, reset the INDX bit in BMAP. 112 compute_transp (const_rtx x, int indx, sbitmap *bmap, 137 bitmap_clear_bit (bmap[DF_REF_BB (def)->index], indx); 156 bitmap_clear_bit (bmap[bb_index], indx); 178 bitmap_clear_bit (bmap[bb_index], indx); 214 compute_transp (XEXP (x, i), indx, bmap, blocks_with_calls, local 219 compute_transp (XVECEXP (x, i, j), indx, bmap, blocks_with_calls, local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gcse-common.cc | 100 element of X is modified, reset the INDX bit in BMAP. 112 compute_transp (const_rtx x, int indx, sbitmap *bmap, 137 bitmap_clear_bit (bmap[DF_REF_BB (def)->index], indx); 156 bitmap_clear_bit (bmap[bb_index], indx); 178 bitmap_clear_bit (bmap[bb_index], indx); 214 compute_transp (XEXP (x, i), indx, bmap, blocks_with_calls, local 219 compute_transp (XVECEXP (x, i, j), indx, bmap, blocks_with_calls, local
|
| /src/distrib/utils/more/ |
| command.c | 605 int indx, width; local 613 for (width = indx = 0; indx < ac;) { 614 p = strcmp(av[indx], "-") ? av[indx] : "stdin"; 616 if (curr_ac == indx) 620 if (curr_ac == indx) 623 if (curr_ac == indx) 625 ++indx; 633 if (curr_ac == indx) [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| elf-hppa.h | 888 int indx; local 907 for (asec = abfd->sections, indx = 1; asec; asec = asec->next, indx++) 911 hdr->sh_info = indx;
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| visium-dis.c | 181 int indx = (ins >> 10) & 0x1f; local 192 (*info->fprintf_func) (info->stream, "stop %d,r%d", indx, source_a); 294 indx, source_a); 298 indx, source_a, source_b); 302 indx, source_a, source_b); 306 indx, source_a, source_b); 310 indx, source_a, source_b); 314 indx, source_a); 318 indx, source_a); 322 indx, source_a) [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf-hppa.h | 888 int indx; local 907 for (asec = abfd->sections, indx = 1; asec; asec = asec->next, indx++) 911 hdr->sh_info = indx;
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| visium-dis.c | 181 int indx = (ins >> 10) & 0x1f; local 192 (*info->fprintf_func) (info->stream, "stop %d,r%d", indx, source_a); 294 indx, source_a); 298 indx, source_a, source_b); 302 indx, source_a, source_b); 306 indx, source_a, source_b); 310 indx, source_a, source_b); 314 indx, source_a); 318 indx, source_a); 322 indx, source_a) [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| elf-hppa.h | 888 int indx; local 907 for (asec = abfd->sections, indx = 1; asec; asec = asec->next, indx++) 911 hdr->sh_info = indx;
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| visium-dis.c | 181 int indx = (ins >> 10) & 0x1f; local 192 (*info->fprintf_func) (info->stream, "stop %d,r%d", indx, source_a); 294 indx, source_a); 298 indx, source_a, source_b); 302 indx, source_a, source_b); 306 indx, source_a, source_b); 310 indx, source_a, source_b); 314 indx, source_a); 318 indx, source_a); 322 indx, source_a) [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf-hppa.h | 888 int indx; local 907 for (asec = abfd->sections, indx = 1; asec; asec = asec->next, indx++) 911 hdr->sh_info = indx;
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| visium-dis.c | 181 int indx = (ins >> 10) & 0x1f; local 192 (*info->fprintf_func) (info->stream, "stop %d,r%d", indx, source_a); 294 indx, source_a); 298 indx, source_a, source_b); 302 indx, source_a, source_b); 306 indx, source_a, source_b); 310 indx, source_a, source_b); 314 indx, source_a); 318 indx, source_a); 322 indx, source_a) [all...] |
| /src/games/sail/ |
| dr_1.c | 145 int indx, totalfrom = 0, totalto = 0; local 173 indx = fromstrength/10; 174 if (indx > 8) 175 indx = 8; 176 toinjured = MT[indx][2 - dieroll() / 3]; 178 indx = strengthto/10; 179 if (indx > 8) 180 indx = 8; 181 frominjured = MT[indx][2 - dieroll() / 3]; 275 int indx, rakehim, sternrake local [all...] |
| /src/sys/kern/ |
| kern_fileassoc.c | 304 size_t indx; local 321 indx = FILEASSOC_HASH(tbl, th); 322 hash_entry = &(tbl->tbl_hash[indx]); 380 size_t indx; local 384 indx = FILEASSOC_HASH(newtbl, faf->faf_handle); 385 hash_entry = &(newtbl->tbl_hash[indx]); 514 size_t indx; local 538 indx = FILEASSOC_HASH(tbl, th); 539 hash_entry = &(tbl->tbl_hash[indx]);
|
| /src/usr.bin/m4/ |
| misc.c | 72 indx(const char *s1, const char *s2) function
|
| /src/external/bsd/bc/dist/ |
| storage.c | 83 int indx; local 99 for (indx = 0; indx < old_count; indx++) 101 functions[indx] = old_f[indx]; 102 f_names[indx] = old_names[indx]; 106 for (; indx < f_count; indx++ 130 int indx; local 167 int indx; local [all...] |
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| MemorySpace.cc | 125 MemorySpace::findMemObject (uint64_t indx) 129 if (indx == (uint64_t) - 3) 134 if (((uint64_t) ((MemObj *) hi->obj)->id) == indx) 224 Vector<int> *indx = new Vector<int>(size); local 237 indx->store (ii, mot->type); 253 res->store (0, indx);
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| MemorySpace.cc | 125 MemorySpace::findMemObject (uint64_t indx) 129 if (indx == (uint64_t) - 3) 134 if (((uint64_t) ((MemObj *) hi->obj)->id) == indx) 224 Vector<int> *indx = new Vector<int>(size); local 237 indx->store (ii, mot->type); 253 res->store (0, indx);
|