Searched refs:LOC (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10.1/cxxfilt-11/cxxfilt/include/coff/
H A Dti.h218 #define GET_SCNHDR_NRELOC(ABFD, LOC) \
219 (COFF2_P (ABFD) ? H_GET_32 (ABFD, LOC) : H_GET_16 (ABFD, LOC))
220 #define PUT_SCNHDR_NRELOC(ABFD, VAL, LOC) \
221 (COFF2_P (ABFD) ? H_PUT_32 (ABFD, VAL, LOC) : H_PUT_16 (ABFD, VAL, LOC))
222 #define GET_SCNHDR_NLNNO(ABFD, LOC) \
223 (COFF2_P (ABFD) ? H_GET_32 (ABFD, LOC) : H_GET_16 (ABFD, (LOC) - 2))
224 #define PUT_SCNHDR_NLNNO(ABFD, VAL, LOC) \
[all...]
/macosx-10.10.1/zip-14/unzip/
H A DMakefile36 LOC="-Wall -Os -g -mdynamic-no-pic $(RC_CFLAGS)" LD="$(CC) $(RC_CFLAGS)" \
/macosx-10.10.1/zlib-55/zlib/contrib/delphi/
H A Dzlibd32.mak8 LOC = -DZEXPORT=__fastcall -DZEXPORTVA=__cdecl macro
14 CFLAGS = -a -d -k- -O2 $(LOC)
/macosx-10.10.1/zlib-55/zlib/contrib/pascal/
H A Dzlibd32.mak8 LOC = -DZEXPORT=__fastcall -DZEXPORTVA=__cdecl macro
14 CFLAGS = -a -d -k- -O2 $(LOC)
/macosx-10.10.1/Chess-310.6/Sources/
H A DMBCBoard.mm1338 #define LOC_FILE(f) LOC(sFileKey[(f)-'a'], sFileDefault[(f)-'a'])
1348 #define LOC_RANK(r) LOC(sRankKey[(r)-1], sRankDefault[(r)-1])
1354 NSString * format = LOC(@"drop_fmt", @"%@ %c %d.");
1357 NSString * ploc = LOC(pkey, pdef);
1375 return LOC(@"qcastle_fmt", @"Castle [[emph +]]queen side.");
1377 return LOC(@"kcastle_fmt", @"Castle [[emph +]]king side.");
1387 NSString * pname = LOC(sPieceName[Piece(piece)], sPieceName[Piece(piece)]);
1394 ? LOC(@"cpromo_fmt", @"%@ %c %d takes %c %d %@.")
1395 : LOC(@"promo_fmt", @"%@ %c %d to %c %d %@.");
1398 NSString * ploc = LOC(pke
[all...]
H A DMBCInteractivePlayer.mm418 return LOC(@"check", @"Check!");
482 [self speakMove:move withWrapper:LOC(@"suggest_fmt", @"I would suggest \"%@\"")];
494 [self speakMove:move withWrapper:LOC(@"last_move_fmt", @"The last move was \"%@\"")];
H A DMBCBoard.h253 #define LOC(key, fallback) LocalizedString(localization, key, fallback) macro
/macosx-10.10.1/libresolv-57/
H A Ddns_util.c681 r->data.LOC = (dns_LOC_record_t *)calloc(1, size);
683 r->data.LOC->version = _dns_parse_uint8(x);
684 r->data.LOC->size = _dns_parse_uint8(x);
685 r->data.LOC->horizontal_precision = _dns_parse_uint8(x);
686 r->data.LOC->vertical_precision = _dns_parse_uint8(x);
687 r->data.LOC->latitude = _dns_parse_uint32(x);
688 r->data.LOC->longitude = _dns_parse_uint32(x);
689 r->data.LOC->altitude = _dns_parse_uint32(x);
1010 if (r->data.LOC != NULL) free(r->data.LOC);
[all...]
H A Ddns_util.h241 dns_LOC_record_t *LOC; member in union:__anon9394::__anon9395
/macosx-10.10.1/Libc-1044.1.2/stdlib/NetBSD/
H A Dstrfmon.c80 #define GET_NUMBER(VAR,LOC) do { \
82 while (isdigit_l((unsigned char)*fmt, (LOC))) { \
/macosx-10.10.1/llvmCore-3425.0.34/docs/
H A DMakefile95 $(Echo) Making User LOC Table
/macosx-10.10.1/Libc-1044.1.2/db/hash/FreeBSD/
H A Dhash.c81 #define RETURN_ERROR(ERR, LOC) { save_errno = ERR; goto LOC; }
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dchill.vim88 syn keyword chillType dcl DCL int INT char CHAR bool BOOL REF ref LOC loc INSTANCE instance
H A Dbasic.vim91 syn keyword basicFunction LEN len Len LOC loc Loc
H A Dfreebasic.vim68 syn keyword freebasicFiles ACCESS APPEND BINARY BLOAD BSAVE CLOSE EOF FREEFILE INPUT LOC
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dloctest.cpp1549 Locale LOC [] = { Locale::getChinese(), Locale("zh", "CN", ""), local
1553 NumberFormat *fmt = NumberFormat::createPercentInstance(LOC[i], status);
1563 errln(UnicodeString("Percent for ") + LOC[i].getDisplayName(temp) + " should be 100%, got " + result);
/macosx-10.10.1/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex6296 % @float FLOATTYPE,LOC ... @end float for displayed figures, tables, etc.
/macosx-10.10.1/gnutar-453/gnutar/doc/
H A Dtexinfo.tex6431 % @float FLOATTYPE,LABEL,LOC ... @end float for displayed figures, tables,
/macosx-10.10.1/groff-38/groff/doc/
H A Dtexinfo.tex6431 % @float FLOATTYPE,LABEL,LOC ... @end float for displayed figures, tables,
/macosx-10.10.1/emacs-93/emacs/man/
H A Dtexinfo.tex7165 % @float FLOATTYPE,LABEL,LOC ... @end float for displayed figures, tables,
/macosx-10.10.1/gnutar-453/gnutar/build-aux/
H A Dtexinfo.tex7167 % @float FLOATTYPE,LABEL,LOC ... @end float for displayed figures, tables,

Completed in 332 milliseconds