Home
last modified time | relevance | path

Searched full:seg (Results 1 – 25 of 568) sorted by relevance

12345678910>>...23

/external/tcpdump/tests/
Ddecnet.out9 1.1 > 1.1 19 link-service 8195>8196 ack 0 ackdat 0 seg 1 dat seg count 0
11 1.1 > 1.1 45 data 8195>8196 ack 0 oack 0 seg 1
13 1.1 > 1.1 18 data 8196>8195 ack 1 oack 1 seg 1
15 1.1 > 1.1 33 data 8195>8196 ack 1 oack 0 seg 2
17 1.1 > 1.1 18 data 8196>8195 ack 2 oack 1 seg 2
23 1.1 > 1.1 19 link-service 8197>8198 ack 0 ackdat 0 seg 1 dat seg count 0
25 1.1 > 1.1 45 data 8197>8198 ack 0 oack 0 seg 1
27 1.1 > 1.1 32 data 8197>8198 ack 0 oack 0 seg 2
29 1.1 > 1.1 18 data 8198>8197 ack 2 oack 1 seg 1
31 1.1 > 1.1 19 link-service 8195>8196 ack 0 ackdat 2 seg 2 dat seg count 0
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_segmentation.c22 void vp9_enable_segmentation(struct segmentation *seg) { in vp9_enable_segmentation() argument
23 seg->enabled = 1; in vp9_enable_segmentation()
24 seg->update_map = 1; in vp9_enable_segmentation()
25 seg->update_data = 1; in vp9_enable_segmentation()
28 void vp9_disable_segmentation(struct segmentation *seg) { in vp9_disable_segmentation() argument
29 seg->enabled = 0; in vp9_disable_segmentation()
30 seg->update_map = 0; in vp9_disable_segmentation()
31 seg->update_data = 0; in vp9_disable_segmentation()
34 void vp9_set_segment_data(struct segmentation *seg, signed char *feature_data, in vp9_set_segment_data() argument
36 seg->abs_delta = abs_delta; in vp9_set_segment_data()
[all …]
Dvp9_segmentation.h21 void vp9_enable_segmentation(struct segmentation *seg);
22 void vp9_disable_segmentation(struct segmentation *seg);
24 void vp9_disable_segfeature(struct segmentation *seg, int segment_id,
26 void vp9_clear_segdata(struct segmentation *seg, int segment_id,
29 void vp9_psnr_aq_mode_setup(struct segmentation *seg);
32 struct segmentation *seg);
44 void vp9_set_segment_data(struct segmentation *seg, signed char *feature_data,
49 void vp9_reset_segment_features(struct segmentation *seg);
/external/skqp/src/core/
DSkPathMeasure.cpp27 const SkPathMeasure::Segment* SkPathMeasure::NextSegment(const Segment* seg) { in NextSegment() argument
28 unsigned ptIndex = seg->fPtIndex; in NextSegment()
31 ++seg; in NextSegment()
32 } while (seg->fPtIndex == ptIndex); in NextSegment()
33 return seg; in NextSegment()
249 Segment* seg = fSegments.append(); in compute_quad_segs() local
250 seg->fDistance = distance; in compute_quad_segs()
251 seg->fPtIndex = ptIndex; in compute_quad_segs()
252 seg->fType = kQuad_SegType; in compute_quad_segs()
253 seg->fTValue = maxt; in compute_quad_segs()
[all …]
/external/webrtc/p2p/base/
Dpseudo_tcp.cc574 Segment seg; in parse() local
575 seg.conv = bytes_to_long(buffer); in parse()
576 seg.seq = bytes_to_long(buffer + 4); in parse()
577 seg.ack = bytes_to_long(buffer + 8); in parse()
578 seg.flags = buffer[13]; in parse()
579 seg.wnd = bytes_to_short(buffer + 14); in parse()
581 seg.tsval = bytes_to_long(buffer + 16); in parse()
582 seg.tsecr = bytes_to_long(buffer + 20); in parse()
584 seg.data = reinterpret_cast<const char*>(buffer) + HEADER_SIZE; in parse()
585 seg.len = size - HEADER_SIZE; in parse()
[all …]
/external/skia/src/core/
DSkContourMeasure.cpp223 SkContourMeasure::Segment* seg = fSegments.append(); in compute_quad_segs() local
224 seg->fDistance = distance; in compute_quad_segs()
225 seg->fPtIndex = ptIndex; in compute_quad_segs()
226 seg->fType = kQuad_SegType; in compute_quad_segs()
227 seg->fTValue = maxt; in compute_quad_segs()
251 SkContourMeasure::Segment* seg = fSegments.append(); in compute_conic_segs() local
252 seg->fDistance = distance; in compute_conic_segs()
253 seg->fPtIndex = ptIndex; in compute_conic_segs()
254 seg->fType = kConic_SegType; in compute_conic_segs()
255 seg->fTValue = maxt; in compute_conic_segs()
[all …]
/external/libaom/libaom/av1/encoder/
Dsegmentation.c22 void av1_enable_segmentation(struct segmentation *seg) { in av1_enable_segmentation() argument
23 seg->enabled = 1; in av1_enable_segmentation()
24 seg->update_map = 1; in av1_enable_segmentation()
25 seg->update_data = 1; in av1_enable_segmentation()
26 seg->temporal_update = 0; in av1_enable_segmentation()
29 void av1_disable_segmentation(struct segmentation *seg) { in av1_disable_segmentation() argument
30 seg->enabled = 0; in av1_disable_segmentation()
31 seg->update_map = 0; in av1_disable_segmentation()
32 seg->update_data = 0; in av1_disable_segmentation()
33 seg->temporal_update = 0; in av1_disable_segmentation()
[all …]
/external/ltp/testcases/kernel/hotplug/memory_hotplug/
DREADME41 anon <seg-name> <seg-size>[k|m|g|p] [<seg-share>] -
43 <seg-share> := private|shared - default = private
45 file <pathname> [<offset>[k|m|g|p] <length>[k|m|g|p]] [<seg-share>] -
49 <seg-share> := private|shared - default = private
51 shm <seg-name> <seg-size>[k|m|g|p] -
56 remove <seg-name> [<seg-name> ...] - remove the named segment[s]
58 map <seg-name> [<offset>[k|m|g|p] <length>[k|m|g|p]] [<seg-share>] -
65 unmap <seg-name> - unmap specified segment, but remember name/size/...
67 touch <seg-name> [<offset>[k|m|g|p] <length>[k|m|g|p]] [read|write] -
72 mbind <seg-name> [<offset>[k|m|g|p] <length>[k|m|g|p]]
[all …]
/external/libaom/libaom/av1/common/
Dseg_common.c37 void av1_clearall_segfeatures(struct segmentation *seg) { in av1_clearall_segfeatures() argument
38 av1_zero(seg->feature_data); in av1_clearall_segfeatures()
39 av1_zero(seg->feature_mask); in av1_clearall_segfeatures()
42 void av1_calculate_segdata(struct segmentation *seg) { in av1_calculate_segdata() argument
43 seg->segid_preskip = 0; in av1_calculate_segdata()
44 seg->last_active_segid = 0; in av1_calculate_segdata()
47 if (seg->feature_mask[i] & (1 << j)) { in av1_calculate_segdata()
48 seg->segid_preskip |= (j >= SEG_LVL_REF_FRAME); in av1_calculate_segdata()
49 seg->last_active_segid = i; in av1_calculate_segdata()
55 void av1_enable_segfeature(struct segmentation *seg, int segment_id, in av1_enable_segfeature() argument
[all …]
Dseg_common.h62 static INLINE int segfeature_active(const struct segmentation *seg, in segfeature_active() argument
65 return seg->enabled && (seg->feature_mask[segment_id] & (1 << feature_id)); in segfeature_active()
81 void av1_clearall_segfeatures(struct segmentation *seg);
83 void av1_enable_segfeature(struct segmentation *seg, int segment_id,
86 void av1_calculate_segdata(struct segmentation *seg);
92 void av1_set_segdata(struct segmentation *seg, int segment_id,
95 static INLINE int get_segdata(const struct segmentation *seg, int segment_id, in get_segdata() argument
97 return seg->feature_data[segment_id][feature_id]; in get_segdata()
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DJITLinkMemoryManager.cpp28 MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) override { in allocate() argument
29 assert(SegBlocks.count(Seg) && "No allocation for segment"); in allocate()
30 return {static_cast<char *>(SegBlocks[Seg].base()), in allocate()
31 SegBlocks[Seg].allocatedSize()}; in allocate()
33 JITTargetAddress getTargetMemory(ProtectionFlags Seg) override { in allocate() argument
34 assert(SegBlocks.count(Seg) && "No allocation for segment"); in allocate()
35 return pointerToJITTargetAddress(SegBlocks[Seg].base()); in allocate()
88 const auto &Seg = KV.second; in allocate() local
90 if (Seg.getAlignment() > sys::Process::getPageSizeEstimate()) in allocate()
96 TotalSize += Seg.getContentSize(); in allocate()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DJITLinkMemoryManager.cpp28 MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) override { in allocate() argument
29 assert(SegBlocks.count(Seg) && "No allocation for segment"); in allocate()
30 return {static_cast<char *>(SegBlocks[Seg].base()), in allocate()
31 SegBlocks[Seg].allocatedSize()}; in allocate()
33 JITTargetAddress getTargetMemory(ProtectionFlags Seg) override { in allocate() argument
34 assert(SegBlocks.count(Seg) && "No allocation for segment"); in allocate()
35 return reinterpret_cast<JITTargetAddress>(SegBlocks[Seg].base()); in allocate()
88 const auto &Seg = KV.second; in allocate() local
90 if (Seg.getAlignment() > sys::Process::getPageSizeEstimate()) in allocate()
96 TotalSize += Seg.getContentSize(); in allocate()
[all …]
/external/skqp/tools/
Dpathops_visualizer.htm16 seg=1 {{{0, 353.891998f}, {126, 9.39610004f}}}
17 seg=2 {{{126, 9.39610004f}, {125.632057f, 9.29584408f}, {125.122734f, 9.33733845f}, {124.603165f, 9…
18 seg=3 {{{124.603165f, 9.37966728f}, {124.142731f, 9.41717815f}, {123.674263f, 9.45534515f}, {123.28…
19 seg=4 {{{123.289001f, 9.39610004f}, {118.119003f, 8.07219982f}}}
20 seg=5 {{{118.119003f, 8.07219982f}, {8.17210007f, 104.212997f}}}
21 seg=6 {{{8.17210007f, 104.212997f}, {0, 259.298737f}}}
22 seg=7 {{{0, 259.298737f}, {0, 353.891998f}}}
24 seg=8 {{{8.17210007f, 104.212997f}, {-5.82350016f, 369.813995f}}}
25 seg=9 {{{-5.82350016f, 369.813995f}, {126, 9.39620018f}}}
26 seg=10 {{{126, 9.39620018f}, {125.631981f, 9.29586983f}, {125.12252f, 9.3373785f}, {124.602829f, 9.…
[all …]
/external/skia/tools/
Dpathops_visualizer.htm16 seg=1 {{{0, 353.891998f}, {126, 9.39610004f}}}
17 seg=2 {{{126, 9.39610004f}, {125.632057f, 9.29584408f}, {125.122734f, 9.33733845f}, {124.603165f, 9…
18 seg=3 {{{124.603165f, 9.37966728f}, {124.142731f, 9.41717815f}, {123.674263f, 9.45534515f}, {123.28…
19 seg=4 {{{123.289001f, 9.39610004f}, {118.119003f, 8.07219982f}}}
20 seg=5 {{{118.119003f, 8.07219982f}, {8.17210007f, 104.212997f}}}
21 seg=6 {{{8.17210007f, 104.212997f}, {0, 259.298737f}}}
22 seg=7 {{{0, 259.298737f}, {0, 353.891998f}}}
24 seg=8 {{{8.17210007f, 104.212997f}, {-5.82350016f, 369.813995f}}}
25 seg=9 {{{-5.82350016f, 369.813995f}, {126, 9.39620018f}}}
26 seg=10 {{{126, 9.39620018f}, {125.631981f, 9.29586983f}, {125.12252f, 9.3373785f}, {124.602829f, 9.…
[all …]
/external/llvm-project/lld/test/ELF/
Drelro-bss.s4 # RUN: llvm-readelf -l %t | FileCheck --check-prefix=SEG %s
12 # SEG: LOAD 0x0001c8 0x00000000002011c8 0x00000000002011c8 0x000001 0x000001 R E 0x1…
13 # SEG-NEXT: LOAD 0x0001c9 0x00000000002021c9 0x00000000002021c9 0x000001 0x002001 RW 0x1…
14 # SEG-NEXT: LOAD 0x0001ca 0x00000000002051ca 0x00000000002051ca 0x000001 0x000002 RW 0x1…
15 # SEG-NEXT: GNU_RELRO 0x0001c9 0x00000000002021c9 0x00000000002021c9 0x000001 0x002e37 R 0x1
16 # SEG-NEXT: GNU_STACK 0x000000 0x0000000000000000 0x0000000000000000 0x000000 0x000000 RW 0x0
18 # SEG: .text
19 # SEG-NEXT: .data.rel.ro .bss.rel.ro
20 # SEG-NEXT: .data .bss
/external/crosvm/x86_64/src/
Dgdt.rs89 let seg = segment_from_gdt(gdt, 0); in field_parse() localVariable
92 assert_eq!(0x1, seg.g); in field_parse()
93 assert_eq!(0x0, seg.db); in field_parse()
94 assert_eq!(0x1, seg.l); in field_parse()
95 assert_eq!(0x0, seg.avl); in field_parse()
97 assert_eq!(0x1, seg.present); in field_parse()
98 assert_eq!(0x0, seg.dpl); in field_parse()
99 assert_eq!(0x1, seg.s); in field_parse()
101 assert_eq!(0xB, seg.type_); in field_parse()
103 assert_eq!(0x100000, seg.base); in field_parse()
[all …]
/external/fonttools/Tests/ttLib/tables/
D_o_p_b_d_test.py87 '017d 017d 0072 ' # 18: Seg[0].LastGlyph=381, FirstGlyph=381, Off=114(+6)
88 '0183 0180 0074 ' # 24: Seg[1].LastGlyph=387, FirstGlyph=384, Off=116(+6)
89 '0186 0185 007c ' # 30: Seg[2].LastGlyph=390, FirstGlyph=389, Off=124(+6)
90 '018f 018b 0080 ' # 36: Seg[3].LastGlyph=399, FirstGlyph=395, Off=128(+6)
91 '01a0 0196 008a ' # 42: Seg[4].LastGlyph=416, FirstGlyph=406, Off=138(+6)
92 '01a5 01a3 00a0 ' # 48: Seg[5].LastGlyph=421, FirstGlyph=419, Off=160(+6)
93 '01aa 01aa 00a6 ' # 54: Seg[6].LastGlyph=426, FirstGlyph=426, Off=166(+6)
94 '01ac 01ac 00a8 ' # 60: Seg[7].LastGlyph=428, FirstGlyph=428, Off=168(+6)
95 '01fb 01f1 00aa ' # 66: Seg[8].LastGlyph=507, FirstGlyph=497, Off=170(+6)
96 '0214 0209 00c0 ' # 72: Seg[9].LastGlyph=532, FirstGlyph=521, Off=192(+6)
[all …]
/external/libvpx/libvpx/vp9/common/
Dvp9_seg_common.c28 void vp9_clearall_segfeatures(struct segmentation *seg) { in vp9_clearall_segfeatures() argument
29 vp9_zero(seg->feature_data); in vp9_clearall_segfeatures()
30 vp9_zero(seg->feature_mask); in vp9_clearall_segfeatures()
31 seg->aq_av_offset = 0; in vp9_clearall_segfeatures()
34 void vp9_enable_segfeature(struct segmentation *seg, int segment_id, in vp9_enable_segfeature() argument
36 seg->feature_mask[segment_id] |= 1 << feature_id; in vp9_enable_segfeature()
47 void vp9_set_segdata(struct segmentation *seg, int segment_id, in vp9_set_segdata() argument
55 seg->feature_data[segment_id][feature_id] = seg_data; in vp9_set_segdata()
Dvp9_seg_common.h52 static INLINE int segfeature_active(const struct segmentation *seg, in segfeature_active() argument
55 return seg->enabled && (seg->feature_mask[segment_id] & (1 << feature_id)); in segfeature_active()
58 void vp9_clearall_segfeatures(struct segmentation *seg);
60 void vp9_enable_segfeature(struct segmentation *seg, int segment_id,
67 void vp9_set_segdata(struct segmentation *seg, int segment_id,
70 static INLINE int get_segdata(const struct segmentation *seg, int segment_id, in get_segdata() argument
72 return seg->feature_data[segment_id][feature_id]; in get_segdata()
/external/icu/icu4c/source/data/locales/
Des_PY.txt128 one{"dentro de {0} seg."}
129 other{"dentro de {0} seg."}
132 one{"hace {0} seg."}
133 other{"hace {0} seg."}
138 dn{"seg."}
141 one{"dentro de {0} seg."}
142 other{"dentro de {0} seg."}
145 one{"hace {0} seg."}
146 other{"hace {0} seg."}
/external/strace/
Dkexec.c44 const kernel_ulong_t *seg; in print_seg() local
52 seg = seg_buf; in print_seg()
54 seg = elem_buf; in print_seg()
58 printaddr(seg[0]); in print_seg()
59 tprintf(", bufsz=%" PRI_klu ", mem=", seg[1]); in print_seg()
60 printaddr(seg[2]); in print_seg()
61 tprintf(", memsz=%" PRI_klu "}", seg[3]); in print_seg()
75 kernel_ulong_t seg[4]; in print_kexec_segments() local
76 const size_t sizeof_seg = ARRAY_SIZE(seg) * current_wordsize; in print_kexec_segments()
78 print_array(tcp, addr, len, seg, sizeof_seg, in print_kexec_segments()
/external/freetype/src/autofit/
Dafcjk.c190 AF_Segment seg, limit, link; in af_cjk_metrics_init_widths() local
210 seg = axhints->segments; in af_cjk_metrics_init_widths()
211 limit = seg + axhints->num_segments; in af_cjk_metrics_init_widths()
213 for ( ; seg < limit; seg++ ) in af_cjk_metrics_init_widths()
215 link = seg->link; in af_cjk_metrics_init_widths()
218 if ( link && link->link == seg && link > seg ) in af_cjk_metrics_init_widths()
223 dist = seg->pos - link->pos; in af_cjk_metrics_init_widths()
810 AF_Segment seg; in af_cjk_hints_compute_segments() local
819 for ( seg = segments; seg < segment_limit; seg++ ) in af_cjk_hints_compute_segments()
821 AF_Point pt = seg->first; in af_cjk_hints_compute_segments()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrBulkMemory.td39 (ins i32imm_op:$seg, i32imm_op:$idx, I32:$dest,
41 (outs), (ins i32imm_op:$seg, i32imm_op:$idx),
42 [(int_wasm_memory_init (i32 timm:$seg), (i32 timm:$idx), I32:$dest,
45 "memory.init\t$seg, $idx, $dest, $offset, $size",
46 "memory.init\t$seg, $idx", 0x08>;
50 BULK_I<(outs), (ins i32imm_op:$seg), (outs), (ins i32imm_op:$seg),
51 [(int_wasm_data_drop (i32 timm:$seg))],
52 "data.drop\t$seg", "data.drop\t$seg", 0x09>;
/external/icu/icu4c/source/data/unit/
Des_AR.txt44 dnam{"seg."}
45 one{"{0}seg."}
46 other{"{0}seg."}
65 dnam{"seg."}
66 one{"{0} seg."}
67 other{"{0} seg."}
68 per{"{0}/seg."}
/external/llvm-project/lld/MachO/
DWriter.cpp143 LCSegment(StringRef name, OutputSegment *seg) : name(name), seg(seg) {} in LCSegment() argument
147 seg->numNonHiddenSections() * sizeof(section_64); in getSize()
157 c->fileoff = seg->fileOff; in writeTo()
158 c->maxprot = seg->maxProt; in writeTo()
159 c->initprot = seg->initProt; in writeTo()
161 if (seg->getSections().empty()) in writeTo()
164 c->vmaddr = seg->firstSection()->addr; in writeTo()
166 seg->lastSection()->addr + seg->lastSection()->getSize() - c->vmaddr; in writeTo()
167 c->nsects = seg->numNonHiddenSections(); in writeTo()
169 for (OutputSection *osec : seg->getSections()) { in writeTo()
[all …]

12345678910>>...23