Home
last modified time | relevance | path

Searched refs:PT (Results 1 – 25 of 766) sorted by relevance

12345678910>>...31

/third_party/ejdb/src/jql/inc/
Djqpx.c1060 #define PT(data_, size_, ch_, count_) do { \ macro
1069 PT(0, 0, '/', 1); in _jqp_print_projection_nodes()
1072 PT(0, 0, '{', 1); in _jqp_print_projection_nodes()
1074 PT(pf->value, -1, 0, 0); in _jqp_print_projection_nodes()
1076 PT(0, 0, ',', 1); in _jqp_print_projection_nodes()
1079 PT(0, 0, '}', 1); in _jqp_print_projection_nodes()
1081 PT(s->value, -1, 0, 0); in _jqp_print_projection_nodes()
1089 PT(0, 0, '|', 1); in _jqp_print_projection()
1091 PT(0, 0, ' ', 1); in _jqp_print_projection()
1094 PT("- ", 2, 0, 0); in _jqp_print_projection()
[all …]
/third_party/ejdb/src/jbl/
Djbl_json.c401 #define PT(data_, size_, ch_, count_) do { \ in _jbl_node_as_json() macro
408 PT(0, 0, '[', 1); in _jbl_node_as_json()
410 PT(0, 0, '\n', 1); in _jbl_node_as_json()
414 PT(0, 0, ' ', lvl + 1); in _jbl_node_as_json()
419 PT(0, 0, ',', 1); in _jbl_node_as_json()
422 PT(0, 0, '\n', 1); in _jbl_node_as_json()
426 PT(0, 0, ' ', lvl); in _jbl_node_as_json()
428 PT(0, 0, ']', 1); in _jbl_node_as_json()
431 PT(0, 0, '{', 1); in _jbl_node_as_json()
433 PT(0, 0, '\n', 1); in _jbl_node_as_json()
[all …]
Djbl.c553 #define PT(data_, size_, ch_, count_) do { \ in _jbl_write_string() macro
564 PT(0, 0, '\\', 1); in _jbl_write_string()
565 PT(0, 0, ch, 1); in _jbl_write_string()
567 PT(0, 0, '\\', 1); in _jbl_write_string()
568 PT(0, 0, specials[ch - '\b'], 1); in _jbl_write_string()
570 PT(0, 0, ch, 1); in _jbl_write_string()
584 PT(sbuf, 6, 0, 0); in _jbl_write_string()
586 PT(sbuf, 6, 0, 0); in _jbl_write_string()
589 PT(sbuf, 6, 0, 0); in _jbl_write_string()
593 PT(0, 0, ch, 1); in _jbl_write_string()
[all …]
/third_party/python/Objects/
Dobmalloc.c1134 #define PT(x) PTA(x), PTA(x) macro
1137 PT(0), PT(1), PT(2), PT(3), PT(4), PT(5), PT(6), PT(7)
1139 , PT(8), PT(9), PT(10), PT(11), PT(12), PT(13), PT(14), PT(15)
1141 , PT(16), PT(17), PT(18), PT(19), PT(20), PT(21), PT(22), PT(23)
1143 , PT(24), PT(25), PT(26), PT(27), PT(28), PT(29), PT(30), PT(31)
1145 , PT(32), PT(33), PT(34), PT(35), PT(36), PT(37), PT(38), PT(39)
1147 , PT(40), PT(41), PT(42), PT(43), PT(44), PT(45), PT(46), PT(47)
1149 , PT(48), PT(49), PT(50), PT(51), PT(52), PT(53), PT(54), PT(55)
1151 , PT(56), PT(57), PT(58), PT(59), PT(60), PT(61), PT(62), PT(63)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DBuiltinGCs.cpp77 const PointerType *PT = cast<PointerType>(Ty); in isGCManagedPointer() local
83 return (1 == PT->getAddressSpace()); in isGCManagedPointer()
109 const PointerType *PT = cast<PointerType>(Ty); in isGCManagedPointer() local
111 return (1 == PT->getAddressSpace()); in isGCManagedPointer()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/data/
DlocaleMatcherTest.txt69 # pt-AU and pt-PT in one cluster; pt-BR in another
71 @supported=pt-PT, pt-BR
72 pt-AO >> pt-PT
73 @supported=pt-BR, pt-PT
74 pt-AO >> pt-PT
76 @supported=pt-PT, pt
77 pt-AO >> pt-PT
78 @supported=pt, pt-PT
79 pt-AO >> pt-PT
125 @supported=pt-PT, pt-BR
[all …]
DlocaleDistanceTest.txt50 es-MX ; es-PT ; 5
56 es-419 ; es-PT ; 5
62 es-ES ; es-PT ; 4
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/test/util/data/
DlocaleMatcherTest.txt69 # pt-AU and pt-PT in one cluster; pt-BR in another
71 @supported=pt-PT, pt-BR
72 pt-AO >> pt-PT
73 @supported=pt-BR, pt-PT
74 pt-AO >> pt-PT
76 @supported=pt-PT, pt
77 pt-AO >> pt-PT
78 @supported=pt, pt-PT
79 pt-AO >> pt-PT
125 @supported=pt-PT, pt-BR
[all …]
DlocaleDistanceTest.txt50 es-MX ; es-PT ; 5
56 es-419 ; es-PT ; 5
62 es-ES ; es-PT ; 4
/third_party/icu/icu4c/source/test/testdata/
DlocaleMatcherTest.txt69 # pt-AU and pt-PT in one cluster; pt-BR in another
71 @supported=pt-PT, pt-BR
72 pt-AO >> pt-PT
73 @supported=pt-BR, pt-PT
74 pt-AO >> pt-PT
76 @supported=pt-PT, pt
77 pt-AO >> pt-PT
78 @supported=pt, pt-PT
79 pt-AO >> pt-PT
125 @supported=pt-PT, pt-BR
[all …]
/third_party/skia/third_party/externals/icu/patches/
Dlocale_google.patch1455 PT{"Portugal"}
1512 PT{"ፖርቱጋል"}
1570 PT{"البرتغال"}
1647 PT{"পৰ্তুগাল"}
1705 PT{"Portugal"}
1763 PT{"Portuqaliya"}
1867 PT{"Партугалія"}
1925 PT{"Португалия"}
1985 PT{"পর্তুগাল"}
2043 PT{"Portugal"}
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPerfHintAnalysis.cpp302 if (auto PT = dyn_cast<PointerType>(V->getType())) { in isGlobalAddr() local
303 unsigned As = PT->getAddressSpace(); in isGlobalAddr()
311 if (auto PT = dyn_cast<PointerType>(V->getType())) in isLocalAddr() local
312 return PT->getAddressSpace() == AMDGPUAS::LOCAL_ADDRESS; in isLocalAddr()
343 if (auto PT = dyn_cast<PointerType>(V->getType())) { in isConstantAddr() local
344 unsigned As = PT->getAddressSpace(); in isConstantAddr()
DAMDGPULowerKernelArguments.cpp107 if (PointerType *PT = dyn_cast<PointerType>(ArgTy)) { in runOnFunction() local
112 if ((PT->getAddressSpace() == AMDGPUAS::LOCAL_ADDRESS || in runOnFunction()
113 PT->getAddressSpace() == AMDGPUAS::REGION_ADDRESS) && in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DPredicateInfo.h112 PredicateBase(PredicateType PT, Value *Op) : Type(PT), OriginalOp(Op) {} in PredicateBase() argument
124 PredicateWithCondition(PredicateType PT, Value *Op, Value *Condition) in PredicateWithCondition() argument
125 : PredicateBase(PT, Op), Condition(Condition) {} in PredicateWithCondition()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/Disassembler/
DWebAssemblyDisassembler.cpp171 for (auto PT = PrefixTable; PT->Table; PT++) { in getInstruction() local
172 if (PT->Prefix == Opc) { in getInstruction()
173 WasmInst = PT->Table; in getInstruction()
/third_party/flutter/skia/third_party/externals/icu/patches/
Dlocale_google.patch245 PT{"Portugal"}
309 PT{"ፖርቱጋል"}
373 PT{"البرتغال"}
456 PT{"পৰ্তুগাল"}
520 PT{"Portugal"}
584 PT{"Portuqaliya"}
700 PT{"Партугалія"}
764 PT{"Португалия"}
827 PT{"পর্তুগাল"}
891 PT{"Portugal"}
[all …]
/third_party/boost/boost/functional/
Dforward_adapter.hpp456 inline typename boost::result_of< FC(BOOST_PP_ENUM_PARAMS(N,PT))
458 operator()(BOOST_PP_ENUM_BINARY_PARAMS(N,PT,a)) const
464 inline typename boost::result_of< F(BOOST_PP_ENUM_PARAMS(N,PT))
466 operator()(BOOST_PP_ENUM_BINARY_PARAMS(N,PT,a))
473 BOOST_PP_ENUM_PARAMS(N,PT), BOOST_PP_ENUM_BINARY_PARAMS(N,PT,a),
/third_party/boost/libs/geometry/test/algorithms/
Dtransform.cpp155 typedef bg::model::d2::point_xy<ttmath_big > PT; in test_main() typedef
156 test_all<PT, PT>(); in test_main()
/third_party/grpc/test/core/end2end/fuzzers/server_fuzzer_corpus/
D86a19d13cc65790696299c819cac17b14e3376475 ����������PRIT *HPT��
D99a1acc96512c1155f91afa378e2345726d307c35 �������������:path/foo/bar:schemehttp:methodPTSO
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DHost.cpp1575 Triple PT(Triple::normalize(TargetTripleString)); in getProcessTriple() local
1577 if (sizeof(void *) == 8 && PT.isArch32Bit()) in getProcessTriple()
1578 PT = PT.get64BitArchVariant(); in getProcessTriple()
1579 if (sizeof(void *) == 4 && PT.isArch64Bit()) in getProcessTriple()
1580 PT = PT.get32BitArchVariant(); in getProcessTriple()
1582 return PT.str(); in getProcessTriple()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-complex-myanmar-machine.rl54 PT = 25;
75 pwo_tone_group = PT A* DB? As?;
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-complex-myanmar-machine.rl62 export PT = 25;
83 pwo_tone_group = PT A* DB? As?;
/third_party/harfbuzz/src/
Dhb-ot-shape-complex-myanmar-machine.rl61 export PT = 25;
82 pwo_tone_group = PT A* DB? As?;
/third_party/tzdata/
Dasia1027 # PT 3434 BOCM 8S 1943.04.17
1028 # PT 3504 BOCM 20 1943.09.25
1029 # PT 3843 BOCM 39 1945.09.29
1030 # PT 3961 BOCM 17 1946.04.27
1031 # PT 4026 BOCM 39 1946.09.28
1032 # PT 4153 BOCM 16 1947.04.10
1033 # PT 4271 BOCM 48 1947.11.29
1034 # PT 4374 BOCM 18 1948.05.01
1035 # PT 4465 BOCM 44 1948.10.30
1036 # PT 4590 BOCM 14 1949.04.02
[all …]

12345678910>>...31