Searched refs:global3 (Results 1 – 2 of 2) sorted by relevance
/external/openssl/crypto/des/asm/ |
D | des_enc.m4 | 81 #define global3 %g3 216 add global1, 512, global3 330 ld [global3+local3],local3 ! 3 417 ld [global3+local2], local2 ! 3 446 ld [global3+local3],local3 533 ld [global3+local2], local2 1140 mov local0, global3 1258 add global1, 512, global3 ! sbox 3 1515 load_little_endian(in0, global3, global4, local5, .LLE12) 1526 fp_ip_macro(out0, out1, global3, global4, 2) [all …]
|
/external/v8/test/cctest/ |
D | test-api.cc | 4372 Local<v8::Object> global3 = env3->Global(); in TEST() local 4373 CHECK_EQ(global2, global3); in TEST() 4374 CHECK(global3->Get(v8_str("prop"))->IsUndefined()); in TEST() 4375 CHECK(global3->Get(v8_str("getProp"))->IsUndefined()); in TEST() 4376 global3->Set(v8_str("prop"), v8::Integer::New(-1)); in TEST() 4377 global3->Set(v8_str("prop2"), v8::Integer::New(2)); in TEST() 4392 Local<Value> r = global3->Get(v8_str("prop2")); in TEST()
|