/external/grub/stage2/ |
tparm.c | 135 grub_bool num_type; member in struct:__anon18482 193 stack[stack_ptr].num_type = TRUE; 205 if (stack[stack_ptr].num_type) 215 stack[stack_ptr].num_type = FALSE; 228 if (!stack[stack_ptr].num_type && stack[stack_ptr].data.str != 0)
|
/external/chromium_org/chrome/installer/setup/ |
install_worker_unittest.cc | 719 NUM_TYPE // This must appear last. 721 DCHECK(arraysize(prod_type_list) == NUM_TYPE); 731 for (int i_mach = 0; i_mach < (1 << NUM_TYPE); ++i_mach) { 748 for (int i_type_op = 0; i_type_op < NUM_TYPE; ++i_type_op) { 780 for (int i_type_check = 0; i_type_check < NUM_TYPE; ++i_type_check) {
|
/external/opencv/cv/src/ |
cvtemplmatch.cpp | 347 int num_type = method == CV_TM_CCORR || method == CV_TM_CCORR_NORMED ? 0 : local 454 if( num_type != 1 ) 489 if( num_type == 1 ) 501 if( is_normed || num_type == 2 ) 509 if( num_type == 2 )
|
/external/chromium_org/third_party/libxslt/libexslt/ |
date.c | 694 * @num_type: an integer flag 698 * In case of error, @num_type is set to -1, values of @num and 701 #define PARSE_DIGITS(num, cur, num_type) \ 703 num_type = -1; \ 714 * @num_type: an integer flag 718 * then it must have an integer part and a decimal part; @num_type will 719 * be set to 1. If there is no decimal part, @num_type is set to zero. 720 * In case of error, @num_type is set to -1, values of @num and 723 #define PARSE_NUM(num, cur, num_type) \ 725 PARSE_DIGITS(num, cur, num_type); \ 1003 int num_type = 0; \/* -1 = invalid, 0 = int, 1 = floating *\/ local [all...] |
/external/chromium_org/third_party/libxml/src/ |
xmlschemastypes.c | 1777 int num_type = 0; \/* -1 = invalid, 0 = int, 1 = floating *\/ local [all...] |
/external/libxml2/ |
xmlschemastypes.c | 1777 int num_type = 0; \/* -1 = invalid, 0 = int, 1 = floating *\/ local [all...] |