Home
last modified time | relevance | path

Searched refs:NC (Results 1 – 25 of 488) sorted by relevance

12345678910>>...20

/third_party/libphonenumber/resources/carrier/en/
D687.txt15 # Office des Postes et Telecommunications brand name is OPT-NC.
17 6875|OPT-NC
18 6877|OPT-NC
19 68780|OPT-NC
20 68781|OPT-NC
21 68782|OPT-NC
22 68783|OPT-NC
23 68784|OPT-NC
24 68785|OPT-NC
25 68786|OPT-NC
[all …]
/third_party/libphonenumber/resources/geocoding/en/
D1.txt2945 1252206|Wilson, NC
2946 1252208|Kinston, NC
2947 1252209|Ahoskie, NC
2948 1252212|Rocky Mount, NC
2949 1252215|Greenville, NC
2950 1252222|Morehead City, NC
2951 1252223|Newport, NC
2952 1252234|Wilson, NC
2953 1252235|Bailey, NC
2954 1252236|Elm City, NC
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DImplicitNullChecks.cpp668 for (auto &NC : NullCheckList) { in rewriteNullChecks() local
670 unsigned BranchesRemoved = TII->removeBranch(*NC.getCheckBlock()); in rewriteNullChecks()
674 if (auto *DepMI = NC.getOnlyDependency()) { in rewriteNullChecks()
676 NC.getCheckBlock()->insert(NC.getCheckBlock()->end(), DepMI); in rewriteNullChecks()
684 NC.getMemOperation(), NC.getCheckBlock(), NC.getNullSucc()); in rewriteNullChecks()
689 MachineBasicBlock *MBB = NC.getMemOperation()->getParent(); in rewriteNullChecks()
699 if (auto *DepMI = NC.getOnlyDependency()) { in rewriteNullChecks()
703 if (!NC.getNotNullSucc()->isLiveIn(MO.getReg())) in rewriteNullChecks()
704 NC.getNotNullSucc()->addLiveIn(MO.getReg()); in rewriteNullChecks()
708 NC.getMemOperation()->eraseFromParent(); in rewriteNullChecks()
[all …]
/third_party/vulkan-loader/scripts/
Dcheck_code_format.sh23 NC='\033[0m' # No Color
28 echo -e "${GREEN}No source code to check for formatting.${NC}"
35 echo -e "${GREEN}All source code in PR properly formatted.${NC}"
38 echo -e "${RED}Found formatting errors!${NC}"
Dcheck_commit_message_format.sh26 NC='\033[0m' # No Color
37 echo -e "${GREEN}No commit messgages to check for formatting.${NC}"
40 echo -e "${GREEN}No commit messgages to check for formatting.${NC}"
98 echo -e "${GREEN}All commit messages in pull request are properly formatted.${NC}"
/third_party/openssl/test/certs/
Dsetup.sh242 NC="permitted;DNS:www.good.org, permitted;DNS:good.com,"
243 NC="$NC permitted;email:good@good.org, permitted;email:good.com,"
244 NC="$NC permitted;IP:127.0.0.1/255.255.255.255, permitted;IP:192.168.0.0/255.255.0.0"
246 NC=$NC ./mkcert.sh genca "Test NC CA 1" ncca1-key ncca1-cert root-key root-cert
251 NC="excluded;DNS:www.bad.org, excluded;DNS:bad.com,"
252 NC="$NC excluded;email:bad@bad.org, excluded;email:bad.com, "
253 NC="$NC excluded;IP:10.0.0.0/255.0.0.0"
255 NC=$NC ./mkcert.sh genca "Test NC CA 2" ncca2-key ncca2-cert root-key root-cert
263 NC="permitted;DNS:www.good.net, permitted;DNS:ok.good.com, "
264 NC="$NC excluded;DNS:bad.ok.good.com"
[all …]
Dmkcert.sh147 if [ -n "$NC" ]; then
148 exts=$(printf "%s\nnameConstraints = %s\n" "$exts" "$NC")
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp296 Value *NC; in FlattenParallelAndOr() local
299 NC = Builder.CreateOr(PC, CC); in FlattenParallelAndOr()
302 NC = Builder.CreateAnd(PC, CC); in FlattenParallelAndOr()
304 PBI->replaceUsesOfWith(CC, NC); in FlattenParallelAndOr()
305 PC = NC; in FlattenParallelAndOr()
452 Value *NC = Builder.CreateOr(CInst1, CC); in MergeIfRegion() local
453 PBI->replaceUsesOfWith(CC, NC); in MergeIfRegion()
/third_party/mesa3d/.gitlab-ci/vkd3d-proton/
Drun.sh34 NC='\033[0m' # No Color
37 printf "${NC}"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DEquivalenceClasses.h188 unsigned NC = 0; in getNumClasses() local
190 if (I->isLeader()) ++NC; in getNumClasses()
191 return NC; in getNumClasses()
/third_party/mesa3d/.gitlab-ci/piglit/
Dpiglit-traces.sh24 NC='\033[0m' # No Color
27 printf "${NC}"
/third_party/f2fs-tools/lib/
Dnls_utf8.c345 #define NC (VC * TC) macro
346 #define SC (LC * NC)
360 li = si / NC; in utf8hangul()
361 vi = (si % NC) / TC; in utf8hangul()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregutils.h42 #define NC (CHAR_MAX - CHAR_MIN + 1) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Dregutils.h42 #define NC (CHAR_MAX - CHAR_MIN + 1) macro
/third_party/skia/third_party/externals/harfbuzz/test/shape/texts/in-house/shaper-arabic/script-arabic/language-urdu/crulp/ligatures/
DLICENSE1 CC BY-NC-SA 3.0
/third_party/ltp/tools/sparse/sparse-src/validation/
Denum-base-type.c4 NC = 1UL, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCOFFYAML.cpp492 MappingNormalization<NHeaderCharacteristics, uint16_t> NC(IO, in mapping() local
496 IO.mapOptional("Characteristics", NC->Characteristics); in mapping()
560 MappingNormalization<NSectionCharacteristics, uint32_t> NC( in mapping() local
563 IO.mapRequired("Characteristics", NC->Characteristics); in mapping()
584 NC->Characteristics & COFF::IMAGE_SCN_CNT_UNINITIALIZED_DATA) in mapping()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-complex-thai.cc42 NC, enumerator
60 return NC; in get_consonant_type()
/third_party/ffmpeg/tests/ref/fate/
Dlibavcodec-htmlsubtitles8 A<br>B<BR/>C<br / >D< Br >E<brk><brk/> --> A\NB\NC\ND\NE
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVNHoist.cpp1010 unsigned NI = 0, NL = 0, NS = 0, NC = 0, NR = 0; in hoist() local
1067 ++NC; in hoist()
1075 NumHoisted += NL + NS + NC + NI; in hoist()
1079 NumCallsHoisted += NC; in hoist()
1080 return {NI, NL + NC + NS}; in hoist()
/third_party/benchmark/test/
Doutput_test_helper.cc107 for (const auto& NC : not_checks) { in CheckCase() local
108 BM_CHECK(!NC.regex->Match(line)) in CheckCase()
110 << NC.regex_str << "\"" in CheckCase()
/third_party/skia/third_party/externals/icu/source/data/region/
Dsw_KE.txt40 NC{"Nyukaledonia"}
Dyi.txt157 NC{"נײַ קאַלעדאניע"}
/third_party/icu/icu4c/source/data/region/
Dyi.txt157 NC{"נײַ קאַלעדאניע"}
Dsw_KE.txt56 NC{"Nyukaledonia"}

12345678910>>...20