Searched refs:ctb (Results 1 – 6 of 6) sorted by relevance
/external/clang/test/SemaCXX/ |
D | convert-to-bool.cpp | 20 void test_conv_to_bool(ConvToBool ctb, ConvToInt cti, ExplicitConvToBool ecb) { in test_conv_to_bool() argument 21 if (ctb) { } in test_conv_to_bool() 24 for (; ctb; ) { } in test_conv_to_bool() 27 while (ctb) { }; in test_conv_to_bool() 30 do { } while (ctb); in test_conv_to_bool() 34 if (!ctb) { } in test_conv_to_bool() 39 if (ctb && ecb) { } in test_conv_to_bool() 40 bool b2 = ctb && ecb; in test_conv_to_bool() 41 if (ctb || ecb) { } in test_conv_to_bool() 42 bool b3 = ctb || ecb; in test_conv_to_bool()
|
D | user-defined-conversions.cpp | 62 void test_conversion(ConvertibleToBase ctb, ConvertibleToDerived ctd, in test_conversion() argument 64 Base b1 = ctb; in test_conversion() 65 Base b2(ctb); in test_conversion()
|
/external/lua/src/ |
D | lobject.h | 66 #define ctb(t) ((t) | BIT_ISCOLLECTABLE) macro 149 #define ttisshrstring(o) checktag((o), ctb(LUA_TSHRSTR)) 150 #define ttislngstring(o) checktag((o), ctb(LUA_TLNGSTR)) 151 #define ttistable(o) checktag((o), ctb(LUA_TTABLE)) 154 #define ttisCclosure(o) checktag((o), ctb(LUA_TCCL)) 155 #define ttisLclosure(o) checktag((o), ctb(LUA_TLCL)) 157 #define ttisfulluserdata(o) checktag((o), ctb(LUA_TUSERDATA)) 158 #define ttisthread(o) checktag((o), ctb(LUA_TTHREAD)) 223 val_(io).gc = i_g; settt_(io, ctb(i_g->tt)); } 227 val_(io).gc = obj2gco(x_); settt_(io, ctb(x_->tt)); \ [all …]
|
/external/u-boot/drivers/ram/ |
D | stm32_sdram.c | 164 u32 ctb; /* SDCMR register: Command Target Bank */ in stm32_sdram_init() local 216 ctb = FMC_SDCMR_BANK_1; in stm32_sdram_init() 218 ctb = FMC_SDCMR_BANK_2; in stm32_sdram_init() 220 writel(ctb | FMC_SDCMR_MODE_START_CLOCK, ®s->sdcmr); in stm32_sdram_init() 224 writel(ctb | FMC_SDCMR_MODE_PRECHARGE, ®s->sdcmr); in stm32_sdram_init() 228 writel((ctb | FMC_SDCMR_MODE_AUTOREFRESH | 7 << FMC_SDCMR_NRFS_SHIFT), in stm32_sdram_init() 233 writel(ctb | (SDRAM_MODE_BL << SDRAM_MODE_BL_SHIFT in stm32_sdram_init() 240 writel(ctb | FMC_SDCMR_MODE_NORMAL, ®s->sdcmr); in stm32_sdram_init()
|
/external/icu/icu4c/source/i18n/ |
D | dtfmtsym.cpp | 2125 UResourceBundle *ctb = ures_getByKeyWithFallback(cb, calendarTypeCArray, NULL, &status); in initializeData() local 2127 ures_close(ctb); in initializeData() 2138 ures_getAllItemsWithFallback(ctb, "", calendarSink, status); in initializeData() 2139 ures_close(ctb); in initializeData()
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 3ef58ce1c979d91872cd08d92936eca2.00004245.honggfuzz.cov | 67 �_X��V~�+�~v��]��G.8P�!,�h��b���Vctb�D�9b�q�R1��]UA������֔�ϼ�������#wP�~�� %>c`����O����…
|