| /src/sys/compat/linux32/arch/amd64/ |
| linux32_systrace_args.c | 2009 systrace_entry_setargdesc(int sysnum, int ndx, char *desc, size_t descsz) 2018 switch(ndx) { 2031 switch(ndx) { 2047 switch(ndx) { 2063 switch(ndx) { 2079 switch(ndx) { 2089 switch(ndx) { 2105 switch(ndx) { 2118 switch(ndx) { 2131 switch(ndx) { [all...] |
| /src/sys/kern/ |
| systrace_args.c | 3963 systrace_entry_setargdesc(int sysnum, int ndx, char *desc, size_t descsz) 3969 switch(ndx) { 3982 switch(ndx) { 3995 switch(ndx) { 4011 switch(ndx) { 4027 switch(ndx) { 4043 switch(ndx) { 4053 switch(ndx) { 4072 switch(ndx) { 4085 switch(ndx) { [all...] |
| /src/sys/compat/linux/arch/aarch64/ |
| linux_systrace_args.c | 1896 systrace_entry_setargdesc(int sysnum, int ndx, char *desc, size_t descsz) 1902 switch(ndx) { 1924 switch(ndx) { 1946 switch(ndx) { 1968 switch(ndx) { 1987 switch(ndx) { 2006 switch(ndx) { 2025 switch(ndx) { 2041 switch(ndx) { 2057 switch(ndx) { [all...] |
| /src/sys/compat/netbsd32/ |
| netbsd32_systrace_args.c | 3780 systrace_entry_setargdesc(int sysnum, int ndx, char *desc, size_t descsz) 3786 switch(ndx) { 3799 switch(ndx) { 3812 switch(ndx) { 3828 switch(ndx) { 3844 switch(ndx) { 3860 switch(ndx) { 3870 switch(ndx) { 3889 switch(ndx) { 3902 switch(ndx) { [all...] |
| /src/sys/compat/linux/arch/i386/ |
| linux_systrace_args.c | 2328 systrace_entry_setargdesc(int sysnum, int ndx, char *desc, size_t descsz) 2337 switch(ndx) { 2350 switch(ndx) { 2366 switch(ndx) { 2382 switch(ndx) { 2398 switch(ndx) { 2408 switch(ndx) { 2424 switch(ndx) { 2437 switch(ndx) { 2450 switch(ndx) { [all...] |
| /src/sys/compat/linux/arch/arm/ |
| linux_systrace_args.c | 2310 systrace_entry_setargdesc(int sysnum, int ndx, char *desc, size_t descsz) 2319 switch(ndx) { 2332 switch(ndx) { 2348 switch(ndx) { 2364 switch(ndx) { 2380 switch(ndx) { 2390 switch(ndx) { 2406 switch(ndx) { 2419 switch(ndx) { 2432 switch(ndx) { [all...] |
| /src/sys/compat/linux/arch/amd64/ |
| linux_systrace_args.c | 2212 systrace_entry_setargdesc(int sysnum, int ndx, char *desc, size_t descsz) 2218 switch(ndx) { 2234 switch(ndx) { 2250 switch(ndx) { 2266 switch(ndx) { 2276 switch(ndx) { 2289 switch(ndx) { 2302 switch(ndx) { 2315 switch(ndx) { 2331 switch(ndx) { [all...] |
| /src/sys/compat/linux32/arch/aarch64/ |
| linux32_systrace_args.c | 2114 systrace_entry_setargdesc(int sysnum, int ndx, char *desc, size_t descsz) 2123 switch(ndx) { 2136 switch(ndx) { 2152 switch(ndx) { 2168 switch(ndx) { 2184 switch(ndx) { 2194 switch(ndx) { 2210 switch(ndx) { 2223 switch(ndx) { 2236 switch(ndx) { [all...] |
| /src/external/bsd/elftoolchain/dist/libelf/ |
| gelf_syminfo.c | 45 gelf_getsyminfo(Elf_Data *ed, int ndx, GElf_Syminfo *dst) 58 if (d == NULL || ndx < 0 || dst == NULL || 81 assert(ndx >= 0); 83 if (msz * (size_t) ndx >= d->d_data.d_size) { 90 syminfo32 = (Elf32_Syminfo *) d->d_data.d_buf + ndx; 97 syminfo64 = (Elf64_Syminfo *) d->d_data.d_buf + ndx; 106 gelf_update_syminfo(Elf_Data *ed, int ndx, GElf_Syminfo *gs) 119 if (d == NULL || ndx < 0 || gs == NULL || 142 assert(ndx >= 0); 144 if (msz * (size_t) ndx >= d->d_data.d_size) [all...] |
| gelf_symshndx.c | 45 gelf_getsymshndx(Elf_Data *d, Elf_Data *id, int ndx, GElf_Sym *dst, 58 if (gelf_getsym(d, ndx, dst) == 0) 92 assert(ndx >= 0); 94 if (msz * (size_t) ndx >= id->d_size) { 99 *shindex = ((Elf32_Word *) id->d_buf)[ndx]; 105 gelf_update_symshndx(Elf_Data *d, Elf_Data *id, int ndx, GElf_Sym *gs, 118 if (gelf_update_sym(d, ndx, gs) == 0) 144 assert(ndx >= 0); 146 if (msz * (size_t) ndx >= id->d_size) { 151 *(((Elf32_Word *) id->d_buf) + ndx) = xindex [all...] |
| gelf_dyn.c | 47 gelf_getdyn(Elf_Data *ed, int ndx, GElf_Dyn *dst) 60 if (d == NULL || ndx < 0 || dst == NULL || 83 assert(ndx >= 0); 85 if (msz * (size_t) ndx >= d->d_data.d_size) { 91 dyn32 = (Elf32_Dyn *) d->d_data.d_buf + ndx; 98 dyn64 = (Elf64_Dyn *) d->d_data.d_buf + ndx; 107 gelf_update_dyn(Elf_Data *ed, int ndx, GElf_Dyn *ds) 120 if (d == NULL || ndx < 0 || ds == NULL || 143 assert(ndx >= 0); 145 if (msz * (size_t) ndx >= d->d_data.d_size) [all...] |
| gelf_move.c | 47 gelf_getmove(Elf_Data *ed, int ndx, GElf_Move *dst) 60 if (d == NULL || ndx < 0 || dst == NULL || 83 assert(ndx >= 0); 85 if (msz * (size_t) ndx >= d->d_data.d_size) { 92 move32 = (Elf32_Move *) d->d_data.d_buf + ndx; 101 move64 = (Elf64_Move *) d->d_data.d_buf + ndx; 110 gelf_update_move(Elf_Data *ed, int ndx, GElf_Move *gm) 123 if (d == NULL || ndx < 0 || gm == NULL || 146 assert(ndx >= 0); 148 if (msz * (size_t) ndx >= d->d_data.d_size) [all...] |
| gelf_rel.c | 47 gelf_getrel(Elf_Data *ed, int ndx, GElf_Rel *dst) 60 if (d == NULL || ndx < 0 || dst == NULL || 83 assert(ndx >= 0); 85 if (msz * (size_t) ndx >= d->d_data.d_size) { 91 rel32 = (Elf32_Rel *) d->d_data.d_buf + ndx; 100 rel64 = (Elf64_Rel *) d->d_data.d_buf + ndx; 109 gelf_update_rel(Elf_Data *ed, int ndx, GElf_Rel *dr) 122 if (d == NULL || ndx < 0 || dr == NULL || 145 assert(ndx >= 0); 147 if (msz * (size_t) ndx >= d->d_data.d_size) [all...] |
| gelf_rela.c | 47 gelf_getrela(Elf_Data *ed, int ndx, GElf_Rela *dst) 60 if (d == NULL || ndx < 0 || dst == NULL || 83 assert(ndx >= 0); 85 if (msz * (size_t) ndx >= d->d_data.d_size) { 91 rela32 = (Elf32_Rela *) d->d_data.d_buf + ndx; 101 rela64 = (Elf64_Rela *) d->d_data.d_buf + ndx; 110 gelf_update_rela(Elf_Data *ed, int ndx, GElf_Rela *dr) 123 if (d == NULL || ndx < 0 || dr == NULL || 146 assert(ndx >= 0); 148 if (msz * (size_t) ndx >= d->d_data.d_size) [all...] |
| gelf_sym.c | 47 gelf_getsym(Elf_Data *ed, int ndx, GElf_Sym *dst) 60 if (d == NULL || ndx < 0 || dst == NULL || 83 assert(ndx >= 0); 85 if (msz * (size_t) ndx >= d->d_data.d_size) { 91 sym32 = (Elf32_Sym *) d->d_data.d_buf + ndx; 100 sym64 = (Elf64_Sym *) d->d_data.d_buf + ndx; 109 gelf_update_sym(Elf_Data *ed, int ndx, GElf_Sym *gs) 122 if (d == NULL || ndx < 0 || gs == NULL || 145 assert(ndx >= 0); 147 if (msz * (size_t) ndx >= d->d_data.d_size) [all...] |
| gelf_cap.c | 47 gelf_getcap(Elf_Data *ed, int ndx, GElf_Cap *dst) 60 if (d == NULL || ndx < 0 || dst == NULL || 83 if (msz * (size_t) ndx >= d->d_data.d_size) { 90 cap32 = (Elf32_Cap *) d->d_data.d_buf + ndx; 97 cap64 = (Elf64_Cap *) d->d_data.d_buf + ndx; 106 gelf_update_cap(Elf_Data *ed, int ndx, GElf_Cap *gc) 119 if (d == NULL || ndx < 0 || gc == NULL || 142 if (msz * (size_t) ndx >= d->d_data.d_size) { 148 cap32 = (Elf32_Cap *) d->d_data.d_buf + ndx; 153 cap64 = (Elf64_Cap *) d->d_data.d_buf + ndx; [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| check-include-guards.py | 46 def failure(filename: str, ndx: int, text: str): 47 print(filename + ":" + str(ndx + 1) + ": " + text, file=sys.stderr) 51 def skip_comments_and_blanks(ndx: int, contents: List[str]): 52 while ndx < len(contents) and contents[ndx].startswith("/*"): 53 while ndx < len(contents): 54 ndx += 1 55 if contents[ndx - 1].endswith("*/\n"): 58 while ndx < len(contents): 59 if contents[ndx].strip() != "" [all...] |
| /src/bin/sh/ |
| syntax.c | 15 #define ndx(ch) (ch + 2 - CHAR_MIN) macro 16 #define set(ch, val) [ndx(ch)] = val, 17 #define set_range(s, e, val) [ndx(s) ... ndx(e)] = val,
|
| /src/external/cddl/osnet/sys/sys/ |
| cyclic_impl.h | 309 #define CYC_HEAP_PARENT(ndx) (((ndx) - 1) >> 1) 310 #define CYC_HEAP_RIGHT(ndx) (((ndx) + 1) << 1) 311 #define CYC_HEAP_LEFT(ndx) ((((ndx) + 1) << 1) - 1)
|
| /src/external/gpl3/gdb/dist/gdb/ |
| check-include-guards.py | 46 def failure(filename: str, ndx: int, text: str): 47 print(filename + ":" + str(ndx + 1) + ": " + text, file=sys.stderr) 51 def skip_comments_and_blanks(ndx: int, contents: List[str]): 52 while ndx < len(contents) and contents[ndx].startswith("/*"): 53 while ndx < len(contents): 54 ndx += 1 55 if contents[ndx - 1].endswith("*/\n"): 58 while ndx < len(contents): 59 if contents[ndx].strip() != "" [all...] |
| /src/external/bsd/elftoolchain/dist/libdwarf/ |
| libdwarf_elf_access.c | 35 _dwarf_elf_get_section_info(void *obj, Dwarf_Half ndx, 50 if (ndx >= e->eo_seccnt) { 56 sh = &e->eo_shdr[ndx]; 132 _dwarf_elf_load_section(void *obj, Dwarf_Half ndx, Dwarf_Small** ret_data, 147 if (ndx >= e->eo_seccnt) { 153 ed = &e->eo_data[ndx];
|
| dwarf_abbrev.c | 110 dwarf_get_abbrev_entry(Dwarf_Abbrev abbrev, Dwarf_Signed ndx, 123 if (ndx < 0 || (uint64_t) ndx >= abbrev->ab_atnum) { 129 for (i = 0; i < ndx && ad != NULL; i++)
|
| /src/sys/dev/ic/ |
| athrate-sample.c | 166 * returns the ndx with the lowest average_tx_time, 217 int ndx = (sn->last_sample_ndx[size_bin]+1+x) % sn->num_rates; local 220 if (ndx == current_ndx) 224 if (sn->stats[size_bin][ndx].perfect_tx_time > current_tt) 228 if (ticks - sn->stats[size_bin][ndx].last_tx < ((hz * STALE_FAILURE_TIMEOUT_MS)/1000) && 229 sn->stats[size_bin][ndx].successive_failures > 3) 235 if (sn->rates[ndx].rate > 22 && ndx > current_ndx + 2) 239 if (sn->rates[ndx].rate == 18) 244 if (sn->rates[current_ndx].rate == 22 && ndx > current_ndx + 1) 261 int ndx, size_bin, mrr, best_ndx, change_rates; local 373 int ndx = 0; local 496 int ndx = -1; local 702 int ndx = 0; local [all...] |
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| Elf.h | 87 Elf_Internal_Phdr *get_phdr (unsigned int ndx); 88 Elf_Internal_Shdr *get_shdr (unsigned int ndx); 89 Elf64_Dyn *elf_getdyn (Elf_Internal_Phdr *phdr, unsigned int ndx, Elf64_Dyn *pdyn); 95 asymbol *elf_getsym (unsigned int ndx, Elf_Internal_Sym *dst, bool is_dynamic); 96 Elf64_Ancillary *elf_getancillary (Elf_Data *edta, unsigned int ndx, Elf64_Ancillary *dst);
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| Elf.h | 87 Elf_Internal_Phdr *get_phdr (unsigned int ndx); 88 Elf_Internal_Shdr *get_shdr (unsigned int ndx); 89 Elf64_Dyn *elf_getdyn (Elf_Internal_Phdr *phdr, unsigned int ndx, Elf64_Dyn *pdyn); 95 asymbol *elf_getsym (unsigned int ndx, Elf_Internal_Sym *dst, bool is_dynamic); 96 Elf64_Ancillary *elf_getancillary (Elf_Data *edta, unsigned int ndx, Elf64_Ancillary *dst);
|