Home
last modified time | relevance | path

Searched refs:FALSE (Results 1 – 25 of 255) sorted by relevance

1234567891011

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/usrcfg/
A Drtl8721dlp_pinmapcfg_qfn88_evb_v1.c32 {_PA_0, GPIO_PuPd_DOWN, GPIO_PuPd_KEEP, GPIO_PuPd_KEEP, FALSE}, //
33 {_PA_1, GPIO_PuPd_DOWN, GPIO_PuPd_KEEP, GPIO_PuPd_KEEP, FALSE}, //
34 {_PA_2, GPIO_PuPd_DOWN, GPIO_PuPd_KEEP, GPIO_PuPd_KEEP, FALSE}, //
35 {_PA_3, GPIO_PuPd_DOWN, GPIO_PuPd_KEEP, GPIO_PuPd_KEEP, FALSE}, //
36 {_PA_4, GPIO_PuPd_DOWN, GPIO_PuPd_KEEP, GPIO_PuPd_KEEP, FALSE}, //
37 {_PA_5, GPIO_PuPd_DOWN, GPIO_PuPd_KEEP, GPIO_PuPd_KEEP, FALSE}, //
38 {_PA_6, GPIO_PuPd_DOWN, GPIO_PuPd_KEEP, GPIO_PuPd_KEEP, FALSE}, //
41 {_PA_9, GPIO_PuPd_DOWN, GPIO_PuPd_KEEP, GPIO_PuPd_KEEP, FALSE}, //
64 {_PB_0, GPIO_PuPd_UP, GPIO_PuPd_KEEP, GPIO_PuPd_KEEP, FALSE}, //
73 {_PB_8, GPIO_PuPd_UP, GPIO_PuPd_KEEP, GPIO_PuPd_KEEP, FALSE}, //
[all …]
A Drtl8721dlp_pinmapcfg.c32 {_PA_0, GPIO_PuPd_DOWN, GPIO_PuPd_KEEP, GPIO_PuPd_KEEP, FALSE}, //
33 {_PA_1, GPIO_PuPd_DOWN, GPIO_PuPd_KEEP, GPIO_PuPd_KEEP, FALSE}, //
34 {_PA_2, GPIO_PuPd_DOWN, GPIO_PuPd_KEEP, GPIO_PuPd_KEEP, FALSE}, //
35 {_PA_3, GPIO_PuPd_DOWN, GPIO_PuPd_KEEP, GPIO_PuPd_KEEP, FALSE}, //
36 {_PA_4, GPIO_PuPd_DOWN, GPIO_PuPd_KEEP, GPIO_PuPd_KEEP, FALSE}, //
37 {_PA_5, GPIO_PuPd_DOWN, GPIO_PuPd_KEEP, GPIO_PuPd_KEEP, FALSE}, //
38 {_PA_6, GPIO_PuPd_DOWN, GPIO_PuPd_KEEP, GPIO_PuPd_KEEP, FALSE}, //
41 {_PA_9, GPIO_PuPd_UP, GPIO_PuPd_KEEP, GPIO_PuPd_KEEP, FALSE}, //
42 {_PA_10, GPIO_PuPd_UP, GPIO_PuPd_KEEP, GPIO_PuPd_KEEP, FALSE}, //
43 {_PA_11, GPIO_PuPd_UP, GPIO_PuPd_KEEP, GPIO_PuPd_KEEP, FALSE}, //
[all …]
A Drtl8721d_wificfg.c22 .wifi_app_ctrl_tdma = FALSE,
23 .wifi_ultra_low_power = FALSE, /* default is FALSE */
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Drdswitch.c58 return FALSE; in read_text_integer()
108 return FALSE; in read_quant_tables()
204 return FALSE; in read_scan_script()
282 return FALSE; in set_quality_ratings()
284 return FALSE; in set_quality_ratings()
314 return FALSE; in set_quant_slots()
316 return FALSE; in set_quant_slots()
320 return FALSE; in set_quant_slots()
348 return FALSE; in set_sample_factors()
350 return FALSE; in set_sample_factors()
[all …]
A Djdmarker.c224 cinfo->saw_JFIF_marker = FALSE; in get_soi()
230 cinfo->saw_Adobe_marker = FALSE; in get_soi()
388 INPUT_BYTE(cinfo, c, return FALSE); in get_sos()
1120 if (! get_sof(cinfo, TRUE, FALSE, FALSE)) in read_markers()
1125 if (! get_sof(cinfo, FALSE, FALSE, FALSE)) in read_markers()
1130 if (! get_sof(cinfo, FALSE, TRUE, FALSE)) in read_markers()
1135 if (! get_sof(cinfo, FALSE, FALSE, TRUE)) in read_markers()
1270 return FALSE; in read_restart_marker()
1283 return FALSE; in read_restart_marker()
1376 return FALSE; in jpeg_resync_to_restart()
[all …]
A Djdmaster.c57 return FALSE; in use_merged_upsample()
60 return FALSE; in use_merged_upsample()
68 return FALSE; in use_merged_upsample()
76 return FALSE; in use_merged_upsample()
84 return FALSE; in use_merged_upsample()
88 return FALSE; in use_merged_upsample()
303 cinfo->enable_1pass_quant = FALSE; in master_selection()
305 cinfo->enable_2pass_quant = FALSE; in master_selection()
314 cinfo->enable_2pass_quant = FALSE; in master_selection()
427 master->pub.is_dummy_pass = FALSE; in prepare_for_output_pass()
[all …]
A Djdhuff.c486 return FALSE; in jpeg_fill_bit_buffer()
503 return FALSE; in jpeg_fill_bit_buffer()
661 return FALSE; in process_restart()
724 return FALSE; in decode_mcu_DC_first()
794 return FALSE; in decode_mcu_AC_first()
877 return FALSE; in decode_mcu_DC_refine()
932 return FALSE; in decode_mcu_AC_refine()
1061 return FALSE; in decode_mcu_AC_refine()
1083 return FALSE; in decode_mcu_sub()
1210 return FALSE; in decode_mcu()
[all …]
A Djdapimin.c195 cinfo->buffered_image = FALSE; in default_decompress_parms()
196 cinfo->raw_data_out = FALSE; in default_decompress_parms()
200 cinfo->quantize_colors = FALSE; in default_decompress_parms()
206 cinfo->two_pass_quantize = FALSE; in default_decompress_parms()
211 cinfo->enable_1pass_quant = FALSE; in default_decompress_parms()
212 cinfo->enable_external_quant = FALSE; in default_decompress_parms()
213 cinfo->enable_2pass_quant = FALSE; in default_decompress_parms()
392 return FALSE; /* Suspend, come back later */ in jpeg_finish_decompress()
A Djmorecfg.h307 #if defined FALSE || defined TRUE || defined QGLOBAL_H
310 #ifndef FALSE /* in case these macros already exist */
311 #define FALSE 0 /* values of boolean */ macro
317 typedef enum { FALSE = 0, TRUE = 1 } boolean; enumerator
A Djcinit.c52 jinit_c_master_control(cinfo, FALSE /* full compression */); in jinit_compress_master()
58 jinit_c_prep_controller(cinfo, FALSE /* never need full buffer here */); in jinit_compress_master()
72 jinit_c_main_controller(cinfo, FALSE /* never need full buffer here */); in jinit_compress_master()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngminus/
A Dpnm2png.c19 #ifndef FALSE
20 #define FALSE (BOOL) 0 macro
50 BOOL alpha = FALSE; in main()
201 return FALSE; in pnm2png()
219 return FALSE; in pnm2png()
277 return FALSE; in pnm2png()
364 return FALSE; in pnm2png()
370 return FALSE; in pnm2png()
445 return FALSE; in pnm2png()
452 return FALSE; in pnm2png()
[all …]
A Dpng2pnm.c19 #ifndef FALSE
20 #define FALSE (BOOL) 0 macro
47 BOOL alpha = FALSE; in main()
57 raw = FALSE; in main()
188 return FALSE; in png2pnm()
192 return FALSE; in png2pnm()
211 return FALSE; in png2pnm()
262 raw = FALSE; in png2pnm()
297 return FALSE; in png2pnm()
303 return FALSE; in png2pnm()
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/hal/
A Dwdg.c13 #ifndef FALSE
14 #define FALSE 0 macro
17 static bool is_enable_handler = FALSE;
26 if(FALSE == is_enable_handler) { in watchdog_irq_set()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/gregbook/
A Dwpng.c170 int text = FALSE; in main()
182 wpng_info.filter = FALSE; in main()
183 wpng_info.interlaced = FALSE; in main()
184 wpng_info.have_bg = FALSE; in main()
185 wpng_info.have_time = FALSE; in main()
470 valid = FALSE; in main()
500 valid = FALSE; in main()
540 valid = FALSE; in main()
570 valid = FALSE; in main()
600 valid = FALSE; in main()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/visupng/
A DPngFile.c119 return FALSE;
125 return FALSE;
134 return FALSE;
144 return FALSE;
152 return FALSE;
290 return FALSE;
313 return FALSE;
316 return FALSE;
325 return FALSE;
332 return FALSE;
[all …]
/AliOS-Things-master/components/SDL2/src/image/
A DIMG_gif.c105 #define FALSE 0 macro
179 state.ZeroDataBlock = FALSE; in IMG_LoadGIF_RW()
180 state.fresh = FALSE; in IMG_LoadGIF_RW()
321 return FALSE; in ReadColorMap()
341 return FALSE; in DoExtension()
353 return FALSE; in DoExtension()
363 return FALSE; in DoExtension()
393 state->done = FALSE; in GetCode()
455 state->fresh = FALSE; in LWZReadByte()
565 while (LWZReadByte(src, FALSE, c, state) >= 0) in ReadImage()
[all …]
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/
A Djmorecfg.h307 #if defined FALSE || defined TRUE || defined QGLOBAL_H
310 #ifndef FALSE /* in case these macros already exist */
311 #define FALSE 0 /* values of boolean */ macro
317 typedef enum { FALSE = 0, TRUE = 1 } boolean; enumerator
A Djconfig.h26 #ifndef FALSE /* in case these macros already exist */
27 #define FALSE 0 /* values of boolean */ macro
/AliOS-Things-master/components/freetype/src/truetype/
A Dttsubpix.h97 #define SPH_OPTION_BITMAP_WIDTHS FALSE
99 #define SPH_OPTION_SET_GRAYSCALE FALSE
100 #define SPH_OPTION_SET_COMPATIBLE_WIDTHS FALSE
A Dttobjs.c177 return FALSE; in tt_check_trickyness_family()
354 has_cvt = FALSE; in tt_check_trickyness_sfnt_ids()
355 has_fpgm = FALSE; in tt_check_trickyness_sfnt_ids()
356 has_prep = FALSE; in tt_check_trickyness_sfnt_ids()
409 return FALSE; in tt_check_trickyness_sfnt_ids()
417 return FALSE; in tt_check_trickyness()
430 return FALSE; in tt_check_trickyness()
438 FT_Bool result = FALSE; in tt_check_single_notdef()
932 size->debug = FALSE; in tt_size_done_bytecode()
997 metrics->rotated = FALSE; in tt_size_init_bytecode()
[all …]
/AliOS-Things-master/components/freetype/src/cff/
A Dcf2font.c236 FT_Bool needExtraSetup = FALSE; in cf2_font_setup()
366 FALSE, in cf2_font_setup()
409 font->darkened = FALSE; in cf2_font_setup()
411 font->reverseWinding = FALSE; /* initial expectation is CCW */ in cf2_font_setup()
450 font->reverseWinding = FALSE; in cf2_getGlyphOutline()
465 FALSE, in cf2_getGlyphOutline()
484 needWinding = FALSE; /* exit after next iteration */ in cf2_getGlyphOutline()
A Dcf2intrp.c313 stemhint.used = FALSE; in cf2_doStems()
345 isHFlex = readFromStack[9] == FALSE; in cf2_doFlex()
518 haveWidth = FALSE; in cf2_interpT2CharString()
948 TRUE /* dx1 */, FALSE /* dy1 */, in cf2_interpT2CharString()
950 TRUE /* dx3 */, FALSE /* dy3 */, in cf2_interpT2CharString()
951 TRUE /* dx4 */, FALSE /* dy4 */, in cf2_interpT2CharString()
953 TRUE /* dx6 */, FALSE /* dy6 */ in cf2_interpT2CharString()
1001 TRUE /* dx6 */, FALSE /* dy6 */ in cf2_interpT2CharString()
1025 FALSE /* dx6 */, FALSE /* dy6 */ in cf2_interpT2CharString()
1206 FALSE ); in cf2_interpT2CharString()
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_hp/
A Drtl8721d_alios_pmu.c55 return FALSE; in freertos_ready_to_sleep()
62 return FALSE; in freertos_ready_to_sleep()
78 return FALSE; in freertos_ready_to_dsleep()
84 return FALSE; in freertos_ready_to_dsleep()
/AliOS-Things-master/components/freetype/src/base/
A Dftstroke.c408 border->movable = FALSE; in ft_stroke_border_close()
480 border->movable = FALSE; in ft_stroke_border_conicto()
515 border->movable = FALSE; in ft_stroke_border_cubicto()
603 border->movable = FALSE; in ft_stroke_border_moveto()
896 border->movable = FALSE; in ft_stroker_arcto()
997 intersect = FALSE; in ft_stroker_inside()
1016 border->movable = FALSE; in ft_stroker_inside()
1400 first_arc = FALSE; in FT_Stroker_ConicTo()
1600 first_arc = FALSE; in FT_Stroker_CubicTo()
1843 right->movable = FALSE; in ft_stroker_add_reverse_left()
[all …]
/AliOS-Things-master/components/SDL2/src/timer/windows/
A DSDL_systimer.c34 static BOOL ticks_started = FALSE;
100 hires_timer_available = FALSE; in SDL_TicksInit()
188 WaitForSingleObjectEx(mutex, ms, FALSE); in SDL_Delay()

Completed in 74 milliseconds

1234567891011