Searched refs:point (Results 1 - 25 of 232) sorted by path

12345678910

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/IGMP-PROXY/
H A Dconfigure3171 struct point {int x, y;};
3172 static struct point const zero = {0,0};
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A DAndroid.mk26 # LIBS that point to the out/.../obj/lib/ and out/.../obj/system/lib/
79 # for NOTICE files before it gets to this point, so it will only be seen
H A Dconfigure4194 # argument, so we may need to know it at that point already.
23735 struct point {int x, y;};
23736 static struct point const zero = {0,0};
38374 # point, so we can use a bashism as a fallback.
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dmprintf.c904 const char *point; local
910 for(point = strnil; *point != '\0'; ++point)
911 OUTCHAR(*point);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/vms/
H A Dbuild_vms.com23 $! IEEE Use IEEE floating point. (Alpha.)
67 $! Added IEEE option for IEEE floating point (Alpha).
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_cb_prg.c63 curl_off_t point = (curl_off_t)dlnow + (curl_off_t)ulnow + local
66 if(point > total)
68 total = point;
75 curl_off_t thisblock = point / 1024;
82 frac = (double)point / (double)total;
95 bar->prev = point;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex1977 Do not confuse routing tables with rules: rules point to routing tables,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/arm/
H A Dsimple_idct_arm.S67 @@ at this point, R0=block, other registers are free.
78 @@ at this point, R0=block, R14=&block[56], R12=__const_ptr_, R1-R11 free
90 @@ at this point, R0=block, R14=&block[n], R12=__const_ptr_, R1=ROWr32[0], R2=ROWr32[1],
102 @@ at this point, R0=block (temp), R1(free), R2=ROWr32[1], R3=ROWr32[2], R4=ROWr32[3],
131 @@ at this point, R0=b0, R1=b1, R2 (free), R3=ROWr32[2], R4=ROWr32[3],
139 @@ at this point, R0=b0, R1=b1, R2 (free), R3=ROWr32[2], R4=ROWr32[3],
167 @@ at this point, R0=b0, R1=b1, R2=ROWr32[2] | ROWr32[3] (tmp), R3 (free), R4 (free),
197 @@ at this point, R0=b0, R1=b1, R2=a1, R3=a2, R4=a3,
229 @@ at this point, R0=b0, R1=b1, R2=a1, R3=a2, R4=a3,
276 @@ at this point, R
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/include/FLAC++/
H A Dmetadata.h506 void set_point(unsigned index, const ::FLAC__StreamMetadata_SeekPoint &point);
509 bool insert_point(unsigned index, const ::FLAC__StreamMetadata_SeekPoint &point);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/include/FLAC/
H A Dmetadata.h386 /** Initialize the iterator to point to the first metadata block in the
676 * - Initialize the iterator to point to the first element in the chain
1100 /** Initialize the iterator to point to the first metadata block in the
1398 * \param point The point to set.
1404 FLAC_API void FLAC__metadata_object_seektable_set_point(FLAC__StreamMetadata *object, unsigned point_num, FLAC__StreamMetadata_SeekPoint point);
1410 * \param point The point to set.
1418 FLAC_API FLAC__bool FLAC__metadata_object_seektable_insert_point(FLAC__StreamMetadata *object, unsigned point_num, FLAC__StreamMetadata_SeekPoint point);
1463 /** Append a specific seek point templat
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC++/
H A Dmetadata.cpp441 void SeekTable::set_point(unsigned index, const ::FLAC__StreamMetadata_SeekPoint &point)
445 ::FLAC__metadata_object_seektable_set_point(object_, index, point);
448 bool SeekTable::insert_point(unsigned index, const ::FLAC__StreamMetadata_SeekPoint &point)
452 return (bool)::FLAC__metadata_object_seektable_insert_point(object_, index, point);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dmetadata_object.c975 FLAC_API void FLAC__metadata_object_seektable_set_point(FLAC__StreamMetadata *object, unsigned point_num, FLAC__StreamMetadata_SeekPoint point) argument
981 object->data.seek_table.points[point_num] = point;
984 FLAC_API FLAC__bool FLAC__metadata_object_seektable_insert_point(FLAC__StreamMetadata *object, unsigned point_num, FLAC__StreamMetadata_SeekPoint point) argument
999 FLAC__metadata_object_seektable_set_point(object, point_num, point);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Dconfigure3201 # argument, so we may need to know it at that point already.
7072 struct point {int x, y;};
7073 static struct point const zero = {0,0};
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/
H A Dconfigure3284 # argument, so we may need to know it at that point already.
3865 struct point {int x, y;};
3866 static struct point const zero = {0,0};
10795 # test program below will be optimized to in-line floating point code that
13971 # point, so we can use a bashism as a fallback.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dconfigure3194 # argument, so we may need to know it at that point already.
8331 struct point {int x, y;};
8332 static struct point const zero = {0,0};
9403 # point, so we can use a bashism as a fallback.
H A Dframetype.c518 {"ASPI", FRAME(ASPI), DISCARD, "Audio seek point index"},
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libogg-1.1.4/
H A Dconfigure2874 # argument, so we may need to know it at that point already.
20215 struct point {int x, y;};
20216 static struct point const zero = {0,0};
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D01-introduction.tex377 to be fully decoded to the point of lapping entirely independently of
455 One point is worth mentioning about this dot product; a common mistake
456 in a fixed point implementation might be to assume that a 32 bit
457 fixed-point representation for floor and residue and direct
474 larger) integers, or implementing a movable binary point
494 of the previous window such that the 3/4 point of the previous window
495 is aligned with the 1/4 point of the current window (as illustrated in
496 the window overlap diagram). At this point, the audio data between the
H A D04-codec.tex367 An end-of-packet condition up to this point should be considered an
369 condition past this point is to be considered a possible nominal
376 From this point on, we assume out decode context is using mode number
542 One point is worth mentioning about this dot product; a common mistake
543 in a fixed point implementation might be to assume that a 32 bit
544 fixed-point representation for floor and residue and direct
561 larger) integers, or implementing a movable binary point
578 of the previous window such that the 3/4 point of the previous window
579 is aligned with the 1/4 point of the current window (as illustrated in
H A D05-comment.tex16 remember the disc by and explain it to others; a short, to-the-point
172 context at this point. Abuse will be discouraged.
H A D07-floor1.tex30 \item the induction step chooses a point x_new within an existing
31 logical line segment and produces a y_new value at that point computed
269 9) [predicted] = \link{vorbis:spec:render:point}{render_point}( vector [floor1_X_list] element [low_neighbor_offset],
H A D08-residue.tex106 It is worth mentioning at this point that no configurable value in the
231 An end-of-packet condition at any point in header decode renders the
346 that point.
H A D09-helper.tex52 representation used by the decoder for floating point numbers. For
54 host-native floating point number.
97 \subsubsection{render_point} \label{vorbis:spec:render:point}
99 "render_point(x0,y0,x1,y1,X)" is used to find the Y value at point X
101 integer algorithm to solve for the point directly without calculating
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dvqgen.h32 /* point cache */
44 float (*metric_func) (struct vqgen *v,float *entry,float *point);
45 float *(*weight_func) (struct vqgen *v,float *point);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dconfigure8338 struct point {int x, y;};
8339 static struct point const zero = {0,0};

Completed in 506 milliseconds

12345678910