| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | typed-splay-tree.h | 454 int comparison = 0; in splay_tree_insert() local 459 comparison = (*comp)(root->key, key); in splay_tree_insert() 461 if (root && comparison == 0) in splay_tree_insert() 479 else if (comparison < 0) in splay_tree_insert() 594 int comparison; in splay_tree_predecessor() local 604 comparison = (*comp)(root->key, key); in splay_tree_predecessor() 607 if (comparison < 0) in splay_tree_predecessor() 627 int comparison; in splay_tree_successor() local 637 comparison = (*comp)(root->key, key); in splay_tree_successor() 640 if (comparison > 0) in splay_tree_successor()
|
| H A D | vec.h | 1166 int comparison; 1174 comparison = (*compar) (key, p); 1175 if (comparison < 0) 1177 else if (comparison > 0) 1201 int comparison; 1209 comparison = (*compar) (key, p, data); 1210 if (comparison < 0) 1212 else if (comparison > 0)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | typed-splay-tree.h | 454 int comparison = 0; in splay_tree_insert() local 459 comparison = (*comp)(root->key, key); in splay_tree_insert() 461 if (root && comparison == 0) in splay_tree_insert() 479 else if (comparison < 0) in splay_tree_insert() 594 int comparison; in splay_tree_predecessor() local 604 comparison = (*comp)(root->key, key); in splay_tree_predecessor() 607 if (comparison < 0) in splay_tree_predecessor() 627 int comparison; in splay_tree_successor() local 637 comparison = (*comp)(root->key, key); in splay_tree_successor() 640 if (comparison > 0) in splay_tree_successor()
|
| H A D | vec.h | 1166 int comparison; 1174 comparison = (*compar) (key, p); 1175 if (comparison < 0) 1177 else if (comparison > 0) 1201 int comparison; 1209 comparison = (*compar) (key, p, data); 1210 if (comparison < 0) 1212 else if (comparison > 0)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | typeinfo | 49 // case comparison can just compare pointers) or not (in which case strings 50 // must be compared), and whether comparison is to be implemented inline or 51 // not. We used to do inline pointer comparison by default if weak symbols 55 // are available, and out-of-line if not. Out-of-line pointer comparison 57 // some of which may not be able to use pointer comparison, but the 59 // comparison; in particular for most ARM EABI systems, where the ABI 60 // specifies out-of-line comparison. The compiler's target configuration 62 // 1 or 0 to indicate whether or not comparison is inline, and 64 // comparison can be used. 114 // so we still need to do string comparison.
|
| H A D | compare | 1 // -*- C++ -*- operator<=> three-way comparison support. 47 // [cmp.categories], comparison category types 318 // named comparison functions 358 // If any Ti is not a comparison category type, U is void. 375 // [cmp.common], common comparison category type 468 /// [cmp.result], result of three-way comparison 474 /// [cmp.result], result of three-way comparison 853 // [cmp.alg], comparison algorithms
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | typeinfo | 49 // case comparison can just compare pointers) or not (in which case strings 50 // must be compared), and whether comparison is to be implemented inline or 51 // not. We used to do inline pointer comparison by default if weak symbols 55 // are available, and out-of-line if not. Out-of-line pointer comparison 57 // some of which may not be able to use pointer comparison, but the 59 // comparison; in particular for most ARM EABI systems, where the ABI 60 // specifies out-of-line comparison. The compiler's target configuration 62 // 1 or 0 to indicate whether or not comparison is inline, and 64 // comparison can be used. 114 // so we still need to do string comparison.
|
| H A D | compare | 1 // -*- C++ -*- operator<=> three-way comparison support. 47 // [cmp.categories], comparison category types 318 // named comparison functions 358 // If any Ti is not a comparison category type, U is void. 375 // [cmp.common], common comparison category type 468 /// [cmp.result], result of three-way comparison 474 /// [cmp.result], result of three-way comparison 853 // [cmp.alg], comparison algorithms
|
| /OK3568_Linux_fs/buildroot/package/tvheadend/ |
| H A D | 0001-no-check_config.patch | 4 test(1) also does a strict comparison wrt. dates. 8 to a false comparison of the files' dates.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libmemcached/files/ |
| H A D | 0001-Fix-comparison-types.patch | 4 Subject: [PATCH 1/2] Fix comparison types 7 error: comparison between pointer and integer ('char *' and 'int')
|
| /OK3568_Linux_fs/buildroot/package/sconeserver/ |
| H A D | 0001-sconex-Descriptor.cpp-fix-build-with-gcc-11.patch | 12 Descriptor.cpp:150:22: error: ordered comparison of pointer with integer zero ('scx::Stream*' and '… 17 Descriptor.cpp:204:22: error: ordered comparison of pointer with integer zero ('scx::Stream*' and '…
|
| /OK3568_Linux_fs/kernel/Documentation/RCU/ |
| H A D | rcu_dereference.rst | 111 - The comparison was against the NULL pointer. If the 113 not be dereferencing it anyway. If the comparison is 120 cannot use anything it learned from the comparison 122 This sort of comparison occurs frequently when scanning 130 - The comparison is against a pointer that references memory 134 the comparison. So exactly how long ago is "a long 165 - All of the accesses following the comparison are stores, 178 comparison will provide exactly the information that the 350 on the other. The comparison in reader() therefore tells the compiler
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/maptype/ |
| H A D | tst_maptype.cpp | 48 void comparison(); 178 void tst_MapType::comparison() in comparison() function in tst_MapType
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libmemcached/ |
| H A D | libmemcached_1.0.18.bb | 6 file://0001-Fix-comparison-types.patch \
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | compare | 18 // [cmp.categories], comparison category types 25 // named comparison functions 33 // [cmp.common], common comparison category type 41 // [cmp.alg], comparison algorithms 567 // named comparison functions 658 // [cmp.common], common comparison category type 667 // [cmp.alg], comparison algorithms
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | compare | 18 // [cmp.categories], comparison category types 25 // named comparison functions 33 // [cmp.common], common comparison category type 41 // [cmp.alg], comparison algorithms 567 // named comparison functions 658 // [cmp.common], common comparison category type 667 // [cmp.alg], comparison algorithms
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeolocation/ |
| H A D | tst_qgeolocation.h | 67 void comparison();
|
| /OK3568_Linux_fs/kernel/Documentation/dev-tools/ |
| H A D | kcov.rst | 15 kcov is also able to collect comparison operands from the instrumented code 27 If the comparison operands need to be collected, set:: 166 * the comparison operands are promoted to uint64_t. 181 /* arg1 and arg2 - operands of the comparison. */ 205 Note that the kcov modes (coverage collection or comparison operands) are
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/ |
| H A D | python3-semantic-version_2.9.0.bb | 2 DESCRIPTION = "Semantic version comparison for Python (see http://semver.org/)"
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.commands.itest | 9 String comparison is over the length of the shorter, this hopefully
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/ |
| H A D | 0001-read-returns-ssize_t.patch | 7 usl_fd.c:284:10: error: comparison of unsigned expression < 0 is always false [-Werror,-Wtautologic…
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/diffoscope/ |
| H A D | diffoscope_208.bb | 1 SUMMARY = "in-depth comparison of files, archives, and directories"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/nss/nss/ |
| H A D | pqg.c-ULL_addend.patch | 7 pqg.c:339:16: error: comparison of constant 18446744073709551615 with expression of type 'unsigned …
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/geis/ |
| H A D | 0001-libgeis-Compare-the-first-character-of-string-to-nul.patch | 12 | ../../../../../../../workspace/sources/geis/libgeis/geis_v1.c:613:20: error: comparison between p…
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libmimetic/libmimetic/ |
| H A D | 0001-mimetic-Check-for-MMAP_FAILED-return-from-mmap.patch | 9 mimetic/os/mmfile.cxx:60:14: error: ordered comparison between pointer and zero ('char *' and 'int')
|