HomeSort by relevance Sort by last modified time
    Searched defs:seg (Results 76 - 100 of 186) sorted by null

1 2 34 5 6 7 8

  /external/valgrind/main/exp-sgcheck/
h_main.c 103 // 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)
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->szB)
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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
threading.c 492 const int seg = xd->mode_info_context->mbmi.segment_id; local
495 filter_level = lfi_n->lvl[seg][ref_frame][mode_index];
  /external/chromium_org/third_party/freetype/src/autofit/
afhints.c 262 AF_Segment seg; local
275 for ( seg = segments; seg < limit; seg++ )
279 seg - segments,
281 ? (int)seg->first->ox / 64.0
282 : (int)seg->first->oy / 64.0,
283 af_dir_str( (AF_Direction)seg->dir ),
284 AF_INDEX_NUM( seg->first, points ),
285 AF_INDEX_NUM( seg->last, points )
339 AF_Segment seg; local
842 AF_Segment seg; local
    [all...]
afcjk.c 121 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;
693 AF_Segment seg; local
843 AF_Segment seg; local
905 AF_Segment seg; local
2037 AF_Segment seg = edge->first; local
    [all...]
aflatin.c 114 AF_Segment seg, limit, link; local
126 seg = axhints->segments;
127 limit = seg + axhints->num_segments;
129 for ( ; seg < limit; seg++ )
131 link = seg->link;
134 if ( link && link->link == seg && link > seg )
139 dist = seg->pos - link->pos;
1116 AF_Segment seg; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
pseudotcp.cc 587 Segment seg;
588 seg.conv = bytes_to_long(buffer);
589 seg.seq = bytes_to_long(buffer + 4);
590 seg.ack = bytes_to_long(buffer + 8);
591 seg.flags = buffer[13];
592 seg.wnd = bytes_to_short(buffer + 14);
594 seg.tsval = bytes_to_long(buffer + 16);
595 seg.tsecr = bytes_to_long(buffer + 20);
597 seg.data = reinterpret_cast<const char *>(buffer) + HEADER_SIZE;
598 seg.len = size - HEADER_SIZE
1113 SList::iterator seg = it; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_onyxc_int.h 165 struct segmentation seg; member in struct:VP9Common
vp9_loopfilter.c 259 const struct segmentation *const seg = &cm->seg; local
269 if (vp9_segfeature_active(seg, seg_id, SEG_LVL_ALT_LF)) {
270 const int data = vp9_get_segdata(seg, seg_id, SEG_LVL_ALT_LF);
271 lvl_seg = clamp(seg->abs_delta == SEGMENT_ABSDATA ?
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decodemv.c 57 static int read_segment_id(vp9_reader *r, const struct segmentation *seg) {
58 return vp9_read_tree(r, vp9_segment_tree, seg->tree_probs);
105 struct segmentation *const seg = &cm->seg; local
109 if (!seg->enabled)
112 if (!seg->update_map)
115 segment_id = read_segment_id(r, seg);
122 struct segmentation *const seg = &cm->seg; local
127 if (!seg->enabled
    [all...]
  /external/chromium_org/third_party/skia/tests/
PathOpsAngleIdeas.cpp 426 SkOpSegment seg[2]; local
427 makeSegment(quad1, shortQuads[0], &seg[0]);
428 makeSegment(quad2, shortQuads[1], &seg[1]);
429 int realOverlap = PathOpsAngleTester::ConvexHullOverlaps(*seg[0].debugLastAngle(),
430 *seg[1].debugLastAngle());
548 PathOpsAngleTester::EndsIntersect(*seg[0].debugLastAngle(),
549 *seg[1].debugLastAngle());
    [all...]
  /external/freetype/src/autofit/
afhints.c 275 AF_Segment seg; local
288 for ( seg = segments; seg < limit; seg++ )
292 seg - segments,
294 ? (int)seg->first->ox / 64.0
295 : (int)seg->first->oy / 64.0,
296 af_dir_str( (AF_Direction)seg->dir ),
297 AF_INDEX_NUM( seg->first, points ),
298 AF_INDEX_NUM( seg->last, points )
354 AF_Segment seg; local
979 AF_Segment seg; local
    [all...]
afcjk.c 171 AF_Segment seg, limit, link; local
185 seg = axhints->segments;
186 limit = seg + axhints->num_segments;
188 for ( ; seg < limit; seg++ )
190 link = seg->link;
193 if ( link && link->link == seg && link > seg )
198 dist = seg->pos - link->pos;
710 AF_Segment seg; local
860 AF_Segment seg; local
922 AF_Segment seg; local
2109 AF_Segment seg = edge->first; local
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 168 struct segmentation seg; member in struct:VP9Common
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 58 static int read_segment_id(vp9_reader *r, const struct segmentation *seg) {
59 return vp9_read_tree(r, vp9_segment_tree, seg->tree_probs);
106 struct segmentation *const seg = &cm->seg; local
110 if (!seg->enabled)
113 if (!seg->update_map)
116 segment_id = read_segment_id(r, seg);
123 struct segmentation *const seg = &cm->seg; local
128 if (!seg->enabled
    [all...]
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
t1.c 14 * Copyright (c) 2007, Callum Lerwick <seg@haxxed.com>
1394 opj_tcd_seg_t *seg = &cblk->segs[segno]; local
    [all...]
t2.c 1309 opj_tcd_seg_t* seg = 00; local
    [all...]
  /external/skia/tests/
PathOpsAngleIdeas.cpp 426 SkOpSegment seg[2]; local
427 makeSegment(quad1, shortQuads[0], &seg[0]);
428 makeSegment(quad2, shortQuads[1], &seg[1]);
429 int realOverlap = PathOpsAngleTester::ConvexHullOverlaps(*seg[0].debugLastAngle(),
430 *seg[1].debugLastAngle());
548 PathOpsAngleTester::EndsIntersect(*seg[0].debugLastAngle(),
549 *seg[1].debugLastAngle());
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readmacho.c 604 struct SEGMENT_COMMAND seg; local
605 ML_(cur_read_get)(&seg, cur, sizeof(seg));
606 if (0 == VG_(strncmp(&seg.segname[0],
607 segname, sizeof(seg.segname)))) {
608 DiCursor sects_cur = ML_(cur_plus)(cur, sizeof(seg));
610 for (s = 0; s < seg.nsects; s++) {
831 struct SEGMENT_COMMAND seg; local
832 ML_(cur_read_get)(&seg, cmd_cur, sizeof(seg));
    [all...]
  /external/valgrind/main/coregrind/
m_redir.c 1453 NSegment const* seg = VG_(am_find_nsegment)(a); local
    [all...]
m_stacktrace.c 838 NSegment const* seg = VG_(am_find_nsegment)(a); local
    [all...]
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 149 ELFSegmentFactory::iterator seg, segEnd = target().elfSegmentTable().end(); local
151 for (seg = target().elfSegmentTable().begin(); seg != segEnd; ++seg) {
152 if (llvm::ELF::PT_LOAD == (*seg)->type()) {
153 ELFSegment::iterator sect, sectEnd = (*seg)->end();
154 for (sect = (*seg)->begin(); sect != sectEnd; ++sect)
358 ELFSegmentFactory::const_iterator seg = target().elfSegmentTable().begin(), local
360 for (; seg != segEnd; ++seg, ++index)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_onyxc_int.h 168 struct segmentation seg; member in struct:VP9Common
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodemv.c 58 static int read_segment_id(vp9_reader *r, const struct segmentation *seg) {
59 return vp9_read_tree(r, vp9_segment_tree, seg->tree_probs);
106 struct segmentation *const seg = &cm->seg; local
110 if (!seg->enabled)
113 if (!seg->update_map)
116 segment_id = read_segment_id(r, seg);
123 struct segmentation *const seg = &cm->seg; local
128 if (!seg->enabled
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_bitstream.c 98 if (vp9_segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)) {
183 static void write_segment_id(vp9_writer *w, const struct segmentation *seg,
185 if (seg->enabled && seg->update_map)
186 vp9_write_tree(w, vp9_segment_tree, seg->tree_probs, segment_id, 3, 0);
198 if (vp9_segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) {
201 vp9_get_segdata(&cm->seg, segment_id, SEG_LVL_REF_FRAME));
231 const struct segmentation *const seg = &cm->seg; local
241 if (seg->update_map)
333 const struct segmentation *const seg = &cm->seg; local
746 const struct segmentation *seg = &cm->seg; local
    [all...]
  /external/fio/
io_u.c 1839 unsigned int seg = min_write; local
    [all...]

Completed in 1363 milliseconds

1 2 34 5 6 7 8