Searched refs:seg (Results 1 - 25 of 71) sorted by relevance

123

/external/kernel-headers/original/asm-x86/
H A Dmmsegment.h5 unsigned long seg; member in struct:__anon7366
H A Dsystem_32.h69 #define loadsegment(seg,value) \
72 "mov %0,%%" #seg "\n" \
77 "popl %%" #seg "\n\t" \
89 #define savesegment(seg, value) \
90 asm volatile("mov %%" #seg ",%0":"=rm" (value))
H A Ddesc_32.h45 unsigned long base, unsigned short seg, unsigned char type, unsigned char flags)
47 *a = (seg << 16) | (base & 0xffff);
146 static inline void _set_gate(int gate, unsigned int type, void *addr, unsigned short seg) argument
149 pack_gate(&a, &b, (unsigned long)addr, seg, type, 0);
44 pack_gate(__u32 *a, __u32 *b, unsigned long base, unsigned short seg, unsigned char type, unsigned char flags) argument
/external/kernel-headers/original/linux/
H A Duio.h56 unsigned long seg; local
59 for (seg = 0; seg < nr_segs; seg++)
60 ret += iov[seg].iov_len;
/external/valgrind/main/exp-sgcheck/
H A Dh_main.c103 // Determines if 'a' is before, within, or after seg's range. Sets 'cmp' to
105 void Seg__cmp(Seg* seg, Addr a, Int* cmp, UWord* n) argument
107 if (a < seg->addr) {
109 *n = seg->addr - a;
110 } else if (a < seg->addr + seg->szB && seg->szB > 0) {
112 *n = a - seg->addr;
115 *n = a - (seg->addr + seg
119 Seg__is_freed(Seg* seg) argument
127 Seg__where(Seg* seg) argument
133 Seg__size(Seg* seg) argument
139 Seg__addr(Seg* seg) argument
193 Seg* seg; local
288 Seg* seg = get_Seg_for_malloc(); local
337 Seg* seg = find_Seg_by_addr( (Addr)p ); local
410 Seg* seg; local
454 Seg* seg = find_Seg_by_addr( (Addr)p ); local
[all...]
H A Dh_main.h49 void Seg__cmp(Seg* seg, Addr a, Int* cmp, UWord* n);
50 Bool Seg__is_freed(Seg* seg);
51 ExeContext* Seg__where(Seg* seg);
52 SizeT Seg__size(Seg* seg);
53 Addr Seg__addr(Seg* seg);
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c491 show_nsegment_full ( Int logLevel, Int segNo, NSegment* seg )
496 if (seg->fnIdx >= 0 && seg->fnIdx < segnames_used
497 && segnames[seg->fnIdx].inUse
498 && segnames[seg->fnIdx].fname[0] != 0)
499 name = segnames[seg->fnIdx].fname;
501 show_len_concisely(len_buf, seg->start, seg->end);
507 segNo, show_SegKind(seg->kind),
508 (ULong)seg
1532 init_resvn( NSegment* seg, Addr start, Addr end ) argument
1554 NSegment seg; local
1612 NSegment seg; local
2014 NSegment seg; local
2056 NSegment seg; local
2092 NSegment seg; local
2179 NSegment seg; local
2241 NSegment seg; local
2315 NSegment seg; local
2373 NSegment seg; local
2447 NSegment seg; local
2548 NSegment seg; local
2792 NSegment seg; local
2851 am_extend_into_adjacent_reservation_client( NSegment* seg, SSizeT delta ) argument
2963 am_extend_map_client( Bool* need_discard, NSegment* seg, SizeT delta ) argument
3028 NSegment seg; local
[all...]
/external/skia/src/core/
H A DSkPathMeasure.cpp38 const SkPathMeasure::Segment* SkPathMeasure::NextSegment(const Segment* seg) { argument
39 unsigned ptIndex = seg->fPtIndex;
42 ++seg;
43 } while (seg->fPtIndex == ptIndex);
44 return seg;
113 Segment* seg = fSegments.append(); local
114 seg->fDistance = distance;
115 seg->fPtIndex = ptIndex;
116 seg->fType = kQuad_SegType;
117 seg
137 Segment* seg = fSegments.append(); local
[all...]
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dpseudotcp.cc534 Segment seg;
535 seg.conv = bytes_to_long(buffer);
536 seg.seq = bytes_to_long(buffer + 4);
537 seg.ack = bytes_to_long(buffer + 8);
538 seg.flags = buffer[13];
539 seg.wnd = bytes_to_short(buffer + 14);
541 seg.tsval = bytes_to_long(buffer + 16);
542 seg.tsecr = bytes_to_long(buffer + 20);
544 seg.data = reinterpret_cast<const char *>(buffer) + HEADER_SIZE;
545 seg
598 process(Segment& seg) argument
897 transmit(const SList::iterator& seg, uint32 now) argument
1036 SList::iterator seg = it; local
[all...]
H A Dpseudotcp.h153 bool process(Segment& seg);
154 bool transmit(const SList::iterator& seg, uint32 now);
/external/tcpdump/
H A Dprint-token.c107 int seg; local
134 for (seg = 0; seg < SEGMENT_COUNT(trp); seg++)
135 printf(" [%d:%d]", RING_NUMBER(trp, seg),
136 BRIDGE_NUMBER(trp, seg));
140 for (seg = 0; seg < SEGMENT_COUNT(trp); seg++)
141 printf(":%x", ntohs(trp->token_rseg[seg]));
[all...]
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DLoopBlinnPathProcessor.cpp559 for (Segment* seg = cur->begin(); seg != cur->end(); seg = seg->next()) {
560 if (seg->kind() == Segment::Cubic) {
561 LoopBlinnClassifier::Result classification = LoopBlinnClassifier::classify(seg->getPoint(0),
562 seg->getPoint(1),
563 seg->getPoint(2),
564 seg->getPoint(3));
576 cur->subdivide(seg);
982 Segment* seg = *iter; local
1033 Segment* seg = event.interval().data()->segment; local
1054 conditionallySubdivide(Segment* seg, Vector<Segment*>& nextSegments) argument
1096 Segment* seg = *iter; local
[all...]
/external/valgrind/main/coregrind/
H A Dfixup_macho_loadcmds.c448 struct segment_command_64 *seg = (struct segment_command_64 *)cmd; local
449 if (0 == strcmp(seg->segname, "__LINKEDIT"))
450 seg__linkedit = seg;
451 if (0 == strcmp(seg->segname, "__UNIXSTACK"))
452 seg__unixstack = seg;
482 struct segment_command_64 *seg = seg__unixstack; local
483 if (seg->vmaddr != expected_stack_start)
485 if (seg->vmsize != expected_stack_size)
487 if (seg->maxprot != 7)
489 if (seg
502 struct segment_command_64 *seg = seg__linkedit; local
[all...]
/external/freetype/src/autofit/
H A Dafcjk.c121 AF_Segment seg, limit, link; local
131 seg = axhints->segments;
132 limit = seg + axhints->num_segments;
134 for ( ; seg < limit; seg++ )
136 link = seg->link;
139 if ( link && link->link == seg && link > seg )
144 dist = seg->pos - link->pos;
689 AF_Segment seg; local
839 AF_Segment seg; local
901 AF_Segment seg; local
2032 AF_Segment seg = edge->first; local
[all...]
H A Daflatin2.c106 AF_Segment seg, limit, link; local
118 seg = axhints->segments;
119 limit = seg + axhints->num_segments;
121 for ( ; seg < limit; seg++ )
123 link = seg->link;
126 if ( link && link->link == seg && link > seg )
131 dist = seg->pos - link->pos;
1045 AF_Segment seg; local
[all...]
H A Dafhints.c251 AF_Segment seg; local
259 for ( seg = segments; seg < limit; seg++ )
262 seg - segments,
263 dimension == AF_DIMENSION_HORZ ? (int)seg->first->ox / 64.0
264 : (int)seg->first->oy / 64.0,
265 af_dir_str( (AF_Direction)seg->dir ),
266 AF_INDEX_NUM( seg->link, segments ),
267 AF_INDEX_NUM( seg
319 AF_Segment seg; local
820 AF_Segment seg; local
[all...]
H A Daflatin.c107 AF_Segment seg, limit, link; local
119 seg = axhints->segments;
120 limit = seg + axhints->num_segments;
122 for ( ; seg < limit; seg++ )
124 link = seg->link;
127 if ( link && link->link == seg && link > seg )
132 dist = seg->pos - link->pos;
1049 AF_Segment seg; local
[all...]
/external/libffi/src/
H A Dclosures.c459 msegmentptr seg = segment_holding (gm, start); local
466 if (seg && (code = add_segment_exec_offset (start, seg)) != start)
481 msegmentptr sp = &m->seg;
507 msegmentptr seg = segment_holding (gm, ptr); local
509 *code = add_segment_exec_offset (ptr, seg);
523 msegmentptr seg = segment_holding_code (gm, ptr); local
525 if (seg)
526 ptr = sub_segment_exec_offset (ptr, seg);
/external/valgrind/main/coregrind/m_coredump/
H A Dcoredump-elf.c71 static Bool may_dump(const NSegment *seg) argument
73 if (seg->kind == SkAnonC ||
74 seg->kind == SkShmC ||
75 (seg->kind == SkFileC &&
76 !VKI_S_ISCHR(seg->mode) && !VKI_S_ISBLK(seg->mode)))
83 static Bool should_dump(const NSegment *seg) argument
85 return may_dump(seg); // && seg->hasW;
113 static void fill_phdr(ESZ(Phdr) *phdr, const NSegment *seg, UIn
484 NSegment const * seg; local
[all...]
/external/chromium/testing/gtest/scripts/
H A Dpump.py728 segs = [seg for seg in re.split(r'(\w+\W*)', comment) if seg != '']
730 for seg in segs:
731 if len((cur_line + seg).rstrip()) < max_len:
732 cur_line += seg
736 cur_line = seg.lstrip()
748 segs = [seg for seg in re.split(r'([^,;]+[,;]?)', line.strip()) if seg !
[all...]
/external/gtest/scripts/
H A Dpump.py728 segs = [seg for seg in re.split(r'(\w+\W*)', comment) if seg != '']
730 for seg in segs:
731 if len((cur_line + seg).rstrip()) < max_len:
732 cur_line += seg
736 cur_line = seg.lstrip()
748 segs = [seg for seg in re.split(r'([^,;]+[,;]?)', line.strip()) if seg !
[all...]
/external/icu4c/i18n/
H A Drbt_pars.h286 * Return the standin for segment seg (1-based).
287 * @param seg the given segment.
290 UChar getSegmentStandin(int32_t seg, UErrorCode& status);
293 * Set the object for segment seg (1-based).
294 * @param seg the given segment.
297 void setSegmentObject(int32_t seg, StringMatcher* adopted, UErrorCode& status);
/external/valgrind/main/memcheck/
H A Dmc_leakcheck.c1210 NSegment const* seg = VG_(am_find_nsegment)( seg_starts[i] ); local
1211 tl_assert(seg);
1213 if (seg->kind != SkFileC && seg->kind != SkAnonC) continue;
1214 if (!(seg->hasR && seg->hasW)) continue;
1215 if (seg->isCH) continue;
1220 if (seg->kind == SkFileC
1221 && (VKI_S_ISCHR(seg->mode) || VKI_S_ISBLK(seg
[all...]
/external/elfutils/libdwfl/
H A Dcore-file.c410 int seg = dwfl_segment_report_module (dwfl, ndx, NULL, local
413 if (unlikely (seg < 0))
414 return seg;
415 ndx = seg > ndx ? seg : ndx + 1;
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadmacho.c609 struct SEGMENT_COMMAND *seg = (struct SEGMENT_COMMAND *)cmd; local
610 if (0 == VG_(strncmp(seg->segname, segname, sizeof(seg->segname)))) {
611 struct SECTION *sects = (struct SECTION *)(seg+1);
613 for (s = 0; s < seg->nsects; s++) {
774 struct SEGMENT_COMMAND *seg = (struct SEGMENT_COMMAND *)cmd; local
777 && 0 == VG_(strcmp)(seg->segname, "__TEXT")
779 && seg->fileoff == 0 && seg->filesize != 0) {
781 di->text_svma = (Addr)seg
[all...]

Completed in 589 milliseconds

123