Home
last modified time | relevance | path

Searched refs:NV (Results 1 – 25 of 197) sorted by relevance

12345678

/external/curl/src/
Dtool_setopt.c43 #define NV(e) {#e, e} macro
48 NV(CURLPROXY_HTTP),
49 NV(CURLPROXY_HTTP_1_0),
50 NV(CURLPROXY_HTTPS),
51 NV(CURLPROXY_SOCKS4),
52 NV(CURLPROXY_SOCKS5),
53 NV(CURLPROXY_SOCKS4A),
54 NV(CURLPROXY_SOCKS5_HOSTNAME),
59 NV(CURLPROXY_SOCKS4),
60 NV(CURLPROXY_SOCKS5),
[all …]
/external/skqp/src/gpu/gl/
DGrGLAssembleInterface.cpp97 GET_PROC_SUFFIX(BlendBarrier, NV); in GrGLMakeAssembledGLInterface()
222 GET_PROC_SUFFIX(TextureBarrier, NV); in GrGLMakeAssembledGLInterface()
324 GET_PROC_SUFFIX(PathCommands, NV); in GrGLMakeAssembledGLInterface()
325 GET_PROC_SUFFIX(PathParameteri, NV); in GrGLMakeAssembledGLInterface()
326 GET_PROC_SUFFIX(PathParameterf, NV); in GrGLMakeAssembledGLInterface()
327 GET_PROC_SUFFIX(GenPaths, NV); in GrGLMakeAssembledGLInterface()
328 GET_PROC_SUFFIX(DeletePaths, NV); in GrGLMakeAssembledGLInterface()
329 GET_PROC_SUFFIX(IsPath, NV); in GrGLMakeAssembledGLInterface()
330 GET_PROC_SUFFIX(PathStencilFunc, NV); in GrGLMakeAssembledGLInterface()
331 GET_PROC_SUFFIX(StencilFillPath, NV); in GrGLMakeAssembledGLInterface()
[all …]
/external/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp97 GET_PROC_SUFFIX(BlendBarrier, NV); in GrGLMakeAssembledGLInterface()
222 GET_PROC_SUFFIX(TextureBarrier, NV); in GrGLMakeAssembledGLInterface()
324 GET_PROC_SUFFIX(PathCommands, NV); in GrGLMakeAssembledGLInterface()
325 GET_PROC_SUFFIX(PathParameteri, NV); in GrGLMakeAssembledGLInterface()
326 GET_PROC_SUFFIX(PathParameterf, NV); in GrGLMakeAssembledGLInterface()
327 GET_PROC_SUFFIX(GenPaths, NV); in GrGLMakeAssembledGLInterface()
328 GET_PROC_SUFFIX(DeletePaths, NV); in GrGLMakeAssembledGLInterface()
329 GET_PROC_SUFFIX(IsPath, NV); in GrGLMakeAssembledGLInterface()
330 GET_PROC_SUFFIX(PathStencilFunc, NV); in GrGLMakeAssembledGLInterface()
331 GET_PROC_SUFFIX(StencilFillPath, NV); in GrGLMakeAssembledGLInterface()
[all …]
/external/guava/guava-tests/test/com/google/common/collect/
DAbstractMapEntryTest.java34 private static final Integer NV = null; field in AbstractMapEntryTest
57 assertEquals("foo=null", entry("foo", NV).toString());
58 assertEquals("null=null", entry(NK, NV).toString());
74 assertEquals(control("bar", NV), entry("bar", NV));
88 assertEquals(control("bar", NV).hashCode(), entry("bar", NV).hashCode());
89 assertEquals(control(NK, NV).hashCode(), entry(NK, NV).hashCode());
/external/compiler-rt/lib/profile/
DInstrProfilingMergeFile.c33 uint8_t NV = VR->SiteCountArray[S]; in lprofMergeValueProfData() local
34 for (V = 0; V < NV; V++) { in lprofMergeValueProfData()
/external/mesa3d/docs/relnotes/
D5.1171 program.[ch] - generic ARB/NV program code
177 nvprogram.[ch] - NV program API functions
178 nvvertprog.h - NV vertex program definitions
179 nvfragprog.h - NV fragment program definitions
180 nvvertparse.[ch] - NV vertex program parser
181 nvfragparse.[ch] - NV fragment program parser
182 nvvertexec.[ch] - NV vertex program execution
183 swrast/s_nvfragprog.[ch] - NV fragment program execution
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp171 if (Instruction *NV = FoldOpIntoPhi(I)) in visitMul() local
172 return NV; in visitMul()
283 if (Instruction *NV = FoldOpIntoPhi(I)) in visitFMul() local
284 return NV; in visitFMul()
401 if (Instruction *NV = FoldOpIntoPhi(I)) in commonIDivTransforms() local
402 return NV; in commonIDivTransforms()
600 if (Instruction *NV = FoldOpIntoPhi(I)) in commonIRemTransforms() local
601 return NV; in commonIRemTransforms()
DInstCombineAddSub.cpp143 if (Instruction *NV = FoldOpIntoPhi(I)) in visitAdd() local
144 return NV; in visitAdd()
337 if (Instruction *NV = FoldOpIntoPhi(I)) in visitFAdd() local
338 return NV; in visitFAdd()
DInstCombineCalls.cpp1209 Value *NV = NC; in transformConstExprCastCall() local
1210 if (OldRetTy != NV->getType() && !Caller->use_empty()) { in transformConstExprCastCall()
1211 if (!NV->getType()->isVoidTy()) { in transformConstExprCastCall()
1214 NV = NC = CastInst::Create(opcode, NC, OldRetTy); in transformConstExprCastCall()
1228 NV = UndefValue::get(Caller->getType()); in transformConstExprCastCall()
1233 ReplaceInstUsesWith(*Caller, NV); in transformConstExprCastCall()
/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp394 uint32_t NV = Func.getNumValueDataForSite(IPVK_IndirectCallTarget, I); in showInstrProfile() local
397 TotalNumValues += NV; in showInstrProfile()
398 if (NV) in showInstrProfile()
400 for (uint32_t V = 0; V < NV; V++) { in showInstrProfile()
/external/clang/lib/StaticAnalyzer/Checkers/
DArrayBoundCheckerV2.cpp113 if (Optional<NonLoc> NV = extentBegin.getAs<NonLoc>()) { in checkLocation() local
115 svalBuilder.evalBinOpNN(state, BO_LT, rawOffset.getByteOffset(), *NV, in checkLocation()
/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h636 Value *NV = Map[V]; in visitUnknown() local
637 if (InterpretConsts && isa<ConstantInt>(NV)) in visitUnknown()
638 return SE.getConstant(cast<ConstantInt>(NV)); in visitUnknown()
639 return SE.getUnknown(NV); in visitUnknown()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DMetadata.cpp61 virtual void allUsesReplacedWith(Value *NV);
70 void MDNodeOperand::allUsesReplacedWith(Value *NV) { in allUsesReplacedWith() argument
71 Parent->replaceOperand(this, NV); in allUsesReplacedWith()
/external/clang/lib/StaticAnalyzer/Core/
DSVals.cpp181 if (Optional<nonloc::ConcreteInt> NV = getAs<nonloc::ConcreteInt>()) in isConstant() local
182 return NV->getValue() == I; in isConstant()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1107 if (Instruction *NV = FoldOpIntoPhi(I)) in visitAdd() local
1108 return NV; in visitAdd()
1308 if (Instruction *NV = FoldOpIntoPhi(I)) in visitFAdd() local
1309 return NV; in visitFAdd()
1312 if (Instruction *NV = FoldOpIntoSelect(I, SI)) in visitFAdd() local
1313 return NV; in visitFAdd()
1691 if (Instruction *NV = FoldOpIntoSelect(I, SI)) in visitFSub() local
1692 return NV; in visitFSub()
DInstCombineMulDivRem.cpp276 if (Instruction *NV = FoldOpIntoPhi(I)) in visitMul() local
277 return NV; in visitMul()
561 if (Instruction *NV = FoldOpIntoPhi(I)) in visitFMul() local
562 return NV; in visitFMul()
891 if (Instruction *NV = FoldOpIntoPhi(I)) in commonIDivTransforms() local
892 return NV; in commonIDivTransforms()
1404 if (Instruction *NV = FoldOpIntoPhi(I)) in commonIRemTransforms() local
1405 return NV; in commonIRemTransforms()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DCloneFunction.cpp485 Value *NV = UndefValue::get(PN->getType()); in CloneAndPruneFunctionInto() local
486 PN->replaceAllUsesWith(NV); in CloneAndPruneFunctionInto()
488 VMap[OldI] = NV; in CloneAndPruneFunctionInto()
/external/llvm/lib/Transforms/Utils/
DCloneFunction.cpp538 Value *NV = UndefValue::get(PN->getType()); in CloneAndPruneIntoFromInst() local
539 PN->replaceAllUsesWith(NV); in CloneAndPruneIntoFromInst()
541 VMap[&*OldI] = NV; in CloneAndPruneIntoFromInst()
/external/clang/include/clang/AST/
DASTVector.h338 void resize(const ASTContext &C, unsigned N, const T &NV) { in resize() argument
345 construct_range(this->end(), this->begin()+N, NV); in resize()
/external/kernel-headers/original/uapi/drm/
Ddrm_fourcc.h349 fourcc_mod_code(NV, ((((__u64)val) << __fourcc_mod_tegra_mode_shift) | params))
/external/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.h209 NV = 0xf, // Always (unconditional) Always (unconditional) enumerator
232 case NV: return "nv"; in getCondCodeName()
/external/llvm/test/MC/Disassembler/ARM/
Darmv8.1a.txt39 # uses the encoding for the invalid NV predicate operand. This test checks that
/external/llvm/lib/ProfileData/
DInstrProf.cpp674 uint32_t NV = InstrProfR.getNumValueDataForSite(ValueKind, SiteIdx); in annotateValueSite() local
675 if (!NV) in annotateValueSite()
682 ArrayRef<InstrProfValueData> VDs(VD.get(), NV); in annotateValueSite()
/external/ImageMagick/PerlMagick/t/reference/read/
Dinput_gray_lsb_08bit_mat.miff12 …LMKCFXahghiiw4>_T:=78>8LMLGHbeWCWp|��~fKZdHEIIJLMHXpzwy}yzo.YmVMMJ;5>FEIIE?NV<Wl]Y[\OZRFHJKLMLMMIO…
/external/mesa3d/src/mesa/main/
Dtexcompress_fxt1.c224 #define MAKEIVEC(NV, NC, IV, B, V0, V1) \ argument
234 rd2 = (GLfloat)NV / d2; \
244 #define CALCCDOT(TEXEL, NV, NC, IV, B, V)\ argument
254 } else if (TEXEL > NV) { \
255 TEXEL = NV; \

12345678