/src/usr.bin/make/unit-tests/ |
varname-dot-alltargets.mk | 9 first second: source target 18 # Only first and second are "real" targets.
|
depsrc-use.mk | 17 first: .USE first-first first-second 23 first-second: .USE 24 @echo first-second 1 25 @echo first-second 2 27 second: .USE target 28 @echo second 1 29 @echo second 2 39 action: first second empty
|
suff-transform-expand.mk | 6 # issue11.j should depend on issue11.i and issue11.second. 19 .i.j: ${.PREFIX}.second 22 issue11.h issue11.first issue11.second:
|
/src/tests/usr.bin/xlint/lint1/ |
d_bltinoffsetof.c | 11 char *second; member in struct:foo::__anon73d1e0bd010a::__anon73d1e0bd0208 26 typedef int second[-(int)__builtin_offsetof(struct foo, u.s.second)]; typedef in typeref:typename:int[-(int)__builtin_offsetof (struct foo,u.s.second)]
|
gcc_attribute_aligned.c | 60 int second __attribute__((__aligned__(16))); member in struct:aligned_struct_member::aligned 64 * Aligning 'second' to a 16-bytes boundary not only aligns the member
|
/src/games/phantasia/ |
fight.c | 1378 int first, second; /* indices for swapping */ local in function:scramblestats 1392 second = (int) ROLL(0, 5); 1399 dtemp2 = dptr[second]; 1401 dptr[second] = dtemp1;
|
/src/sys/arch/x86/x86/ |
patch.c | 298 static bool first, second; local in function:x86_patch 305 if (second) 307 second = true; 321 * Patch early and late. Second time around the 'lock' prefix
|
/src/sys/fs/cd9660/ |
cd9660_node.c | 249 int y, m, d, hour, minute, second, tz; local in function:cd9660_tstamp_conv7 256 second = pi[5]; 275 crtime = ((((days * 24) + hour) * 60 + minute) * 60) + second; 318 /* second:" 0"-"59" -> 0 - 59 */
|
/src/sys/arch/powerpc/powerpc/ |
rtas.c | 266 int status, year, month, day, hour, minute, second, nanosecond; local in function:rtas_todr_gettime_ymdhms 272 &month, &day, &hour, &minute, &second, &nanosecond) < 0) 280 t->dt_sec = second; 288 int status, year, month, day, hour, minute, second, nanosecond; local in function:rtas_todr_settime_ymdhms 298 second = t->dt_sec; 302 day, hour, minute, second, nanosecond, &status) < 0)
|
/src/sys/compat/linux/common/ |
linux_cdrom.h | 78 u_char cdmsf_sec0; /* start second */ 81 u_char cdmsf_sec1; /* end second */ 99 u_char second; member in struct:linux_cdrom_msf0
|
/src/sys/dev/ic/ |
vga_raster.c | 105 u_int8_t second; /* XXXBJY should be u_int8_t len; */ member in struct:vga_scrmem 1057 scr->cursortmp.second = 0; 1076 if (scr->cursortmp.second) 1099 if (scr->cursortmp.second) 1150 scr->mem[off].second = 0; 1156 scr->mem[off + 1].second = 1; 1176 scr->mem[off].second = 0; 1396 scr->mem[off + i].second = 0; 1447 if (mem[off].second != 1) {
|
/src/sys/arch/arm/sunxi/ |
sunxi_rtc.c | 99 uint32_t wk_no, hour, minute, second; member in struct:sunxi_rtc_config 121 .second = SUN4I_RTC_SECOND, 135 .second = SUN6I_RTC_SECOND, 152 .second = SUN7I_RTC_SECOND, 166 .second = SUN6I_RTC_SECOND, 183 .second = SUN6I_RTC_SECOND, 200 .second = SUN6I_RTC_SECOND, 216 .second = SUN6I_RTC_SECOND, 234 .second = SUN6I_RTC_SECOND, 455 dt->dt_sec = __SHIFTOUT(hhmmss, conf->second); [all...] |
/src/sys/sys/ |
cdio.h | 14 u_char second; member in struct:msf_lba::__anon0d7692fe0108
|
/src/games/rogue/ |
rogue.h | 432 short second; /* 0 - 59 */ member in struct:rogue_time
|
/src/sys/fs/udf/ |
ecma167-udf.h | 246 uint8_t second; member in struct:timestamp
|