Searched refs:LO (Results 1 - 25 of 111) sorted by relevance

12345

/external/clang/include/clang/AST/
H A DPrettyPrinter.h40 PrintingPolicy(const LangOptions &LO) argument
42 SuppressTagKeyword(LO.CPlusPlus),
48 Bool(LO.Bool), Restrict(LO.C99),
49 Alignof(LO.CPlusPlus11), UnderscoreAlignof(LO.C11),
50 UseVoidForZeroParams(!LO.CPlusPlus),
52 Half(LO.Half), MSWChar(LO.MicrosoftExt && !LO
[all...]
/external/valgrind/none/tests/mips64/
H A Dmacro_int.h54 unsigned long long LO; \
63 : "=r" (HI), "=r" (LO) \
67 printf("%s :: rs 0x%llx, rt 0x%llx, HI 0x%llx, LO 0x%llx\n", \
68 instruction, (long long) RSval, (long long) RTval, HI, LO); \
74 unsigned long long LO; \
83 : "=r" (HI), "=r" (LO) \
87 printf("%s :: rs 0x%llx, rt 0x%llx, HI 0x%llx, LO 0x%llx\n", \
88 instruction, (long long) RSval, (long long) RTval, HI, LO); \
/external/clang/test/Modules/
H A Dpr27401.cpp31 PrintingPolicy(CommentOptions LO) : LangOpts(LO) {} argument
/external/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h40 void BeginSourceFile(const LangOptions &LO,
42 Primary->BeginSourceFile(LO, PP);
43 Secondary->BeginSourceFile(LO, PP);
H A DLogDiagnosticPrinter.h73 void BeginSourceFile(const LangOptions &LO, const Preprocessor *PP) override {
74 LangOpts = &LO;
H A DTextDiagnosticPrinter.h50 void BeginSourceFile(const LangOptions &LO, const Preprocessor *PP) override;
/external/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h68 for (const auto &LO : R.liveouts())
69 OS << "R#" << LO.getDwarfRegNum() << " ("
70 << LO.getSizeInBytes() << "-bytes) ";
/external/libffi/src/nios2/
H A Dffi.c281 #define LO(x) (((unsigned int) (x)) & 0xffff) macro
283 tramp[1] = (8 << 27) | (8 << 22) | (LO (ffi_closure_sysv) << 6) | 0x14;
285 tramp[3] = (9 << 27) | (9 << 22) | (LO (ffi_closure_helper) << 6) | 0x14;
287 tramp[5] = (10 << 27) | (10 << 22) | (LO (closure) << 6) | 0x14;
290 #undef LO macro
/external/python/cpython2/Modules/_ctypes/libffi/src/nios2/
H A Dffi.c281 #define LO(x) (((unsigned int) (x)) & 0xffff) macro
283 tramp[1] = (8 << 27) | (8 << 22) | (LO (ffi_closure_sysv) << 6) | 0x14;
285 tramp[3] = (9 << 27) | (9 << 22) | (LO (ffi_closure_helper) << 6) | 0x14;
287 tramp[5] = (10 << 27) | (10 << 22) | (LO (closure) << 6) | 0x14;
290 #undef LO macro
/external/python/cpython3/Modules/_ctypes/libffi/src/nios2/
H A Dffi.c281 #define LO(x) (((unsigned int) (x)) & 0xffff) macro
283 tramp[1] = (8 << 27) | (8 << 22) | (LO (ffi_closure_sysv) << 6) | 0x14;
285 tramp[3] = (9 << 27) | (9 << 22) | (LO (ffi_closure_helper) << 6) | 0x14;
287 tramp[5] = (10 << 27) | (10 << 22) | (LO (closure) << 6) | 0x14;
290 #undef LO macro
/external/clang/lib/AST/
H A DTemplateName.cpp213 LangOptions LO; local
214 LO.CPlusPlus = true;
215 LO.Bool = true;
217 N.print(OS, PrintingPolicy(LO));
224 LangOptions LO; // FIXME! local
225 LO.CPlusPlus = true;
226 LO.Bool = true;
227 print(OS, PrintingPolicy(LO));
/external/pcre/dist2/src/sljit/
H A DsljitNativePPC_common.c134 #define LO(opcode) ((opcode) << 1) macro
136 #define ADD (HI(31) | LO(266))
137 #define ADDC (HI(31) | LO(10))
138 #define ADDE (HI(31) | LO(138))
142 #define ADDME (HI(31) | LO(234))
143 #define AND (HI(31) | LO(28))
148 #define BCCTR (HI(19) | LO(528) | (3 << 11))
149 #define BLR (HI(19) | LO(16) | (0x14 << 21))
150 #define CNTLZD (HI(31) | LO(58))
151 #define CNTLZW (HI(31) | LO(2
[all...]
/external/python/cpython2/Modules/_ctypes/libffi_osx/powerpc/
H A Dppc64-darwin_closure.S362 bcl 20,31,LO$ffi_closure_helper_DARWIN
364 LO$ffi_closure_helper_DARWIN:
366 addis r11,r11,ha16(L_ffi_closure_helper_DARWIN$lazy_ptr - LO$ffi_closure_helper_DARWIN)
368 lgu r12,lo16(L_ffi_closure_helper_DARWIN$lazy_ptr - LO$ffi_closure_helper_DARWIN)(r11)
383 bcl 20,31,LO$ffi64_struct_to_reg_form
385 LO$ffi64_struct_to_reg_form:
387 addis r11,r11,ha16(L_ffi64_struct_to_reg_form$lazy_ptr - LO$ffi64_struct_to_reg_form)
389 lgu r12,lo16(L_ffi64_struct_to_reg_form$lazy_ptr - LO$ffi64_struct_to_reg_form)(r11)
399 bcl 20,31,LO$ffi64_data_size
401 LO
[all...]
H A Dppc-darwin_closure.S292 bcl 20,31,LO$ffi_closure_helper_DARWIN
294 LO$ffi_closure_helper_DARWIN:
296 addis r11,r11,ha16(L_ffi_closure_helper_DARWIN$lazy_ptr - LO$ffi_closure_helper_DARWIN)
298 lgu r12,lo16(L_ffi_closure_helper_DARWIN$lazy_ptr - LO$ffi_closure_helper_DARWIN)(r11)
/external/python/cpython3/Modules/_ctypes/libffi_osx/powerpc/
H A Dppc64-darwin_closure.S362 bcl 20,31,LO$ffi_closure_helper_DARWIN
364 LO$ffi_closure_helper_DARWIN:
366 addis r11,r11,ha16(L_ffi_closure_helper_DARWIN$lazy_ptr - LO$ffi_closure_helper_DARWIN)
368 lgu r12,lo16(L_ffi_closure_helper_DARWIN$lazy_ptr - LO$ffi_closure_helper_DARWIN)(r11)
383 bcl 20,31,LO$ffi64_struct_to_reg_form
385 LO$ffi64_struct_to_reg_form:
387 addis r11,r11,ha16(L_ffi64_struct_to_reg_form$lazy_ptr - LO$ffi64_struct_to_reg_form)
389 lgu r12,lo16(L_ffi64_struct_to_reg_form$lazy_ptr - LO$ffi64_struct_to_reg_form)(r11)
399 bcl 20,31,LO$ffi64_data_size
401 LO
[all...]
H A Dppc-darwin_closure.S292 bcl 20,31,LO$ffi_closure_helper_DARWIN
294 LO$ffi_closure_helper_DARWIN:
296 addis r11,r11,ha16(L_ffi_closure_helper_DARWIN$lazy_ptr - LO$ffi_closure_helper_DARWIN)
298 lgu r12,lo16(L_ffi_closure_helper_DARWIN$lazy_ptr - LO$ffi_closure_helper_DARWIN)(r11)
/external/clang/include/clang/Rewrite/Core/
H A DRewriter.h56 explicit Rewriter(SourceManager &SM, const LangOptions &LO) argument
57 : SourceMgr(&SM), LangOpts(&LO) {}
60 void setSourceMgr(SourceManager &SM, const LangOptions &LO) { argument
62 LangOpts = &LO;
H A DTokenRewriter.h51 TokenRewriter(FileID FID, SourceManager &SM, const LangOptions &LO);
/external/strace/tests/
H A Dtests.h256 # define LL_PAIR(HI, LO) (HI), (LO)
258 # define LL_PAIR(HI, LO) (LO), (HI)
/external/strace/tests-m32/
H A Dtests.h256 # define LL_PAIR(HI, LO) (HI), (LO)
258 # define LL_PAIR(HI, LO) (LO), (HI)
/external/strace/tests-mx32/
H A Dtests.h256 # define LL_PAIR(HI, LO) (HI), (LO)
258 # define LL_PAIR(HI, LO) (LO), (HI)
/external/curl/tests/libtest/
H A Dlib1521.c32 #define LO LONG_MIN macro
34 #define OFF_LO (curl_off_t) LO
155 res = curl_easy_setopt(curl, CURLOPT_PORT, LO);
217 res = curl_easy_setopt(curl, CURLOPT_TIMEOUT, LO);
229 res = curl_easy_setopt(curl, CURLOPT_INFILESIZE, LO);
266 res = curl_easy_setopt(curl, CURLOPT_LOW_SPEED_LIMIT, LO);
278 res = curl_easy_setopt(curl, CURLOPT_LOW_SPEED_TIME, LO);
290 res = curl_easy_setopt(curl, CURLOPT_RESUME_FROM, LO);
332 res = curl_easy_setopt(curl, CURLOPT_CRLF, LO);
362 res = curl_easy_setopt(curl, CURLOPT_SSLVERSION, LO);
[all...]
/external/clang/lib/Frontend/
H A DTextDiagnosticPrinter.cpp39 void TextDiagnosticPrinter::BeginSourceFile(const LangOptions &LO, argument
42 TextDiag.reset(new TextDiagnostic(OS, LO, &*DiagOpts));
/external/clang/lib/Analysis/
H A DFormatStringParsing.h48 const LangOptions &LO, bool IsScanf = false);
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMBaseInfo.h33 LO, // Carry clear Less than enumerator in enum:llvm::ARMCC::CondCodes
52 case HS: return LO;
53 case LO: return HS;
73 case ARMCC::LO: return "lo";

Completed in 755 milliseconds

12345