Searched refs:far (Results 1 - 25 of 90) sorted by relevance

1234

/external/syslinux/dosutil/
H A Dmdiskchk.c76 bytes = *(uint16_t far *) MK_FP(_es, _di);
82 _fmemcpy((void far *)&mm, (void far *)MK_FP(_es, _di), bytes);
145 const char far *c =
206 const uint16_t far * const free_base_mem =
211 const struct mBFT far *mbft;
213 struct patch_area far *patch_area;
228 chksum += ((const uint8_t far *)mbft)[i];
232 _fmemcpy((void far *)&m, &mbft->mdi, sizeof(struct mdi));
236 patch_area = (struct patch_area far *)
[all...]
/external/autotest/client/site_tests/graphics_SanAngeles/src/
H A Dmatrixop.h35 // mat = FrustumMatrix(left, right, bottom, top, near, far) * mat
39 float near, float far);
H A Dmatrixop.c132 float near, float far)
136 float dz = far - near;
139 if (near <= 0.f || far <= 0.f || dx <= 0.f || dy <= 0.f || dz <= 0.f)
154 frust[2*4 + 2] = -(near + far) / dz;
159 frust[3*4 + 2] = -2.f * near * far / dz;
129 Matrix4x4_Frustum(Matrix4x4 mat, float left, float right, float bottom, float top, float near, float far) argument
/external/llvm/test/MC/ARM/
H A Dcomment.s21 far: label
43 @CHECK-LABEL: far:
/external/valgrind/gdbserver_tests/
H A Dmssnapshot.stderrB.exp6 v.info all_errors : show all errors found so far
9 v.info n_errs_found [msg] : show the nr of errors found so far and the given msg
24 saves all snapshot(s) taken so far in <filename>
H A Dmchelp.stdoutB.exp4 v.info all_errors : show all errors found so far
7 v.info n_errs_found [msg] : show the nr of errors found so far and the given msg
61 v.info all_errors : show all errors found so far
64 v.info n_errs_found [msg] : show the nr of errors found so far and the given msg
/external/vulkan-validation-layers/libs/glm/gtc/
H A Dmatrix_transform.hpp164 /// @param far
174 T const & far);
181 /// @param far
189 T const & far);
197 /// @param far
206 T const & far);
208 /// Creates a matrix for a symmetric perspective-view frustum with far plane at infinite.
219 /// Creates a matrix for a symmetric perspective-view frustum with far plane at infinite for graphics hardware that doesn't support depth clamping.
/external/syslinux/com32/lib/zlib/
H A Dzconf.in.h165 * model programming (small or medium model with some far allocations).
177 # define FAR far
186 # define FAR far
/external/llvm/test/MC/MachO/ARM/
H A Dlong-call-branch-island-relocation.s21 @ Make the _foo symbol sufficiently far away to force the 'bl' relocation
/external/ltp/testcases/open_posix_testsuite/scripts/
H A Dlocate-test25 up by this tool. This might change in the future. So far, the ones
/external/syslinux/com32/include/
H A Dzconf.h247 * model programming (small or medium model with some far allocations).
259 # define FAR far
268 # define FAR far
/external/autotest/client/deps/webgl_mpd/src/resources/
H A DJ3DIMath.js72 in float near, in float far);
75 in float near, in float far);
611 J3DIMatrix4.prototype.ortho = function(left, right, bottom, top, near, far)
615 var tz = (far + near) / (far - near);
628 matrix.$matrix.m33 = -2 / (far - near);
638 J3DIMatrix4.prototype.frustum = function(left, right, bottom, top, near, far)
643 var C = -(far + near) / (far - near);
644 var D = -(2 * far * nea
[all...]
/external/deqp/external/openglcts/modules/common/
H A DglcViewportArrayTests.hpp246 void depthRange(glw::GLfloat near, glw::GLfloat far) argument
248 m_gl.depthRangef(near, far);
251 void depthRange(glw::GLdouble near, glw::GLdouble far) argument
253 m_gl.depthRange(near, far);
/external/freetype/src/gzip/
H A Dftzconf.h151 * model programming (small or medium model with some far allocations).
162 # define FAR far
/external/kernel-headers/original/uapi/asm-arm64/asm/
H A Dkvm.h138 __u64 far; /* used for watchpoints */ member in struct:kvm_debug_exit_arch
/external/llvm/test/MC/Mips/
H A Dsort-relocation-table.s180 # The latter is preferable since it's far easier to detect and debug so
361 # The latter is preferable since it's far easier to detect and debug
/external/python/cpython2/Modules/zlib/
H A Dzconf.h282 * model programming (small or medium model with some far allocations).
294 # define FAR far
303 # define FAR far
/external/python/cpython3/Modules/zlib/
H A Dzconf.h305 * model programming (small or medium model with some far allocations).
317 # define FAR far
326 # define FAR far
/external/zlib/src/
H A Dzconf.h305 * model programming (small or medium model with some far allocations).
317 # define FAR far
326 # define FAR far
/external/zlib/
H A Dzconf.h305 * model programming (small or medium model with some far allocations).
317 # define FAR far
326 # define FAR far
/external/webrtc/webrtc/modules/audio_processing/utility/
H A Ddelay_estimator.c18 // the far-end binary spectrum.
369 // Shift history of far-end binary spectrum bit counts and insert bit count
438 BinaryDelayEstimatorFarend* far = self->farend; local
440 if (history_size != far->history_size) {
441 // Only update far-end buffers if we need.
442 history_size = WebRtc_AllocateFarendBufferMemory(far, history_size);
551 // Update |mean_bit_counts| only when far-end signal has something to
552 // contribute. If |far_bit_counts| is zero the far-end signal is weak and
612 // and deeper than the best estimate so far
/external/clang/test/SemaCXX/
H A Duninitialized.cpp17 int far(const int& x);
34 int j = far(j);
68 int j = far(j);
102 int j = far(j);
188 S(char (*)[5]) : x(far(x)) {}
713 static int j = far(j);
748 static int j = far(j);
782 static int j = far(j);
/external/zlib/src/contrib/delphi/
H A DZLib.pas26 total_in: Longint; // total nb of input bytes read so far
30 total_out: Longint; // total nb of bytes output so far
70 data that have been written to the stream so far.
109 have been read from the stream so far.
/external/deqp/modules/gles3/functional/
H A Des3fClippingTests.cpp1350 // not in the volume but still between near and far planes
1375 // not between the near and the far planes. These should be clipped
1888 const float far = 30000.0f; local
1946 const tcu::Vec3 r2 = IVec3ToVec3(outside[ndx]) * far;
1998 const tcu::Vec4 p1 = tcu::Vec4(float(r1.x()) * far * w1, float(r1.y()) * far * w1, float(r1.z()) * far * w1, w1);
1999 const tcu::Vec4 p2 = tcu::Vec4(float(r2.x()) * far * w2, float(r2.y()) * far * w2, float(r2.z()) * far * w
[all...]
/external/libpcap/msdos/
H A Dpkt_rx1.s119 retf ; far return to driver with ES:DI

Completed in 870 milliseconds

1234