Home
last modified time | relevance | path

Searched refs:End (Results 1 – 25 of 106) sorted by relevance

12345

/dflybsd-src/sys/contrib/dev/acpica/source/components/utilities/
H A Dutprint.c178 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 Ddtio.c228 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 Dprscan.c562 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 Ddttemplate.c237 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 Dcomp.c83 && 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 Dvarpush.c53 { (void *) &End, sizeof End }, in varpush()
H A Dend.c56 if (pp->mileage == End) { in finalscore()
67 if (End == 1000) { in finalscore()
H A Dmisc.c115 if (End == 700) { in check_ext()
120 End = 1000; in check_ext()
H A Dmove.c222 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 Dextern.c74 End, /* End value for current hand */ variable
H A Dmille.h198 extern int Card_no, End, Handstart, Movetype, Numgos,
/dflybsd-src/sys/contrib/dev/acpica/source/components/parser/
H A Dpsargs.c284 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 Dhwvalid.c283 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 Dtbprint.c372 UINT8 *End = Buffer + Length; in AcpiTbChecksum() local
375 while (Buffer < End) in AcpiTbChecksum()
/dflybsd-src/stand/boot/pc32/btx/btxldr/
H A Dbtxldr.S134 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 Dcalendar.fictional29 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 Dstab.def44 /* 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 Dstab.def44 /* 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 Dsmallkern.ldscript42 /* End of the kernel image */
/dflybsd-src/contrib/gcc-4.7/gcc/doc/
H A Dconfigfiles.texi36 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 Dbtx.S115 .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 Dkinfo.sh138 /* End test */
H A Dkinfo2.sh145 /* End test */
H A Dkinfo3.sh165 /* End test */
/dflybsd-src/contrib/gdb-7/include/mach-o/
H A DChangeLog81 End:

12345