Searched refs:far (Results 1 - 25 of 89) 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
58 v.info all_errors : show all errors found so far
61 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/pdfium/third_party/libjpeg/
H A Djmorecfg.h215 /* Here is the pseudo-keyword for declaring pointers that must be "far"
222 #define FAR far
/external/mesa3d/src/gallium/tests/graw/
H A Dshader-leak.c53 float near, float far)
55 float z = far;
58 float half_depth = ((float)far - (float)near) / 2.0f;
51 set_viewport( float x, float y, float width, float height, float near, float far) argument
H A Dtri-gs.c54 float near, float far)
56 float z = far;
59 float half_depth = ((float)far - (float)near) / 2.0f;
52 set_viewport( float x, float y, float width, float height, float near, float far) argument
H A Dtri-instanced.c83 float near, float far)
85 float z = far;
88 float half_depth = ((float)far - (float)near) / 2.0f;
81 set_viewport( float x, float y, float width, float height, float near, float far) argument
H A Dquad-sample.c63 float near, float far)
65 float z = far;
68 float half_depth = ((float)far - (float)near) / 2.0f;
61 set_viewport( float x, float y, float width, float height, float near, float far) argument
H A Dfs-test.c177 float near, float far)
179 float z = far;
182 float half_depth = ((float)far - (float)near) / 2.0f;
175 set_viewport( float x, float y, float width, float height, float near, float far) argument
H A Dgs-test.c210 float near, float far)
212 float z = far;
215 float half_depth = ((float)far - (float)near) / 2.0f;
208 set_viewport( float x, float y, float width, float height, float near, float far) argument
H A Dvs-test.c121 float near, float far)
123 float z = far;
126 float half_depth = ((float)far - (float)near) / 2.0f;
119 set_viewport( float x, float y, float width, float height, float near, float far) argument
H A Dgraw_util.h189 float near, float far)
194 float half_depth = (far - near) / 2.0f;
186 graw_util_viewport(struct graw_info *info, float x, float y, float width, float height, float near, float far) argument
/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/freetype/src/gzip/
H A Dftzconf.h151 * model programming (small or medium model with some far allocations).
162 # define FAR far
H A Dzconf.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.h135 __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

Completed in 535 milliseconds

1234