Searched refs:pm2 (Results 1 – 11 of 11) sorted by relevance
68 char *pm1, *pm2, *pm3, *pm4; in main() local99 if ((pm2 = pm1 = calloc(memsize, 1)) == NULL) { in main()106 if (*pm2++ != 0) { in main()111 pm2 = pm1; in main()113 *pm2++ = 'X'; in main()114 pm2 = pm1; in main()116 if (*pm2++ != 'X') { in main()129 if ((pm2 = pm1 = malloc(memsize)) == NULL) { in main()134 *pm2++ = 'X'; in main()135 pm2 = pm1; in main()[all …]
36 PM<pm> *pm2; member41 PM<nullptr> pm2; variable
48 …long (X<long(long)>::*pm2)(long)) { // expected-note{{in instantiation of template class 'X<long (…50 long (X<long(long)>::*pm2)(long)) {
34 float& (X::*pm2)(float) = &X::f0; in test_X_f0_address() local39 float& (X::*pm2)(float) = &X::f1; in test_X_f1_address() local
221 ; CHECK: mov.u32 %ret0, %pm2;223 %x = call i32 @llvm.ptx.read.pm2()278 declare i32 @llvm.ptx.read.pm2()
251 ; CHECK: mov.u32 %r{{[0-9]+}}, %pm2;253 %x = call i32 @llvm.nvvm.read.ptx.sreg.pm2()309 declare i32 @llvm.nvvm.read.ptx.sreg.pm2()
104 def PTX_READ_PM2 : PTX_READ_SPECIAL_REGISTER_R32<"pm2", int_ptx_read_pm2>;
549 SkPixmap pm2; in check_rowbytes_remain_consistent() local550 REPORTER_ASSERT(reporter, image2->peekPixels(&pm2)); in check_rowbytes_remain_consistent()551 REPORTER_ASSERT(reporter, pm2.rowBytes() == pm.rowBytes()); in check_rowbytes_remain_consistent()
META-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts ...
3686 def int_nvvm_read_ptx_sreg_pm2 : PTXReadSRegIntrinsic_r32<"pm2">;
7057 def INT_PTX_SREG_PM2 : PTX_READ_SREG_R32<"pm2", int_nvvm_read_ptx_sreg_pm2>;