/external/google-breakpad/src/common/mac/ |
D | macho_utilities.cc | 74 void breakpad_swap_segment_command_64(struct segment_command_64 *sg) { in breakpad_swap_segment_command_64() argument 75 sg->cmd = ByteSwap(sg->cmd); in breakpad_swap_segment_command_64() 76 sg->cmdsize = ByteSwap(sg->cmdsize); in breakpad_swap_segment_command_64() 78 sg->vmaddr = ByteSwap(sg->vmaddr); in breakpad_swap_segment_command_64() 79 sg->vmsize = ByteSwap(sg->vmsize); in breakpad_swap_segment_command_64() 80 sg->fileoff = ByteSwap(sg->fileoff); in breakpad_swap_segment_command_64() 81 sg->filesize = ByteSwap(sg->filesize); in breakpad_swap_segment_command_64() 83 sg->maxprot = ByteSwap(sg->maxprot); in breakpad_swap_segment_command_64() 84 sg->initprot = ByteSwap(sg->initprot); in breakpad_swap_segment_command_64() 85 sg->nsects = ByteSwap(sg->nsects); in breakpad_swap_segment_command_64() [all …]
|
/external/libese/libese/tests/ |
D | sg_unittests.cpp | 35 struct EseSgBuffer sg = { in TEST_F() local 41 copied = ese_sg_to_buf(&sg, 1, 0, sizeof(dst), dst); in TEST_F() 50 struct EseSgBuffer sg = { in TEST_F() local 55 copied = ese_sg_from_buf(&sg, 1, 0, sizeof(src), src); in TEST_F() 66 struct EseSgBuffer sg[] = { in TEST_F() local 82 copied = ese_sg_to_buf(sg, 3, 0, sizeof(dst), dst); in TEST_F() 87 copied = ese_sg_to_buf(sg, 3, sizeof(one) + sizeof(two) - 2, sizeof(dst), in TEST_F() 100 struct EseSgBuffer sg[] = { in TEST_F() local 116 copied = ese_sg_from_buf(sg, 3, 0, sizeof(src), src); in TEST_F() 123 copied = ese_sg_from_buf(sg, 3, 6, sizeof(src), src); in TEST_F() [all …]
|
/external/icu/icu4c/source/test/testdata/ |
D | structLocale.txt | 5930 sg{""} 32284 sg{""} 32293 sg{""} 32302 sg{""} 32311 sg{""} 32320 sg{""} 32329 sg{""} 32338 sg{""} 32347 sg{""} 32356 sg{""} [all …]
|
/external/icu/icu4c/source/data/zone/ |
D | en_MH.txt | 8 sg{"∅∅∅"} 13 sg{"∅∅∅"} 18 sg{"∅∅∅"} 23 sg{"∅∅∅"} 28 sg{"∅∅∅"} 33 sg{"∅∅∅"} 38 sg{"∅∅∅"} 43 sg{"∅∅∅"}
|
D | en_MP.txt | 8 sg{"∅∅∅"} 13 sg{"∅∅∅"} 18 sg{"∅∅∅"} 23 sg{"∅∅∅"} 28 sg{"∅∅∅"} 33 sg{"∅∅∅"} 38 sg{"∅∅∅"} 43 sg{"∅∅∅"}
|
D | en_AE.txt | 8 sg{"∅∅∅"} 13 sg{"∅∅∅"} 18 sg{"∅∅∅"} 23 sg{"∅∅∅"} 28 sg{"∅∅∅"} 33 sg{"∅∅∅"} 38 sg{"∅∅∅"} 46 sg{"∅∅∅"}
|
D | en_CA.txt | 12 sg{"HST"} 17 sg{"AKT"} 22 sg{"CT"} 27 sg{"ET"} 32 sg{"MT"} 37 sg{"PT"} 42 sg{"AT"} 47 sg{"HAT"} 52 sg{"NT"}
|
D | en_001.txt | 32 sg{"∅∅∅"} 37 sg{"∅∅∅"} 42 sg{"∅∅∅"} 47 sg{"∅∅∅"} 52 sg{"∅∅∅"} 57 sg{"∅∅∅"} 62 sg{"∅∅∅"} 67 sg{"∅∅∅"}
|
D | en_NZ.txt | 9 sg{"ACT"} 14 sg{"ACWT"} 19 sg{"AET"} 24 sg{"AWT"} 29 sg{"CHAT"} 34 sg{"LHT"} 39 sg{"NZT"}
|
D | pt_AO.txt | 9 sg{"∅∅∅"} 14 sg{"∅∅∅"} 19 sg{"∅∅∅"} 24 sg{"∅∅∅"}
|
D | pt_ST.txt | 9 sg{"∅∅∅"} 14 sg{"∅∅∅"} 19 sg{"∅∅∅"} 24 sg{"∅∅∅"}
|
D | pt_GW.txt | 9 sg{"∅∅∅"} 14 sg{"∅∅∅"} 19 sg{"∅∅∅"} 24 sg{"∅∅∅"}
|
D | pt_MO.txt | 9 sg{"∅∅∅"} 14 sg{"∅∅∅"} 19 sg{"∅∅∅"} 24 sg{"∅∅∅"}
|
D | pt_MZ.txt | 9 sg{"∅∅∅"} 14 sg{"∅∅∅"} 19 sg{"∅∅∅"} 24 sg{"∅∅∅"}
|
D | pt_TL.txt | 9 sg{"∅∅∅"} 14 sg{"∅∅∅"} 19 sg{"∅∅∅"} 24 sg{"∅∅∅"}
|
D | pt_CV.txt | 9 sg{"AZOT"} 14 sg{"∅∅∅"} 19 sg{"∅∅∅"} 24 sg{"∅∅∅"}
|
/external/tensorflow/tensorflow/core/grappler/graph_analyzer/ |
D | subgraph_test.cc | 96 Subgraph sg(id); in TEST() local 101 SubgraphIterator sit(&sg); in TEST() 119 SubgraphIterator sit(&sg); in TEST() 120 SubgraphIterator sit2(&sg); in TEST() 159 Subgraph sg(id); in TEST() local 162 for (SubgraphIterator sit(&sg); !sit.AtEnd(); sit.Next()) { in TEST() 170 for (SubgraphIterator sit(&sg); !sit.AtEnd(); sit.Next()) { in TEST() 209 Subgraph sg(id); in TEST() local 212 SubgraphIterator sit(&sg); in TEST() 267 Subgraph* sg; in TEST() local [all …]
|
D | graph_analyzer.cc | 128 Subgraph* sg = sg_set.ExtendParent(parent->id(), neighbor.node); in ExtendSubgraph() local 129 if (!will_complete && sg != nullptr) { in ExtendSubgraph() 130 todo_.push_back(sg); in ExtendSubgraph() 197 auto sg = absl::make_unique<Subgraph>(id); in AddExtendedSubgraph() local 200 if (spec_sg_set.find(sg) != spec_sg_set.end()) { in AddExtendedSubgraph() 206 todo_.push_back(sg.get()); in AddExtendedSubgraph() 208 spec_sg_set.insert(std::move(sg)); in AddExtendedSubgraph() 224 bool GraphAnalyzer::HasInvalidMultiInputs(Subgraph* sg) { in HasInvalidMultiInputs() argument 226 for (auto const& node : sg->id()) { in HasInvalidMultiInputs() 246 if (sg->id().find(link.node) == sg->id().end()) { in HasInvalidMultiInputs() [all …]
|
/external/tensorflow/tensorflow/security/fuzzing/ |
D | status_group_fuzz.cc | 40 tensorflow::StatusGroup sg; in LLVMFuzzerTestOneInput() local 52 sg.Update(derived_s); in LLVMFuzzerTestOneInput() 54 sg.Update(s); in LLVMFuzzerTestOneInput() 59 sg.as_summary_status().IgnoreError(); in LLVMFuzzerTestOneInput() 60 sg.as_concatenated_status().IgnoreError(); in LLVMFuzzerTestOneInput() 61 sg.AttachLogMessages(); in LLVMFuzzerTestOneInput()
|
/external/skqp/gm/ |
D | hsl.cpp | 83 float* sr, float* sg, float* sb) { in hue() argument 86 G = *sg, in hue() 91 *sg = G; in hue() 96 float* sr, float* sg, float* sb) { in saturation() argument 101 set_sat(&R,&G,&B, sat(*sr,*sg,*sb)); in saturation() 104 *sg = G; in saturation() 109 float* sr, float* sg, float* sb) { in color() argument 112 G = *sg, in color() 116 *sg = G; in color() 121 float* sr, float* sg, float* sb) { in luminosity() argument [all …]
|
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/ |
D | darwin.S | 39 #define sg MODE_CHOICE(stw,std) macro 94 sg r9,(LINKAGE_SIZE+6*GPR_BYTES)(r8) 101 sg r9,SAVED_LR_OFFSET(r8) 103 sg r28,-(4 * GPR_BYTES)(r8) 104 sg r29,-(3 * GPR_BYTES)(r8) 105 sg r30,-(2 * GPR_BYTES)(r8) 106 sg r31,-( GPR_BYTES)(r8) 110 sg r2,(5 * GPR_BYTES)(r1) 199 sg r3, (LINKAGE_SIZE )(r28) 200 sg r4, (LINKAGE_SIZE + GPR_BYTES)(r28) [all …]
|
/external/libffi/src/powerpc/ |
D | darwin.S | 39 #define sg MODE_CHOICE(stw,std) macro 94 sg r9,(LINKAGE_SIZE+6*GPR_BYTES)(r8) 101 sg r9,SAVED_LR_OFFSET(r8) 103 sg r28,-(4 * GPR_BYTES)(r8) 104 sg r29,-(3 * GPR_BYTES)(r8) 105 sg r30,-(2 * GPR_BYTES)(r8) 106 sg r31,-( GPR_BYTES)(r8) 110 sg r2,(5 * GPR_BYTES)(r1) 199 sg r3, (LINKAGE_SIZE )(r28) 200 sg r4, (LINKAGE_SIZE + GPR_BYTES)(r28) [all …]
|
/external/skia/gm/ |
D | hsl.cpp | 91 float* sr, float* sg, float* sb) { in hue() argument 94 G = *sg, in hue() 99 *sg = G; in hue() 104 float* sr, float* sg, float* sb) { in saturation() argument 109 set_sat(&R,&G,&B, sat(*sr,*sg,*sb)); in saturation() 112 *sg = G; in saturation() 117 float* sr, float* sg, float* sb) { in color() argument 120 G = *sg, in color() 124 *sg = G; in color() 129 float* sr, float* sg, float* sb) { in luminosity() argument [all …]
|
/external/webrtc/modules/third_party/g722/ |
D | g722_decode.c | 78 s->band[band].sg[i] = s->band[band].p[i] >> 15; in block4() 81 wd2 = (s->band[band].sg[0] == s->band[band].sg[1]) ? -wd1 : wd1; in block4() 84 wd3 = (s->band[band].sg[0] == s->band[band].sg[2]) ? 128 : -128; in block4() 94 s->band[band].sg[0] = s->band[band].p[0] >> 15; in block4() 95 s->band[band].sg[1] = s->band[band].p[1] >> 15; in block4() 96 wd1 = (s->band[band].sg[0] == s->band[band].sg[1]) ? 192 : -192; in block4() 108 s->band[band].sg[0] = d >> 15; in block4() 111 s->band[band].sg[i] = s->band[band].d[i] >> 15; in block4() 112 wd2 = (s->band[band].sg[i] == s->band[band].sg[0]) ? wd1 : -wd1; in block4()
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | cxx_tlscc64.ll | 5 @sg = internal thread_local global %struct.S zeroinitializer, align 1 28 ; CHECK-NEXT: addis 3, 13, sg@tprel@ha 29 ; CHECK-NEXT: addi 30, 3, sg@tprel@l 41 ; CHECK-NEXT: addis 3, 13, sg@tprel@ha 42 ; CHECK-NEXT: addi 3, 3, sg@tprel@l 53 tail call void @_ZN1SC1Ev(%struct.S* nonnull @sg) #2 54 …o void (i8*)*), i8* nonnull getelementptr inbounds (%struct.S, %struct.S* @sg, i64 0, i32 0), i8* … 58 ret %struct.S* @sg
|