| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | jcf.h | 232 #define JCF_SEEK(JCF, POS) ((JCF)->read_ptr = (JCF)->buffer + (POS)) argument
|
| /openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/ |
| H A D | 1053.chain | 36 Ew2Dt1YPgApCvL5wc8zxOAC+POS/xHUps/XvWsBjx/VKLbDzWX/0YJFy4eL83n6G
|
| /openbsd-src/gnu/llvm/llvm/lib/ProfileData/ |
| H A D | InstrProfWriter.cpp | 563 ProfOStream POS(OS); in write() local 564 return writeImpl(POS); in write() 570 ProfOStream POS(OS); in writeBuffer() local 572 if (Error E = writeImpl(POS)) in writeBuffer()
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/libio/ |
| H A D | libioP.h | 182 #define _IO_SEEKPOS(FP, POS, FLAGS) JUMP2 (__seekpos, FP, POS, FLAGS) argument 183 #define _IO_WSEEKPOS(FP, POS, FLAGS) WJUMP2 (__seekpos, FP, POS, FLAGS) argument
|
| /openbsd-src/gnu/usr.bin/cvs/lib/ |
| H A D | regex.c | 3676 #define POS_ADDR_VSTRING(POS) \ argument 3677 (((POS) >= size1 ? string2 - size1 : string1) + (POS))
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 75 def POS : Package<"pos">, ParentPackage<CERT>; 983 let ParentPackage = POS in {
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/po/ |
| H A D | tr.po | 22537 #~ msgid "POS may not be specified for a list of field declarations" 22538 #~ msgstr "POS bir alan bildirimi listesi için belirtilmeyebilir" 23422 #~ msgid "POS not allowed for ARRAY" 23423 #~ msgstr "ARRAY için POS kullanılamaz" 23857 #~ msgid "starting word in POS must be an integer constant" 23858 #~ msgstr "POS içindeki başlangıç değeri bir tamsayı sabit olmalı" 23860 #~ msgid "starting word in POS must be >= 0" 23861 #~ msgstr "POS içindeki başlangıç kelimesi >= 0 olmalı" 23863 #~ msgid "starting word in POS within STEP must be 0" 23864 #~ msgstr "STEP'li POS içindeki başlangıç kelimesi 0 olmalı" [all …]
|
| H A D | el.po | 22094 #~ msgid "starting word in POS must be an integer constant" 22098 #~ msgid "length in POS must be an integer constant" 22102 #~ msgid "end bit in POS must be an integer constant"
|
| /openbsd-src/gnu/usr.bin/texinfo/po/ |
| H A D | nl.po | 3109 #~ "--fill-column POS breek regels af op positie POS (standaard %d).\n" 3183 #~ "--fill-column POS breek regels af op positie POS (standaard %d).\n"
|
| /openbsd-src/gnu/gcc/libcpp/po/ |
| H A D | el.po | 5219 #~ msgid "starting word in POS must be an integer constant" 5223 #~ msgid "length in POS must be an integer constant" 5227 #~ msgid "end bit in POS must be an integer constant"
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlfunc.pod | 206 L<C<seekdir>|/seekdir DIRHANDLE,POS>, 396 L<C<shmread>|/shmread ID,VAR,POS,SIZE>, 397 L<C<shmwrite>|/shmwrite ID,STRING,POS,SIZE> 537 L<C<shmread>|/shmread ID,VAR,POS,SIZE>, 538 L<C<shmwrite>|/shmwrite ID,STRING,POS,SIZE>, 5215 L<C<seekdir>|/seekdir DIRHANDLE,POS>, 7486 =item seekdir DIRHANDLE,POS 7492 routine on DIRHANDLE. POS must be a value returned by 7493 L<C<telldir>|/telldir DIRHANDLE>. L<C<seekdir>|/seekdir DIRHANDLE,POS> 7829 =item shmread ID,VAR,POS,SIZ [all...] |
| H A D | perlebcdic.pod | 434 8859-1 POS- CCSID 752 8859-1 POS- CCSID
|
| H A D | perldebguts.pod | 490 =item C<anchored> I<STRING> C<at> I<POS>
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | ieee.c | 512 #define POS sp[1] in parse_expression() macro
|
| H A D | ChangeLog-0001 | 8494 (xcoff_howto_tabl, xcoff_reloc_type_lookup): Add 64 bit POS
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | ieee.c | 661 #define POS sp[1] macro
|
| H A D | ChangeLog-0001 | 8494 (xcoff_howto_tabl, xcoff_reloc_type_lookup): Add 64 bit POS
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGExpr.cpp | 948 if (llvm::Value *POS = CGF.LoadPassedObjectSize(Base, EltTy)) { in getArrayIndexingBound() local 950 return POS; in getArrayIndexingBound()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.cpp | 1989 SDValue POS = DAG.getConstant(bitPos, DL, HalfVT); in LowerUDIVREM64() local 1991 SDValue HBit = DAG.getNode(ISD::SRL, DL, HalfVT, LHS_Lo, POS); in LowerUDIVREM64()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Perldoc/corpus/ |
| H A D | perlfunc.pod | |
| /openbsd-src/share/misc/ |
| H A D | airport | 1381 POS:Port of Spain, Trinidad and Tobago
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 1096 if (const auto *POS = in checkFortifiedBuiltinMemoryFunction() local 1098 BOSType = POS->getType(); in checkFortifiedBuiltinMemoryFunction()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
| H A D | ChangeLog-9899 | 4787 * listing.c (file_info_struct): Remove FILE, add POS.
|
| /openbsd-src/gnu/usr.bin/binutils/gas/ |
| H A D | ChangeLog-9899 | 4787 * listing.c (file_info_struct): Remove FILE, add POS.
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | gccint.info | 10281 `(sign_extract:M LOC SIZE POS)' 10284 is SIZE bits wide and starts at bit POS. The compilation option 10285 `BITS_BIG_ENDIAN' says which end of the memory unit POS counts 10294 The mode of POS is machine-specific and is also specified in the 10303 `(zero_extract:M LOC SIZE POS)'
|