Home
last modified time | relevance | path

Searched refs:far (Results 1 – 25 of 50) sorted by relevance

12

/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/unused/
A Djmemdos.c100 void far * ds_si;
104 void far * ds_si;
107 extern short far jdos_open JPP((short far * handle, char far * filename));
110 extern short far jdos_read JPP((short handle, void far * buffer,
112 extern short far jdos_write JPP((short handle, void far * buffer,
114 extern void far jxms_getdriver JPP((XMSDRIVER far *));
115 extern void far jxms_calldriver JPP((XMSDRIVER, XMScontext far *));
117 extern void far jems_calldriver JPP((EMScontext far *));
294 if (jdos_open((short far *) & handle, (char far *) info->temp_name)) { in open_file_store()
318 void far * ptr;
[all …]
/AliOS-Things-master/components/uvoice/audio/process/
A Dproc_aec.c23 int16_t *far; member
45 webrtc_aec->far = snd_zalloc( in aec_buffer_alloc()
47 if (!webrtc_aec->far) { in aec_buffer_alloc()
74 if (webrtc_aec->far) { in aec_buffer_free()
75 snd_free(webrtc_aec->far); in aec_buffer_free()
76 webrtc_aec->far = NULL; in aec_buffer_free()
88 uint8_t *near, uint8_t *far, int nbytes) in echo_cancellation_process() argument
114 memcpy(webrtc_aec->far, far + i, proc_size); in echo_cancellation_process()
116 webrtc_aec->far, in echo_cancellation_process()
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djmemdosa.asm39 ; short far jdos_open (short far * handle, char far * filename)
43 _jdos_open proc far
78 _jdos_close proc far
110 _jdos_seek proc far
140 ; short far jdos_read (short handle, void far * buffer, unsigned short count)
144 _jdos_read proc far
178 ; short far jdos_write (short handle, void far * buffer, unsigned short count)
182 _jdos_write proc far
216 ; void far jxms_getdriver (XMSDRIVER far *)
257 ; void far jxms_calldriver (XMSDRIVER, XMScontext far *)
[all …]
A Djmorecfg.h292 #define FAR far
A Djconfig.mc628 #define NEED_FHEAPMIN /* far heap management routines are broken */
A Djconfig.txt77 * "far" pointers and to be allocated with a special version of malloc.)
A DREADME187 sample code is far from industrial-strength, but when you are ready to look
195 Although this is by far the most detailed and comprehensive exposition of
201 of DCT-based JPEG are not publicly known so far, and that is the reason for
A Dstructure.txt91 2. Near/far pointer distinction. To run efficiently on 80x86 machines, the
93 "large" ones (kept in far data space). This is an annoying restriction, but
531 arbitrarily far ahead of the data output processing. (This occurs only
537 losing anything, since the coefficient buffer is read-only as far as the
664 must be declared as "far" pointers, but the upper levels can be "near"
666 We use a #define symbol FAR, which expands to the "far" keyword when
934 marker. This is a much simpler solution and is probably far more efficient.
A Dinstall.txt362 NOTE: this is far from an exhaustive test of the JPEG software; some modules,
540 (Unfortunately, far too many compilers have optimizer bugs ... be prepared to
750 models (i.e., data pointers are 16 bits unless explicitly declared "far";
770 C library's far-heap malloc() can't allocate blocks that large, reduce
877 #define far
878 #define FAR far
920 routines to allocate far memory. In any case, you might like to replace
/AliOS-Things-master/components/py_engine/external/unzip/internal/
A Dzconf.in.h187 # define FAR far
196 # define FAR far
A Dzconf.h259 # define FAR far
268 # define FAR far
/AliOS-Things-master/components/py_engine/tests/net_hosted/
A DREADME8 So far, these tests are not run as part of the main testsuite and need
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/
A Djmorecfg.h292 #define FAR far
A Dzconf.h317 # define FAR far
326 # define FAR far
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Dzconf.h317 # define FAR far
326 # define FAR far
A Dzconf.h.cmakein307 * model programming (small or medium model with some far allocations).
319 # define FAR far
328 # define FAR far
A Dzconf.h.in305 * model programming (small or medium model with some far allocations).
317 # define FAR far
326 # define FAR far
/AliOS-Things-master/components/freetype/src/gzip/
A Dzconf.h162 # define FAR far
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx64/
A Dgvmat64.asm77 ;bestlen equ rsp + xx - LocalVarsSize ; size of best match so far -> r11d
544 ; but it is far better don't remove the string in the binary!
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A DINSTALL216 defined, and FAR gets defined to far in pngconf.h, and you should be
218 expecting far data. You must use the typedefs with the p or pp on
221 an "unsigned char far * far *".
371 calling standard on those platforms tested so far ("__cdecl" on Microsoft
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/projects/vstudio/
A DREADME.txt61 (it is far more effective to debug on the release builds, there is no
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/Examples/HelloTFLite/Scenes/
A DHelloTFLite.unity165 far clip plane: 1000
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx86/
A Dmatch686.asm128 bestlen equ esp + 28 ; size of best match so far
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/lightmeter/
A Dlightmeter.md357 OLED_Show_String(64, 40, "far !", 16, 1);
/AliOS-Things-master/components/SDL2/docs/
A DREADME-dynapi.md69 far as calling into the jump table in this case. But in cases where no override

Completed in 32 milliseconds

12