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

1 2

  /src/games/trek/
nova.c 62 int se; local in function:nova
90 se = Sect[i][j];
91 switch (se) {
116 se = 2000;
118 if (Ship.shield >= se) {
119 Ship.shield -= se;
120 se = 0;
122 se -= Ship.shield;
126 Ship.energy -= se;
133 se, i, j)
    [all...]
  /src/lib/libc/gdtoa/
g_dfmt.c 44 char *b, *s, *se; local in function:g_dfmt
95 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
98 return g__fmt(buf, s, se, decpt, sign, bufsize);
g_ffmt.c 44 char *b, *s, *se; local in function:g_ffmt
93 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
96 return g__fmt(buf, s, se, decpt, sign, bufsize);
g_xLfmt.c 60 char *b, *s, *se; local in function:g_xLfmt
113 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
116 return g__fmt(buf, s, se, decpt, sign, bufsize);
g_Qfmt.c 62 char *b, *s, *se; local in function:g_Qfmt
119 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
122 return g__fmt(buf, s, se, decpt, sign, bufsize);
g_xfmt.c 64 char *b, *s, *se; local in function:g_xfmt
119 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
122 return g__fmt(buf, s, se, decpt, sign, bufsize);
g_ddfmt.c 44 char *b, *s, *se; local in function:g_ddfmt
181 s = gdtoa(&fpi, ex, bits, &i, mode, ndig, &decpt, &se);
184 b = g__fmt(buf, s, se, decpt, z->sign, bufsize);
  /src/lib/libc/gdtoa/test/
dItest.c 58 char *s, *se, *se1; local in function:main
68 i = strtodI(ibuf, &se, dd);
69 printf(cfmt, "strtodI", (int)(se-ibuf), i);
74 if (j != i || se != se1
76 printf(cfmt, "**** strtoId", (int)(se-ibuf), j);
dtest.c 65 char *s, *se, *se1; local in function:main
97 i = strtord(ibuf, &se, r, &u.f);
99 if ((u.f != strtod(ibuf, &se1) || se1 != se))
101 i1 = strtopd(ibuf, &se, &f1);
102 if (i != i1 || u.f != f1 || se != se1)
106 (int)(se-ibuf), i, u.f, U u.L[_0], U u.L[_1]);
108 se = g_dfmt(obuf, &u.f, ndig, sizeof(obuf));
110 ndig, (int)(se-obuf), se ? obuf : "<null>");
113 printf("strtoId returns %d,", strtoId(ibuf, &se, fI, &fI[1]))
    [all...]
ftest.c 64 char *s, *se, *se1; local in function:main
87 u.L[0] = (ULong)strtoul(s+1, &se, 16);
94 i = strtorf(ibuf, &se, r, &u.f);
97 || se != se1 || i != i1) {
103 if (se != se1)
104 printf("se - se1 = %d\n", (int)(se-se1));
106 if (u.f != strtof(ibuf, &se1) || se != se1)
110 (int)(se-ibuf), u.f, U u.L[0]);
112 se = g_ffmt(obuf, &u.f, ndig, sizeof(obuf))
    [all...]
xLtest.c 82 char *s, *s1, *se, *se1; local in function:main
105 u.bits[_0] = (ULong)strtoul(s1 = s+1, &se, 16);
106 if (se > s1) {
107 u.bits[_1] = (ULong)strtoul(s1=se, &se, 16);
108 if (se > s1)
109 u.bits[_2] = (ULong)strtoul(s1=se, &se, 16);
118 i = strtorxL(ibuf, &se, r, u.bits);
119 if (r == 1 && (i != strtopxL(ibuf, &se1, v[0].bits) || se1 != se
    [all...]
xtest.c 84 char *s, *se, *se1; local in function:main
115 i = strtorx(ibuf, &se, r, u.bits);
116 if (r == 1 && (i != strtopx(ibuf, &se1, v[0].bits) || se1 != se
120 (int)(se-ibuf), i);
127 se = g_xfmt(obuf, u.bits, ndig, sizeof(obuf));
129 ndig, (int)(se-obuf), se ? obuf : "<null>");
133 strtoIx(ibuf, &se, v[0].bits, v[1].bits));
134 printf(" consuming %d bytes.\n", (int)(se-ibuf));
Qtest.c 83 char *s, *s1, *se, *se1; local in function:main
111 u.bits[_0] = (ULong)strtoul(s1 = s+1, &se, 16);
112 if (se > s1) {
113 u.bits[_1] = (ULong)strtoul(s1 = se, &se, 16);
114 if (se > s1) {
115 u.bits[_2] = (ULong)strtoul(s1 = se, &se, 16);
116 if (se > s1)
117 u.bits[_3] = (ULong)strtoul(s1 = se, &se, 16)
    [all...]
ddtest.c 80 char *s, *s1, *se, *se1; local in function:main
123 i = strtordd(ibuf, &se, r, u.dd);
127 || u.dd[1] != ddI[1] || se != se1)
131 (int)(se-ibuf), i);
134 u.dd[0] = strtod(s, &se);
135 u.dd[1] = strtod(se, &se);
140 se = g_ddfmt(obuf, u.dd, ndig, sizeof(obuf));
142 ndig, (int)(se-obuf), se ? obuf : "<null>")
    [all...]
strtodt.c 59 char *s, *s1, *se; local in function:process
76 || (a.L[1] = (ULong)strtoul(s1,&se,16), se <= s1)) {
dt.c 90 char *s, *se; local in function:g_fmt
98 s = dtoa(x, 0, 0, &decpt, &sign, &se);
105 if (decpt <= -4 || decpt > se - s + 5) {
168 char *s, *se; local in function:check
171 s = dtoa(dval(d), 0, 0, &decpt, &sign, &se);
172 sprintf(buf, "%s%s%se%d", sign ? "-" : "",
191 char *fmt, *s, *s1, *se; local in function:main
209 x = (ULong)strtoul(s1 = buf+1, &se, 16);
210 if (se > s1) {
211 y = (ULong)strtoul(s1 = se, &se, 16)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_mqd_manager.c 107 int i, se, sh, cu = 0; local in function:mqd_symmetrically_map_cu_mask
114 for (se = 0; se < cu_info.num_shader_engines; se++)
116 cu_per_se[se] += hweight32(cu_info.cu_bitmap[se % 4][sh + (se / 4)]);
121 * ... (if # SE is 4)
125 se = 0;
128 se_mask[se] |= 1 << cu
    [all...]
  /src/lib/libc/citrus/
citrus_ctype_fallback.c 124 const char *s0, *se; local in function:_citrus_ctype_mbsnrtowcs_fallback
137 se = *s + in;
139 while (s0 < se && n > 0) {
140 err = _citrus_ctype_mbrtowc(cc, pwcs, s0, (size_t)(se - s0),
147 s0 = se;
citrus_ctype_template.h 297 const char *s0, *se; local in function:_FUNCNAME
311 se = *s + in;
313 while (s0 < se && n > 0) {
314 err = _FUNCNAME(mbrtowc_priv)(ei, pwcs, &s0, se - s0,
321 s0 = se;
citrus_pivot_factory.c 66 struct src_entry *se; local in function:find_src
68 SIMPLEQ_FOREACH(se, sh, se_entry) {
69 if (_bcs_strcasecmp(se->se_name, name) == 0) {
70 *rse = se;
74 se = malloc(sizeof(*se));
75 if (se == NULL)
77 se->se_name = strdup(name);
78 if (se->se_name == NULL) {
80 free(se);
98 struct src_entry *se; local in function:free_src
114 struct src_entry *se; local in function:convert_line
166 struct src_entry *se; local in function:dump_db
    [all...]
  /src/sys/arch/ia64/stand/common/
interp.c 199 struct includeline *script, *se, *sp; local in function:include
219 script = se = NULL;
256 se->next = sp;
258 se = sp;
316 se = script;
318 free(se);
  /src/share/examples/refuse/ian/libfetch/
common.c 179 struct servent *se; local in function:_fetch_default_port
181 if ((se = getservbyname(scheme, "tcp")) != NULL)
182 return (ntohs(se->s_port));
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gfx.c 147 * The bitmask of CUs to be disabled in the shader array determined by se and
148 * sh is stored in mask[se * max_sh + sh].
152 unsigned se, sh, cu; local in function:amdgpu_gfx_parse_disable_cu
163 int ret = sscanf(p, "%u.%u.%u", &se, &sh, &cu);
169 if (se < max_se && sh < max_sh && cu < 16) {
170 DRM_INFO("amdgpu: disabling CU %u.%u.%u\n", se, sh, cu);
171 mask[se * max_sh + sh] |= 1u << cu;
174 se, sh, cu);
  /src/usr.sbin/makefs/cd9660/
cd9660_eltorito.c 328 boot_catalog_section_entry *se; local in function:cd9660_boot_setup_section_entry
333 se = &entry->entry_data.SE;
335 se->boot_indicator[0] = ET_BOOTABLE;
336 se->media_type[0] = disk->targetMode;
337 cd9660_721(disk->loadSegment, se->load_segment);
338 cd9660_721(disk->num_sectors, se->sector_count);
339 cd9660_731(disk->sector, se->load_rba);
  /src/sys/dev/ic/
mpt_debug.c 574 SGE_SIMPLE32 *se = (SGE_SIMPLE32 *) su; local in function:mpt_dump_sgl
582 flags = MPI_SGE_GET_FLAGS(le32toh(se->FlagsLength));
587 se, le32toh(se->Address), le32toh(se->FlagsLength));
593 SGE_CHAIN32 *ce = (SGE_CHAIN32 *) se;
602 printf("TE32 @ %p\n", se);
625 se++;

Completed in 22 milliseconds

1 2