/dflybsd-src/sys/contrib/dev/acpica/source/components/utilities/ |
H A D | utprint.c | 178 const char *End, 184 char *End, 248 const char *End, in AcpiUtBoundStringOutput() argument 252 if (String < End) in AcpiUtBoundStringOutput() 400 char *End, in AcpiUtFormatNumber() argument 483 String = AcpiUtBoundStringOutput (String, End, ' '); in AcpiUtFormatNumber() 488 String = AcpiUtBoundStringOutput (String, End, Sign); in AcpiUtFormatNumber() 492 String = AcpiUtBoundStringOutput (String, End, '0'); in AcpiUtFormatNumber() 496 String, End, Upper ? 'X' : 'x'); in AcpiUtFormatNumber() 503 String = AcpiUtBoundStringOutput (String, End, Zero); in AcpiUtFormatNumber() [all …]
|
/dflybsd-src/sys/contrib/dev/acpica/source/compiler/ |
H A D | dtio.c | 228 char *End; in DtTrim() local 244 End = String + strlen (String) - 1; in DtTrim() 248 while ((Start <= End) && ((*Start == ' ') || (*Start == '\t'))) in DtTrim() 255 while (End >= Start) in DtTrim() 257 if (*End == '\n') in DtTrim() 259 End--; in DtTrim() 263 if (*End != ' ') in DtTrim() 268 End--; in DtTrim() 277 if (*End == '\"') in DtTrim() 279 End--; in DtTrim() [all …]
|
H A D | prscan.c | 562 char *End; in PrDoDirective() local 804 End = Token2; in PrDoDirective() 805 while (*End != '\n') in PrDoDirective() 807 End++; in PrDoDirective() 810 *End = 0; in PrDoDirective()
|
H A D | dttemplate.c | 237 char *End; in DtCreateTemplates() local 270 TableCount = strtoul (Signature, &End, 0); in DtCreateTemplates() 271 if (Signature != End) in DtCreateTemplates()
|
/dflybsd-src/games/mille/ |
H A D | comp.c | 83 && pp->mileage + Value[card] == End) in calcmove() 182 diff = End - pp->mileage; in calcmove() 220 if (pp->mileage + Value[card] > End) in calcmove() 221 *value = (End == 700 ? card : 0); in calcmove() 222 else if (pp->mileage + Value[card] == End) { in calcmove() 232 End - pp->mileage <= 50) in calcmove() 285 if (op->mileage + 50 >= End) { in calcmove() 286 *value = (End == 700 && !cango); in calcmove() 409 switch (End - pp->mileage) { in onecard() 418 card = (End - pp->mileage == 75 ? C_75 : C_100); in onecard() [all …]
|
H A D | varpush.c | 53 { (void *) &End, sizeof End }, in varpush()
|
H A D | end.c | 56 if (pp->mileage == End) { in finalscore() 67 if (End == 1000) { in finalscore()
|
H A D | misc.c | 115 if (End == 700) { in check_ext() 120 End = 1000; in check_ext()
|
H A D | move.c | 222 if (pp->mileage + Value[card] > End) in playcard() 223 return error("puts you over %d", End); in playcard() 232 if ((pp->mileage += v) == End) in playcard()
|
H A D | extern.c | 74 End, /* End value for current hand */ variable
|
H A D | mille.h | 198 extern int Card_no, End, Handstart, Movetype, Numgos,
|
/dflybsd-src/sys/contrib/dev/acpica/source/components/parser/ |
H A D | psargs.c | 284 UINT8 *End = ParserState->Aml; in AcpiPsGetNextNamestring() local 292 while (ACPI_IS_ROOT_PREFIX (*End) || in AcpiPsGetNextNamestring() 293 ACPI_IS_PARENT_PREFIX (*End)) in AcpiPsGetNextNamestring() 295 End++; in AcpiPsGetNextNamestring() 300 switch (*End) in AcpiPsGetNextNamestring() 306 if (End == Start) in AcpiPsGetNextNamestring() 310 End++; in AcpiPsGetNextNamestring() 317 End += 1 + (2 * ACPI_NAMESEG_SIZE); in AcpiPsGetNextNamestring() 324 End += 2 + (*(End + 1) * ACPI_NAMESEG_SIZE); in AcpiPsGetNextNamestring() 331 End += ACPI_NAMESEG_SIZE; in AcpiPsGetNextNamestring() [all …]
|
/dflybsd-src/sys/contrib/dev/acpica/source/components/hardware/ |
H A D | hwvalid.c | 283 if (Address > AcpiProtectedPorts[ACPI_PORT_INFO_ENTRIES - 1].End) in AcpiHwValidateIoRequest() 301 if ((Address <= PortInfo->End) && (LastAddress >= PortInfo->Start)) in AcpiHwValidateIoRequest() 310 PortInfo->Start, PortInfo->End)); in AcpiHwValidateIoRequest() 318 if (LastAddress <= PortInfo->End) in AcpiHwValidateIoRequest()
|
/dflybsd-src/sys/contrib/dev/acpica/source/components/tables/ |
H A D | tbprint.c | 372 UINT8 *End = Buffer + Length; in AcpiTbChecksum() local 375 while (Buffer < End) in AcpiTbChecksum()
|
/dflybsd-src/stand/boot/pc32/btx/btxldr/ |
H A D | btxldr.S | 134 call putstr # End message 193 call putstr # End message 274 call putstr # End message 341 testb %al,%al # End of string? 354 testb %al,%al # End of string?
|
/dflybsd-src/usr.bin/calendar/calendars/ |
H A D | calendar.fictional | 29 06/13 Bilbo returns to Bag End (LOTR) 44 10/25 End of War of the Ring (LOTR)
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | stab.def | 44 /* End function marker. */ 135 /* End of an include file. No name. 159 /* End of a lexical block. Desc matches the N_LBRAC's desc. 166 /* End named common block. Only the name is significant 170 /* End common (local name): value is address.
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | stab.def | 44 /* End function marker. */ 135 /* End of an include file. No name. 159 /* End of a lexical block. Desc matches the N_LBRAC's desc. 166 /* End named common block. Only the name is significant 170 /* End common (local name): value is address.
|
/dflybsd-src/test/nvmm/demo/smallkern/ |
H A D | smallkern.ldscript | 42 /* End of the kernel image */
|
/dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
H A D | configfiles.texi | 36 If a language @file{config-lang.in} file (@pxref{Front End Config, , 37 The Front End @file{config-lang.in} File}) sets @code{outputs}, then
|
/dflybsd-src/stand/boot/pc32/btx/btx/ |
H A D | btx.S | 115 .set DMP_EOL,0x8 # End of line 779 testb %al,%al # End of string? 838 testb $DMP_EOL,%ch # End of line? 872 testb %al,%al # End of string? 1100 .byte 0x0 # End of string 1147 .asciz "BTX halted\n" # End
|
/dflybsd-src/test/stress/stress2/misc/ |
H A D | kinfo.sh | 138 /* End test */
|
H A D | kinfo2.sh | 145 /* End test */
|
H A D | kinfo3.sh | 165 /* End test */
|
/dflybsd-src/contrib/gdb-7/include/mach-o/ |
H A D | ChangeLog | 81 End:
|