HomeSort by relevance Sort by last modified time
    Searched refs:borders (Results 1 - 25 of 42) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
queue.h 63 _GLIBCXX_VOLATILE lcas_t borders; member in class:__gnu_parallel::RestrictedBoundedConcurrentQueue
72 borders = encode2(0, 0);
85 lcas_t former_borders = borders;
94 fetch_and_add(&borders, encode2(1, 0));
104 decode2(borders, former_front, former_back);
110 if (compare_and_swap(&borders, former_borders, new_borders))
116 decode2(borders, former_front, former_back);
128 decode2(borders, former_front, former_back);
134 if (compare_and_swap(&borders, former_borders, new_borders))
140 decode2(borders, former_front, former_back)
    [all...]
partial_sum.h 112 difference_type* borders; local
123 borders = new difference_type[num_threads + 2];
126 equally_split(n, num_threads + 1, borders);
133 borders[0] = 0;
136 borders[i] = borderstart;
139 borders[num_threads + 1] = n;
151 parallel_partial_sum_basecase(begin + 1, begin + borders[1],
153 ::new(&(sums[iam])) value_type(*(result + borders[1] - 1));
158 value_type(std::accumulate(begin + borders[iam] + 1,
159 begin + borders[iam + 1]
    [all...]
unique_copy.h 67 difference_type *borders; local
76 borders = new difference_type[num_threads + 2];
77 equally_split(size, num_threads + 1, borders);
92 begin = borders[0] + 1; // == 1
93 end = borders[iam + 1];
109 begin = borders[iam]; //one part
110 end = borders[iam + 1];
137 begin = borders[num_threads];
169 delete[] borders;
find.h 112 difference_type* borders; local
123 borders = new difference_type[num_threads + 1];
124 equally_split(length, num_threads, borders);
128 difference_type start = borders[iam], stop = borders[iam + 1];
153 delete[] borders;
set_operations.h 375 difference_type *borders; local
389 borders = new difference_type[num_threads + 2];
390 equally_split(size, num_threads + 1, borders);
401 const difference_type rank = borders[iam + 1];
  /external/webkit/Source/WebCore/html/
HTMLTableElement.cpp 347 // Whether or not to hide the top/right/bottom/left borders.
352 bool borders[4] = { false, false, false, false }; local
359 borders[cTop] = true;
362 borders[cBottom] = true;
365 borders[cTop] = borders[cBottom] = true;
368 borders[cLeft] = borders[cRight] = true;
371 borders[cLeft] = true;
374 borders[cRight] = true
509 CellBorders borders = cellBorders(); local
    [all...]
  /external/aac/libSBRdec/src/
env_extr.cpp 913 hSbrFrameInfo->borders[i] = pTable[i+2];
915 hSbrFrameInfo->borders[0] = 0;
916 hSbrFrameInfo->borders[nEnv] = numberTimeSlots;
924 hSbrFrameInfo->bordersNoise[1] = hSbrFrameInfo->borders[tranIdx?tranIdx:1];
966 /* calculate borders according to the transient position */
    [all...]
env_dec.cpp 385 h_sbr_data->frameInfo.borders[0] = currentStartPos;
386 h_sbr_data->frameInfo.borders[1] = currentStopPos;
456 if ( h_sbr_data->frameInfo.borders[0] != h_prev_data->stopPos - hHeaderData->numberTimeSlots ) {
613 refLen = pFrameInfo->borders[1] - pFrameInfo->borders[0];
615 newLen = pFrameInfo->borders[1] - estimatedStartPos;
622 estimatedStartPos = pFrameInfo->borders[0];
630 pFrameInfo->borders[0] = estimatedStartPos;
env_extr.h 235 UCHAR borders[MAX_ENVELOPES+1]; /*!< Envelope borders (in SBR-timeslots, e.g. mp3PRO: 0..11) */ member in struct:__anon1769
239 UCHAR bordersNoise[MAX_NOISE_ENVELOPES+1];/*!< borders of noise envelopes */
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumLabelMaker.java 121 int borders = 2 * BORDER_SIZE; local
123 width + borders, mSpec.labelBackgroundHeight + borders, 16);
169 int borders = 2 * BORDER_SIZE; local
170 bitmap = Bitmap.createBitmap(labelWidth + borders,
171 s.labelBackgroundHeight + borders, Config.ARGB_8888);
  /external/aac/libSBRenc/src/
fram_gen.cpp 221 int *v_bord, /*!< memNew: borders */
222 int *length_v_bord, /*!< memNew: # borders */
275 /* borders from left to right side; -1 = not in use */
425 * The envelope borders are stored for frame generator internal use in
444 * borders for [FIXVAR, VARFIX] pairs right away, where the first frame
447 * 'yes', the already calculated VARFIX borders are used. If 'no', new
448 * borders, meeting the requirements of the "tight" transient, are
487 * - one or more "decay borders" (after the onset of the transient)
490 * those borders are referred to as "mandatory borders" and ar
    [all...]
fram_gen.h 95 #define MAX_NUM_REL 3 /*!< maximum number of relative borders in any VAR frame */
99 FIXFIX = 0, /*!< bs_frame_class: leading and trailing frame borders are fixed */
102 VARVAR /*!< bs_frame_class: leading and trailing frame borders are variable */
103 ,FIXFIXonly /*!< bs_frame_class: leading border fixed (0), trailing border fixed (nrTimeSlots) and encased borders are dynamically derived from the tranPos */
199 INT n; /*!< number of relative borders for VARFIX and FIXVAR */
201 INT bs_rel_bord[MAX_NUM_REL]; /*!< bs_rel_bord, relative borders for all VAR */
206 INT bs_num_rel_0; /*!< bs_num_rel_0, number of relative borders associated with leading absolute border for VARVAR */
207 INT bs_num_rel_1; /*!< bs_num_rel_1, number of relative borders associated with trailing absolute border for VARVAR */
208 INT bs_rel_bord_0[MAX_NUM_REL]; /*!< bs_rel_bord_0, relative borders associated with leading absolute border for VARVAR */
209 INT bs_rel_bord_1[MAX_NUM_REL]; /*!< bs_rel_bord_1, relative borders associated with trailing absolute border for VARVAR *
225 INT borders[MAX_ENVELOPES+1]; \/*!< envelope borders in SBR timeslots *\/ member in struct:__anon1801
    [all...]
invf_est.cpp 109 4, /* Number of borders SBR. */
110 4, /* Number of borders orig. */
111 4, /* Number of borders Nrg. */
138 4, /* Number of borders SBR. */
139 4, /* Number of borders orig. */
140 4, /* Number of borders Nrg. */
308 const FIXP_DBL *borders, /*!< The border of the regions. */
309 const INT numBorders /*!< The number of borders. */
314 if(currVal < borders[0]){
319 if( currVal >= borders[i-1] && currVal < borders[i])
    [all...]
  /external/freetype/src/base/
ftstroke.c 286 /***** STROKE BORDERS *****/
308 FT_Bool movable; /* TRUE for ends of lineto borders */
780 FT_StrokeBorderRec borders[2]; member in struct:FT_StrokerRec_
806 ft_stroke_border_init( &stroker->borders[0], memory );
807 ft_stroke_border_init( &stroker->borders[1], memory );
849 ft_stroke_border_reset( &stroker->borders[0] );
850 ft_stroke_border_reset( &stroker->borders[1] );
865 ft_stroke_border_done( &stroker->borders[0] );
866 ft_stroke_border_done( &stroker->borders[1] );
882 FT_StrokeBorder border = stroker->borders + side
    [all...]
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLFrameElement01.js 78 The frameBorder attribute specifies the request for frame borders.
HTMLIFrameElement02.js 78 The frameBorder attribute specifies the request for frame borders.
HTMLTableElement13.js 79 between cell content and cell borders.
HTMLTableElement15.js 78 The frame attribute specifies which external table borders to render.
HTMLTableElement16.js 78 The rules attribute specifies which internal table borders to render.
table36.js 78 Specifies which external table borders to render.
table37.js 78 Specifies the horizontal and vertical space between cell content and cell borders. The value of attribute cellpadding of the table element is read and checked against the expected value.
table40.js 78 Specifies which internal table borders to render.
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLFrameElement01.js 78 The frameBorder attribute specifies the request for frame borders.
HTMLIFrameElement02.js 78 The frameBorder attribute specifies the request for frame borders.
HTMLTableElement13.js 79 between cell content and cell borders.

Completed in 766 milliseconds

1 2