Home
last modified time | relevance | path

Searched refs:sg (Results 1 – 25 of 722) sorted by relevance

12345678910>>...29

/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dloop6.c34 #define sg_is_chain(sg) ((sg)->page_link & SG_CHAIN) argument
35 #define sg_is_last(sg) ((sg)->page_link & SG_END) argument
36 #define sg_chain_ptr(sg) \ argument
37 ((struct scatterlist *) ((sg)->page_link & ~(SG_CHAIN | SG_END)))
41 struct scatterlist sg; in __sg_next() local
43 bpf_probe_read_kernel(&sg, sizeof(sg), sgp); in __sg_next()
44 if (sg_is_last(&sg)) in __sg_next()
49 bpf_probe_read_kernel(&sg, sizeof(sg), sgp); in __sg_next()
50 if (sg_is_chain(&sg)) in __sg_next()
51 sgp = sg_chain_ptr(&sg); in __sg_next()
/external/google-breakpad/src/common/mac/
Dmacho_utilities.cc74 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/
Dsg_unittests.cpp35 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/cronet/third_party/icu/source/data/zone/
Den_MH.txt8 sg{"∅∅∅"}
13 sg{"∅∅∅"}
18 sg{"∅∅∅"}
23 sg{"∅∅∅"}
28 sg{"∅∅∅"}
33 sg{"∅∅∅"}
38 sg{"∅∅∅"}
43 sg{"∅∅∅"}
Den_MP.txt8 sg{"∅∅∅"}
13 sg{"∅∅∅"}
18 sg{"∅∅∅"}
23 sg{"∅∅∅"}
28 sg{"∅∅∅"}
33 sg{"∅∅∅"}
38 sg{"∅∅∅"}
43 sg{"∅∅∅"}
Den_AE.txt8 sg{"∅∅∅"}
13 sg{"∅∅∅"}
18 sg{"∅∅∅"}
23 sg{"∅∅∅"}
28 sg{"∅∅∅"}
33 sg{"∅∅∅"}
38 sg{"∅∅∅"}
46 sg{"∅∅∅"}
Den_NZ.txt9 sg{"ACT"}
14 sg{"ACWT"}
19 sg{"AET"}
24 sg{"AWT"}
29 sg{"CHAT"}
34 sg{"LHT"}
39 sg{"NZT"}
Den_001.txt38 sg{"∅∅∅"}
43 sg{"∅∅∅"}
48 sg{"∅∅∅"}
53 sg{"∅∅∅"}
58 sg{"∅∅∅"}
63 sg{"∅∅∅"}
68 sg{"∅∅∅"}
73 sg{"∅∅∅"}
/external/icu/icu4c/source/data/zone/
Den_MP.txt8 sg{"∅∅∅"}
13 sg{"∅∅∅"}
18 sg{"∅∅∅"}
23 sg{"∅∅∅"}
28 sg{"∅∅∅"}
33 sg{"∅∅∅"}
38 sg{"∅∅∅"}
43 sg{"∅∅∅"}
Den_MH.txt8 sg{"∅∅∅"}
13 sg{"∅∅∅"}
18 sg{"∅∅∅"}
23 sg{"∅∅∅"}
28 sg{"∅∅∅"}
33 sg{"∅∅∅"}
38 sg{"∅∅∅"}
43 sg{"∅∅∅"}
Den_AE.txt8 sg{"∅∅∅"}
13 sg{"∅∅∅"}
18 sg{"∅∅∅"}
23 sg{"∅∅∅"}
28 sg{"∅∅∅"}
33 sg{"∅∅∅"}
38 sg{"∅∅∅"}
46 sg{"∅∅∅"}
Den_NZ.txt9 sg{"ACT"}
14 sg{"ACWT"}
19 sg{"AET"}
24 sg{"AWT"}
29 sg{"CHAT"}
34 sg{"LHT"}
39 sg{"NZT"}
Den_001.txt38 sg{"∅∅∅"}
43 sg{"∅∅∅"}
48 sg{"∅∅∅"}
53 sg{"∅∅∅"}
58 sg{"∅∅∅"}
63 sg{"∅∅∅"}
68 sg{"∅∅∅"}
73 sg{"∅∅∅"}
/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dsubgraph_test.cc96 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 …]
Dgraph_analyzer.cc128 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 = std::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/sg3_utils/doc/
DREADME8 https://sg.danny.cz/sg/sg3_utils.html
11 https://sg.danny.cz/sg/sg_dd.html
15 https://sg.danny.cz/sg/sg_ses.html
20 https://sg.danny.cz/sg/sg_io.html
23 https://sg.danny.cz/sg/tools.html
/external/cronet/third_party/icu/source/test/testdata/
DstructLocale.txt5972 sg{""}
45698 sg{""}
45707 sg{""}
45716 sg{""}
45725 sg{""}
45734 sg{""}
45743 sg{""}
45752 sg{""}
45761 sg{""}
45770 sg{""}
[all …]
/external/icu/icu4c/source/test/testdata/
DstructLocale.txt5972 sg{""}
45698 sg{""}
45707 sg{""}
45716 sg{""}
45725 sg{""}
45734 sg{""}
45743 sg{""}
45752 sg{""}
45761 sg{""}
45770 sg{""}
[all …]
/external/tensorflow/tensorflow/security/fuzzing/
Dstatus_group_fuzz.cc40 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/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
Ddarwin.S39 #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/
Ddarwin.S39 #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/
Dhsl.cpp91 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/
Dg722_decode.c78 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/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.modifying.operations/alg.rotate/
Drotate.pass.cpp155 const int sg = static_cast<int>(sizeof(ig)/sizeof(ig[0])); in test() local
156 r = std::rotate(Iter(ig), Iter(ig), Iter(ig+sg)); in test()
157 assert(base(r) == ig+sg); in test()
164 r = std::rotate(Iter(ig), Iter(ig+1), Iter(ig+sg)); in test()
172 r = std::rotate(Iter(ig), Iter(ig+2), Iter(ig+sg)); in test()
180 r = std::rotate(Iter(ig), Iter(ig+3), Iter(ig+sg)); in test()
188 r = std::rotate(Iter(ig), Iter(ig+4), Iter(ig+sg)); in test()
196 r = std::rotate(Iter(ig), Iter(ig+5), Iter(ig+sg)); in test()
204 r = std::rotate(Iter(ig), Iter(ig+sg), Iter(ig+sg)); in test()
361 const int sg = static_cast<int>(sizeof(ig)/sizeof(ig[0])); in test1() local
[all …]
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/
Drotate.pass.cpp156 const int sg = static_cast<int>(sizeof(ig)/sizeof(ig[0])); in test() local
157 r = std::rotate(Iter(ig), Iter(ig), Iter(ig+sg)); in test()
158 assert(base(r) == ig+sg); in test()
165 r = std::rotate(Iter(ig), Iter(ig+1), Iter(ig+sg)); in test()
173 r = std::rotate(Iter(ig), Iter(ig+2), Iter(ig+sg)); in test()
181 r = std::rotate(Iter(ig), Iter(ig+3), Iter(ig+sg)); in test()
189 r = std::rotate(Iter(ig), Iter(ig+4), Iter(ig+sg)); in test()
197 r = std::rotate(Iter(ig), Iter(ig+5), Iter(ig+sg)); in test()
205 r = std::rotate(Iter(ig), Iter(ig+sg), Iter(ig+sg)); in test()
360 const int sg = static_cast<int>(sizeof(ig)/sizeof(ig[0])); in test1() local
[all …]

12345678910>>...29